@marigold/components 6.5.0 → 6.5.1

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
@@ -538,7 +538,7 @@ var FieldBase = ({
538
538
  ...stateProps,
539
539
  className: (0, import_system8.cn)("group/field", import_system8.width[width], classNames2),
540
540
  children: [
541
- label && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(_Label, { variant, size, ...labelProps, children: label }),
541
+ label ? /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(_Label, { variant, size, ...labelProps, children: label }) : /* @__PURE__ */ (0, import_jsx_runtime10.jsx)("span", { "aria-hidden": "true" }),
542
542
  children,
543
543
  hasHelpText && /* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
544
544
  HelpText,
@@ -3035,7 +3035,7 @@ var _FieldBase = (props, ref) => {
3035
3035
  className: (0, import_system53.cn)("group/field", import_system53.width[width], classNames2),
3036
3036
  ...rest,
3037
3037
  children: [
3038
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(_Label, { variant, size, children: label }),
3038
+ label ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(_Label, { variant, size, children: label }) : /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { "aria-hidden": "true" }),
3039
3039
  children,
3040
3040
  /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
3041
3041
  HelpText2,
package/dist/index.mjs CHANGED
@@ -440,7 +440,7 @@ var FieldBase = ({
440
440
  ...stateProps,
441
441
  className: cn6("group/field", twWidth[width], classNames2),
442
442
  children: [
443
- label && /* @__PURE__ */ jsx10(_Label, { variant, size, ...labelProps, children: label }),
443
+ label ? /* @__PURE__ */ jsx10(_Label, { variant, size, ...labelProps, children: label }) : /* @__PURE__ */ jsx10("span", { "aria-hidden": "true" }),
444
444
  children,
445
445
  hasHelpText && /* @__PURE__ */ jsx10(
446
446
  HelpText,
@@ -3012,7 +3012,7 @@ var _FieldBase = (props, ref) => {
3012
3012
  className: cn34("group/field", twWidth2[width], classNames2),
3013
3013
  ...rest,
3014
3014
  children: [
3015
- /* @__PURE__ */ jsx65(_Label, { variant, size, children: label }),
3015
+ label ? /* @__PURE__ */ jsx65(_Label, { variant, size, children: label }) : /* @__PURE__ */ jsx65("span", { "aria-hidden": "true" }),
3016
3016
  children,
3017
3017
  /* @__PURE__ */ jsx65(
3018
3018
  HelpText2,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/components",
3
- "version": "6.5.0",
3
+ "version": "6.5.1",
4
4
  "description": "Components for the Marigold Design System",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -24,37 +24,37 @@
24
24
  },
25
25
  "dependencies": {
26
26
  "@internationalized/date": "3.5.0",
27
- "@react-aria/accordion": "3.0.0-alpha.22",
28
- "@react-aria/autocomplete": "3.0.0-alpha.21",
29
- "@react-aria/button": "3.8.3",
30
- "@react-aria/calendar": "3.5.1",
31
- "@react-aria/checkbox": "3.11.1",
32
- "@react-aria/combobox": "3.7.0",
33
- "@react-aria/datepicker": "3.8.0",
34
- "@react-aria/dialog": "3.5.6",
35
- "@react-aria/focus": "3.14.2",
36
- "@react-aria/i18n": "3.8.3",
37
- "@react-aria/interactions": "3.19.0",
38
- "@react-aria/link": "3.6.0",
39
- "@react-aria/listbox": "3.11.0",
27
+ "@react-aria/accordion": "3.0.0-alpha.23",
28
+ "@react-aria/autocomplete": "3.0.0-alpha.22",
29
+ "@react-aria/button": "3.8.4",
30
+ "@react-aria/calendar": "3.5.2",
31
+ "@react-aria/checkbox": "3.11.2",
32
+ "@react-aria/combobox": "3.7.1",
33
+ "@react-aria/datepicker": "3.8.1",
34
+ "@react-aria/dialog": "3.5.7",
35
+ "@react-aria/focus": "3.14.3",
36
+ "@react-aria/i18n": "3.8.4",
37
+ "@react-aria/interactions": "3.19.1",
38
+ "@react-aria/link": "3.6.1",
39
+ "@react-aria/listbox": "3.11.1",
40
40
  "@react-aria/live-announcer": "3.3.1",
41
- "@react-aria/menu": "3.11.0",
42
- "@react-aria/numberfield": "3.9.0",
43
- "@react-aria/overlays": "3.18.0",
44
- "@react-aria/radio": "3.8.1",
45
- "@react-aria/searchfield": "3.5.6",
46
- "@react-aria/select": "3.13.0",
47
- "@react-aria/selection": "3.17.0",
48
- "@react-aria/separator": "3.3.6",
49
- "@react-aria/slider": "3.7.1",
50
- "@react-aria/switch": "3.5.5",
51
- "@react-aria/table": "3.13.0",
52
- "@react-aria/tabs": "3.8.0",
53
- "@react-aria/tag": "3.2.0",
54
- "@react-aria/textfield": "3.12.1",
55
- "@react-aria/tooltip": "3.6.3",
56
- "@react-aria/utils": "3.21.0",
57
- "@react-aria/visually-hidden": "3.8.5",
41
+ "@react-aria/menu": "3.11.1",
42
+ "@react-aria/numberfield": "3.9.1",
43
+ "@react-aria/overlays": "3.18.1",
44
+ "@react-aria/radio": "3.8.2",
45
+ "@react-aria/searchfield": "3.5.7",
46
+ "@react-aria/select": "3.13.1",
47
+ "@react-aria/selection": "3.17.1",
48
+ "@react-aria/separator": "3.3.7",
49
+ "@react-aria/slider": "3.7.2",
50
+ "@react-aria/switch": "3.5.6",
51
+ "@react-aria/table": "3.13.1",
52
+ "@react-aria/tabs": "3.8.1",
53
+ "@react-aria/tag": "3.2.1",
54
+ "@react-aria/textfield": "3.12.2",
55
+ "@react-aria/tooltip": "3.6.4",
56
+ "@react-aria/utils": "3.21.1",
57
+ "@react-aria/visually-hidden": "3.8.6",
58
58
  "@react-stately/calendar": "3.4.1",
59
59
  "@react-stately/checkbox": "3.5.1",
60
60
  "@react-stately/collections": "3.10.2",
@@ -69,7 +69,7 @@
69
69
  "@react-stately/searchfield": "3.4.6",
70
70
  "@react-stately/select": "3.5.5",
71
71
  "@react-stately/selection": "3.14.0",
72
- "@react-stately/slider": "3.4.3",
72
+ "@react-stately/slider": "3.4.4",
73
73
  "@react-stately/table": "3.11.2",
74
74
  "@react-stately/tabs": "3.6.1",
75
75
  "@react-stately/toggle": "3.6.3",
@@ -85,8 +85,8 @@
85
85
  "@react-types/table": "3.9.0",
86
86
  "@react-types/tooltip": "3.4.5",
87
87
  "react-aria-components": "1.0.0-beta.1",
88
- "@marigold/icons": "1.2.19",
89
- "@marigold/system": "6.5.0",
88
+ "@marigold/icons": "1.2.20",
89
+ "@marigold/system": "6.5.1",
90
90
  "@marigold/types": "1.1.0"
91
91
  },
92
92
  "peerDependencies": {