@maggioli-design-system/mds-table-row 4.0.0 → 4.2.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.
Files changed (72) hide show
  1. package/dist/cjs/{index-1066e7b9.js → index-bf51ecaa.js} +163 -32
  2. package/dist/cjs/loader.cjs.js +2 -11
  3. package/dist/cjs/mds-table-row.cjs.entry.js +1 -1
  4. package/dist/cjs/mds-table-row.cjs.js +2 -2
  5. package/dist/collection/collection-manifest.json +3 -3
  6. package/dist/collection/common/aria.js +4 -2
  7. package/dist/collection/common/keyboard-manager.js +1 -1
  8. package/dist/collection/common/unit.js +10 -0
  9. package/dist/collection/components/mds-table-row/mds-table-row.css +1 -1
  10. package/dist/collection/components/mds-table-row/mds-table-row.js +4 -1
  11. package/dist/collection/dictionary/button.js +5 -1
  12. package/dist/collection/dictionary/icon.js +2 -2
  13. package/dist/collection/dictionary/variant.js +9 -1
  14. package/dist/components/index.d.ts +5 -3
  15. package/dist/components/index.js +1 -2
  16. package/dist/components/mds-table-row.js +1 -1
  17. package/dist/documentation.d.ts +421 -0
  18. package/dist/documentation.json +68 -0
  19. package/dist/esm/{index-be386e76.js → index-627212b2.js} +163 -32
  20. package/dist/esm/loader.js +3 -12
  21. package/dist/esm/mds-table-row.entry.js +1 -1
  22. package/dist/esm/mds-table-row.js +3 -3
  23. package/dist/esm-es5/index-627212b2.js +2 -0
  24. package/dist/esm-es5/loader.js +1 -1
  25. package/dist/esm-es5/mds-table-row.entry.js +1 -1
  26. package/dist/esm-es5/mds-table-row.js +1 -1
  27. package/dist/mds-table-row/mds-table-row.esm.js +1 -1
  28. package/dist/mds-table-row/mds-table-row.js +2 -6
  29. package/dist/mds-table-row/{p-30a6116a.entry.js → p-792ca9b5.entry.js} +1 -1
  30. package/dist/mds-table-row/p-94ed7d2d.system.js +2 -0
  31. package/dist/mds-table-row/{p-7d3f05d4.system.entry.js → p-ad55a7c6.system.entry.js} +1 -1
  32. package/dist/mds-table-row/p-caa45624.js +2 -0
  33. package/dist/mds-table-row/{p-fb327bab.system.js → p-f2dd20fa.system.js} +1 -1
  34. package/dist/stats.json +41 -33
  35. package/dist/types/common/unit.d.ts +2 -0
  36. package/dist/types/components/mds-table-row/mds-table-row.d.ts +3 -0
  37. package/dist/types/dictionary/button.d.ts +2 -1
  38. package/dist/types/dictionary/variant.d.ts +2 -1
  39. package/dist/types/interface/input-value.d.ts +1 -1
  40. package/dist/types/stencil-public-runtime.d.ts +32 -17
  41. package/dist/types/type/button.d.ts +1 -0
  42. package/dist/types/type/variant.d.ts +1 -0
  43. package/documentation.json +410 -0
  44. package/loader/index.d.ts +2 -2
  45. package/package.json +11 -5
  46. package/readme.md +7 -0
  47. package/src/common/aria.ts +2 -2
  48. package/src/common/keyboard-manager.ts +1 -1
  49. package/src/common/unit.ts +14 -0
  50. package/src/components/mds-table-row/mds-table-row.css +1 -1
  51. package/src/components/mds-table-row/mds-table-row.tsx +5 -0
  52. package/src/components/mds-table-row/readme.md +7 -0
  53. package/src/dictionary/button.ts +7 -1
  54. package/src/dictionary/variant.ts +10 -0
  55. package/src/fixtures/icons.json +40 -0
  56. package/src/fixtures/iconsauce.json +38 -0
  57. package/src/interface/input-value.ts +1 -1
  58. package/src/type/button.ts +4 -0
  59. package/src/type/variant.ts +9 -0
  60. package/www/build/mds-table-row.esm.js +1 -1
  61. package/www/build/mds-table-row.js +2 -6
  62. package/www/build/{p-30a6116a.entry.js → p-792ca9b5.entry.js} +1 -1
  63. package/www/build/p-94ed7d2d.system.js +2 -0
  64. package/www/build/{p-7d3f05d4.system.entry.js → p-ad55a7c6.system.entry.js} +1 -1
  65. package/www/build/p-caa45624.js +2 -0
  66. package/www/build/{p-fb327bab.system.js → p-f2dd20fa.system.js} +1 -1
  67. package/dist/esm/polyfills/css-shim.js +0 -1
  68. package/dist/esm-es5/index-be386e76.js +0 -2
  69. package/dist/mds-table-row/p-2647d8bd.system.js +0 -2
  70. package/dist/mds-table-row/p-426bd1f3.js +0 -2
  71. package/www/build/p-2647d8bd.system.js +0 -2
  72. package/www/build/p-426bd1f3.js +0 -2
