@marigold/system 17.0.0 → 17.1.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.d.cts +2 -2
- package/dist/index.d.mts +2 -2
- package/package.json +4 -4
package/dist/index.d.cts
CHANGED
|
@@ -140,7 +140,7 @@ type Theme = {
|
|
|
140
140
|
Table?: Record<'table' | 'head' | 'column' | 'body' | 'row' | 'cell' | 'dragHandle' | 'dragPreview' | 'dragPreviewCounter' | 'dropIndicator' | 'editablePopover' | 'editTrigger' | 'editCancel' | 'editSave', ComponentStyleFunction<string, string>>;
|
|
141
141
|
LegacyTable?: Record<'table' | 'headerRow' | 'header' | 'thead' | 'body' | 'row' | 'cell', ComponentStyleFunction<string, string>>;
|
|
142
142
|
Tag?: Record<'container' | 'tag' | 'listItems' | 'closeButton' | 'removeAll', ComponentStyleFunction<string, string>>;
|
|
143
|
-
TagField?: Record<'trigger' | 'tagGroup' | 'listItems' | '
|
|
143
|
+
TagField?: Record<'trigger' | 'tagGroup' | 'listItems' | 'container', ComponentStyleFunction<string, string>>;
|
|
144
144
|
Text?: ComponentStyleFunction<string, string>;
|
|
145
145
|
TextArea?: ComponentStyleFunction<string, string>;
|
|
146
146
|
Tooltip?: Record<'container' | 'arrow', ComponentStyleFunction<string, string>>;
|
|
@@ -271,7 +271,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
|
|
|
271
271
|
Table?: Record<"table" | "head" | "column" | "body" | "row" | "cell" | "dragHandle" | "dragPreview" | "dragPreviewCounter" | "dropIndicator" | "editablePopover" | "editTrigger" | "editCancel" | "editSave", ComponentStyleFunction<string, string>>;
|
|
272
272
|
LegacyTable?: Record<"table" | "headerRow" | "header" | "thead" | "body" | "row" | "cell", ComponentStyleFunction<string, string>>;
|
|
273
273
|
Tag?: Record<"container" | "tag" | "listItems" | "closeButton" | "removeAll", ComponentStyleFunction<string, string>>;
|
|
274
|
-
TagField?: Record<"trigger" | "tagGroup" | "listItems" | "
|
|
274
|
+
TagField?: Record<"trigger" | "tagGroup" | "listItems" | "container", ComponentStyleFunction<string, string>>;
|
|
275
275
|
Text?: ComponentStyleFunction<string, string>;
|
|
276
276
|
TextArea?: ComponentStyleFunction<string, string>;
|
|
277
277
|
Tooltip?: Record<"container" | "arrow", ComponentStyleFunction<string, string>>;
|
package/dist/index.d.mts
CHANGED
|
@@ -140,7 +140,7 @@ type Theme = {
|
|
|
140
140
|
Table?: Record<'table' | 'head' | 'column' | 'body' | 'row' | 'cell' | 'dragHandle' | 'dragPreview' | 'dragPreviewCounter' | 'dropIndicator' | 'editablePopover' | 'editTrigger' | 'editCancel' | 'editSave', ComponentStyleFunction<string, string>>;
|
|
141
141
|
LegacyTable?: Record<'table' | 'headerRow' | 'header' | 'thead' | 'body' | 'row' | 'cell', ComponentStyleFunction<string, string>>;
|
|
142
142
|
Tag?: Record<'container' | 'tag' | 'listItems' | 'closeButton' | 'removeAll', ComponentStyleFunction<string, string>>;
|
|
143
|
-
TagField?: Record<'trigger' | 'tagGroup' | 'listItems' | '
|
|
143
|
+
TagField?: Record<'trigger' | 'tagGroup' | 'listItems' | 'container', ComponentStyleFunction<string, string>>;
|
|
144
144
|
Text?: ComponentStyleFunction<string, string>;
|
|
145
145
|
TextArea?: ComponentStyleFunction<string, string>;
|
|
146
146
|
Tooltip?: Record<'container' | 'arrow', ComponentStyleFunction<string, string>>;
|
|
@@ -271,7 +271,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
|
|
|
271
271
|
Table?: Record<"table" | "head" | "column" | "body" | "row" | "cell" | "dragHandle" | "dragPreview" | "dragPreviewCounter" | "dropIndicator" | "editablePopover" | "editTrigger" | "editCancel" | "editSave", ComponentStyleFunction<string, string>>;
|
|
272
272
|
LegacyTable?: Record<"table" | "headerRow" | "header" | "thead" | "body" | "row" | "cell", ComponentStyleFunction<string, string>>;
|
|
273
273
|
Tag?: Record<"container" | "tag" | "listItems" | "closeButton" | "removeAll", ComponentStyleFunction<string, string>>;
|
|
274
|
-
TagField?: Record<"trigger" | "tagGroup" | "listItems" | "
|
|
274
|
+
TagField?: Record<"trigger" | "tagGroup" | "listItems" | "container", ComponentStyleFunction<string, string>>;
|
|
275
275
|
Text?: ComponentStyleFunction<string, string>;
|
|
276
276
|
TextArea?: ComponentStyleFunction<string, string>;
|
|
277
277
|
Tooltip?: Record<"container" | "arrow", ComponentStyleFunction<string, string>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@marigold/system",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.1.0",
|
|
4
4
|
"description": "Marigold System Library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"react-dom": ">=17.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@babel/core": "7.
|
|
50
|
-
"@types/react": "19.2.
|
|
49
|
+
"@babel/core": "7.29.0",
|
|
50
|
+
"@types/react": "19.2.14",
|
|
51
51
|
"postcss": "8.5.6",
|
|
52
|
-
"react": "19.2.
|
|
52
|
+
"react": "19.2.4",
|
|
53
53
|
"tailwindcss": "4.1.18",
|
|
54
54
|
"tsdown": "0.16.8",
|
|
55
55
|
"@marigold/tsconfig": "0.4.2"
|