@marigold/system 10.0.0 → 10.1.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
@@ -138,7 +138,7 @@ type Theme = {
138
138
  ListBox?: Record<'container' | 'list' | 'option' | 'section' | 'header', ComponentStyleFunction<string, string>>;
139
139
  Menu?: Record<'container' | 'section' | 'item', ComponentStyleFunction<string, string>>;
140
140
  Radio?: Record<'container' | 'label' | 'radio' | 'group', ComponentStyleFunction<string, string>>;
141
- Slider?: Record<'container' | 'track' | 'thumb' | 'output', ComponentStyleFunction<string, string>>;
141
+ Slider?: Record<'container' | 'track' | 'thumb' | 'output' | 'selectedTrack', ComponentStyleFunction<string, string>>;
142
142
  Select?: Record<'select' | 'icon', ComponentStyleFunction<string, string>>;
143
143
  NumberField?: Record<'group' | 'stepper' | 'input', ComponentStyleFunction<string, string>>;
144
144
  SectionMessage?: Record<'container' | 'icon' | 'title' | 'content', ComponentStyleFunction<string, string>>;
@@ -240,7 +240,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
240
240
  ListBox?: Record<"container" | "list" | "option" | "section" | "header", ComponentStyleFunction<string, string>>;
241
241
  Menu?: Record<"container" | "section" | "item", ComponentStyleFunction<string, string>>;
242
242
  Radio?: Record<"container" | "label" | "radio" | "group", ComponentStyleFunction<string, string>>;
243
- Slider?: Record<"container" | "track" | "thumb" | "output", ComponentStyleFunction<string, string>>;
243
+ Slider?: Record<"container" | "track" | "thumb" | "output" | "selectedTrack", ComponentStyleFunction<string, string>>;
244
244
  Select?: Record<"select" | "icon", ComponentStyleFunction<string, string>>;
245
245
  NumberField?: Record<"group" | "stepper" | "input", ComponentStyleFunction<string, string>>;
246
246
  SectionMessage?: Record<"container" | "icon" | "title" | "content", ComponentStyleFunction<string, string>>;
package/dist/index.d.ts CHANGED
@@ -138,7 +138,7 @@ type Theme = {
138
138
  ListBox?: Record<'container' | 'list' | 'option' | 'section' | 'header', ComponentStyleFunction<string, string>>;
139
139
  Menu?: Record<'container' | 'section' | 'item', ComponentStyleFunction<string, string>>;
140
140
  Radio?: Record<'container' | 'label' | 'radio' | 'group', ComponentStyleFunction<string, string>>;
141
- Slider?: Record<'container' | 'track' | 'thumb' | 'output', ComponentStyleFunction<string, string>>;
141
+ Slider?: Record<'container' | 'track' | 'thumb' | 'output' | 'selectedTrack', ComponentStyleFunction<string, string>>;
142
142
  Select?: Record<'select' | 'icon', ComponentStyleFunction<string, string>>;
143
143
  NumberField?: Record<'group' | 'stepper' | 'input', ComponentStyleFunction<string, string>>;
144
144
  SectionMessage?: Record<'container' | 'icon' | 'title' | 'content', ComponentStyleFunction<string, string>>;
@@ -240,7 +240,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
240
240
  ListBox?: Record<"container" | "list" | "option" | "section" | "header", ComponentStyleFunction<string, string>>;
241
241
  Menu?: Record<"container" | "section" | "item", ComponentStyleFunction<string, string>>;
242
242
  Radio?: Record<"container" | "label" | "radio" | "group", ComponentStyleFunction<string, string>>;
243
- Slider?: Record<"container" | "track" | "thumb" | "output", ComponentStyleFunction<string, string>>;
243
+ Slider?: Record<"container" | "track" | "thumb" | "output" | "selectedTrack", ComponentStyleFunction<string, string>>;
244
244
  Select?: Record<"select" | "icon", ComponentStyleFunction<string, string>>;
245
245
  NumberField?: Record<"group" | "stepper" | "input", ComponentStyleFunction<string, string>>;
246
246
  SectionMessage?: 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": "10.0.0",
3
+ "version": "10.1.0",
4
4
  "description": "Marigold System Library",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -24,7 +24,7 @@
24
24
  "directory": "packages/system"
25
25
  },
26
26
  "dependencies": {
27
- "@react-aria/i18n": "3.12.3",
27
+ "@react-aria/i18n": "3.12.4",
28
28
  "class-variance-authority": "0.7.0",
29
29
  "deepmerge": "4.3.1",
30
30
  "react-fast-compare": "3.2.2",
@@ -36,11 +36,11 @@
36
36
  "react-dom": "18.x"
37
37
  },
38
38
  "devDependencies": {
39
- "@babel/core": "7.25.8",
39
+ "@babel/core": "7.26.0",
40
40
  "postcss": "8.4.47",
41
41
  "react": "18.3.1",
42
42
  "tailwindcss": "3.4.14",
43
- "tsup": "8.1.0",
43
+ "tsup": "8.3.5",
44
44
  "@marigold/tsconfig": "0.4.0"
45
45
  },
46
46
  "scripts": {