@marigold/system 6.9.1 → 6.10.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
@@ -97,7 +97,7 @@ type Theme = {
97
97
  Text?: ComponentStyleFunction<string, string>;
98
98
  TextArea?: ComponentStyleFunction<string, string>;
99
99
  Tooltip?: Record<'container' | 'arrow', ComponentStyleFunction<string, string>>;
100
- Tabs?: Record<'tabs' | 'container' | 'tabpanel' | 'tab', ComponentStyleFunction<string, string>>;
100
+ Tabs?: Record<'container' | 'tabsList' | 'tabpanel' | 'tab', ComponentStyleFunction<string, string>>;
101
101
  Underlay?: ComponentStyleFunction<string, string>;
102
102
  Calendar?: Record<'calendar' | 'calendarCell' | 'calendarControllers', ComponentStyleFunction<string, string>>;
103
103
  DatePicker?: Record<'container' | 'button', ComponentStyleFunction<string, string>>;
package/dist/index.d.ts CHANGED
@@ -97,7 +97,7 @@ type Theme = {
97
97
  Text?: ComponentStyleFunction<string, string>;
98
98
  TextArea?: ComponentStyleFunction<string, string>;
99
99
  Tooltip?: Record<'container' | 'arrow', ComponentStyleFunction<string, string>>;
100
- Tabs?: Record<'tabs' | 'container' | 'tabpanel' | 'tab', ComponentStyleFunction<string, string>>;
100
+ Tabs?: Record<'container' | 'tabsList' | 'tabpanel' | 'tab', ComponentStyleFunction<string, string>>;
101
101
  Underlay?: ComponentStyleFunction<string, string>;
102
102
  Calendar?: Record<'calendar' | 'calendarCell' | 'calendarControllers', ComponentStyleFunction<string, string>>;
103
103
  DatePicker?: Record<'container' | 'button', ComponentStyleFunction<string, string>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/system",
3
- "version": "6.9.1",
3
+ "version": "6.10.0",
4
4
  "description": "Marigold System Library",
5
5
  "license": "MIT",
6
6
  "keywords": [