package/dist/stats.json CHANGED
@@ -1,22 +1,23 @@
1
1
  {
2
- "timestamp": "2023-03-09T10:59:52",
2
+ "timestamp": "2023-09-18T09:22:32",
3
3
  "compiler": {
4
4
  "name": "node",
5
- "version": "18.3.0"
5
+ "version": "18.12.1"
6
6
  },
7
7
  "app": {
8
8
  "namespace": "MdsTableRow",
9
9
  "fsNamespace": "mds-table-row",
10
10
  "components": 1,
11
11
  "entries": 1,
12
- "bundles": 64,
12
+ "bundles": 65,
13
13
  "outputs": [
14
14
  {
15
15
  "name": "dist-collection",
16
- "files": 23,
16
+ "files": 24,
17
17
  "generatedFiles": [
18
18
  "./dist/collection/common/aria.js",
19
19
  "./dist/collection/common/keyboard-manager.js",
20
+ "./dist/collection/common/unit.js",
20
21
  "./dist/collection/components/mds-table-row/mds-table-row.js",
21
22
  "./dist/collection/dictionary/autocomplete.js",
22
23
  "./dist/collection/dictionary/button.js",
@@ -54,17 +55,17 @@
54
55
  "name": "dist-lazy",
55
56
  "files": 35,
56
57
  "generatedFiles": [
57
- "./dist/cjs/index-1066e7b9.js",
58
+ "./dist/cjs/index-bf51ecaa.js",
58
59
  "./dist/cjs/index.cjs.js",
59
60
  "./dist/cjs/loader.cjs.js",
60
61
  "./dist/cjs/mds-table-row.cjs.entry.js",
61
62
  "./dist/cjs/mds-table-row.cjs.js",
62
- "./dist/esm-es5/index-be386e76.js",
63
+ "./dist/esm-es5/index-627212b2.js",
63
64
  "./dist/esm-es5/index.js",
64
65
  "./dist/esm-es5/loader.js",
65
66
  "./dist/esm-es5/mds-table-row.entry.js",
66
67
  "./dist/esm-es5/mds-table-row.js",
67
- "./dist/esm/index-be386e76.js",
68
+ "./dist/esm/index-627212b2.js",
68
69
  "./dist/esm/index.js",
69
70
  "./dist/esm/loader.js",
70
71
  "./dist/esm/mds-table-row.entry.js",
@@ -74,21 +75,21 @@
74
75
  "./dist/mds-table-row/index.esm.js",
75
76
  "./dist/mds-table-row/mds-table-row.esm.js",
76
77
  "./dist/mds-table-row/mds-table-row.js",
77
- "./dist/mds-table-row/p-2647d8bd.system.js",
78
- "./dist/mds-table-row/p-30a6116a.entry.js",
79
- "./dist/mds-table-row/p-426bd1f3.js",
80
78
  "./dist/mds-table-row/p-50ea2036.system.js",
81
- "./dist/mds-table-row/p-7d3f05d4.system.entry.js",
82
- "./dist/mds-table-row/p-fb327bab.system.js",
79
+ "./dist/mds-table-row/p-792ca9b5.entry.js",
80
+ "./dist/mds-table-row/p-94ed7d2d.system.js",
81
+ "./dist/mds-table-row/p-ad55a7c6.system.entry.js",
82
+ "./dist/mds-table-row/p-caa45624.js",
83
+ "./dist/mds-table-row/p-f2dd20fa.system.js",
83
84
  "./www/build/index.esm.js",
84
85
  "./www/build/mds-table-row.esm.js",
85
86
  "./www/build/mds-table-row.js",
86
- "./www/build/p-2647d8bd.system.js",
87
- "./www/build/p-30a6116a.entry.js",
88
- "./www/build/p-426bd1f3.js",
89
87
  "./www/build/p-50ea2036.system.js",
90
- "./www/build/p-7d3f05d4.system.entry.js",
91
- "./www/build/p-fb327bab.system.js"
88
+ "./www/build/p-792ca9b5.entry.js",
89
+ "./www/build/p-94ed7d2d.system.js",
90
+ "./www/build/p-ad55a7c6.system.entry.js",
91
+ "./www/build/p-caa45624.js",
92
+ "./www/build/p-f2dd20fa.system.js"
92
93
  ]
93
94
  },
94
95
  {
@@ -121,10 +122,10 @@
121
122
  "components": [
122
123
  "mds-table-row"
123
124
  ],
124
- "bundleId": "p-30a6116a",
125
- "fileName": "p-30a6116a.entry.js",
125
+ "bundleId": "p-792ca9b5",
126
+ "fileName": "p-792ca9b5.entry.js",
126
127
  "imports": [
127
- "p-426bd1f3.js"
128
+ "p-caa45624.js"
128
129
  ],
129
130
  "originalByteSize": 1067
130
131
  }
@@ -138,7 +139,7 @@
138
139
  "bundleId": "mds-table-row",
139
140
  "fileName": "mds-table-row.entry.js",
140
141
  "imports": [
141
- "index-be386e76.js"
142
+ "index-627212b2.js"
142
143
  ],
143
144
  "originalByteSize": 1071
144
145
  }
@@ -152,7 +153,7 @@
152
153
  "bundleId": "mds-table-row",
153
154
  "fileName": "mds-table-row.entry.js",
154
155
  "imports": [
155
- "index-be386e76.js"
156
+ "index-627212b2.js"
156
157
  ],
157
158
  "originalByteSize": 1071
158
159
  }
@@ -163,10 +164,10 @@
163
164
  "components": [
164
165
  "mds-table-row"
165
166
  ],
166
- "bundleId": "p-7d3f05d4.system",
167
- "fileName": "p-7d3f05d4.system.entry.js",
167
+ "bundleId": "p-ad55a7c6.system",
168
+ "fileName": "p-ad55a7c6.system.entry.js",
168
169
  "imports": [
169
- "p-2647d8bd.system.js"
170
+ "p-94ed7d2d.system.js"
170
171
  ],
171
172
  "originalByteSize": 1352
172
173
  }
@@ -180,7 +181,7 @@
180
181
  "bundleId": "mds-table-row.cjs",
181
182
  "fileName": "mds-table-row.cjs.entry.js",
182
183
  "imports": [
183
- "index-1066e7b9.js"
184
+ "index-bf51ecaa.js"
184
185
  ],
185
186
  "originalByteSize": 1141
186
187
  }
