@marigold/system 6.10.0 → 7.0.0

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 CHANGED
@@ -93,13 +93,13 @@ type Theme = {
93
93
  NumberField?: Record<'group' | 'stepper' | 'input', ComponentStyleFunction<string, string>>;
94
94
  Message?: Record<'container' | 'icon' | 'title' | 'content', ComponentStyleFunction<string, string>>;
95
95
  Table?: Record<'table' | 'header' | 'row' | 'cell', ComponentStyleFunction<string, string>>;
96
- Tag?: Record<'tag' | 'gridCell' | 'closeButton', ComponentStyleFunction<string, string>>;
96
+ Tag?: Record<'tag' | 'listItems' | 'closeButton', ComponentStyleFunction<string, string>>;
97
97
  Text?: ComponentStyleFunction<string, string>;
98
98
  TextArea?: ComponentStyleFunction<string, string>;
99
99
  Tooltip?: Record<'container' | 'arrow', ComponentStyleFunction<string, string>>;
100
100
  Tabs?: Record<'container' | 'tabsList' | 'tabpanel' | 'tab', ComponentStyleFunction<string, string>>;
101
101
  Underlay?: ComponentStyleFunction<string, string>;
102
- Calendar?: Record<'calendar' | 'calendarCell' | 'calendarControllers', ComponentStyleFunction<string, string>>;
102
+ Calendar?: Record<'calendar' | 'calendarCell' | 'calendarControllers' | 'calendarHeader' | 'calendarGrid', ComponentStyleFunction<string, string>>;
103
103
  DatePicker?: Record<'container' | 'button', ComponentStyleFunction<string, string>>;
104
104
  };
105
105
  };
package/dist/index.d.ts CHANGED
@@ -93,13 +93,13 @@ type Theme = {
93
93
  NumberField?: Record<'group' | 'stepper' | 'input', ComponentStyleFunction<string, string>>;
94
94
  Message?: Record<'container' | 'icon' | 'title' | 'content', ComponentStyleFunction<string, string>>;
95
95
  Table?: Record<'table' | 'header' | 'row' | 'cell', ComponentStyleFunction<string, string>>;
96
- Tag?: Record<'tag' | 'gridCell' | 'closeButton', ComponentStyleFunction<string, string>>;
96
+ Tag?: Record<'tag' | 'listItems' | 'closeButton', ComponentStyleFunction<string, string>>;
97
97
  Text?: ComponentStyleFunction<string, string>;
98
98
  TextArea?: ComponentStyleFunction<string, string>;
99
99
  Tooltip?: Record<'container' | 'arrow', ComponentStyleFunction<string, string>>;
100
100
  Tabs?: Record<'container' | 'tabsList' | 'tabpanel' | 'tab', ComponentStyleFunction<string, string>>;
101
101
  Underlay?: ComponentStyleFunction<string, string>;
102
- Calendar?: Record<'calendar' | 'calendarCell' | 'calendarControllers', ComponentStyleFunction<string, string>>;
102
+ Calendar?: Record<'calendar' | 'calendarCell' | 'calendarControllers' | 'calendarHeader' | 'calendarGrid', ComponentStyleFunction<string, string>>;
103
103
  DatePicker?: Record<'container' | 'button', ComponentStyleFunction<string, string>>;
104
104
  };
105
105
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/system",
3
- "version": "6.10.0",
3
+ "version": "7.0.0",
4
4
  "description": "Marigold System Library",
5
5
  "license": "MIT",
6
6
  "keywords": [