@marigold/system 12.0.0 → 12.0.2
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 -4
- package/dist/index.d.ts +4 -4
- package/package.json +6 -6
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>>;
|
|
@@ -163,7 +163,7 @@ type Theme = {
|
|
|
163
163
|
Tooltip?: Record<'container' | 'arrow', ComponentStyleFunction<string, string>>;
|
|
164
164
|
Tabs?: Record<'container' | 'tabsList' | 'tabpanel' | 'tab', ComponentStyleFunction<string, string>>;
|
|
165
165
|
Underlay?: ComponentStyleFunction<string, string>;
|
|
166
|
-
Calendar?: Record<'calendar' | 'calendarCell' | 'calendarControllers' | 'calendarHeader' | 'calendarGrid', ComponentStyleFunction<string, string>>;
|
|
166
|
+
Calendar?: Record<'calendar' | 'calendarListboxButton' | 'calendarCell' | 'calendarControllers' | 'calendarHeader' | 'calendarGrid' | 'select', ComponentStyleFunction<string, string>>;
|
|
167
167
|
DatePicker?: ComponentStyleFunction<string, string>;
|
|
168
168
|
ComboBox?: ComponentStyleFunction<string, string>;
|
|
169
169
|
XLoader?: Record<'container' | 'loader' | 'label', 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>>;
|
|
@@ -280,7 +280,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
|
|
|
280
280
|
Tooltip?: Record<"container" | "arrow", ComponentStyleFunction<string, string>>;
|
|
281
281
|
Tabs?: Record<"container" | "tabsList" | "tabpanel" | "tab", ComponentStyleFunction<string, string>>;
|
|
282
282
|
Underlay?: ComponentStyleFunction<string, string>;
|
|
283
|
-
Calendar?: Record<"calendar" | "calendarCell" | "calendarControllers" | "calendarHeader" | "calendarGrid", ComponentStyleFunction<string, string>>;
|
|
283
|
+
Calendar?: Record<"calendar" | "calendarListboxButton" | "calendarCell" | "calendarControllers" | "calendarHeader" | "calendarGrid" | "select", ComponentStyleFunction<string, string>>;
|
|
284
284
|
DatePicker?: ComponentStyleFunction<string, string>;
|
|
285
285
|
ComboBox?: ComponentStyleFunction<string, string>;
|
|
286
286
|
XLoader?: Record<"container" | "loader" | "label", 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>>;
|
|
@@ -163,7 +163,7 @@ type Theme = {
|
|
|
163
163
|
Tooltip?: Record<'container' | 'arrow', ComponentStyleFunction<string, string>>;
|
|
164
164
|
Tabs?: Record<'container' | 'tabsList' | 'tabpanel' | 'tab', ComponentStyleFunction<string, string>>;
|
|
165
165
|
Underlay?: ComponentStyleFunction<string, string>;
|
|
166
|
-
Calendar?: Record<'calendar' | 'calendarCell' | 'calendarControllers' | 'calendarHeader' | 'calendarGrid', ComponentStyleFunction<string, string>>;
|
|
166
|
+
Calendar?: Record<'calendar' | 'calendarListboxButton' | 'calendarCell' | 'calendarControllers' | 'calendarHeader' | 'calendarGrid' | 'select', ComponentStyleFunction<string, string>>;
|
|
167
167
|
DatePicker?: ComponentStyleFunction<string, string>;
|
|
168
168
|
ComboBox?: ComponentStyleFunction<string, string>;
|
|
169
169
|
XLoader?: Record<'container' | 'loader' | 'label', 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>>;
|
|
@@ -280,7 +280,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
|
|
|
280
280
|
Tooltip?: Record<"container" | "arrow", ComponentStyleFunction<string, string>>;
|
|
281
281
|
Tabs?: Record<"container" | "tabsList" | "tabpanel" | "tab", ComponentStyleFunction<string, string>>;
|
|
282
282
|
Underlay?: ComponentStyleFunction<string, string>;
|
|
283
|
-
Calendar?: Record<"calendar" | "calendarCell" | "calendarControllers" | "calendarHeader" | "calendarGrid", ComponentStyleFunction<string, string>>;
|
|
283
|
+
Calendar?: Record<"calendar" | "calendarListboxButton" | "calendarCell" | "calendarControllers" | "calendarHeader" | "calendarGrid" | "select", ComponentStyleFunction<string, string>>;
|
|
284
284
|
DatePicker?: ComponentStyleFunction<string, string>;
|
|
285
285
|
ComboBox?: ComponentStyleFunction<string, string>;
|
|
286
286
|
XLoader?: Record<"container" | "loader" | "label", 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.2",
|
|
4
4
|
"description": "Marigold System Library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -34,23 +34,23 @@
|
|
|
34
34
|
"directory": "packages/system"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@react-aria/i18n": "3.12.
|
|
37
|
+
"@react-aria/i18n": "3.12.9",
|
|
38
38
|
"class-variance-authority": "0.7.1",
|
|
39
39
|
"deepmerge": "4.3.1",
|
|
40
40
|
"react-fast-compare": "3.2.2",
|
|
41
41
|
"tailwind-merge": "3.2.0",
|
|
42
|
-
"@marigold/types": "1.3.
|
|
42
|
+
"@marigold/types": "1.3.1"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": ">=17.0.0",
|
|
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.5",
|
|
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
|
},
|