@marigold/system 9.0.1 → 9.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.d.mts CHANGED
@@ -740,13 +740,11 @@ declare const paddingBottom: {
740
740
  declare const alignment: {
741
741
  vertical: {
742
742
  alignmentX: {
743
- none: undefined;
744
743
  left: string;
745
744
  center: string;
746
745
  right: string;
747
746
  };
748
747
  alignmentY: {
749
- none: undefined;
750
748
  top: string;
751
749
  center: string;
752
750
  bottom: string;
@@ -754,13 +752,11 @@ declare const alignment: {
754
752
  };
755
753
  horizontal: {
756
754
  alignmentY: {
757
- none: undefined;
758
755
  top: string;
759
756
  center: string;
760
757
  bottom: string;
761
758
  };
762
759
  alignmentX: {
763
- none: undefined;
764
760
  left: string;
765
761
  center: string;
766
762
  right: string;
package/dist/index.d.ts CHANGED
@@ -740,13 +740,11 @@ declare const paddingBottom: {
740
740
  declare const alignment: {
741
741
  vertical: {
742
742
  alignmentX: {
743
- none: undefined;
744
743
  left: string;
745
744
  center: string;
746
745
  right: string;
747
746
  };
748
747
  alignmentY: {
749
- none: undefined;
750
748
  top: string;
751
749
  center: string;
752
750
  bottom: string;
@@ -754,13 +752,11 @@ declare const alignment: {
754
752
  };
755
753
  horizontal: {
756
754
  alignmentY: {
757
- none: undefined;
758
755
  top: string;
759
756
  center: string;
760
757
  bottom: string;
761
758
  };
762
759
  alignmentX: {
763
- none: undefined;
764
760
  left: string;
765
761
  center: string;
766
762
  right: string;
package/dist/index.js CHANGED
@@ -819,13 +819,11 @@ var paddingBottom = {
819
819
  var alignment = {
820
820
  vertical: {
821
821
  alignmentX: {
822
- none: void 0,
823
822
  left: "items-start",
824
823
  center: "items-center",
825
824
  right: "items-end"
826
825
  },
827
826
  alignmentY: {
828
- none: void 0,
829
827
  top: "justify-start",
830
828
  center: "justify-center",
831
829
  bottom: "justify-end"
@@ -833,13 +831,11 @@ var alignment = {
833
831
  },
834
832
  horizontal: {
835
833
  alignmentY: {
836
- none: void 0,
837
834
  top: "items-start",
838
835
  center: "items-center",
839
836
  bottom: "items-end"
840
837
  },
841
838
  alignmentX: {
842
- none: void 0,
843
839
  left: "justify-start",
844
840
  center: "justify-center",
845
841
  right: "justify-end"
package/dist/index.mjs CHANGED
@@ -745,13 +745,11 @@ var paddingBottom = {
745
745
  var alignment = {
746
746
  vertical: {
747
747
  alignmentX: {
748
- none: void 0,
749
748
  left: "items-start",
750
749
  center: "items-center",
751
750
  right: "items-end"
752
751
  },
753
752
  alignmentY: {
754
- none: void 0,
755
753
  top: "justify-start",
756
754
  center: "justify-center",
757
755
  bottom: "justify-end"
@@ -759,13 +757,11 @@ var alignment = {
759
757
  },
760
758
  horizontal: {
761
759
  alignmentY: {
762
- none: void 0,
763
760
  top: "items-start",
764
761
  center: "items-center",
765
762
  bottom: "items-end"
766
763
  },
767
764
  alignmentX: {
768
- none: void 0,
769
765
  left: "justify-start",
770
766
  center: "justify-center",
771
767
  right: "justify-end"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/system",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
4
4
  "description": "Marigold System Library",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -24,11 +24,11 @@
24
24
  "directory": "packages/system"
25
25
  },
26
26
  "dependencies": {
27
- "@react-aria/i18n": "3.12.1",
27
+ "@react-aria/i18n": "3.12.2",
28
28
  "class-variance-authority": "0.7.0",
29
29
  "deepmerge": "4.3.1",
30
30
  "react-fast-compare": "3.2.2",
31
- "tailwind-merge": "2.4.0",
31
+ "tailwind-merge": "2.5.2",
32
32
  "@marigold/types": "1.1.1"
33
33
  },
34
34
  "peerDependencies": {
@@ -37,9 +37,9 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@babel/core": "7.25.2",
40
- "postcss": "8.4.40",
40
+ "postcss": "8.4.45",
41
41
  "react": "18.3.1",
42
- "tailwindcss": "3.4.7",
42
+ "tailwindcss": "3.4.10",
43
43
  "tsup": "8.1.0",
44
44
  "@marigold/tsconfig": "0.4.0"
45
45
  },