@marigold/system 11.2.1 → 11.2.3
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 +4 -2
- package/dist/index.d.ts +4 -2
- package/package.json +5 -5
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>>;
|
|
@@ -150,7 +151,7 @@ type Theme = {
|
|
|
150
151
|
Select?: Record<'select' | 'icon', ComponentStyleFunction<string, string>>;
|
|
151
152
|
NumberField?: Record<'group' | 'stepper' | 'input', ComponentStyleFunction<string, string>>;
|
|
152
153
|
SectionMessage?: Record<'container' | 'icon' | 'title' | 'content' | 'close', ComponentStyleFunction<string, string>>;
|
|
153
|
-
Table?: Record<'table' | 'headerRow' | 'header' | 'body' | 'row' | 'cell', ComponentStyleFunction<string, string>>;
|
|
154
|
+
Table?: Record<'table' | 'headerRow' | 'header' | 'thead' | 'body' | 'row' | 'cell', ComponentStyleFunction<string, string>>;
|
|
154
155
|
Tag?: Record<'tag' | 'listItems' | 'closeButton', ComponentStyleFunction<string, string>>;
|
|
155
156
|
Text?: ComponentStyleFunction<string, string>;
|
|
156
157
|
TextArea?: 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>>;
|
|
@@ -256,7 +258,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
|
|
|
256
258
|
Select?: Record<"select" | "icon", ComponentStyleFunction<string, string>>;
|
|
257
259
|
NumberField?: Record<"group" | "stepper" | "input", ComponentStyleFunction<string, string>>;
|
|
258
260
|
SectionMessage?: Record<"container" | "icon" | "title" | "content" | "close", ComponentStyleFunction<string, string>>;
|
|
259
|
-
Table?: Record<"table" | "headerRow" | "header" | "body" | "row" | "cell", ComponentStyleFunction<string, string>>;
|
|
261
|
+
Table?: Record<"table" | "headerRow" | "header" | "thead" | "body" | "row" | "cell", ComponentStyleFunction<string, string>>;
|
|
260
262
|
Tag?: Record<"tag" | "listItems" | "closeButton", ComponentStyleFunction<string, string>>;
|
|
261
263
|
Text?: ComponentStyleFunction<string, string>;
|
|
262
264
|
TextArea?: 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>>;
|
|
@@ -150,7 +151,7 @@ type Theme = {
|
|
|
150
151
|
Select?: Record<'select' | 'icon', ComponentStyleFunction<string, string>>;
|
|
151
152
|
NumberField?: Record<'group' | 'stepper' | 'input', ComponentStyleFunction<string, string>>;
|
|
152
153
|
SectionMessage?: Record<'container' | 'icon' | 'title' | 'content' | 'close', ComponentStyleFunction<string, string>>;
|
|
153
|
-
Table?: Record<'table' | 'headerRow' | 'header' | 'body' | 'row' | 'cell', ComponentStyleFunction<string, string>>;
|
|
154
|
+
Table?: Record<'table' | 'headerRow' | 'header' | 'thead' | 'body' | 'row' | 'cell', ComponentStyleFunction<string, string>>;
|
|
154
155
|
Tag?: Record<'tag' | 'listItems' | 'closeButton', ComponentStyleFunction<string, string>>;
|
|
155
156
|
Text?: ComponentStyleFunction<string, string>;
|
|
156
157
|
TextArea?: 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>>;
|
|
@@ -256,7 +258,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
|
|
|
256
258
|
Select?: Record<"select" | "icon", ComponentStyleFunction<string, string>>;
|
|
257
259
|
NumberField?: Record<"group" | "stepper" | "input", ComponentStyleFunction<string, string>>;
|
|
258
260
|
SectionMessage?: Record<"container" | "icon" | "title" | "content" | "close", ComponentStyleFunction<string, string>>;
|
|
259
|
-
Table?: Record<"table" | "headerRow" | "header" | "body" | "row" | "cell", ComponentStyleFunction<string, string>>;
|
|
261
|
+
Table?: Record<"table" | "headerRow" | "header" | "thead" | "body" | "row" | "cell", ComponentStyleFunction<string, string>>;
|
|
260
262
|
Tag?: Record<"tag" | "listItems" | "closeButton", ComponentStyleFunction<string, string>>;
|
|
261
263
|
Text?: ComponentStyleFunction<string, string>;
|
|
262
264
|
TextArea?: ComponentStyleFunction<string, string>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marigold/system",
|
|
3
|
-
"version": "11.2.
|
|
3
|
+
"version": "11.2.3",
|
|
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.
|
|
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": "
|
|
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
|
-
"
|
|
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
|
},
|