@marigold/components 7.4.0 → 7.5.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 CHANGED
@@ -830,7 +830,7 @@ var _Popover = (0, import_react13.forwardRef)(
830
830
  ref,
831
831
  ...props,
832
832
  className: (0, import_system16.cn)(
833
- "!left-0 bottom-0 !mt-auto flex !max-h-fit w-full flex-col"
833
+ "!fixed !bottom-0 !left-0 !top-auto !max-h-fit w-full"
834
834
  ),
835
835
  UNSTABLE_portalContainer: portal,
836
836
  children
@@ -979,7 +979,6 @@ var _ComboBox = (0, import_react17.forwardRef)(
979
979
  ...rest
980
980
  };
981
981
  const classNames2 = (0, import_system18.useClassNames)({ component: "ComboBox", variant, size });
982
- console.log(classNames2);
983
982
  return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(FieldBase, { as: import_react_aria_components12.ComboBox, ref, ...props, children: [
984
983
  /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
985
984
  _Input,
@@ -3100,8 +3099,8 @@ var Text2 = ({
3100
3099
  {
3101
3100
  ...props,
3102
3101
  className: (0, import_system67.cn)(
3103
- classNames2,
3104
3102
  "text-[--color] outline-[--outline]",
3103
+ classNames2,
3105
3104
  fontStyle && import_system67.textStyle[fontStyle],
3106
3105
  align && import_system67.textAlign[align],
3107
3106
  cursor && import_system67.cursorStyle[cursor],
package/dist/index.mjs CHANGED
@@ -732,7 +732,7 @@ var _Popover = forwardRef7(
732
732
  ref,
733
733
  ...props,
734
734
  className: cn12(
735
- "!left-0 bottom-0 !mt-auto flex !max-h-fit w-full flex-col"
735
+ "!fixed !bottom-0 !left-0 !top-auto !max-h-fit w-full"
736
736
  ),
737
737
  UNSTABLE_portalContainer: portal,
738
738
  children
@@ -881,7 +881,6 @@ var _ComboBox = forwardRef10(
881
881
  ...rest
882
882
  };
883
883
  const classNames2 = useClassNames10({ component: "ComboBox", variant, size });
884
- console.log(classNames2);
885
884
  return /* @__PURE__ */ jsxs9(FieldBase, { as: ComboBox2, ref, ...props, children: [
886
885
  /* @__PURE__ */ jsx21(
887
886
  _Input,
@@ -3096,8 +3095,8 @@ var Text2 = ({
3096
3095
  {
3097
3096
  ...props,
3098
3097
  className: cn46(
3099
- classNames2,
3100
3098
  "text-[--color] outline-[--outline]",
3099
+ classNames2,
3101
3100
  fontStyle && textStyle[fontStyle],
3102
3101
  align && textAlign2[align],
3103
3102
  cursor && cursorStyle[cursor],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/components",
3
- "version": "7.4.0",
3
+ "version": "7.5.0",
4
4
  "description": "Components for the Marigold Design System",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -22,28 +22,28 @@
22
22
  "url": "https://github.com/marigold-ui/marigold"
23
23
  },
24
24
  "dependencies": {
25
- "@internationalized/date": "3.5.1",
26
- "@react-aria/accordion": "3.0.0-alpha.25",
27
- "@react-aria/button": "3.9.1",
28
- "@react-aria/calendar": "3.5.4",
29
- "@react-aria/focus": "3.16.0",
30
- "@react-aria/i18n": "3.10.0",
31
- "@react-aria/interactions": "3.20.1",
32
- "@react-aria/overlays": "3.20.0",
33
- "@react-aria/selection": "3.17.3",
34
- "@react-aria/ssr": "3.9.1",
35
- "@react-aria/table": "3.13.3",
36
- "@react-aria/utils": "3.23.0",
37
- "@react-aria/visually-hidden": "3.8.8",
38
- "@react-stately/collections": "3.10.4",
39
- "@react-stately/data": "3.11.0",
40
- "@react-stately/table": "3.11.4",
41
- "@react-stately/tree": "3.7.5",
42
- "@react-types/shared": "3.22.0",
43
- "@react-types/table": "3.9.2",
44
- "react-aria-components": "1.0.1",
45
- "@marigold/icons": "1.2.39",
46
- "@marigold/system": "7.4.0",
25
+ "@internationalized/date": "3.5.2",
26
+ "@react-aria/accordion": "3.0.0-alpha.27",
27
+ "@react-aria/button": "3.9.3",
28
+ "@react-aria/calendar": "3.5.6",
29
+ "@react-aria/focus": "3.16.2",
30
+ "@react-aria/i18n": "3.10.2",
31
+ "@react-aria/interactions": "3.21.1",
32
+ "@react-aria/overlays": "3.21.1",
33
+ "@react-aria/selection": "3.17.5",
34
+ "@react-aria/ssr": "3.9.2",
35
+ "@react-aria/table": "3.13.5",
36
+ "@react-aria/utils": "3.23.2",
37
+ "@react-aria/visually-hidden": "3.8.10",
38
+ "@react-stately/collections": "3.10.5",
39
+ "@react-stately/data": "3.11.2",
40
+ "@react-stately/table": "3.11.6",
41
+ "@react-stately/tree": "3.7.6",
42
+ "@react-types/shared": "3.22.1",
43
+ "@react-types/table": "3.9.3",
44
+ "react-aria-components": "1.1.1",
45
+ "@marigold/icons": "1.2.40",
46
+ "@marigold/system": "7.5.0",
47
47
  "@marigold/types": "1.1.0"
48
48
  },
49
49
  "peerDependencies": {
@@ -51,7 +51,7 @@
51
51
  "react-dom": "17.x || 18.x"
52
52
  },
53
53
  "devDependencies": {
54
- "@types/react": "18.2.47",
54
+ "@types/react": "18.2.56",
55
55
  "react": "18.2.0",
56
56
  "react-dom": "18.2.0",
57
57
  "tsup": "8.0.2",