@@ -199,15 +200,18 @@
199
200
  "directDependencies": [],
200
201
  "directDependents": [],
201
202
  "docs": {
202
- "tags": [],
203
+ "tags": [
204
+ {
205
+ "name": "slot",
206
+ "text": "default - Put `mds-table-cell` element/s."
207
+ }
208
+ ],
203
209
  "text": ""
204
210
  },
205
211
  "encapsulation": "shadow",
206
212
  "excludeFromCollection": false,
207
213
  "events": [],
208
214
  "internal": false,
209
- "legacyConnect": [],
210
- "legacyContext": [],
211
215
  "listeners": [
212
216
  {
213
217
  "name": "mdsTableInteractiveChange",
@@ -305,13 +309,16 @@
305
309
  ]
306
310
  }
307
311
  ],
308
- "legacyConnect": [],
309
- "legacyContext": [],
310
312
  "internal": false,
311
313
  "assetsDirs": [],
312
314
  "styleDocs": [],
313
315
  "docs": {
314
- "tags": [],
316
+ "tags": [
317
+ {
318
+ "name": "slot",
319
+ "text": "default - Put `mds-table-cell` element/s."
320
+ }
321
+ ],
315
322
  "text": ""
316
323
  },
317
324
  "jsFilePath": "/builds/maggiolispa/ricerca-sviluppo-new-media/magma/design-system/projects/stencil/.build/mds-table-row/src/components/mds-table-row/mds-table-row.js",
