@maggioli-design-system/mds-table-row 5.4.2 → 5.4.4

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.
@@ -18,6 +18,14 @@ const themeStatusVariantDictionary = [
18
18
  'success',
19
19
  'warning',
20
20
  ];
21
+ const themeInputVariantDictionary = [
22
+ 'ai',
23
+ 'error',
24
+ 'info',
25
+ 'primary',
26
+ 'success',
27
+ 'warning',
28
+ ];
21
29
  const themeFullVariantDictionary = [
22
30
  'amaranth',
23
31
  'aqua',
@@ -113,4 +121,4 @@ const toneMinimalVariantDictionary = [
113
121
  'strong',
114
122
  'weak',
115
123
  ];
116
- export { themeFullVariantAvatarDictionary, themeFullVariantDictionary, themeLabelVariantDictionary, themeLuminanceVariantDictionary, themeStatusVariantDictionary, themeVariantDictionary, themeVariantChipDictionary, toneActionVariantDictionary, toneMinimalVariantDictionary, toneSimpleVariantDictionary, toneSmartVariantDictionary, toneVariantDictionary, };
124
+ export { themeFullVariantAvatarDictionary, themeFullVariantDictionary, themeInputVariantDictionary, themeLabelVariantDictionary, themeLuminanceVariantDictionary, themeStatusVariantDictionary, themeVariantChipDictionary, themeVariantDictionary, toneActionVariantDictionary, toneMinimalVariantDictionary, toneSimpleVariantDictionary, toneSmartVariantDictionary, toneVariantDictionary, };
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-04-18T21:52:02",
2
+ "timestamp": "2025-06-03T14:21:28",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.27.2",
package/dist/stats.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-04-18T21:52:02",
2
+ "timestamp": "2025-06-03T14:21:28",
3
3
  "compiler": {
4
4
  "name": "node",
5
5
  "version": "22.11.0"
@@ -1,6 +1,7 @@
1
1
  declare const themeVariantDictionary: string[];
2
2
  declare const themeLuminanceVariantDictionary: string[];
3
3
  declare const themeStatusVariantDictionary: string[];
4
+ declare const themeInputVariantDictionary: string[];
4
5
  declare const themeFullVariantDictionary: string[];
5
6
  declare const themeFullVariantAvatarDictionary: string[];
6
7
  declare const themeLabelVariantDictionary: string[];
@@ -10,4 +11,4 @@ declare const toneActionVariantDictionary: string[];
10
11
  declare const toneSimpleVariantDictionary: string[];
11
12
  declare const toneSmartVariantDictionary: string[];
12
13
  declare const toneMinimalVariantDictionary: string[];
13
- export { themeFullVariantAvatarDictionary, themeFullVariantDictionary, themeLabelVariantDictionary, themeLuminanceVariantDictionary, themeStatusVariantDictionary, themeVariantDictionary, themeVariantChipDictionary, toneActionVariantDictionary, toneMinimalVariantDictionary, toneSimpleVariantDictionary, toneSmartVariantDictionary, toneVariantDictionary, };
14
+ export { themeFullVariantAvatarDictionary, themeFullVariantDictionary, themeInputVariantDictionary, themeLabelVariantDictionary, themeLuminanceVariantDictionary, themeStatusVariantDictionary, themeVariantChipDictionary, themeVariantDictionary, toneActionVariantDictionary, toneMinimalVariantDictionary, toneSimpleVariantDictionary, toneSmartVariantDictionary, toneVariantDictionary, };
@@ -1,4 +1,5 @@
1
1
  export type ThemeStatusVariantType = 'error' | 'info' | 'success' | 'warning';
2
+ export type ThemeInputVariantType = 'primary' | 'ai' | 'error' | 'info' | 'success' | 'warning';
2
3
  export type ThemeVariantType = 'ai' | 'dark' | 'error' | 'info' | 'light' | 'primary' | 'success' | 'warning';
3
4
  export type ThemeFullVariantType = 'amaranth' | 'aqua' | 'blue' | 'dark' | 'error' | 'green' | 'info' | 'light' | 'lime' | 'orange' | 'orchid' | 'sky' | 'success' | 'violet' | 'warning' | 'yellow';
4
5
  export type ThemeFullVariantAvatarType = 'amaranth' | 'aqua' | 'blue' | 'error' | 'green' | 'info' | 'lime' | 'orange' | 'orchid' | 'primary' | 'sky' | 'success' | 'violet' | 'warning' | 'yellow';
@@ -1,5 +1,5 @@
1
1
  {
2
- "timestamp": "2025-04-18T19:49:27",
2
+ "timestamp": "2025-06-03T08:10:23",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
5
  "version": "4.27.2",
@@ -487,8 +487,8 @@
487
487
  "docstring": "",
488
488
  "path": "src/type/input.ts"
489
489
  },
490
- "src/type/variant.ts::ThemeStatusVariantType": {
491
- "declaration": "export type ThemeStatusVariantType =\n | 'error'\n | 'info'\n | 'success'\n | 'warning'",
490
+ "src/type/variant.ts::ThemeInputVariantType": {
491
+ "declaration": "export type ThemeInputVariantType =\n | 'primary'\n | 'ai'\n | 'error'\n | 'info'\n | 'success'\n | 'warning'",
492
492
  "docstring": "",
493
493
  "path": "src/type/variant.ts"
494
494
  },
@@ -517,6 +517,11 @@
517
517
  "docstring": "",
518
518
  "path": "src/components/mds-input/meta/validators.ts"
519
519
  },
520
+ "src/type/variant.ts::ThemeStatusVariantType": {
521
+ "declaration": "export type ThemeStatusVariantType =\n | 'error'\n | 'info'\n | 'success'\n | 'warning'",
522
+ "docstring": "",
523
+ "path": "src/type/variant.ts"
524
+ },
520
525
  "src/components/mds-input-switch/meta/types.ts::InputSwitchSizeType": {
521
526
  "declaration": "export type InputSwitchSizeType =\n | 'sm'\n | 'md'\n | 'lg'",
522
527
  "docstring": "",
@@ -682,6 +687,16 @@
682
687
  "docstring": "",
683
688
  "path": "src/type/text.ts"
684
689
  },
690
+ "src/components/mds-radial-menu/meta/types.ts::Direction": {
691
+ "declaration": "export type Direction =\n | 'clockwise'\n | 'counterclockwise'",
692
+ "docstring": "",
693
+ "path": "src/components/mds-radial-menu/meta/types.ts"
694
+ },
695
+ "src/components/mds-radial-menu/meta/types.ts::Interaction": {
696
+ "declaration": "export type Interaction =\n | 'click'\n | 'rightclick'",
697
+ "docstring": "",
698
+ "path": "src/components/mds-radial-menu/meta/types.ts"
699
+ },
685
700
  "src/components/mds-stepper-bar/meta/event-detail.ts::MdsStepperBarEventDetail": {
686
701
  "declaration": "export interface MdsStepperBarEventDetail {\n step: number\n value: string\n}",
687
702
  "docstring": "",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maggioli-design-system/mds-table-row",
3
- "version": "5.4.2",
3
+ "version": "5.4.4",
4
4
  "description": "mds-table-row is a web-component from Magma Design System, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScript framework you are using.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -23,8 +23,8 @@
23
23
  "prepublishOnly": "npm run build"
24
24
  },
25
25
  "dependencies": {
26
- "@maggioli-design-system/mds-table-cell": "5.3.0",
27
- "@maggioli-design-system/styles": "15.9.1",
26
+ "@maggioli-design-system/mds-table-cell": "5.3.2",
27
+ "@maggioli-design-system/styles": "15.11.0",
28
28
  "@stencil/core": "4.27.2"
29
29
  },
30
30
  "license": "MIT",
@@ -21,6 +21,15 @@ const themeStatusVariantDictionary = [
21
21
  'warning',
22
22
  ]
23
23
 
24
+ const themeInputVariantDictionary = [
25
+ 'ai',
26
+ 'error',
27
+ 'info',
28
+ 'primary',
29
+ 'success',
30
+ 'warning',
31
+ ]
32
+
24
33
  const themeFullVariantDictionary = [
25
34
  'amaranth',
26
35
  'aqua',
@@ -128,11 +137,12 @@ const toneMinimalVariantDictionary = [
128
137
  export {
129
138
  themeFullVariantAvatarDictionary,
130
139
  themeFullVariantDictionary,
140
+ themeInputVariantDictionary,
131
141
  themeLabelVariantDictionary,
132
142
  themeLuminanceVariantDictionary,
133
143
  themeStatusVariantDictionary,
134
- themeVariantDictionary,
135
144
  themeVariantChipDictionary,
145
+ themeVariantDictionary,
136
146
  toneActionVariantDictionary,
137
147
  toneMinimalVariantDictionary,
138
148
  toneSimpleVariantDictionary,
@@ -19,6 +19,14 @@
19
19
  "mdi/license",
20
20
  "mdi/map-marker",
21
21
  "mdi/npm",
22
+ "mdi/numeric-1",
23
+ "mdi/numeric-2",
24
+ "mdi/numeric-3",
25
+ "mdi/numeric-4",
26
+ "mdi/numeric-5",
27
+ "mdi/numeric-6",
28
+ "mdi/numeric-7",
29
+ "mdi/numeric-8",
22
30
  "mdi/replay",
23
31
  "mdi/vector-curve",
24
32
  "mgg/abitazione-principale",
@@ -45,6 +53,8 @@
45
53
  "mgg/adv-denied",
46
54
  "mgg/ai-brain",
47
55
  "mgg/ai-brain-outline",
56
+ "mgg/ai-chatbot",
57
+ "mgg/ai-chatbot-outline",
48
58
  "mgg/ai-human",
49
59
  "mgg/ai-message",
50
60
  "mgg/ai-outline",
@@ -108,6 +118,7 @@
108
118
  "mgg/document-magic",
109
119
  "mgg/document-rename",
110
120
  "mgg/download-csv",
121
+ "mgg/download-html",
111
122
  "mgg/download-json",
112
123
  "mgg/edit-article",
113
124
  "mgg/electronic-document",
@@ -130,6 +141,7 @@
130
141
  "mgg/file-download",
131
142
  "mgg/file-folder-tree",
132
143
  "mgg/file-folder-tree-open",
144
+ "mgg/file-html",
133
145
  "mgg/file-import",
134
146
  "mgg/file-odt",
135
147
  "mgg/file-rtf",
@@ -367,6 +379,7 @@
367
379
  "mi/baseline/downhill-skiing",
368
380
  "mi/baseline/draw",
369
381
  "mi/baseline/eco",
382
+ "mi/baseline/edit",
370
383
  "mi/baseline/email",
371
384
  "mi/baseline/error",
372
385
  "mi/baseline/expand-more",
@@ -380,6 +393,7 @@
380
393
  "mi/baseline/indeterminate-check-box",
381
394
  "mi/baseline/info",
382
395
  "mi/baseline/insert-drive-file",
396
+ "mi/baseline/ios-share",
383
397
  "mi/baseline/keyboard",
384
398
  "mi/baseline/keyboard-arrow-down",
385
399
  "mi/baseline/keyboard-arrow-left",
@@ -391,6 +405,7 @@
391
405
  "mi/baseline/keyboard-return",
392
406
  "mi/baseline/keyboard-tab",
393
407
  "mi/baseline/light-mode",
408
+ "mi/baseline/list-alt",
394
409
  "mi/baseline/local-activity",
395
410
  "mi/baseline/location-city",
396
411
  "mi/baseline/lock-open",
@@ -403,6 +418,7 @@
403
418
  "mi/baseline/panorama",
404
419
  "mi/baseline/person",
405
420
  "mi/baseline/pets",
421
+ "mi/baseline/print",
406
422
  "mi/baseline/privacy-tip",
407
423
  "mi/baseline/radio-button-checked",
408
424
  "mi/baseline/radio-button-unchecked",
@@ -436,6 +452,8 @@
436
452
  "mi/outline/circle",
437
453
  "mi/outline/dark-mode",
438
454
  "mi/outline/help-outline",
455
+ "mi/outline/mic",
456
+ "mi/outline/mic-off",
439
457
  "mi/outline/policy",
440
458
  "mi/outline/schedule",
441
459
  "mi/round/arrow-circle-down",
@@ -23,6 +23,8 @@
23
23
  "mgg/adv-denied",
24
24
  "mgg/ai-brain-outline",
25
25
  "mgg/ai-brain",
26
+ "mgg/ai-chatbot-outline",
27
+ "mgg/ai-chatbot",
26
28
  "mgg/ai-human",
27
29
  "mgg/ai-message",
28
30
  "mgg/ai-outline",
@@ -86,6 +88,7 @@
86
88
  "mgg/document-magic",
87
89
  "mgg/document-rename",
88
90
  "mgg/download-csv",
91
+ "mgg/download-html",
89
92
  "mgg/download-json",
90
93
  "mgg/edit-article",
91
94
  "mgg/electronic-document",
@@ -108,6 +111,7 @@
108
111
  "mgg/file-download",
109
112
  "mgg/file-folder-tree-open",
110
113
  "mgg/file-folder-tree",
114
+ "mgg/file-html",
111
115
  "mgg/file-import",
112
116
  "mgg/file-odt",
113
117
  "mgg/file-rtf",
@@ -4,6 +4,14 @@ export type ThemeStatusVariantType =
4
4
  | 'success'
5
5
  | 'warning'
6
6
 
7
+ export type ThemeInputVariantType =
8
+ | 'primary'
9
+ | 'ai'
10
+ | 'error'
11
+ | 'info'
12
+ | 'success'
13
+ | 'warning'
14
+
7
15
  export type ThemeVariantType =
8
16
  | 'ai'
9
17
  | 'dark'