@marigold/system 11.0.1 → 11.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
@@ -129,7 +129,7 @@ type Theme = {
129
129
  Select?: Record<'select' | 'icon', ComponentStyleFunction<string, string>>;
130
130
  NumberField?: Record<'group' | 'stepper' | 'input', ComponentStyleFunction<string, string>>;
131
131
  SectionMessage?: Record<'container' | 'icon' | 'title' | 'content', ComponentStyleFunction<string, string>>;
132
- Table?: Record<'table' | 'header' | 'row' | 'cell', ComponentStyleFunction<string, string>>;
132
+ Table?: Record<'table' | 'headerRow' | 'header' | 'body' | 'row' | 'cell', ComponentStyleFunction<string, string>>;
133
133
  Tag?: Record<'tag' | 'listItems' | 'closeButton', ComponentStyleFunction<string, string>>;
134
134
  Text?: ComponentStyleFunction<string, string>;
135
135
  TextArea?: ComponentStyleFunction<string, string>;
@@ -233,7 +233,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
233
233
  Select?: Record<"select" | "icon", ComponentStyleFunction<string, string>>;
234
234
  NumberField?: Record<"group" | "stepper" | "input", ComponentStyleFunction<string, string>>;
235
235
  SectionMessage?: Record<"container" | "icon" | "title" | "content", ComponentStyleFunction<string, string>>;
236
- Table?: Record<"table" | "header" | "row" | "cell", ComponentStyleFunction<string, string>>;
236
+ Table?: Record<"table" | "headerRow" | "header" | "body" | "row" | "cell", ComponentStyleFunction<string, string>>;
237
237
  Tag?: Record<"tag" | "listItems" | "closeButton", ComponentStyleFunction<string, string>>;
238
238
  Text?: ComponentStyleFunction<string, string>;
239
239
  TextArea?: ComponentStyleFunction<string, string>;
package/dist/index.d.ts CHANGED
@@ -129,7 +129,7 @@ type Theme = {
129
129
  Select?: Record<'select' | 'icon', ComponentStyleFunction<string, string>>;
130
130
  NumberField?: Record<'group' | 'stepper' | 'input', ComponentStyleFunction<string, string>>;
131
131
  SectionMessage?: Record<'container' | 'icon' | 'title' | 'content', ComponentStyleFunction<string, string>>;
132
- Table?: Record<'table' | 'header' | 'row' | 'cell', ComponentStyleFunction<string, string>>;
132
+ Table?: Record<'table' | 'headerRow' | 'header' | 'body' | 'row' | 'cell', ComponentStyleFunction<string, string>>;
133
133
  Tag?: Record<'tag' | 'listItems' | 'closeButton', ComponentStyleFunction<string, string>>;
134
134
  Text?: ComponentStyleFunction<string, string>;
135
135
  TextArea?: ComponentStyleFunction<string, string>;
@@ -233,7 +233,7 @@ declare const extendTheme: (newStyles: StylesProps, theme: Theme) => {
233
233
  Select?: Record<"select" | "icon", ComponentStyleFunction<string, string>>;
234
234
  NumberField?: Record<"group" | "stepper" | "input", ComponentStyleFunction<string, string>>;
235
235
  SectionMessage?: Record<"container" | "icon" | "title" | "content", ComponentStyleFunction<string, string>>;
236
- Table?: Record<"table" | "header" | "row" | "cell", ComponentStyleFunction<string, string>>;
236
+ Table?: Record<"table" | "headerRow" | "header" | "body" | "row" | "cell", ComponentStyleFunction<string, string>>;
237
237
  Tag?: Record<"tag" | "listItems" | "closeButton", ComponentStyleFunction<string, string>>;
238
238
  Text?: ComponentStyleFunction<string, string>;
239
239
  TextArea?: ComponentStyleFunction<string, string>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marigold/system",
3
- "version": "11.0.1",
3
+ "version": "11.1.0",
4
4
  "description": "Marigold System Library",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -36,10 +36,10 @@
36
36
  "react-dom": "19.x"
37
37
  },
38
38
  "devDependencies": {
39
- "@babel/core": "7.26.7",
40
- "postcss": "8.5.1",
39
+ "@babel/core": "7.26.8",
40
+ "postcss": "8.5.2",
41
41
  "react": "19.0.0",
42
- "tailwindcss": "4.0.0",
42
+ "tailwindcss": "4.0.6",
43
43
  "tsup": "8.3.5",
44
44
  "@marigold/tsconfig": "0.4.0"
45
45
  },