@@ -383,12 +390,13 @@
383
390
  ],
384
391
  "componentGraph": {
385
392
  "sc-mds-table-row": [
386
- "p-426bd1f3.js"
393
+ "p-caa45624.js"
387
394
  ]
388
395
  },
389
396
  "sourceGraph": {
390
397
  "./src/common/aria.ts": [],
391
398
  "./src/common/keyboard-manager.ts": [],
399
+ "./src/common/unit.ts": [],
392
400
  "./src/components/mds-table-row/mds-table-row.tsx": [],
393
401
  "./src/dictionary/autocomplete.ts": [],
394
402
  "./src/dictionary/button.ts": [],
@@ -0,0 +1,2 @@
1
+ declare const cssDurationToMilliseconds: (duration: string, defaultValue?: number) => number;
2
+ export { cssDurationToMilliseconds, };
@@ -1,3 +1,6 @@
1
+ /**
2
+ * @slot default - Put `mds-table-cell` element/s.
3
+ */
1
4
  export declare class MdsTableRow {
2
5
  interactive: boolean;
3
6
  tableInteractiveHandler(event: CustomEvent<boolean>): void;
@@ -1,5 +1,6 @@
1
1
  declare const buttonVariantDictionary: string[];
2
2
  declare const buttonToneVariantDictionary: string[];
3
+ declare const buttonTargetDictionary: string[];
3
4
  declare const buttonSizeDictionary: string[];
4
5
  declare const buttonIconPositionDictionary: string[];
5
- export { buttonSizeDictionary, buttonToneVariantDictionary, buttonVariantDictionary, buttonIconPositionDictionary, };
6
+ export { buttonIconPositionDictionary, buttonSizeDictionary, buttonTargetDictionary, buttonToneVariantDictionary, buttonVariantDictionary, };
@@ -4,6 +4,7 @@ declare const themeStatusVariantDictionary: string[];
4
4
  declare const themeFullVariantDictionary: string[];
5
5
  declare const themeLabelVariantDictionary: string[];
6
6
  declare const toneVariantDictionary: string[];
7
+ declare const toneActionVariantDictionary: string[];
7
8
  declare const toneSimpleVariantDictionary: string[];
8
9
  declare const toneMinimalVariantDictionary: string[];
9
- export { themeFullVariantDictionary, themeLabelVariantDictionary, themeLuminanceVariantDictionary, themeStatusVariantDictionary, themeVariantDictionary, toneMinimalVariantDictionary, toneSimpleVariantDictionary, toneVariantDictionary, };
10
+ export { themeFullVariantDictionary, themeLabelVariantDictionary, themeLuminanceVariantDictionary, themeStatusVariantDictionary, themeVariantDictionary, toneActionVariantDictionary, toneMinimalVariantDictionary, toneSimpleVariantDictionary, toneVariantDictionary, };
@@ -1,4 +1,4 @@
1
- import { InputValueType } from '../types/input-value-type';
1
+ import { InputValueType } from '@type/input-value-type';
2
2
  export interface InputValue {
3
3
  value: InputValueType;
4
4
  }
@@ -62,7 +62,7 @@ export interface PropOptions {
62
62
  /**
63
63
  * The name of the associated DOM attribute.
64
64
  * Stencil uses different heuristics to determine the default name of the attribute,
65
- * but using this property, you can override the default behaviour.
65
+ * but using this property, you can override the default behavior.
66
66
  */
67
67
  attribute?: string | null;
68
68
  /**
@@ -128,7 +128,7 @@ export interface ListenOptions {
128
128
  * By default, Stencil uses several heuristics to determine if
129
129
  * it must attach a `passive` event listener or not.
130
130
  *
131
- * Using the `passive` option can be used to change the default behaviour.
131
+ * Using the `passive` option can be used to change the default behavior.
132
132
  * Please see https://developers.google.com/web/updates/2016/06/passive-event-listeners for further information.
133
133
  */
134
134
  passive?: boolean;
@@ -432,7 +432,7 @@ export interface QueueApi {
432
432
  /**
433
433
  * Host
434
434
  */
435
- interface HostAttributes {
435
+ export interface HostAttributes {
436
436
  class?: string | {
437
437
  [className: string]: boolean;
438
438
  };
@@ -471,7 +471,7 @@ export interface FunctionalUtilities {
471
471
  /**
472
472
  * Utility for reading the children of a functional component at runtime.
473
473
  * Since the Stencil runtime uses a different interface for children it is
474
- * not recommendeded to read the children directly, and is preferable to use
474
+ * not recommended to read the children directly, and is preferable to use
475
475
  * this utility to, for instance, perform a side effect for each child.
476
476
  */
477
477
  forEach: (children: VNode[], cb: (vnode: ChildNode, index: number, array: ChildNode[]) => void) => void;
@@ -812,6 +812,7 @@ export declare namespace JSXBase {
812
812
  datetime?: string;
813
813
  }
814
814
  interface DialogHTMLAttributes<T> extends HTMLAttributes<T> {
815
+ onCancel?: (event: Event) => void;
815
816
  onClose?: (event: Event) => void;
816
817
  open?: boolean;
817
818
  returnValue?: string;
@@ -871,6 +872,8 @@ export declare namespace JSXBase {
871
872
  }
872
873
  interface ImgHTMLAttributes<T> extends HTMLAttributes<T> {
873
874
  alt?: string;
875
+ crossOrigin?: string;
876
+ crossorigin?: string;
874
877
  decoding?: 'async' | 'auto' | 'sync';
875
878
  importance?: 'low' | 'auto' | 'high';
876
879
  height?: number | string;
@@ -892,8 +895,8 @@ export declare namespace JSXBase {
892
895
  accept?: string;
893
896
  allowdirs?: boolean;
894
897
  alt?: string;
895
- autoCapitalize?: any;
896
- autocapitalize?: any;
898
+ autoCapitalize?: string;
899
+ autocapitalize?: string;
897
900
  autoComplete?: string;
898
901
  autocomplete?: string;
899
902
  autoFocus?: boolean;
@@ -929,6 +932,8 @@ export declare namespace JSXBase {
929
932
  minlength?: number | string;
930
933
  multiple?: boolean;
931
934
  name?: string;
935
+ onSelect?: (event: Event) => void;
936
+ onselect?: (event: Event) => void;
932
937
  pattern?: string;
933
938
  placeholder?: string;
934
939
  readOnly?: boolean;
@@ -1130,6 +1135,8 @@ export declare namespace JSXBase {
1130
1135
  summary?: string;
1131
1136
  }
1132
1137
  interface TextareaHTMLAttributes<T> extends HTMLAttributes<T> {
1138
+ autoComplete?: string;
1139
+ autocomplete?: string;
1133
1140
  autoFocus?: boolean;
1134
1141
  autofocus?: boolean | string;
1135
1142
  cols?: number;
@@ -1140,6 +1147,8 @@ export declare namespace JSXBase {
1140
1147
  minLength?: number;
1141
1148
  minlength?: number | string;
1142
1149
  name?: string;
1150
+ onSelect?: (event: Event) => void;
1151
+ onselect?: (event: Event) => void;
1143
1152
  placeholder?: string;
1144
1153
  readOnly?: boolean;
1145
1154
  readonly?: boolean | string;
@@ -1217,8 +1226,8 @@ export declare namespace JSXBase {
1217
1226
  resource?: string;
1218
1227
  typeof?: string;
1219
1228
  vocab?: string;
1220
- autoCapitalize?: any;
1221
- autocapitalize?: any;
1229
+ autoCapitalize?: string;
1230
+ autocapitalize?: string;
1222
1231
  autoCorrect?: string;
1223
1232
  autocorrect?: string;
1224
1233
  autoSave?: string;
@@ -1286,7 +1295,7 @@ export declare namespace JSXBase {
1286
1295
  clipPathUnits?: number | string;
1287
1296
  'clip-rule'?: number | string;
1288
1297
  'color-interpolation'?: number | string;
1289
- 'color-interpolation-filters'?: 'auto' | 's-rGB' | 'linear-rGB' | 'inherit';
1298
+ 'color-interpolation-filters'?: 'auto' | 'sRGB' | 'linearRGB';
1290
1299
  'color-profile'?: number | string;
1291
1300
  'color-rendering'?: number | string;
1292
1301
  contentScriptType?: number | string;
@@ -1509,12 +1518,12 @@ export declare namespace JSXBase {
1509
1518
  onCutCapture?: (event: ClipboardEvent) => void;
1510
1519
  onPaste?: (event: ClipboardEvent) => void;
1511
1520
  onPasteCapture?: (event: ClipboardEvent) => void;
1512
- onCompositionEnd?: (event: CompositionEvent) => void;
1513
- onCompositionEndCapture?: (event: CompositionEvent) => void;
1514
- onCompositionStart?: (event: CompositionEvent) => void;
1515
- onCompositionStartCapture?: (event: CompositionEvent) => void;
1516
- onCompositionUpdate?: (event: CompositionEvent) => void;
1517
- onCompositionUpdateCapture?: (event: CompositionEvent) => void;
1521
+ onCompositionend?: (event: CompositionEvent) => void;
1522
+ onCompositionendCapture?: (event: CompositionEvent) => void;
1523
+ onCompositionstart?: (event: CompositionEvent) => void;
1524
+ onCompositionstartCapture?: (event: CompositionEvent) => void;
1525
+ onCompositionupdate?: (event: CompositionEvent) => void;
1526
+ onCompositionupdateCapture?: (event: CompositionEvent) => void;
1518
1527
  onFocus?: (event: FocusEvent) => void;
1519
1528
  onFocusCapture?: (event: FocusEvent) => void;
1520
1529
  onFocusin?: (event: FocusEvent) => void;
@@ -1525,8 +1534,8 @@ export declare namespace JSXBase {
1525
1534
  onBlurCapture?: (event: FocusEvent) => void;
1526
1535
  onChange?: (event: Event) => void;
1527
1536
  onChangeCapture?: (event: Event) => void;
1528
- onInput?: (event: Event) => void;
1529
- onInputCapture?: (event: Event) => void;
1537
+ onInput?: (event: InputEvent) => void;
1538
+ onInputCapture?: (event: InputEvent) => void;
1530
1539
  onReset?: (event: Event) => void;
1531
1540
  onResetCapture?: (event: Event) => void;
1532
1541
  onSubmit?: (event: Event) => void;
@@ -1616,8 +1625,14 @@ export declare namespace JSXBase {
1616
1625
  onAnimationEndCapture?: (event: AnimationEvent) => void;
1617
1626
  onAnimationIteration?: (event: AnimationEvent) => void;
1618
1627
  onAnimationIterationCapture?: (event: AnimationEvent) => void;
1628
+ onTransitionCancel?: (event: TransitionEvent) => void;
1629
+ onTransitionCancelCapture?: (event: TransitionEvent) => void;
1619
1630
  onTransitionEnd?: (event: TransitionEvent) => void;
1620
1631
  onTransitionEndCapture?: (event: TransitionEvent) => void;
1632
+ onTransitionRun?: (event: TransitionEvent) => void;
1633
+ onTransitionRunCapture?: (event: TransitionEvent) => void;
1634
+ onTransitionStart?: (event: TransitionEvent) => void;
1635
+ onTransitionStartCapture?: (event: TransitionEvent) => void;
1621
1636
  }
1622
1637
  }
1623
1638
  export interface JSXAttributes<T = Element> {
@@ -1,4 +1,5 @@
1
1
  export type ButtonType = 'a' | 'button' | 'reset' | 'submit';
2
+ export type ButtonTargetType = 'self' | 'blank';
2
3
  export type ButtonSizeType = 'sm' | 'md' | 'lg' | 'xl';
3
4
  export type ButtonIconPositionType = 'left' | 'right';
4
5
  export type ButtonVariantType = 'primary' | 'dark' | 'light' | 'error' | 'info' | 'success' | 'warning';
@@ -5,6 +5,7 @@ export type ThemeLuminanceVariantType = 'dark' | 'light';
5
5
  export type LabelVariantType = 'amaranth' | 'aqua' | 'blue' | 'green' | 'lime' | 'orange' | 'orchid' | 'sky' | 'violet' | 'yellow';
6
6
  export type ActionVariantType = 'primary' | 'dark' | 'light';
7
7
  export type StateVariantType = 'disabled' | 'focused' | 'readonly';
8
+ export type ToneActionVariantType = 'primary' | 'secondary' | 'tertiary' | 'strong' | 'weak' | 'ghost' | 'quiet';
8
9
  export type ToneVariantType = 'strong' | 'weak' | 'ghost' | 'quiet';
9
10
  export type ToneSimpleVariantType = 'strong' | 'weak' | 'quiet';
10
11
  export type ToneMinimalVariantType = 'strong' | 'weak';