@marigold/system 12.0.0 → 12.0.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 +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -146,7 +146,7 @@ type Theme = {
|
|
|
146
146
|
List?: Record<'ol' | 'ul' | 'item', ComponentStyleFunction<string, string>>;
|
|
147
147
|
Link?: ComponentStyleFunction<string, string>;
|
|
148
148
|
ListBox?: Record<'container' | 'list' | 'item' | 'section' | 'header', ComponentStyleFunction<string, string>>;
|
|
149
|
-
Menu?: Record<'container' | 'section' | 'item', ComponentStyleFunction<string, string>>;
|
|
149
|
+
Menu?: Record<'container' | 'section' | 'item' | 'button', ComponentStyleFunction<string, string>>;
|
|
150
150
|
Modal?: ComponentStyleFunction<string, string>;
|
|
151
151
|
MultiSelect?: Record<'container' | 'closeButton' | 'field' | 'input' | 'icon' | 'listContainer' | 'list' | 'option' | 'tag' | 'valueContainer', ComponentStyleFunction<string, string>>;
|
|
152
152
|
Pagination?: Record<'navigationButton' | 'pageButton' | 'icon', ComponentStyleFunction<string, string>>;
|
|
@@ -263,7 +263,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
|
|
|
263
263
|
List?: Record<"ol" | "ul" | "item", ComponentStyleFunction<string, string>>;
|
|
264
264
|
Link?: ComponentStyleFunction<string, string>;
|
|
265
265
|
ListBox?: Record<"container" | "list" | "item" | "section" | "header", ComponentStyleFunction<string, string>>;
|
|
266
|
-
Menu?: Record<"container" | "section" | "item", ComponentStyleFunction<string, string>>;
|
|
266
|
+
Menu?: Record<"container" | "section" | "item" | "button", ComponentStyleFunction<string, string>>;
|
|
267
267
|
Modal?: ComponentStyleFunction<string, string>;
|
|
268
268
|
MultiSelect?: Record<"container" | "closeButton" | "field" | "input" | "icon" | "listContainer" | "list" | "option" | "tag" | "valueContainer", ComponentStyleFunction<string, string>>;
|
|
269
269
|
Pagination?: Record<"navigationButton" | "pageButton" | "icon", ComponentStyleFunction<string, string>>;
|
package/dist/index.d.ts
CHANGED
|
@@ -146,7 +146,7 @@ type Theme = {
|
|
|
146
146
|
List?: Record<'ol' | 'ul' | 'item', ComponentStyleFunction<string, string>>;
|
|
147
147
|
Link?: ComponentStyleFunction<string, string>;
|
|
148
148
|
ListBox?: Record<'container' | 'list' | 'item' | 'section' | 'header', ComponentStyleFunction<string, string>>;
|
|
149
|
-
Menu?: Record<'container' | 'section' | 'item', ComponentStyleFunction<string, string>>;
|
|
149
|
+
Menu?: Record<'container' | 'section' | 'item' | 'button', ComponentStyleFunction<string, string>>;
|
|
150
150
|
Modal?: ComponentStyleFunction<string, string>;
|
|
151
151
|
MultiSelect?: Record<'container' | 'closeButton' | 'field' | 'input' | 'icon' | 'listContainer' | 'list' | 'option' | 'tag' | 'valueContainer', ComponentStyleFunction<string, string>>;
|
|
152
152
|
Pagination?: Record<'navigationButton' | 'pageButton' | 'icon', ComponentStyleFunction<string, string>>;
|
|
@@ -263,7 +263,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
|
|
|
263
263
|
List?: Record<"ol" | "ul" | "item", ComponentStyleFunction<string, string>>;
|
|
264
264
|
Link?: ComponentStyleFunction<string, string>;
|
|
265
265
|
ListBox?: Record<"container" | "list" | "item" | "section" | "header", ComponentStyleFunction<string, string>>;
|
|
266
|
-
Menu?: Record<"container" | "section" | "item", ComponentStyleFunction<string, string>>;
|
|
266
|
+
Menu?: Record<"container" | "section" | "item" | "button", ComponentStyleFunction<string, string>>;
|
|
267
267
|
Modal?: ComponentStyleFunction<string, string>;
|
|
268
268
|
MultiSelect?: Record<"container" | "closeButton" | "field" | "input" | "icon" | "listContainer" | "list" | "option" | "tag" | "valueContainer", ComponentStyleFunction<string, string>>;
|
|
269
269
|
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": "12.0.
|
|
3
|
+
"version": "12.0.1",
|
|
4
4
|
"description": "Marigold System Library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -46,11 +46,11 @@
|
|
|
46
46
|
"react-dom": ">=17.0.0"
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
|
-
"@babel/core": "7.
|
|
50
|
-
"@types/react": "19.1.
|
|
49
|
+
"@babel/core": "7.27.1",
|
|
50
|
+
"@types/react": "19.1.3",
|
|
51
51
|
"postcss": "8.5.3",
|
|
52
52
|
"react": "19.1.0",
|
|
53
|
-
"tailwindcss": "4.1.
|
|
53
|
+
"tailwindcss": "4.1.5",
|
|
54
54
|
"tsup": "8.4.0",
|
|
55
55
|
"@marigold/tsconfig": "0.4.0"
|
|
56
56
|
},
|