@marigold/system 11.3.0 → 11.4.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.d.mts CHANGED
@@ -125,7 +125,7 @@ type Theme = {
125
125
  Button?: ComponentStyleFunction<string, string>;
126
126
  Card?: ComponentStyleFunction<string, string>;
127
127
  DateField?: Record<'segment' | 'field' | 'action', ComponentStyleFunction<string, string>>;
128
- Dialog?: Record<'closeButton' | 'container' | 'header' | 'content' | 'actions', ComponentStyleFunction<string, string>>;
128
+ Dialog?: Record<'closeButton' | 'container' | 'header' | 'content' | 'actions' | 'title', ComponentStyleFunction<string, string>>;
129
129
  Divider?: ComponentStyleFunction<string, string>;
130
130
  Drawer?: Record<'overlay' | 'closeButton' | 'container' | 'header' | 'title' | 'content' | 'actions', ComponentStyleFunction<string, string>>;
131
131
  Field?: ComponentStyleFunction<string, string>;
@@ -142,7 +142,7 @@ type Theme = {
142
142
  Label?: Record<'container' | 'indicator', ComponentStyleFunction<string, string>>;
143
143
  List?: Record<'ol' | 'ul' | 'item', ComponentStyleFunction<string, string>>;
144
144
  Link?: ComponentStyleFunction<string, string>;
145
- ListBox?: Record<'container' | 'list' | 'option' | 'section' | 'header', ComponentStyleFunction<string, string>>;
145
+ ListBox?: Record<'container' | 'list' | 'item' | 'section' | 'header', ComponentStyleFunction<string, string>>;
146
146
  Menu?: Record<'container' | 'section' | 'item', ComponentStyleFunction<string, string>>;
147
147
  MultiSelect?: Record<'container' | 'closeButton' | 'field' | 'input' | 'icon' | 'listContainer' | 'list' | 'option' | 'tag' | 'valueContainer', ComponentStyleFunction<string, string>>;
148
148
  Pagination?: Record<'navigationButton' | 'pageButton' | 'icon', ComponentStyleFunction<string, string>>;
@@ -234,7 +234,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
234
234
  Button?: ComponentStyleFunction<string, string>;
235
235
  Card?: ComponentStyleFunction<string, string>;
236
236
  DateField?: Record<"segment" | "field" | "action", ComponentStyleFunction<string, string>>;
237
- Dialog?: Record<"closeButton" | "container" | "header" | "content" | "actions", ComponentStyleFunction<string, string>>;
237
+ Dialog?: Record<"closeButton" | "container" | "header" | "content" | "actions" | "title", ComponentStyleFunction<string, string>>;
238
238
  Divider?: ComponentStyleFunction<string, string>;
239
239
  Drawer?: Record<"overlay" | "closeButton" | "container" | "header" | "title" | "content" | "actions", ComponentStyleFunction<string, string>>;
240
240
  Field?: ComponentStyleFunction<string, string>;
@@ -251,7 +251,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
251
251
  Label?: Record<"container" | "indicator", ComponentStyleFunction<string, string>>;
252
252
  List?: Record<"ol" | "ul" | "item", ComponentStyleFunction<string, string>>;
253
253
  Link?: ComponentStyleFunction<string, string>;
254
- ListBox?: Record<"container" | "list" | "option" | "section" | "header", ComponentStyleFunction<string, string>>;
254
+ ListBox?: Record<"container" | "list" | "item" | "section" | "header", ComponentStyleFunction<string, string>>;
255
255
  Menu?: Record<"container" | "section" | "item", ComponentStyleFunction<string, string>>;
256
256
  MultiSelect?: Record<"container" | "closeButton" | "field" | "input" | "icon" | "listContainer" | "list" | "option" | "tag" | "valueContainer", ComponentStyleFunction<string, string>>;
257
257
  Pagination?: Record<"navigationButton" | "pageButton" | "icon", ComponentStyleFunction<string, string>>;
package/dist/index.d.ts CHANGED
@@ -125,7 +125,7 @@ type Theme = {
125
125
  Button?: ComponentStyleFunction<string, string>;
126
126
  Card?: ComponentStyleFunction<string, string>;
127
127
  DateField?: Record<'segment' | 'field' | 'action', ComponentStyleFunction<string, string>>;
128
- Dialog?: Record<'closeButton' | 'container' | 'header' | 'content' | 'actions', ComponentStyleFunction<string, string>>;
128
+ Dialog?: Record<'closeButton' | 'container' | 'header' | 'content' | 'actions' | 'title', ComponentStyleFunction<string, string>>;
129
129
  Divider?: ComponentStyleFunction<string, string>;
130
130
  Drawer?: Record<'overlay' | 'closeButton' | 'container' | 'header' | 'title' | 'content' | 'actions', ComponentStyleFunction<string, string>>;
131
131
  Field?: ComponentStyleFunction<string, string>;
@@ -142,7 +142,7 @@ type Theme = {
142
142
  Label?: Record<'container' | 'indicator', ComponentStyleFunction<string, string>>;
143
143
  List?: Record<'ol' | 'ul' | 'item', ComponentStyleFunction<string, string>>;
144
144
  Link?: ComponentStyleFunction<string, string>;
145
- ListBox?: Record<'container' | 'list' | 'option' | 'section' | 'header', ComponentStyleFunction<string, string>>;
145
+ ListBox?: Record<'container' | 'list' | 'item' | 'section' | 'header', ComponentStyleFunction<string, string>>;
146
146
  Menu?: Record<'container' | 'section' | 'item', ComponentStyleFunction<string, string>>;
147
147
  MultiSelect?: Record<'container' | 'closeButton' | 'field' | 'input' | 'icon' | 'listContainer' | 'list' | 'option' | 'tag' | 'valueContainer', ComponentStyleFunction<string, string>>;
148
148
  Pagination?: Record<'navigationButton' | 'pageButton' | 'icon', ComponentStyleFunction<string, string>>;
@@ -234,7 +234,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
234
234
  Button?: ComponentStyleFunction<string, string>;
235
235
  Card?: ComponentStyleFunction<string, string>;
236
236
  DateField?: Record<"segment" | "field" | "action", ComponentStyleFunction<string, string>>;
237
- Dialog?: Record<"closeButton" | "container" | "header" | "content" | "actions", ComponentStyleFunction<string, string>>;
237
+ Dialog?: Record<"closeButton" | "container" | "header" | "content" | "actions" | "title", ComponentStyleFunction<string, string>>;
238
238
  Divider?: ComponentStyleFunction<string, string>;
239
239
  Drawer?: Record<"overlay" | "closeButton" | "container" | "header" | "title" | "content" | "actions", ComponentStyleFunction<string, string>>;
240
240
  Field?: ComponentStyleFunction<string, string>;
@@ -251,7 +251,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
251
251
  Label?: Record<"container" | "indicator", ComponentStyleFunction<string, string>>;
252
252
  List?: Record<"ol" | "ul" | "item", ComponentStyleFunction<string, string>>;
253
253
  Link?: ComponentStyleFunction<string, string>;
254
- ListBox?: Record<"container" | "list" | "option" | "section" | "header", ComponentStyleFunction<string, string>>;
254
+ ListBox?: Record<"container" | "list" | "item" | "section" | "header", ComponentStyleFunction<string, string>>;
255
255
  Menu?: Record<"container" | "section" | "item", ComponentStyleFunction<string, string>>;
256
256
  MultiSelect?: Record<"container" | "closeButton" | "field" | "input" | "icon" | "listContainer" | "list" | "option" | "tag" | "valueContainer", ComponentStyleFunction<string, string>>;
257
257
  Pagination?: Record<"navigationButton" | "pageButton" | "icon", ComponentStyleFunction<string, string>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/system",
3
- "version": "11.3.0",
3
+ "version": "11.4.1",
4
4
  "description": "Marigold System Library",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -38,7 +38,7 @@
38
38
  "class-variance-authority": "0.7.1",
39
39
  "deepmerge": "4.3.1",
40
40
  "react-fast-compare": "3.2.2",
41
- "tailwind-merge": "3.0.2",
41
+ "tailwind-merge": "3.2.0",
42
42
  "@marigold/types": "1.3.0"
43
43
  },
44
44
  "peerDependencies": {
@@ -46,12 +46,12 @@
46
46
  "react-dom": ">=17.0.0"
47
47
  },
48
48
  "devDependencies": {
49
- "@babel/core": "7.26.9",
50
- "@types/react": "19.0.10",
49
+ "@babel/core": "7.26.10",
50
+ "@types/react": "19.1.0",
51
51
  "postcss": "8.5.3",
52
- "react": "19.0.0",
53
- "tailwindcss": "4.0.17",
54
- "tsup": "8.3.6",
52
+ "react": "19.1.0",
53
+ "tailwindcss": "4.1.3",
54
+ "tsup": "8.4.0",
55
55
  "@marigold/tsconfig": "0.4.0"
56
56
  },
57
57
  "scripts": {