@marigold/system 12.0.4 → 13.0.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.js +1 -3
- package/dist/index.mjs +1 -3
- package/package.json +7 -7
package/dist/index.js
CHANGED
|
@@ -172,9 +172,7 @@ function ThemeProvider({
|
|
|
172
172
|
children,
|
|
173
173
|
className
|
|
174
174
|
}) {
|
|
175
|
-
|
|
176
|
-
const root = (_a = theme.root) == null ? void 0 : _a.call(theme);
|
|
177
|
-
return /* @__PURE__ */ import_react4.default.createElement(InternalContext.Provider, { value: theme }, /* @__PURE__ */ import_react4.default.createElement("div", { className: cn(root, className) }, children));
|
|
175
|
+
return /* @__PURE__ */ import_react4.default.createElement(InternalContext.Provider, { value: theme }, /* @__PURE__ */ import_react4.default.createElement("div", { className }, children));
|
|
178
176
|
}
|
|
179
177
|
|
|
180
178
|
// src/hooks/useClassNames.tsx
|
package/dist/index.mjs
CHANGED
|
@@ -99,9 +99,7 @@ function ThemeProvider({
|
|
|
99
99
|
children,
|
|
100
100
|
className
|
|
101
101
|
}) {
|
|
102
|
-
|
|
103
|
-
const root = (_a = theme.root) == null ? void 0 : _a.call(theme);
|
|
104
|
-
return /* @__PURE__ */ React4.createElement(InternalContext.Provider, { value: theme }, /* @__PURE__ */ React4.createElement("div", { className: cn(root, className) }, children));
|
|
102
|
+
return /* @__PURE__ */ React4.createElement(InternalContext.Provider, { value: theme }, /* @__PURE__ */ React4.createElement("div", { className }, children));
|
|
105
103
|
}
|
|
106
104
|
|
|
107
105
|
// src/hooks/useClassNames.tsx
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marigold/system",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "13.0.0",
|
|
4
4
|
"description": "Marigold System Library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"directory": "packages/system"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@react-aria/i18n": "3.12.
|
|
37
|
+
"@react-aria/i18n": "3.12.10",
|
|
38
38
|
"class-variance-authority": "0.7.1",
|
|
39
39
|
"deepmerge": "4.3.1",
|
|
40
40
|
"react-fast-compare": "3.2.2",
|
|
41
|
-
"tailwind-merge": "3.
|
|
41
|
+
"tailwind-merge": "3.3.0",
|
|
42
42
|
"@marigold/types": "1.3.1"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"react-dom": ">=17.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@babel/core": "7.27.
|
|
50
|
-
"@types/react": "19.1.
|
|
51
|
-
"postcss": "8.5.
|
|
49
|
+
"@babel/core": "7.27.7",
|
|
50
|
+
"@types/react": "19.1.8",
|
|
51
|
+
"postcss": "8.5.4",
|
|
52
52
|
"react": "19.1.0",
|
|
53
|
-
"tailwindcss": "4.1.
|
|
53
|
+
"tailwindcss": "4.1.8",
|
|
54
54
|
"tsup": "8.4.0",
|
|
55
55
|
"@marigold/tsconfig": "0.4.0"
|
|
56
56
|
},
|