@trackunit/react-modal 1.8.136 → 1.8.140

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/index.cjs.js CHANGED
@@ -251,9 +251,8 @@ const cvaModalBodyContainer = cssClassVarianceUtilities.cvaMerge([
251
251
  "overflow-auto",
252
252
  "bg-neutral-50",
253
253
  "flex-col",
254
- "component-card-spacing",
255
- "@sm:component-card-spacing-sm",
256
- "@md:component-card-spacing-md",
254
+ "p-4",
255
+ "gap-4",
257
256
  ]);
258
257
 
259
258
  /**
package/index.esm.js CHANGED
@@ -249,9 +249,8 @@ const cvaModalBodyContainer = cvaMerge([
249
249
  "overflow-auto",
250
250
  "bg-neutral-50",
251
251
  "flex-col",
252
- "component-card-spacing",
253
- "@sm:component-card-spacing-sm",
254
- "@md:component-card-spacing-md",
252
+ "p-4",
253
+ "gap-4",
255
254
  ]);
256
255
 
257
256
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trackunit/react-modal",
3
- "version": "1.8.136",
3
+ "version": "1.8.140",
4
4
  "repository": "https://github.com/Trackunit/manager",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "engines": {
@@ -8,13 +8,13 @@
8
8
  },
9
9
  "dependencies": {
10
10
  "react": "19.0.0",
11
- "@trackunit/react-components": "1.10.75",
12
- "@trackunit/react-core-hooks": "1.7.113",
13
- "@trackunit/css-class-variance-utilities": "1.7.99",
14
- "@trackunit/i18n-library-translation": "1.7.117",
11
+ "@trackunit/react-components": "1.10.79",
12
+ "@trackunit/react-core-hooks": "1.7.117",
13
+ "@trackunit/css-class-variance-utilities": "1.7.103",
14
+ "@trackunit/i18n-library-translation": "1.7.121",
15
15
  "@floating-ui/react": "^0.26.25",
16
16
  "@floating-ui/react-dom": "2.1.2",
17
- "@trackunit/ui-design-tokens": "1.7.99"
17
+ "@trackunit/ui-design-tokens": "1.7.103"
18
18
  },
19
19
  "module": "./index.esm.js",
20
20
  "main": "./index.cjs.js",