@northslopetech/altitude-ui 3.0.0-alpha.12 → 3.0.0-alpha.13
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.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -2157,7 +2157,7 @@ function Sidebar({
|
|
|
2157
2157
|
{
|
|
2158
2158
|
"data-sidebar": "sidebar",
|
|
2159
2159
|
className: cn(
|
|
2160
|
-
"flex h-full w-full flex-col gap-8 p-
|
|
2160
|
+
"flex h-full w-full flex-col gap-8 p-2 sidebar-default",
|
|
2161
2161
|
className
|
|
2162
2162
|
),
|
|
2163
2163
|
...props,
|
package/dist/index.mjs
CHANGED
|
@@ -1871,7 +1871,7 @@ function Sidebar({
|
|
|
1871
1871
|
{
|
|
1872
1872
|
"data-sidebar": "sidebar",
|
|
1873
1873
|
className: cn(
|
|
1874
|
-
"flex h-full w-full flex-col gap-8 p-
|
|
1874
|
+
"flex h-full w-full flex-col gap-8 p-2 sidebar-default",
|
|
1875
1875
|
className
|
|
1876
1876
|
),
|
|
1877
1877
|
...props,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@northslopetech/altitude-ui",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.13",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "React UI components for the Altitude design system",
|
|
6
6
|
"author": "Northslope",
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"tailwind-merge": "^2.5.4",
|
|
69
69
|
"tw-animate-css": "^1.4.0",
|
|
70
70
|
"vaul": "^1.1.2",
|
|
71
|
-
"@northslopetech/altitude-tokens": "^3.0.0-alpha.
|
|
71
|
+
"@northslopetech/altitude-tokens": "^3.0.0-alpha.13"
|
|
72
72
|
},
|
|
73
73
|
"peerDependencies": {
|
|
74
74
|
"@phosphor-icons/react": "^2.0.0",
|