@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.js
CHANGED
|
@@ -19304,8 +19304,7 @@ const navigationRecipe = sva({
|
|
|
19304
19304
|
flexDirection: "row",
|
|
19305
19305
|
justifyContent: "space-around",
|
|
19306
19306
|
bg: "surface.layer_1",
|
|
19307
|
-
|
|
19308
|
-
pb: 8
|
|
19307
|
+
py: 2
|
|
19309
19308
|
},
|
|
19310
19309
|
trigger: {
|
|
19311
19310
|
display: "flex",
|