@marigold/system 11.2.1 → 11.2.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
@@ -143,6 +143,7 @@ type Theme = {
143
143
  Link?: ComponentStyleFunction<string, string>;
144
144
  ListBox?: Record<'container' | 'list' | 'option' | 'section' | 'header', ComponentStyleFunction<string, string>>;
145
145
  Menu?: Record<'container' | 'section' | 'item', ComponentStyleFunction<string, string>>;
146
+ MultiSelect?: Record<'container' | 'closeButton' | 'field' | 'input' | 'icon' | 'listContainer' | 'list' | 'option' | 'tag' | 'valueContainer', ComponentStyleFunction<string, string>>;
146
147
  Pagination?: Record<'navigationButton' | 'pageButton' | 'icon', ComponentStyleFunction<string, string>>;
147
148
  ProgressCycle?: ComponentStyleFunction<string, string>;
148
149
  Radio?: Record<'container' | 'label' | 'radio' | 'group', ComponentStyleFunction<string, string>>;
@@ -249,6 +250,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
249
250
  Link?: ComponentStyleFunction<string, string>;
250
251
  ListBox?: Record<"container" | "list" | "option" | "section" | "header", ComponentStyleFunction<string, string>>;
251
252
  Menu?: Record<"container" | "section" | "item", ComponentStyleFunction<string, string>>;
253
+ MultiSelect?: Record<"container" | "closeButton" | "field" | "input" | "icon" | "listContainer" | "list" | "option" | "tag" | "valueContainer", ComponentStyleFunction<string, string>>;
252
254
  Pagination?: Record<"navigationButton" | "pageButton" | "icon", ComponentStyleFunction<string, string>>;
253
255
  ProgressCycle?: ComponentStyleFunction<string, string>;
254
256
  Radio?: Record<"container" | "label" | "radio" | "group", ComponentStyleFunction<string, string>>;
package/dist/index.d.ts CHANGED
@@ -143,6 +143,7 @@ type Theme = {
143
143
  Link?: ComponentStyleFunction<string, string>;
144
144
  ListBox?: Record<'container' | 'list' | 'option' | 'section' | 'header', ComponentStyleFunction<string, string>>;
145
145
  Menu?: Record<'container' | 'section' | 'item', ComponentStyleFunction<string, string>>;
146
+ MultiSelect?: Record<'container' | 'closeButton' | 'field' | 'input' | 'icon' | 'listContainer' | 'list' | 'option' | 'tag' | 'valueContainer', ComponentStyleFunction<string, string>>;
146
147
  Pagination?: Record<'navigationButton' | 'pageButton' | 'icon', ComponentStyleFunction<string, string>>;
147
148
  ProgressCycle?: ComponentStyleFunction<string, string>;
148
149
  Radio?: Record<'container' | 'label' | 'radio' | 'group', ComponentStyleFunction<string, string>>;
@@ -249,6 +250,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
249
250
  Link?: ComponentStyleFunction<string, string>;
250
251
  ListBox?: Record<"container" | "list" | "option" | "section" | "header", ComponentStyleFunction<string, string>>;
251
252
  Menu?: Record<"container" | "section" | "item", ComponentStyleFunction<string, string>>;
253
+ MultiSelect?: Record<"container" | "closeButton" | "field" | "input" | "icon" | "listContainer" | "list" | "option" | "tag" | "valueContainer", ComponentStyleFunction<string, string>>;
252
254
  Pagination?: Record<"navigationButton" | "pageButton" | "icon", ComponentStyleFunction<string, string>>;
253
255
  ProgressCycle?: ComponentStyleFunction<string, string>;
254
256
  Radio?: Record<"container" | "label" | "radio" | "group", ComponentStyleFunction<string, string>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/system",
3
- "version": "11.2.1",
3
+ "version": "11.2.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.5",
27
+ "@react-aria/i18n": "3.12.6",
28
28
  "class-variance-authority": "0.7.1",
29
29
  "deepmerge": "4.3.1",
30
30
  "react-fast-compare": "3.2.2",
31
- "tailwind-merge": "2.6.0",
31
+ "tailwind-merge": "3.0.2",
32
32
  "@marigold/types": "1.3.0"
33
33
  },
34
34
  "peerDependencies": {
@@ -37,10 +37,10 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@babel/core": "7.26.9",
40
+ "@types/react": "19.0.10",
40
41
  "postcss": "8.5.3",
41
42
  "react": "19.0.0",
42
- "@types/react": "19.0.10",
43
- "tailwindcss": "4.0.9",
43
+ "tailwindcss": "4.0.12",
44
44
  "tsup": "8.3.6",
45
45
  "@marigold/tsconfig": "0.4.0"
46
46
  },