@northslopetech/altitude-ui 3.0.0-alpha.10 → 3.0.0-alpha.11

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 CHANGED
@@ -1617,7 +1617,10 @@ var DialogDescription = React12.forwardRef(({ className, ...props }, ref) => /*
1617
1617
  import_dialog.Dialog.Description,
1618
1618
  {
1619
1619
  ref,
1620
- className: cn("type-body-sm-regular text-secondary", className),
1620
+ className: cn(
1621
+ "shrink-0 type-body-sm-regular text-secondary px-4",
1622
+ className
1623
+ ),
1621
1624
  ...props
1622
1625
  }
1623
1626
  ));
package/dist/index.mjs CHANGED
@@ -1341,7 +1341,10 @@ var DialogDescription = React12.forwardRef(({ className, ...props }, ref) => /*
1341
1341
  DialogPrimitive.Description,
1342
1342
  {
1343
1343
  ref,
1344
- className: cn("type-body-sm-regular text-secondary", className),
1344
+ className: cn(
1345
+ "shrink-0 type-body-sm-regular text-secondary px-4",
1346
+ className
1347
+ ),
1345
1348
  ...props
1346
1349
  }
1347
1350
  ));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@northslopetech/altitude-ui",
3
- "version": "3.0.0-alpha.10",
3
+ "version": "3.0.0-alpha.11",
4
4
  "private": false,
5
5
  "description": "React UI components for the Altitude design system",
6
6
  "author": "Northslope",
@@ -70,7 +70,7 @@
70
70
  "react-pdf": "^10.0.1",
71
71
  "recharts": "^3.2.1",
72
72
  "tailwind-merge": "^2.5.4",
73
- "@northslopetech/altitude-tokens": "^3.0.0-alpha.10"
73
+ "@northslopetech/altitude-tokens": "^3.0.0-alpha.11"
74
74
  },
75
75
  "peerDependencies": {
76
76
  "react": "^18.0.0 || ^19.0.0",