@marigold/system 12.0.2 → 12.0.4
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 -0
- package/dist/index.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -127,6 +127,7 @@ type Theme = {
|
|
|
127
127
|
Button?: ComponentStyleFunction<string, string>;
|
|
128
128
|
Card?: ComponentStyleFunction<string, string>;
|
|
129
129
|
CloseButton?: ComponentStyleFunction<string, string>;
|
|
130
|
+
ContextualHelp?: Record<'trigger' | 'popover' | 'dialog' | 'title' | 'content', ComponentStyleFunction<string, string>>;
|
|
130
131
|
DateField?: Record<'segment' | 'field' | 'action', ComponentStyleFunction<string, string>>;
|
|
131
132
|
Dialog?: Record<'closeButton' | 'container' | 'header' | 'content' | 'actions' | 'title', ComponentStyleFunction<string, string>>;
|
|
132
133
|
Divider?: ComponentStyleFunction<string, string>;
|
|
@@ -244,6 +245,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
|
|
|
244
245
|
Button?: ComponentStyleFunction<string, string>;
|
|
245
246
|
Card?: ComponentStyleFunction<string, string>;
|
|
246
247
|
CloseButton?: ComponentStyleFunction<string, string>;
|
|
248
|
+
ContextualHelp?: Record<"trigger" | "popover" | "dialog" | "title" | "content", ComponentStyleFunction<string, string>>;
|
|
247
249
|
DateField?: Record<"segment" | "field" | "action", ComponentStyleFunction<string, string>>;
|
|
248
250
|
Dialog?: Record<"closeButton" | "container" | "header" | "content" | "actions" | "title", ComponentStyleFunction<string, string>>;
|
|
249
251
|
Divider?: ComponentStyleFunction<string, string>;
|
package/dist/index.d.ts
CHANGED
|
@@ -127,6 +127,7 @@ type Theme = {
|
|
|
127
127
|
Button?: ComponentStyleFunction<string, string>;
|
|
128
128
|
Card?: ComponentStyleFunction<string, string>;
|
|
129
129
|
CloseButton?: ComponentStyleFunction<string, string>;
|
|
130
|
+
ContextualHelp?: Record<'trigger' | 'popover' | 'dialog' | 'title' | 'content', ComponentStyleFunction<string, string>>;
|
|
130
131
|
DateField?: Record<'segment' | 'field' | 'action', ComponentStyleFunction<string, string>>;
|
|
131
132
|
Dialog?: Record<'closeButton' | 'container' | 'header' | 'content' | 'actions' | 'title', ComponentStyleFunction<string, string>>;
|
|
132
133
|
Divider?: ComponentStyleFunction<string, string>;
|
|
@@ -244,6 +245,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
|
|
|
244
245
|
Button?: ComponentStyleFunction<string, string>;
|
|
245
246
|
Card?: ComponentStyleFunction<string, string>;
|
|
246
247
|
CloseButton?: ComponentStyleFunction<string, string>;
|
|
248
|
+
ContextualHelp?: Record<"trigger" | "popover" | "dialog" | "title" | "content", ComponentStyleFunction<string, string>>;
|
|
247
249
|
DateField?: Record<"segment" | "field" | "action", ComponentStyleFunction<string, string>>;
|
|
248
250
|
Dialog?: Record<"closeButton" | "container" | "header" | "content" | "actions" | "title", ComponentStyleFunction<string, string>>;
|
|
249
251
|
Divider?: ComponentStyleFunction<string, string>;
|