@marigold/system 12.0.1 → 12.0.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 +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -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>>;
|
|
@@ -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
|
@@ -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>>;
|
|
@@ -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.3",
|
|
4
4
|
"description": "Marigold System Library",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"keywords": [
|
|
@@ -34,12 +34,12 @@
|
|
|
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",
|
|
@@ -47,7 +47,7 @@
|
|
|
47
47
|
},
|
|
48
48
|
"devDependencies": {
|
|
49
49
|
"@babel/core": "7.27.1",
|
|
50
|
-
"@types/react": "19.1.
|
|
50
|
+
"@types/react": "19.1.5",
|
|
51
51
|
"postcss": "8.5.3",
|
|
52
52
|
"react": "19.1.0",
|
|
53
53
|
"tailwindcss": "4.1.5",
|