@marigold/system 10.1.1 → 10.1.2

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.
Files changed (2) hide show
  1. package/dist/index.js +3 -3
  2. package/package.json +8 -8
package/dist/index.js CHANGED
@@ -28,8 +28,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
28
28
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
29
 
30
30
  // src/index.ts
31
- var src_exports = {};
32
- __export(src_exports, {
31
+ var index_exports = {};
32
+ __export(index_exports, {
33
33
  DateFormat: () => DateFormat,
34
34
  NumericFormat: () => NumericFormat,
35
35
  SVG: () => SVG,
@@ -70,7 +70,7 @@ __export(src_exports, {
70
70
  useTheme: () => useTheme,
71
71
  width: () => width
72
72
  });
73
- module.exports = __toCommonJS(src_exports);
73
+ module.exports = __toCommonJS(index_exports);
74
74
 
75
75
  // src/components/SVG/SVG.tsx
76
76
  var import_react5 = __toESM(require("react"));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/system",
3
- "version": "10.1.1",
3
+ "version": "10.1.2",
4
4
  "description": "Marigold System Library",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -24,22 +24,22 @@
24
24
  "directory": "packages/system"
25
25
  },
26
26
  "dependencies": {
27
- "@react-aria/i18n": "3.12.4",
27
+ "@react-aria/i18n": "3.12.5",
28
28
  "class-variance-authority": "0.7.1",
29
29
  "deepmerge": "4.3.1",
30
30
  "react-fast-compare": "3.2.2",
31
- "tailwind-merge": "2.5.5",
31
+ "tailwind-merge": "2.6.0",
32
32
  "@marigold/types": "1.2.0"
33
33
  },
34
34
  "peerDependencies": {
35
- "react": "18.x",
36
- "react-dom": "18.x"
35
+ "react": "19.x",
36
+ "react-dom": "19.x"
37
37
  },
38
38
  "devDependencies": {
39
39
  "@babel/core": "7.26.0",
40
- "postcss": "8.4.49",
41
- "react": "18.3.1",
42
- "tailwindcss": "3.4.16",
40
+ "postcss": "8.5.1",
41
+ "react": "19.0.0",
42
+ "tailwindcss": "3.4.17",
43
43
  "tsup": "8.3.5",
44
44
  "@marigold/tsconfig": "0.4.0"
45
45
  },