@marigold/system 6.3.1 → 6.5.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
@@ -79,7 +79,7 @@ type Theme = {
79
79
  Popover?: ComponentStyleFunction<string, string>;
80
80
  HelpText?: Record<'container' | 'icon', ComponentStyleFunction<string, string>>;
81
81
  Image?: ComponentStyleFunction<string, string>;
82
- Checkbox?: Record<'container' | 'label' | 'checkbox', ComponentStyleFunction<string, string>>;
82
+ Checkbox?: Record<'container' | 'label' | 'checkbox' | 'group', ComponentStyleFunction<string, string>>;
83
83
  Switch?: Record<'container' | 'track' | 'thumb', ComponentStyleFunction<string, string>>;
84
84
  Input?: Record<'input' | 'icon' | 'action', ComponentStyleFunction<string, string>>;
85
85
  Label?: Record<'container' | 'indicator', ComponentStyleFunction<string, string>>;
@@ -87,8 +87,8 @@ type Theme = {
87
87
  Link?: ComponentStyleFunction<string, string>;
88
88
  ListBox?: Record<'container' | 'list' | 'option' | 'section' | 'sectionTitle', ComponentStyleFunction<string, string>>;
89
89
  Menu?: Record<'container' | 'section' | 'item', ComponentStyleFunction<string, string>>;
90
- Radio?: Record<'container' | 'label' | 'radio', ComponentStyleFunction<string, string>>;
91
- Slider?: Record<'track' | 'thumb' | 'label' | 'output', ComponentStyleFunction<string, string>>;
90
+ Radio?: Record<'container' | 'label' | 'radio' | 'group', ComponentStyleFunction<string, string>>;
91
+ Slider?: Record<'container' | 'track' | 'thumb' | 'output', ComponentStyleFunction<string, string>>;
92
92
  Select?: Record<'select' | 'icon', ComponentStyleFunction<string, string>>;
93
93
  NumberField?: Record<'group' | 'stepper', ComponentStyleFunction<string, string>>;
94
94
  Message?: Record<'container' | 'icon' | 'title' | 'content', ComponentStyleFunction<string, string>>;
package/dist/index.d.ts CHANGED
@@ -79,7 +79,7 @@ type Theme = {
79
79
  Popover?: ComponentStyleFunction<string, string>;
80
80
  HelpText?: Record<'container' | 'icon', ComponentStyleFunction<string, string>>;
81
81
  Image?: ComponentStyleFunction<string, string>;
82
- Checkbox?: Record<'container' | 'label' | 'checkbox', ComponentStyleFunction<string, string>>;
82
+ Checkbox?: Record<'container' | 'label' | 'checkbox' | 'group', ComponentStyleFunction<string, string>>;
83
83
  Switch?: Record<'container' | 'track' | 'thumb', ComponentStyleFunction<string, string>>;
84
84
  Input?: Record<'input' | 'icon' | 'action', ComponentStyleFunction<string, string>>;
85
85
  Label?: Record<'container' | 'indicator', ComponentStyleFunction<string, string>>;
@@ -87,8 +87,8 @@ type Theme = {
87
87
  Link?: ComponentStyleFunction<string, string>;
88
88
  ListBox?: Record<'container' | 'list' | 'option' | 'section' | 'sectionTitle', ComponentStyleFunction<string, string>>;
89
89
  Menu?: Record<'container' | 'section' | 'item', ComponentStyleFunction<string, string>>;
90
- Radio?: Record<'container' | 'label' | 'radio', ComponentStyleFunction<string, string>>;
91
- Slider?: Record<'track' | 'thumb' | 'label' | 'output', ComponentStyleFunction<string, string>>;
90
+ Radio?: Record<'container' | 'label' | 'radio' | 'group', ComponentStyleFunction<string, string>>;
91
+ Slider?: Record<'container' | 'track' | 'thumb' | 'output', ComponentStyleFunction<string, string>>;
92
92
  Select?: Record<'select' | 'icon', ComponentStyleFunction<string, string>>;
93
93
  NumberField?: Record<'group' | 'stepper', ComponentStyleFunction<string, string>>;
94
94
  Message?: Record<'container' | 'icon' | 'title' | 'content', ComponentStyleFunction<string, string>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/system",
3
- "version": "6.3.1",
3
+ "version": "6.5.0",
4
4
  "description": "Marigold System Library",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -28,7 +28,7 @@
28
28
  "deepmerge": "^4.2.2",
29
29
  "react-fast-compare": "^3.2.0",
30
30
  "tailwind-merge": "1.14.0",
31
- "@marigold/types": "1.0.1"
31
+ "@marigold/types": "1.1.0"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "react": "16.x || 17.x || 18.x",