@marigold/components 3.0.1 → 3.0.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.
- package/dist/index.js +3 -1
- package/dist/index.mjs +3 -1
- package/package.json +43 -43
package/dist/index.js
CHANGED
|
@@ -344,6 +344,7 @@ var Label = ({
|
|
|
344
344
|
return /* @__PURE__ */ import_react9.default.createElement(import_system6.Box, {
|
|
345
345
|
...props,
|
|
346
346
|
as,
|
|
347
|
+
"aria-required": required,
|
|
347
348
|
__baseCSS: { display: "flex", alignItems: "center", gap: 4 },
|
|
348
349
|
css: styles
|
|
349
350
|
}, children, required && /* @__PURE__ */ import_react9.default.createElement(import_icons.Required, {
|
|
@@ -1449,7 +1450,8 @@ var NumberField = (0, import_react40.forwardRef)(
|
|
|
1449
1450
|
display: "flex",
|
|
1450
1451
|
alignItems: "stretch",
|
|
1451
1452
|
"> input": {
|
|
1452
|
-
|
|
1453
|
+
flex: 1,
|
|
1454
|
+
minWidth: 0
|
|
1453
1455
|
}
|
|
1454
1456
|
},
|
|
1455
1457
|
css: styles.group,
|
package/dist/index.mjs
CHANGED
|
@@ -280,6 +280,7 @@ var Label = ({
|
|
|
280
280
|
return /* @__PURE__ */ React9.createElement(Box5, {
|
|
281
281
|
...props,
|
|
282
282
|
as,
|
|
283
|
+
"aria-required": required,
|
|
283
284
|
__baseCSS: { display: "flex", alignItems: "center", gap: 4 },
|
|
284
285
|
css: styles
|
|
285
286
|
}, children, required && /* @__PURE__ */ React9.createElement(Required, {
|
|
@@ -1412,7 +1413,8 @@ var NumberField = forwardRef7(
|
|
|
1412
1413
|
display: "flex",
|
|
1413
1414
|
alignItems: "stretch",
|
|
1414
1415
|
"> input": {
|
|
1415
|
-
|
|
1416
|
+
flex: 1,
|
|
1417
|
+
minWidth: 0
|
|
1416
1418
|
}
|
|
1417
1419
|
},
|
|
1418
1420
|
css: styles.group,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marigold/components",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "Components for the Marigold Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -23,52 +23,52 @@
|
|
|
23
23
|
"directory": "packages/components"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@marigold/icons": "1.1.
|
|
27
|
-
"@marigold/system": "3.0.
|
|
26
|
+
"@marigold/icons": "1.1.2",
|
|
27
|
+
"@marigold/system": "3.0.2",
|
|
28
28
|
"@marigold/tokens": "3.1.0",
|
|
29
29
|
"@marigold/types": "0.5.4",
|
|
30
|
-
"@react-aria/button": "3.6.
|
|
31
|
-
"@react-aria/checkbox": "3.
|
|
32
|
-
"@react-aria/dialog": "3.
|
|
33
|
-
"@react-aria/focus": "3.
|
|
34
|
-
"@react-aria/i18n": "3.6.
|
|
35
|
-
"@react-aria/interactions": "3.
|
|
36
|
-
"@react-aria/link": "3.3.
|
|
37
|
-
"@react-aria/listbox": "3.
|
|
38
|
-
"@react-aria/menu": "3.6.
|
|
39
|
-
"@react-aria/numberfield": "3.3.
|
|
40
|
-
"@react-aria/overlays": "3.
|
|
41
|
-
"@react-aria/radio": "3.
|
|
42
|
-
"@react-aria/select": "3.8.
|
|
43
|
-
"@react-aria/separator": "3.2.
|
|
44
|
-
"@react-aria/slider": "3.2.
|
|
30
|
+
"@react-aria/button": "3.6.2",
|
|
31
|
+
"@react-aria/checkbox": "3.6.0",
|
|
32
|
+
"@react-aria/dialog": "3.4.0",
|
|
33
|
+
"@react-aria/focus": "3.9.0",
|
|
34
|
+
"@react-aria/i18n": "3.6.1",
|
|
35
|
+
"@react-aria/interactions": "3.12.0",
|
|
36
|
+
"@react-aria/link": "3.3.4",
|
|
37
|
+
"@react-aria/listbox": "3.7.0",
|
|
38
|
+
"@react-aria/menu": "3.6.2",
|
|
39
|
+
"@react-aria/numberfield": "3.3.2",
|
|
40
|
+
"@react-aria/overlays": "3.11.0",
|
|
41
|
+
"@react-aria/radio": "3.4.0",
|
|
42
|
+
"@react-aria/select": "3.8.2",
|
|
43
|
+
"@react-aria/separator": "3.2.4",
|
|
44
|
+
"@react-aria/slider": "3.2.2",
|
|
45
45
|
"@react-aria/ssr": "3.3.0",
|
|
46
|
-
"@react-aria/switch": "3.2.
|
|
47
|
-
"@react-aria/table": "3.
|
|
48
|
-
"@react-aria/textfield": "3.7.
|
|
49
|
-
"@react-aria/tooltip": "3.3.
|
|
50
|
-
"@react-aria/utils": "3.
|
|
51
|
-
"@react-aria/visually-hidden": "3.
|
|
52
|
-
"@react-stately/checkbox": "3.
|
|
53
|
-
"@react-stately/collections": "3.4.
|
|
46
|
+
"@react-aria/switch": "3.2.4",
|
|
47
|
+
"@react-aria/table": "3.5.0",
|
|
48
|
+
"@react-aria/textfield": "3.7.2",
|
|
49
|
+
"@react-aria/tooltip": "3.3.2",
|
|
50
|
+
"@react-aria/utils": "3.14.0",
|
|
51
|
+
"@react-aria/visually-hidden": "3.5.0",
|
|
52
|
+
"@react-stately/checkbox": "3.3.0",
|
|
53
|
+
"@react-stately/collections": "3.4.4",
|
|
54
54
|
"@react-stately/data": "^3.6.0",
|
|
55
|
-
"@react-stately/list": "3.5.
|
|
56
|
-
"@react-stately/menu": "3.4.
|
|
57
|
-
"@react-stately/numberfield": "3.2.
|
|
58
|
-
"@react-stately/overlays": "3.4.
|
|
59
|
-
"@react-stately/radio": "3.
|
|
60
|
-
"@react-stately/select": "3.3.
|
|
61
|
-
"@react-stately/slider": "3.2.
|
|
62
|
-
"@react-stately/table": "3.
|
|
63
|
-
"@react-stately/toggle": "3.4.
|
|
64
|
-
"@react-stately/tooltip": "3.2.
|
|
65
|
-
"@react-stately/tree": "3.3.
|
|
66
|
-
"@react-types/checkbox": "3.
|
|
67
|
-
"@react-types/dialog": "3.4.
|
|
68
|
-
"@react-types/numberfield": "3.3.
|
|
69
|
-
"@react-types/radio": "3.
|
|
70
|
-
"@react-types/shared": "3.
|
|
71
|
-
"@react-types/tooltip": "3.2.
|
|
55
|
+
"@react-stately/list": "3.5.4",
|
|
56
|
+
"@react-stately/menu": "3.4.2",
|
|
57
|
+
"@react-stately/numberfield": "3.2.2",
|
|
58
|
+
"@react-stately/overlays": "3.4.2",
|
|
59
|
+
"@react-stately/radio": "3.6.0",
|
|
60
|
+
"@react-stately/select": "3.3.2",
|
|
61
|
+
"@react-stately/slider": "3.2.2",
|
|
62
|
+
"@react-stately/table": "3.5.0",
|
|
63
|
+
"@react-stately/toggle": "3.4.2",
|
|
64
|
+
"@react-stately/tooltip": "3.2.2",
|
|
65
|
+
"@react-stately/tree": "3.3.4",
|
|
66
|
+
"@react-types/checkbox": "3.4.0",
|
|
67
|
+
"@react-types/dialog": "3.4.4",
|
|
68
|
+
"@react-types/numberfield": "3.3.4",
|
|
69
|
+
"@react-types/radio": "3.3.0",
|
|
70
|
+
"@react-types/shared": "3.15.0",
|
|
71
|
+
"@react-types/tooltip": "3.2.4",
|
|
72
72
|
"deepmerge": "^4.2.2",
|
|
73
73
|
"react-is": "18.2.0"
|
|
74
74
|
},
|