@nation-a/ui 0.15.3 → 0.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +1 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -2
- package/dist/index.js.map +1 -1
- package/dist/styled-system/styles.css +46 -12
- package/dist/types/components/List/List.stories.d.ts +6 -0
- package/dist/types/components/List/index.d.ts +26 -0
- package/dist/types/components/List/list.recipe.d.ts +29 -0
- package/dist/types/components/Tabs/index.d.ts +18 -10
- package/package.json +3 -3
package/dist/index.cjs
CHANGED
|
@@ -19322,8 +19322,7 @@ const navigationRecipe = sva({
|
|
|
19322
19322
|
flexDirection: "row",
|
|
19323
19323
|
justifyContent: "space-around",
|
|
19324
19324
|
bg: "surface.layer_1",
|
|
19325
|
-
|
|
19326
|
-
pb: 8
|
|
19325
|
+
py: 2
|
|
19327
19326
|
},
|
|
19328
19327
|
trigger: {
|
|
19329
19328
|
display: "flex",
|