Skip to content

Commit

Permalink
Merge pull request #234 from omnifed/233-feature-v050-tokens-update
Browse files Browse the repository at this point in the history
233 feature v050 tokens update
  • Loading branch information
caseybaggz committed Jul 5, 2024
2 parents af3a77f + 55440ff commit d983a6a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 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.4.0'
export const version = '0.5.0'
export const nextTag = 'next'

export const packages = ['panda-preset', 'icons', 'react', 'styled-system']
9 changes: 9 additions & 0 deletions docs/app/preset/side-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"id": "1:a",
"label": "Installation",
"route": "/preset",
"tag": "",
"type": "route"
},
{
Expand All @@ -19,24 +20,28 @@
"id": "2:a",
"label": "Theme",
"route": "/preset/theme",
"tag": "",
"type": "route"
},
{
"id": "2:b",
"label": "Colors",
"route": "/preset/colors",
"tag": "new",
"type": "route"
},
{
"id": "2:c",
"label": "Typography",
"route": "/preset/typography",
"tag": "",
"type": "route"
},
{
"id": "2:d",
"label": "Animation",
"route": "/preset/animation",
"tag": "",
"type": "route"
},
{
Expand All @@ -48,24 +53,28 @@
"id": "3:a",
"label": "Z-Index",
"route": "/preset/z-index",
"tag": "",
"type": "route"
},
{
"id": "3:b",
"label": "Conditions",
"route": "/preset/conditions",
"tag": "",
"type": "route"
},
{
"id": "3:c",
"label": "Utilities",
"route": "/preset/utilities",
"tag": "",
"type": "route"
},
{
"id": "3:d",
"label": "Patterns",
"route": "/preset/patterns",
"tag": "",
"type": "route"
}
]
6 changes: 3 additions & 3 deletions docs/app/react/side-nav.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,21 +69,21 @@
"id": "2:h",
"label": "Tag",
"route": "/react/tags",
"tag": "new",
"tag": "",
"type": "route"
},
{
"id": "2:i",
"label": "Textarea",
"route": "/react/textarea",
"tag": "new",
"tag": "",
"type": "route"
},
{
"id": "2:j",
"label": "Tooltip",
"route": "/react/tooltip",
"tag": "new",
"tag": "",
"type": "route"
},
{
Expand Down

0 comments on commit d983a6a

Please sign in to comment.