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