Skip to content

Commit

Permalink
Merge pull request #415 from omnifed/414-feat-v080
Browse files Browse the repository at this point in the history
414 feat v080
  • Loading branch information
caseybaggz committed Aug 28, 2024
2 parents dac90a8 + 9fa743d commit e3b4e2b
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion configs/src/versions.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const version = '0.7.4'
export const version = '0.8.0'
export const nextTag = 'next'

export const packages = ['panda-preset', 'icons', 'react', 'styled-system']
2 changes: 1 addition & 1 deletion docs/app/preset/side-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"id": "2:b",
"label": "Colors",
"route": "/preset/colors",
"tag": "next",
"tag": "new",
"type": "route"
},
{
Expand Down
8 changes: 4 additions & 4 deletions docs/app/react/side-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
{
"label": "Notification",
"route": "/react/notification",
"tag": "next",
"tag": "new",
"type": "route"
},
{
Expand Down Expand Up @@ -72,7 +72,7 @@
{
"label": "Table",
"route": "/react/table",
"tag": "next",
"tag": "new",
"type": "route"
},
{
Expand All @@ -98,7 +98,7 @@
{
"label": "Drag & Drop",
"route": "/react/drag-n-drop",
"tag": "next",
"tag": "new",
"type": "route"
},
{
Expand Down Expand Up @@ -126,7 +126,7 @@
{
"label": "File Uploader",
"route": "/react/file-uploader",
"tag": "next",
"tag": "new",
"type": "route"
},
{
Expand Down
2 changes: 1 addition & 1 deletion packages/panda-preset/src/recipes/shared/input.base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const input = {
color: 'page.text.initial',
h: 'full',
pxi: '4',
rounded: 'md',
rounded: 'sm',
transitionProperty: 'border-color',
transitionDuration: '200ms',
transitionTimingFunction: 'ease-in-out',
Expand Down
2 changes: 1 addition & 1 deletion tests/panda-preset/recipes/slots/input.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ describe('input recipe', () => {
color: 'page.text.initial',
h: 'full',
pxi: '4',
rounded: 'md',
rounded: 'sm',
transitionProperty: 'border-color',
transitionDuration: '200ms',
transitionTimingFunction: 'ease-in-out',
Expand Down

0 comments on commit e3b4e2b

Please sign in to comment.