@3t-transform/threeteeui 0.1.44 → 0.1.45

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 (143) hide show
  1. package/dist/cjs/_commonjsHelpers-537d719a.js +20 -0
  2. package/dist/cjs/{domsanitiser.options-975e3317.js → domsanitiser.options-b2d88e35.js} +16 -30
  3. package/dist/cjs/{index-2ea393bb.js → index-1a35850c.js} +4 -0
  4. package/dist/cjs/loader.cjs.js +2 -2
  5. package/dist/cjs/tttx-button.cjs.entry.js +24 -24
  6. package/dist/cjs/tttx-dialog-box.cjs.entry.js +71 -70
  7. package/dist/cjs/tttx-filter.cjs.entry.js +177 -177
  8. package/dist/cjs/tttx-form.cjs.entry.js +459 -458
  9. package/dist/cjs/tttx-icon.cjs.entry.js +11 -11
  10. package/dist/cjs/tttx-keyvalue-block.cjs.entry.js +59 -59
  11. package/dist/cjs/tttx-list.cjs.entry.js +33 -32
  12. package/dist/cjs/tttx-loading-spinner.cjs.entry.js +16 -16
  13. package/dist/cjs/tttx-qrcode.cjs.entry.js +37 -0
  14. package/dist/cjs/tttx-sorter.cjs.entry.js +102 -102
  15. package/dist/cjs/tttx-standalone-input.cjs.entry.js +79 -79
  16. package/dist/cjs/tttx-toolbar.cjs.entry.js +10 -10
  17. package/dist/cjs/tttx.cjs.js +2 -2
  18. package/dist/collection/collection-manifest.json +1 -0
  19. package/dist/collection/components/atoms/tttx-button/tttx-button.js +110 -110
  20. package/dist/collection/components/atoms/tttx-button/tttx-button.stories.js +14 -14
  21. package/dist/collection/components/atoms/tttx-icon/tttx-icon.js +62 -62
  22. package/dist/collection/components/atoms/tttx-icon/tttx-icon.stories.js +22 -22
  23. package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.js +109 -109
  24. package/dist/collection/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.stories.js +38 -38
  25. package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.js +67 -67
  26. package/dist/collection/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.js +17 -17
  27. package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.css +0 -0
  28. package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.js +74 -0
  29. package/dist/collection/components/atoms/tttx-qrcode/tttx-qrcode.stories.js +22 -0
  30. package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.js +172 -172
  31. package/dist/collection/components/molecules/tttx-dialog-box/tttx-dialog-box.stories.js +267 -267
  32. package/dist/collection/components/molecules/tttx-filter/tttx-filter.js +369 -369
  33. package/dist/collection/components/molecules/tttx-filter/tttx-filter.stories.js +72 -72
  34. package/dist/collection/components/molecules/tttx-form/lib/setErrorState.js +37 -37
  35. package/dist/collection/components/molecules/tttx-form/lib/validityCheck.js +61 -61
  36. package/dist/collection/components/molecules/tttx-form/tttx-form.js +479 -479
  37. package/dist/collection/components/molecules/tttx-form/tttx-form.stories.js +272 -272
  38. package/dist/collection/components/molecules/tttx-list/tttx-list.js +105 -105
  39. package/dist/collection/components/molecules/tttx-list/tttx-list.stories.js +43 -43
  40. package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.js +224 -224
  41. package/dist/collection/components/molecules/tttx-sorter/tttx-sorter.stories.js +42 -42
  42. package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.js +759 -759
  43. package/dist/collection/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.js +172 -172
  44. package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.js +44 -44
  45. package/dist/collection/components/molecules/tttx-toolbar/tttx-toolbar.stories.js +14 -14
  46. package/dist/collection/components/palette.stories.js +7 -7
  47. package/dist/collection/docs/gettingstarted-developer.stories.js +5 -5
  48. package/dist/collection/icons.js +2838 -2838
  49. package/dist/collection/index.js +1 -1
  50. package/dist/collection/shared/domsanitiser.options.js +14 -14
  51. package/dist/components/_commonjsHelpers.js +17 -0
  52. package/dist/components/domsanitiser.options.js +13 -27
  53. package/dist/components/index.d.ts +1 -0
  54. package/dist/components/index.js +1 -0
  55. package/dist/components/tttx-button2.js +48 -48
  56. package/dist/components/tttx-dialog-box.js +97 -97
  57. package/dist/components/tttx-filter.js +210 -210
  58. package/dist/components/tttx-form.js +475 -475
  59. package/dist/components/tttx-icon2.js +28 -28
  60. package/dist/components/tttx-keyvalue-block.js +76 -76
  61. package/dist/components/tttx-list.js +53 -53
  62. package/dist/components/tttx-loading-spinner.js +33 -33
  63. package/dist/components/tttx-qrcode.d.ts +11 -0
  64. package/dist/components/tttx-qrcode.js +53 -0
  65. package/dist/components/tttx-sorter.js +130 -130
  66. package/dist/components/tttx-standalone-input.js +130 -130
  67. package/dist/components/tttx-toolbar.js +26 -26
  68. package/dist/esm/_commonjsHelpers-9943807e.js +17 -0
  69. package/dist/esm/{domsanitiser.options-3c7ded83.js → domsanitiser.options-81611f82.js} +13 -27
  70. package/dist/esm/{index-018a3e54.js → index-a848bfb4.js} +4 -0
  71. package/dist/esm/loader.js +3 -3
  72. package/dist/esm/polyfills/core-js.js +0 -0
  73. package/dist/esm/polyfills/dom.js +0 -0
  74. package/dist/esm/polyfills/es5-html-element.js +0 -0
  75. package/dist/esm/polyfills/index.js +0 -0
  76. package/dist/esm/polyfills/system.js +0 -0
  77. package/dist/esm/tttx-button.entry.js +24 -24
  78. package/dist/esm/tttx-dialog-box.entry.js +71 -70
  79. package/dist/esm/tttx-filter.entry.js +177 -177
  80. package/dist/esm/tttx-form.entry.js +459 -458
  81. package/dist/esm/tttx-icon.entry.js +11 -11
  82. package/dist/esm/tttx-keyvalue-block.entry.js +59 -59
  83. package/dist/esm/tttx-list.entry.js +33 -32
  84. package/dist/esm/tttx-loading-spinner.entry.js +16 -16
  85. package/dist/esm/tttx-qrcode.entry.js +33 -0
  86. package/dist/esm/tttx-sorter.entry.js +102 -102
  87. package/dist/esm/tttx-standalone-input.entry.js +79 -79
  88. package/dist/esm/tttx-toolbar.entry.js +10 -10
  89. package/dist/esm/tttx.js +3 -3
  90. package/dist/tttx/p-0b25ac9c.js +3 -0
  91. package/dist/tttx/p-112455b1.js +1 -0
  92. package/dist/tttx/{p-e061910d.entry.js → p-120a0732.entry.js} +1 -1
  93. package/dist/tttx/p-2d130f82.entry.js +1 -0
  94. package/dist/tttx/{p-deec335c.entry.js → p-42349ae5.entry.js} +1 -1
  95. package/dist/tttx/{p-f247a7bc.entry.js → p-623b9147.entry.js} +1 -1
  96. package/dist/tttx/{p-48b15a3d.entry.js → p-7428fc97.entry.js} +1 -1
  97. package/dist/tttx/{p-01863bf1.entry.js → p-77fb8e0f.entry.js} +1 -1
  98. package/dist/tttx/p-83563ce9.entry.js +1 -0
  99. package/dist/tttx/p-a092cd71.entry.js +1 -0
  100. package/dist/tttx/{p-71c244bd.js → p-ab4652a8.js} +2 -2
  101. package/dist/tttx/p-af7ff3b3.entry.js +1 -0
  102. package/dist/tttx/{p-5e91cf1c.entry.js → p-d0ca435d.entry.js} +1 -1
  103. package/dist/tttx/{p-2e135be9.entry.js → p-d2b0ec0a.entry.js} +1 -1
  104. package/dist/tttx/{p-2dd43e97.entry.js → p-e1efb888.entry.js} +1 -1
  105. package/dist/tttx/tttx.esm.js +1 -1
  106. package/dist/types/components/atoms/tttx-button/tttx-button.d.ts +10 -10
  107. package/dist/types/components/atoms/tttx-button/tttx-button.stories.d.ts +10 -10
  108. package/dist/types/components/atoms/tttx-icon/tttx-icon.d.ts +5 -5
  109. package/dist/types/components/atoms/tttx-icon/tttx-icon.stories.d.ts +20 -20
  110. package/dist/types/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.d.ts +7 -7
  111. package/dist/types/components/atoms/tttx-keyvalue-block/tttx-keyvalue-block.stories.d.ts +9 -9
  112. package/dist/types/components/atoms/tttx-loading-spinner/tttx-loading-spinner.d.ts +6 -6
  113. package/dist/types/components/atoms/tttx-loading-spinner/tttx-loading-spinner.stories.d.ts +17 -17
  114. package/dist/types/components/atoms/tttx-qrcode/tttx-qrcode.d.ts +6 -0
  115. package/dist/types/components/atoms/tttx-qrcode/tttx-qrcode.stories.d.ts +23 -0
  116. package/dist/types/components/molecules/tttx-dialog-box/tttx-dialog-box.d.ts +18 -18
  117. package/dist/types/components/molecules/tttx-dialog-box/tttx-dialog-box.stories.d.ts +23 -23
  118. package/dist/types/components/molecules/tttx-filter/tttx-filter.d.ts +41 -41
  119. package/dist/types/components/molecules/tttx-form/lib/setErrorState.d.ts +13 -13
  120. package/dist/types/components/molecules/tttx-form/lib/validityCheck.d.ts +17 -17
  121. package/dist/types/components/molecules/tttx-form/tttx-form.d.ts +133 -133
  122. package/dist/types/components/molecules/tttx-list/tttx-list.d.ts +11 -11
  123. package/dist/types/components/molecules/tttx-sorter/tttx-sorter.d.ts +19 -19
  124. package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.d.ts +69 -69
  125. package/dist/types/components/molecules/tttx-standalone-input/tttx-standalone-input.stories.d.ts +143 -143
  126. package/dist/types/components/molecules/tttx-toolbar/tttx-toolbar.d.ts +4 -4
  127. package/dist/types/components/molecules/tttx-toolbar/tttx-toolbar.stories.d.ts +13 -13
  128. package/dist/types/components/palette.stories.d.ts +6 -6
  129. package/dist/types/components.d.ts +17 -0
  130. package/dist/types/docs/gettingstarted-developer.stories.d.ts +5 -5
  131. package/dist/types/icons.d.ts +2 -2
  132. package/dist/types/index.d.ts +1 -1
  133. package/dist/types/shared/domsanitiser.options.d.ts +10 -10
  134. package/package.json +7 -5
  135. package/readme.md +19 -7
  136. package/dist/tttx/p-0ed6f369.entry.js +0 -1
  137. package/dist/tttx/p-350ddb03.js +0 -3
  138. package/dist/tttx/p-7bba2014.entry.js +0 -1
  139. package/dist/tttx/p-d075a2c0.entry.js +0 -1
  140. package/dist/types/components/molecules/tttx-filter/tttx-filter.stories.d.ts +0 -70
  141. package/dist/types/components/molecules/tttx-form/tttx-form.stories.d.ts +0 -278
  142. package/dist/types/components/molecules/tttx-list/tttx-list.stories.d.ts +0 -14
  143. package/dist/types/components/molecules/tttx-sorter/tttx-sorter.stories.d.ts +0 -30
@@ -1,143 +1,143 @@
1
- declare const _default: {
2
- title: string;
3
- component: string;
4
- argTypes: {
5
- iconleft: {
6
- options: string[];
7
- control: {
8
- type: string;
9
- };
10
- };
11
- iconleftcolor: {
12
- control: {
13
- type: string;
14
- };
15
- };
16
- iconright: {
17
- options: string[];
18
- control: {
19
- type: string;
20
- };
21
- };
22
- iconrightcolor: {
23
- control: {
24
- type: string;
25
- };
26
- };
27
- inputicon: {
28
- options: string[];
29
- control: {
30
- type: string;
31
- };
32
- };
33
- inputiconcolor: {
34
- control: {
35
- type: string;
36
- };
37
- };
38
- label: {
39
- control: {
40
- type: string;
41
- };
42
- };
43
- secondarylabel: {
44
- control: {
45
- type: string;
46
- };
47
- };
48
- errormsg: {
49
- control: {
50
- type: string;
51
- };
52
- };
53
- showerrorbubble: {
54
- control: {
55
- type: string;
56
- };
57
- };
58
- showerrormsg: {
59
- control: {
60
- type: string;
61
- };
62
- };
63
- inline: {
64
- control: {
65
- type: string;
66
- };
67
- };
68
- checked: {
69
- control: {
70
- type: string;
71
- };
72
- };
73
- disabled: {
74
- control: {
75
- type: string;
76
- };
77
- };
78
- max: {
79
- control: {
80
- type: string;
81
- };
82
- };
83
- maxlength: {
84
- control: {
85
- type: string;
86
- };
87
- };
88
- min: {
89
- control: {
90
- type: string;
91
- };
92
- };
93
- minlength: {
94
- control: {
95
- type: string;
96
- };
97
- };
98
- name: {
99
- control: {
100
- type: string;
101
- };
102
- };
103
- pattern: {
104
- control: {
105
- type: string;
106
- };
107
- };
108
- placeholder: {
109
- control: {
110
- type: string;
111
- };
112
- };
113
- readonly: {
114
- control: {
115
- type: string;
116
- };
117
- };
118
- required: {
119
- control: {
120
- type: string;
121
- };
122
- };
123
- step: {
124
- control: {
125
- type: string;
126
- };
127
- };
128
- type: {
129
- options: string[];
130
- control: {
131
- type: string;
132
- };
133
- };
134
- value: {
135
- control: {
136
- type: string;
137
- };
138
- };
139
- };
140
- };
141
- export default _default;
142
- export declare const InputField: any;
143
- export declare const searchField: any;
1
+ declare const _default: {
2
+ title: string;
3
+ component: string;
4
+ argTypes: {
5
+ iconleft: {
6
+ options: string[];
7
+ control: {
8
+ type: string;
9
+ };
10
+ };
11
+ iconleftcolor: {
12
+ control: {
13
+ type: string;
14
+ };
15
+ };
16
+ iconright: {
17
+ options: string[];
18
+ control: {
19
+ type: string;
20
+ };
21
+ };
22
+ iconrightcolor: {
23
+ control: {
24
+ type: string;
25
+ };
26
+ };
27
+ inputicon: {
28
+ options: string[];
29
+ control: {
30
+ type: string;
31
+ };
32
+ };
33
+ inputiconcolor: {
34
+ control: {
35
+ type: string;
36
+ };
37
+ };
38
+ label: {
39
+ control: {
40
+ type: string;
41
+ };
42
+ };
43
+ secondarylabel: {
44
+ control: {
45
+ type: string;
46
+ };
47
+ };
48
+ errormsg: {
49
+ control: {
50
+ type: string;
51
+ };
52
+ };
53
+ showerrorbubble: {
54
+ control: {
55
+ type: string;
56
+ };
57
+ };
58
+ showerrormsg: {
59
+ control: {
60
+ type: string;
61
+ };
62
+ };
63
+ inline: {
64
+ control: {
65
+ type: string;
66
+ };
67
+ };
68
+ checked: {
69
+ control: {
70
+ type: string;
71
+ };
72
+ };
73
+ disabled: {
74
+ control: {
75
+ type: string;
76
+ };
77
+ };
78
+ max: {
79
+ control: {
80
+ type: string;
81
+ };
82
+ };
83
+ maxlength: {
84
+ control: {
85
+ type: string;
86
+ };
87
+ };
88
+ min: {
89
+ control: {
90
+ type: string;
91
+ };
92
+ };
93
+ minlength: {
94
+ control: {
95
+ type: string;
96
+ };
97
+ };
98
+ name: {
99
+ control: {
100
+ type: string;
101
+ };
102
+ };
103
+ pattern: {
104
+ control: {
105
+ type: string;
106
+ };
107
+ };
108
+ placeholder: {
109
+ control: {
110
+ type: string;
111
+ };
112
+ };
113
+ readonly: {
114
+ control: {
115
+ type: string;
116
+ };
117
+ };
118
+ required: {
119
+ control: {
120
+ type: string;
121
+ };
122
+ };
123
+ step: {
124
+ control: {
125
+ type: string;
126
+ };
127
+ };
128
+ type: {
129
+ options: string[];
130
+ control: {
131
+ type: string;
132
+ };
133
+ };
134
+ value: {
135
+ control: {
136
+ type: string;
137
+ };
138
+ };
139
+ };
140
+ };
141
+ export default _default;
142
+ export declare const InputField: any;
143
+ export declare const searchField: any;
@@ -1,4 +1,4 @@
1
- export declare class TttxToolbar {
2
- border: boolean;
3
- render(): any;
4
- }
1
+ export declare class TttxToolbar {
2
+ border: boolean;
3
+ render(): any;
4
+ }
@@ -1,13 +1,13 @@
1
- declare const _default: {
2
- title: string;
3
- component: string;
4
- argTypes: {
5
- border: {
6
- control: {
7
- type: string;
8
- };
9
- };
10
- };
11
- };
12
- export default _default;
13
- export declare const BasicStringList: any;
1
+ declare const _default: {
2
+ title: string;
3
+ component: string;
4
+ argTypes: {
5
+ border: {
6
+ control: {
7
+ type: string;
8
+ };
9
+ };
10
+ };
11
+ };
12
+ export default _default;
13
+ export declare const BasicStringList: any;
@@ -1,6 +1,6 @@
1
- declare const _default: {
2
- title: string;
3
- component: string;
4
- };
5
- export default _default;
6
- export declare const Default: any;
1
+ declare const _default: {
2
+ title: string;
3
+ component: string;
4
+ };
5
+ export default _default;
6
+ export declare const Default: any;
@@ -52,6 +52,10 @@ export namespace Components {
52
52
  "loadingMessage": boolean;
53
53
  "size": 'small' | 'large';
54
54
  }
55
+ interface TttxQrcode {
56
+ "link": string;
57
+ "size": number;
58
+ }
55
59
  interface TttxSorter {
56
60
  "defaultOption": string;
57
61
  "defaultSortDirection": 'ascending' | 'descending';
@@ -180,6 +184,12 @@ declare global {
180
184
  prototype: HTMLTttxLoadingSpinnerElement;
181
185
  new (): HTMLTttxLoadingSpinnerElement;
182
186
  };
187
+ interface HTMLTttxQrcodeElement extends Components.TttxQrcode, HTMLStencilElement {
188
+ }
189
+ var HTMLTttxQrcodeElement: {
190
+ prototype: HTMLTttxQrcodeElement;
191
+ new (): HTMLTttxQrcodeElement;
192
+ };
183
193
  interface HTMLTttxSorterElement extends Components.TttxSorter, HTMLStencilElement {
184
194
  }
185
195
  var HTMLTttxSorterElement: {
@@ -207,6 +217,7 @@ declare global {
207
217
  "tttx-keyvalue-block": HTMLTttxKeyvalueBlockElement;
208
218
  "tttx-list": HTMLTttxListElement;
209
219
  "tttx-loading-spinner": HTMLTttxLoadingSpinnerElement;
220
+ "tttx-qrcode": HTMLTttxQrcodeElement;
210
221
  "tttx-sorter": HTMLTttxSorterElement;
211
222
  "tttx-standalone-input": HTMLTttxStandaloneInputElement;
212
223
  "tttx-toolbar": HTMLTttxToolbarElement;
@@ -259,6 +270,10 @@ declare namespace LocalJSX {
259
270
  "loadingMessage"?: boolean;
260
271
  "size"?: 'small' | 'large';
261
272
  }
273
+ interface TttxQrcode {
274
+ "link"?: string;
275
+ "size"?: number;
276
+ }
262
277
  interface TttxSorter {
263
278
  "defaultOption"?: string;
264
279
  "defaultSortDirection"?: 'ascending' | 'descending';
@@ -330,6 +345,7 @@ declare namespace LocalJSX {
330
345
  "tttx-keyvalue-block": TttxKeyvalueBlock;
331
346
  "tttx-list": TttxList;
332
347
  "tttx-loading-spinner": TttxLoadingSpinner;
348
+ "tttx-qrcode": TttxQrcode;
333
349
  "tttx-sorter": TttxSorter;
334
350
  "tttx-standalone-input": TttxStandaloneInput;
335
351
  "tttx-toolbar": TttxToolbar;
@@ -347,6 +363,7 @@ declare module "@stencil/core" {
347
363
  "tttx-keyvalue-block": LocalJSX.TttxKeyvalueBlock & JSXBase.HTMLAttributes<HTMLTttxKeyvalueBlockElement>;
348
364
  "tttx-list": LocalJSX.TttxList & JSXBase.HTMLAttributes<HTMLTttxListElement>;
349
365
  "tttx-loading-spinner": LocalJSX.TttxLoadingSpinner & JSXBase.HTMLAttributes<HTMLTttxLoadingSpinnerElement>;
366
+ "tttx-qrcode": LocalJSX.TttxQrcode & JSXBase.HTMLAttributes<HTMLTttxQrcodeElement>;
350
367
  "tttx-sorter": LocalJSX.TttxSorter & JSXBase.HTMLAttributes<HTMLTttxSorterElement>;
351
368
  "tttx-standalone-input": LocalJSX.TttxStandaloneInput & JSXBase.HTMLAttributes<HTMLTttxStandaloneInputElement>;
352
369
  "tttx-toolbar": LocalJSX.TttxToolbar & JSXBase.HTMLAttributes<HTMLTttxToolbarElement>;
@@ -1,5 +1,5 @@
1
- declare const _default: {
2
- title: string;
3
- };
4
- export default _default;
5
- export declare const Default: any;
1
+ declare const _default: {
2
+ title: string;
3
+ };
4
+ export default _default;
5
+ export declare const Default: any;
@@ -1,2 +1,2 @@
1
- declare const icons: string[];
2
- export default icons;
1
+ declare const icons: string[];
2
+ export default icons;
@@ -1 +1 @@
1
- export { Components, JSX } from './components';
1
+ export { Components, JSX } from './components';
@@ -1,10 +1,10 @@
1
- declare function tagRegXp(tagName: string): RegExpExecArray;
2
- declare function attributeNameCheck(): boolean;
3
- declare const domSanitiserOptions: {
4
- CUSTOM_ELEMENT_HANDLING: {
5
- tagNameCheck: typeof tagRegXp;
6
- attributeNameCheck: typeof attributeNameCheck;
7
- allowCustomizedBuiltInElements: boolean;
8
- };
9
- };
10
- export default domSanitiserOptions;
1
+ declare function tagRegXp(tagName: string): RegExpExecArray;
2
+ declare function attributeNameCheck(): boolean;
3
+ declare const domSanitiserOptions: {
4
+ CUSTOM_ELEMENT_HANDLING: {
5
+ tagNameCheck: typeof tagRegXp;
6
+ attributeNameCheck: typeof attributeNameCheck;
7
+ allowCustomizedBuiltInElements: boolean;
8
+ };
9
+ };
10
+ export default domSanitiserOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@3t-transform/threeteeui",
3
- "version": "0.1.44",
3
+ "version": "0.1.45",
4
4
  "description": "3t Design System",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",
@@ -23,13 +23,14 @@
23
23
  "generate": "stencil generate",
24
24
  "storybook": "storybook dev -p 6006",
25
25
  "build-storybook": "storybook build",
26
- "chromatic": "npx chromatic --project-token=531b962b0be5 --exit-zero-on-changes --exit-once-uploaded",
26
+ "chromatic": "npx chromatic --project-token=531b9621b0be5 --exit-zero-on-changes --exit-once-uploaded",
27
27
  "lint": "eslint \"src/**/*.{tsx,jsx}\"",
28
28
  "lint:generate": "eslint \"src/**/*.{tsx,jsx}\" -o output.eslint.json -f json",
29
29
  "lint:fix": "eslint \"src/**/*.{tsx,jsx}\" --fix"
30
30
  },
31
31
  "resolutions": {
32
- "@types/babel__traverse": "7.0.6"
32
+ "@types/babel__traverse": "7.0.6",
33
+ "file-system-cache": "2.3.0"
33
34
  },
34
35
  "devDependencies": {
35
36
  "@babel/core": "^7.18.10",
@@ -67,8 +68,9 @@
67
68
  "readme": "ERROR: No README data found!",
68
69
  "dependencies": {
69
70
  "@popperjs/core": "^2.11.7",
71
+ "@types/react": "^18.2.6",
70
72
  "dompurify": "^3.0.3",
71
73
  "storybook": "^7.0.6",
72
- "@types/react": "^18.2.6"
74
+ "ts-qrcode": "^0.0.4"
73
75
  }
74
- }
76
+ }
package/readme.md CHANGED
@@ -18,31 +18,43 @@
18
18
  Pull down this repo and run:
19
19
 
20
20
  ```bash
21
- npm install
22
- npm start
21
+ yarn
22
+ yarn start
23
23
  ```
24
24
 
25
25
  To build the component for production, run:
26
26
 
27
27
  ```bash
28
- npm run build
28
+ yarn build
29
29
  ```
30
30
 
31
31
  To run the unit tests for the components, run:
32
32
 
33
33
  ```bash
34
- npm test
34
+ yarn test
35
35
  ```
36
36
 
37
37
  To see the components in Storybook, run:
38
38
 
39
- ```
40
- npm run build
41
- npm run storybook
39
+ ``` bash
40
+ yarn build
41
+ yarn storybook
42
42
  ```
43
43
 
44
44
  Need help? Check out our [docs](https://stenciljs.com/docs/my-first-component).
45
45
 
46
+ ## Release Process
47
+
48
+ To release a new version of the library, follow these steps:
49
+
50
+ 1. Update the version number in the `package.json` file according to [semantic versioning](https://semver.org/).
51
+ 1. Push the changes to the remote `master` branch.
52
+ 1. This will trigger a build and run the tests on the CI/CD pipeline.
53
+ 1. If the tests pass, the new version will be published to npm and a new tag will be created.
54
+ 1. If the tests fail, the release process will be halted and you will need to fix the issues before trying again.
55
+
56
+ Make sure to follow the [semantic versioning](https://semver.org/) guidelines when updating the version number. This will help users understand the impact of the changes in the new version and avoid breaking changes.
57
+
46
58
  ## Naming Components
47
59
 
48
60
  When creating new component tags, we recommend _not_ using `stencil` in the component name (ex: `<stencil-datepicker>`). This is because the generated component has little to nothing to do with Stencil; it's just a web component!
@@ -1 +0,0 @@
1
- import{r as e,c as i,h as t,H as o}from"./p-71c244bd.js";import{p as n,d as r}from"./p-350ddb03.js";function a(e,i,t){const o=e.parentElement.querySelector(".errorBubble");if(i){e.classList.add("invalid"),o.classList.add("visible");const i=document.createElement("span");i.className="material-symbols-rounded",i.textContent="warning",o.innerHTML="",o.append(i),o.append(t)}else o.classList.remove("visible"),e.classList.remove("invalid"),o.innerHTML=""}const l=class{constructor(t){e(this,t),this.dataSubmitted=i(this,"dataSubmitted",7),this.dataChanged=i(this,"dataChanged",7),this.template=document.createElement("template"),this.formschema=void 0,this.data=void 0}onFormSchemaChange(e){if(!this.data&&this.form&&this._formSchema){const e=new FormData(this.form);this._data=Object.fromEntries(Object.keys(this._formSchema.properties).map((i=>[i,e.get(i)])))}this._formSchema="string"==typeof e?JSON.parse(e):e}onDataChange(e){this._data="string"==typeof e?JSON.parse(e):e}fieldChanged(e){this.dataChanged.emit({name:e.target.name,value:e.target.value})}async submit(){this.submitButton.click()}doSubmit(e){e.preventDefault();const i=new FormData(e.target);this.dataSubmitted.emit(i)}componentWillLoad(){this.onFormSchemaChange(this.formschema),this.data&&this.onDataChange(this.data)}componentWillRender(){this.template=document.createElement("template"),this.populateFormFromSchema()}createSelect(e,i){const t=document.createElement("select");return t.setAttribute("name",e),i.options.forEach((e=>{this.appendOption(t,e)})),this._data&&this._data[e]&&t.classList.remove("placeholder"),t}appendOption(e,i){const t=document.createElement("option");t.setAttribute("value",i.value),i.placeholder&&(t.setAttribute("disabled",""),t.setAttribute("selected",""),t.setAttribute("hidden",""),e.classList.add("placeholder")),i.label&&(t.innerHTML=n.sanitize(i.label,r)),e.appendChild(t)}createInput(e,i){var t;const o=document.createElement("input");return o.name=e,o.type=i.type,o.placeholder=null!==(t=i.placeholder)&&void 0!==t?t:"",o.autocomplete="off",o.autocapitalize="off",i.readonly&&(o.readOnly=!0),o}applyValidation(e,i){var t,o;i.required&&(e.setAttribute("required",""),e.setAttribute("data-required",null!==(t=i.required.message)&&void 0!==t?t:"")),i.pattern&&(e.setAttribute("pattern",i.pattern.pattern),e.setAttribute("data-pattern",null!==(o=i.pattern.message)&&void 0!==o?o:"")),i.badInput&&e.setAttribute("data-badinput",i.badInput.message),i.minmax&&(e.setAttribute("min",i.minmax.min),e.setAttribute("max",i.minmax.max),e.setAttribute("data-range",i.minmax.message)),i.maxlength&&e.setAttribute("maxlength",i.maxlength)}createErrorBubble(){const e=document.createElement("div");return e.className="errorBubble",e}appendCheckboxInput(e,i,t){if(e.label){const e=document.createElement("br");t.appendChild(e)}if(t.appendChild(i),!e.inlineLabel)return;const o=document.createElement("span");o.className="inlineLabel",o.textContent=e.inlineLabel,t.appendChild(o)}createLabel(e,i,t){const o=document.createElement("label");if(o.className="inputBlock",o.innerText=e.label,!e.validation){const e=document.createElement("span");e.className="optional",e.innerHTML="&nbsp;(optional)",o.appendChild(e)}return e.readonly&&o.classList.add("readonly"),"checkbox"===e.type?(o.className+=" inlineBlock",this.appendCheckboxInput(e,i,o)):o.appendChild(i),o.appendChild(t),o}populateFormFromSchema(){if(!this._formSchema)return;const e=this._formSchema.properties;Object.keys(e).forEach((i=>{const t=e[i].form,o="select"===t.type?this.createSelect(i,t):this.createInput(i,t);t.validation&&this.applyValidation(o,t.validation);const n=this.createErrorBubble(),r=this.createLabel(t,o,n);this.template.content.append(r)}))}componentDidRender(){if(!this._formSchema)return;const e=this.template.content.cloneNode(!0),i=this._formSchema.properties;Object.keys(i).forEach((t=>{var o;const n=e.querySelector(`[name=${t}]`);if(n.oninvalid=this.validityCheckWrapper.bind(this),n.onblur=this.validityCheckWrapper.bind(this),n.onkeyup=this.fieldChanged.bind(this),n.onchange=this.fieldChanged.bind(this),this._data&&null!=this._data[t]&&(n.value=this._data[t]),null===(o=i[t].form.validation)||void 0===o?void 0:o.invalid){const e=i[t].form.validation.invalid.message;n.setCustomValidity(e),a(n,!0,e)}"select"===i[t].form.type&&n.classList.contains("placeholder")&&n.addEventListener("change",(()=>{n.classList.remove("placeholder")}))})),this.fieldset.replaceChildren(e)}validityCheckWrapper(e){const{target:i,hasError:t,errorMessage:o}=function(e){var i,t,o,n;e.preventDefault();const r=e.target;let a=!0,l="";switch(!0){case r.validity.valueMissing:l=null!==(i=r.dataset.required)&&void 0!==i?i:"This field is required";break;case r.validity.patternMismatch:l=null!==(t=r.dataset.pattern)&&void 0!==t?t:"Incorrect format";break;case r.validity.badInput:l=null!==(o=r.dataset.badinput)&&void 0!==o?o:"Wrong input type";break;case r.validity.rangeOverflow||r.validity.rangeUnderflow:l=null!==(n=r.dataset.range)&&void 0!==n?n:"Invalid value";break;case r.validity.customError:l=r.validationMessage;break;default:a=!1}return{target:r,hasError:a,errorMessage:l}}(e);a(i,t,o)}render(){return t(o,null,t("form",{ref:e=>this.form=e,onSubmit:this.doSubmit.bind(this)},t("fieldset",{ref:e=>this.fieldset=e}),t("input",{type:"submit",ref:e=>this.submitButton=e,style:{display:"none"}})))}static get watchers(){return{formschema:["onFormSchemaChange"],data:["onDataChange"]}}};l.style='.material-symbols-rounded{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24}.material-symbols-rounded{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24}.material-symbols-rounded{font-family:"Material Symbols Rounded", sans-serif;font-weight:normal;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:#9e9e9e}.icon-left,.icon-right{flex-basis:24px}.icon-left span,.icon-right span{font-size:24px;line-height:24px;text-align:center;display:block;width:24px;height:24px;margin-top:4px}.icon-left span{margin-left:4px}.icon-right span{margin-right:4px}.icon-right{margin-top:5px}.icon-left{margin-top:5px;margin-left:4px}.iconleft .input{padding-left:4px}.iconright .input{padding-right:4px}.input-icon{position:absolute;margin-top:9px;margin-left:4px}.errormsg{display:flex;justify-content:center;align-items:center;float:left;margin-bottom:16px;box-sizing:border-box;background-color:transparent;height:26px;font-size:14px;line-height:16px;border-radius:none;z-index:2;color:#dc0000}.errormsg .validationicon{width:16px;height:16px;font-size:16px;line-height:19px;margin-right:4px;vertical-align:middle;color:#dc0000}.danger{color:#dc0000}.optional{color:#757575;font-weight:normal}label.inputBlock{display:block;position:relative;line-height:21px}label.inputInline{display:flex;white-space:nowrap;align-items:center}label.inputInline .input-container{margin:0 4px;width:100%;display:flex;align-items:center;gap:4px;position:relative}label{font-weight:500;font-size:16px;line-height:19px;margin-bottom:16px}input:not([type=submit]){font-family:"Roboto", serif;box-sizing:border-box;width:100%;height:36px;padding:0 16px;font-size:16px;line-height:19px;border:1px solid #d5d5d5;border-radius:4px;margin-top:4px}input[type=date]{background:white;display:block;min-width:calc(100% - 18px);line-height:37px}@media (max-width: 600px){input[type=date]{padding-top:6px}}input.invalid:invalid,input.standalone.invalid{border:1px solid #dc0000}.input-icon~input{padding:0 32px}input~.errorBubble{position:relative;font-size:14px;line-height:16px;font-weight:normal;width:100%;font-family:"Roboto", sans-serif;color:#dc0000;display:flex;align-content:center;align-items:center;justify-items:center;margin-top:4px}input~.errorBubble:not(.visible){display:none}input~.errorBubble span{color:#dc0000;font-size:16px;margin-right:4px}input.invalid:invalid~.errorBubble{position:relative;font-size:14px;font-weight:normal;width:100%;font-family:"Roboto", sans-serif;color:#dc0000}input:focus{border-color:#1479c6}input:focus-visible{outline:none}.secondarylabel{color:#757575;font-size:14px;line-height:16px;font-weight:normal;display:flex;margin-top:4px}label.inputBlock.readonly{pointer-events:none;user-select:none;color:gray}input[readonly]{cursor:default;pointer-events:none;user-select:none;color:gray}button{cursor:pointer}.button{font-family:Roboto, serif;box-sizing:border-box;height:36px;min-width:36px;padding:0;margin:0;background:transparent;color:#212121;border:1px solid #c8c8c8;border-radius:4px;text-transform:uppercase;display:flex;justify-content:left;align-items:center;font-size:14px;font-weight:400}.button-content{display:block;padding:0 16px}.icon-left,.icon-right{margin-top:4px}.iconleft{padding-left:8px}.iconleft .button-content{padding-left:4px}.iconright{padding-right:8px}.iconright .button-content{padding-right:4px}.notext{padding:0 6px}.button:hover{background:rgba(17, 17, 17, 0.1);border:1px solid #D5D5D5}.button:active{background:rgba(17, 17, 17, 0.2);border:1px solid #D5D5D5}.primary{background:#1479c6;border:1px solid #1479c6;color:white}.primary:hover{background:#146EB3;border:1px solid #146EB3}.primary:active{background:#1464A2;border:1px solid #1464A2}.borderless{background:transparent;border:none;color:#212121}.borderless:hover{background:rgba(17, 17, 17, 0.1);border:none}.borderless:active{background:rgba(17, 17, 17, 0.2);border:none}.danger{background:#DC0000;border:1px solid #DC0000;color:white}.danger:hover{background:#C60000;border:1px solid #C60000}.danger:active{background:#B00000;border:1px solid #B00000}.disabled{background:#aeaeae;border:none;color:#4c4c4c;cursor:not-allowed}.disabled:hover{background:#aeaeae;border:none;color:#4c4c4c;cursor:not-allowed}.disabled:active{background:#aeaeae;border:none;color:#4c4c4c;cursor:not-allowed}:host{display:block}fieldset{margin:0;padding:0;border:none}label.inputBlock.inlineBlock{display:inline-block}.inlineLabel{font-weight:400;display:inline-block;vertical-align:top;padding-top:4px}input[type=checkbox]{width:18px;height:18px}input~label{font-weight:400}select{font-family:"Roboto", serif;box-sizing:border-box;width:100%;height:36px;padding:0 16px;font-size:16px;border:1px solid #d5d5d5;border-radius:4px;margin-top:4px}.placeholder{color:#9e9e9e}.placeholder option{color:initial}select.invalid:invalid{border:1px solid #dc0000}select~.errorBubble{position:relative;font-size:14px;font-weight:normal;width:100%;font-family:"Roboto", sans-serif;color:#dc0000;display:flex;align-content:center;align-items:center;justify-items:center}select~.errorBubble:not(.visible){visibility:hidden}select~.errorBubble span{color:#dc0000;font-size:16px;margin-right:4px;height:16px}select.invalid:invalid~.errorBubble{position:relative;font-size:14px;font-weight:normal;width:100%;font-family:"Roboto", sans-serif;color:#dc0000;visibility:visible}select:focus{border-color:#1479c6}select:focus-visible{outline:none}.button{padding:0 16px}.footer{display:flex;gap:16px;flex-direction:row-reverse}';export{l as tttx_form}
@@ -1,3 +0,0 @@
1
- "undefined"!=typeof globalThis?globalThis:"undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self&&self;var e,t,n=(e=function(e){
2
- /*! @license DOMPurify 3.0.3 | (c) Cure53 and other contributors | Released under the Apache license 2.0 and Mozilla Public License 2.0 | github.com/cure53/DOMPurify/blob/3.0.3/LICENSE */
3
- e.exports=function(){const{entries:e,setPrototypeOf:t,isFrozen:n,getPrototypeOf:o,getOwnPropertyDescriptor:i}=Object;let{freeze:r,seal:a,create:l}=Object,{apply:s,construct:c}="undefined"!=typeof Reflect&&Reflect;s||(s=function(e,t,n){return e.apply(t,n)}),r||(r=function(e){return e}),a||(a=function(e){return e}),c||(c=function(e,t){return new e(...t)});const u=T(Array.prototype.forEach),f=T(Array.prototype.pop),p=T(Array.prototype.push),m=T(String.prototype.toLowerCase),d=T(String.prototype.toString),g=T(String.prototype.match),h=T(String.prototype.replace),y=T(String.prototype.indexOf),b=T(String.prototype.trim),w=T(RegExp.prototype.test),x=(v=TypeError,function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return c(v,t)});var v;function T(e){return function(t){for(var n=arguments.length,o=new Array(n>1?n-1:0),i=1;i<n;i++)o[i-1]=arguments[i];return s(e,t,o)}}function k(e,o,i){var r;i=null!==(r=i)&&void 0!==r?r:m,t&&t(e,null);let a=o.length;for(;a--;){let t=o[a];if("string"==typeof t){const e=i(t);e!==t&&(n(o)||(o[a]=e),t=e)}e[t]=!0}return e}function A(t){const n=l(null);for(const[o,i]of e(t))n[o]=i;return n}function E(e,t){for(;null!==e;){const n=i(e,t);if(n){if(n.get)return T(n.get);if("function"==typeof n.value)return T(n.value)}e=o(e)}return function(e){return console.warn("fallback value for",e),null}}const S=r(["a","abbr","acronym","address","area","article","aside","audio","b","bdi","bdo","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","content","data","datalist","dd","decorator","del","details","dfn","dialog","dir","div","dl","dt","element","em","fieldset","figcaption","figure","font","footer","form","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","img","input","ins","kbd","label","legend","li","main","map","mark","marquee","menu","menuitem","meter","nav","nobr","ol","optgroup","option","output","p","picture","pre","progress","q","rp","rt","ruby","s","samp","section","select","shadow","small","source","spacer","span","strike","strong","style","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","time","tr","track","tt","u","ul","var","video","wbr"]),R=r(["svg","a","altglyph","altglyphdef","altglyphitem","animatecolor","animatemotion","animatetransform","circle","clippath","defs","desc","ellipse","filter","font","g","glyph","glyphref","hkern","image","line","lineargradient","marker","mask","metadata","mpath","path","pattern","polygon","polyline","radialgradient","rect","stop","style","switch","symbol","text","textpath","title","tref","tspan","view","vkern"]),_=r(["feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence"]),D=r(["animate","color-profile","cursor","discard","font-face","font-face-format","font-face-name","font-face-src","font-face-uri","foreignobject","hatch","hatchpath","mesh","meshgradient","meshpatch","meshrow","missing-glyph","script","set","solidcolor","unknown","use"]),L=r(["math","menclose","merror","mfenced","mfrac","mglyph","mi","mlabeledtr","mmultiscripts","mn","mo","mover","mpadded","mphantom","mroot","mrow","ms","mspace","msqrt","mstyle","msub","msup","msubsup","mtable","mtd","mtext","mtr","munder","munderover","mprescripts"]),z=r(["maction","maligngroup","malignmark","mlongdiv","mscarries","mscarry","msgroup","mstack","msline","msrow","semantics","annotation","annotation-xml","mprescripts","none"]),O=r(["#text"]),I=r(["accept","action","align","alt","autocapitalize","autocomplete","autopictureinpicture","autoplay","background","bgcolor","border","capture","cellpadding","cellspacing","checked","cite","class","clear","color","cols","colspan","controls","controlslist","coords","crossorigin","datetime","decoding","default","dir","disabled","disablepictureinpicture","disableremoteplayback","download","draggable","enctype","enterkeyhint","face","for","headers","height","hidden","high","href","hreflang","id","inputmode","integrity","ismap","kind","label","lang","list","loading","loop","low","max","maxlength","media","method","min","minlength","multiple","muted","name","nonce","noshade","novalidate","nowrap","open","optimum","pattern","placeholder","playsinline","poster","preload","pubdate","radiogroup","readonly","rel","required","rev","reversed","role","rows","rowspan","spellcheck","scope","selected","shape","size","sizes","span","srclang","start","src","srcset","step","style","summary","tabindex","title","translate","type","usemap","valign","value","width","xmlns","slot"]),M=r(["accent-height","accumulate","additive","alignment-baseline","ascent","attributename","attributetype","azimuth","basefrequency","baseline-shift","begin","bias","by","class","clip","clippathunits","clip-path","clip-rule","color","color-interpolation","color-interpolation-filters","color-profile","color-rendering","cx","cy","d","dx","dy","diffuseconstant","direction","display","divisor","dur","edgemode","elevation","end","fill","fill-opacity","fill-rule","filter","filterunits","flood-color","flood-opacity","font-family","font-size","font-size-adjust","font-stretch","font-style","font-variant","font-weight","fx","fy","g1","g2","glyph-name","glyphref","gradientunits","gradienttransform","height","href","id","image-rendering","in","in2","k","k1","k2","k3","k4","kerning","keypoints","keysplines","keytimes","lang","lengthadjust","letter-spacing","kernelmatrix","kernelunitlength","lighting-color","local","marker-end","marker-mid","marker-start","markerheight","markerunits","markerwidth","maskcontentunits","maskunits","max","mask","media","method","mode","min","name","numoctaves","offset","operator","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stroke-dashoffset","stroke-linecap","stroke-linejoin","stroke-miterlimit","stroke-opacity","stroke","stroke-width","style","surfacescale","systemlanguage","tabindex","targetx","targety","transform","transform-origin","text-anchor","text-decoration","text-rendering","textlength","type","u1","u2","unicode","values","viewbox","visibility","version","vert-adv-y","vert-origin-x","vert-origin-y","width","word-spacing","wrap","writing-mode","xchannelselector","ychannelselector","x","x1","x2","xmlns","y","y1","y2","z","zoomandpan"]),N=r(["accent","accentunder","align","bevelled","close","columnsalign","columnlines","columnspan","denomalign","depth","dir","display","displaystyle","encoding","fence","frame","height","href","id","largeop","length","linethickness","lspace","lquote","mathbackground","mathcolor","mathsize","mathvariant","maxsize","minsize","movablelimits","notation","numalign","open","rowalign","rowlines","rowspacing","rowspan","rspace","rquote","scriptlevel","scriptminsize","scriptsizemultiplier","selection","separator","separators","stretchy","subscriptshift","supscriptshift","symmetric","voffset","width","xmlns"]),F=r(["xlink:href","xml:id","xlink:title","xml:space","xmlns:xlink"]),P=a(/\{\{[\w\W]*|[\w\W]*\}\}/gm),C=a(/<%[\w\W]*|[\w\W]*%>/gm),j=a(/\${[\w\W]*}/gm),B=a(/^data-[\-\w.\u00B7-\uFFFF]/),U=a(/^aria-[\-\w]+$/),W=a(/^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i),H=a(/^(?:\w+script|data):/i),q=a(/[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g),Y=a(/^html$/i);var G=Object.freeze({__proto__:null,MUSTACHE_EXPR:P,ERB_EXPR:C,TMPLIT_EXPR:j,DATA_ATTR:B,ARIA_ATTR:U,IS_ALLOWED_URI:W,IS_SCRIPT_OR_DATA:H,ATTR_WHITESPACE:q,DOCTYPE_NAME:Y});const X=()=>"undefined"==typeof window?null:window,$=function(e,t){if("object"!=typeof e||"function"!=typeof e.createPolicy)return null;let n=null;const o="data-tt-policy-suffix";t&&t.hasAttribute(o)&&(n=t.getAttribute(o));const i="dompurify"+(n?"#"+n:"");try{return e.createPolicy(i,{createHTML:e=>e,createScriptURL:e=>e})}catch(e){return console.warn("TrustedTypes policy "+i+" could not be created."),null}};var V=function t(){let n=arguments.length>0&&void 0!==arguments[0]?arguments[0]:X();const o=e=>t(e);if(o.version="3.0.3",o.removed=[],!n||!n.document||9!==n.document.nodeType)return o.isSupported=!1,o;const i=n.document,a=i.currentScript;let{document:l}=n;const{DocumentFragment:s,HTMLTemplateElement:c,Node:v,Element:T,NodeFilter:P,NamedNodeMap:C=n.NamedNodeMap||n.MozNamedAttrMap,HTMLFormElement:j,DOMParser:B,trustedTypes:U}=n,H=T.prototype,q=E(H,"cloneNode"),V=E(H,"nextSibling"),J=E(H,"childNodes"),K=E(H,"parentNode");if("function"==typeof c){const e=l.createElement("template");e.content&&e.content.ownerDocument&&(l=e.content.ownerDocument)}let Q,Z="";const{implementation:ee,createNodeIterator:te,createDocumentFragment:ne,getElementsByTagName:oe}=l,{importNode:ie}=i;let re={};o.isSupported="function"==typeof e&&"function"==typeof K&&ee&&void 0!==ee.createHTMLDocument;const{MUSTACHE_EXPR:ae,ERB_EXPR:le,TMPLIT_EXPR:se,DATA_ATTR:ce,ARIA_ATTR:ue,IS_SCRIPT_OR_DATA:fe,ATTR_WHITESPACE:pe}=G;let{IS_ALLOWED_URI:me}=G,de=null;const ge=k({},[...S,...R,..._,...L,...O]);let he=null;const ye=k({},[...I,...M,...N,...F]);let be=Object.seal(Object.create(null,{tagNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},attributeNameCheck:{writable:!0,configurable:!1,enumerable:!0,value:null},allowCustomizedBuiltInElements:{writable:!0,configurable:!1,enumerable:!0,value:!1}})),we=null,xe=null,ve=!0,Te=!0,ke=!1,Ae=!0,Ee=!1,Se=!1,Re=!1,_e=!1,De=!1,Le=!1,ze=!1,Oe=!0,Ie=!1;const Me="user-content-";let Ne=!0,Fe=!1,Pe={},Ce=null;const je=k({},["annotation-xml","audio","colgroup","desc","foreignobject","head","iframe","math","mi","mn","mo","ms","mtext","noembed","noframes","noscript","plaintext","script","style","svg","template","thead","title","video","xmp"]);let Be=null;const Ue=k({},["audio","video","img","source","image","track"]);let We=null;const He=k({},["alt","class","for","id","label","name","pattern","placeholder","role","summary","title","value","style","xmlns"]),qe="http://www.w3.org/1998/Math/MathML",Ye="http://www.w3.org/2000/svg",Ge="http://www.w3.org/1999/xhtml";let Xe=Ge,$e=!1,Ve=null;const Je=k({},[qe,Ye,Ge],d);let Ke;const Qe=["application/xhtml+xml","text/html"],Ze="text/html";let et,tt=null;const nt=l.createElement("form"),ot=function(e){return e instanceof RegExp||e instanceof Function},it=function(e){if(!tt||tt!==e){if(e&&"object"==typeof e||(e={}),e=A(e),Ke=Ke=-1===Qe.indexOf(e.PARSER_MEDIA_TYPE)?Ze:e.PARSER_MEDIA_TYPE,et="application/xhtml+xml"===Ke?d:m,de="ALLOWED_TAGS"in e?k({},e.ALLOWED_TAGS,et):ge,he="ALLOWED_ATTR"in e?k({},e.ALLOWED_ATTR,et):ye,Ve="ALLOWED_NAMESPACES"in e?k({},e.ALLOWED_NAMESPACES,d):Je,We="ADD_URI_SAFE_ATTR"in e?k(A(He),e.ADD_URI_SAFE_ATTR,et):He,Be="ADD_DATA_URI_TAGS"in e?k(A(Ue),e.ADD_DATA_URI_TAGS,et):Ue,Ce="FORBID_CONTENTS"in e?k({},e.FORBID_CONTENTS,et):je,we="FORBID_TAGS"in e?k({},e.FORBID_TAGS,et):{},xe="FORBID_ATTR"in e?k({},e.FORBID_ATTR,et):{},Pe="USE_PROFILES"in e&&e.USE_PROFILES,ve=!1!==e.ALLOW_ARIA_ATTR,Te=!1!==e.ALLOW_DATA_ATTR,ke=e.ALLOW_UNKNOWN_PROTOCOLS||!1,Ae=!1!==e.ALLOW_SELF_CLOSE_IN_ATTR,Ee=e.SAFE_FOR_TEMPLATES||!1,Se=e.WHOLE_DOCUMENT||!1,De=e.RETURN_DOM||!1,Le=e.RETURN_DOM_FRAGMENT||!1,ze=e.RETURN_TRUSTED_TYPE||!1,_e=e.FORCE_BODY||!1,Oe=!1!==e.SANITIZE_DOM,Ie=e.SANITIZE_NAMED_PROPS||!1,Ne=!1!==e.KEEP_CONTENT,Fe=e.IN_PLACE||!1,me=e.ALLOWED_URI_REGEXP||W,Xe=e.NAMESPACE||Ge,be=e.CUSTOM_ELEMENT_HANDLING||{},e.CUSTOM_ELEMENT_HANDLING&&ot(e.CUSTOM_ELEMENT_HANDLING.tagNameCheck)&&(be.tagNameCheck=e.CUSTOM_ELEMENT_HANDLING.tagNameCheck),e.CUSTOM_ELEMENT_HANDLING&&ot(e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck)&&(be.attributeNameCheck=e.CUSTOM_ELEMENT_HANDLING.attributeNameCheck),e.CUSTOM_ELEMENT_HANDLING&&"boolean"==typeof e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements&&(be.allowCustomizedBuiltInElements=e.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements),Ee&&(Te=!1),Le&&(De=!0),Pe&&(de=k({},[...O]),he=[],!0===Pe.html&&(k(de,S),k(he,I)),!0===Pe.svg&&(k(de,R),k(he,M),k(he,F)),!0===Pe.svgFilters&&(k(de,_),k(he,M),k(he,F)),!0===Pe.mathMl&&(k(de,L),k(he,N),k(he,F))),e.ADD_TAGS&&(de===ge&&(de=A(de)),k(de,e.ADD_TAGS,et)),e.ADD_ATTR&&(he===ye&&(he=A(he)),k(he,e.ADD_ATTR,et)),e.ADD_URI_SAFE_ATTR&&k(We,e.ADD_URI_SAFE_ATTR,et),e.FORBID_CONTENTS&&(Ce===je&&(Ce=A(Ce)),k(Ce,e.FORBID_CONTENTS,et)),Ne&&(de["#text"]=!0),Se&&k(de,["html","head","body"]),de.table&&(k(de,["tbody"]),delete we.tbody),e.TRUSTED_TYPES_POLICY){if("function"!=typeof e.TRUSTED_TYPES_POLICY.createHTML)throw x('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');if("function"!=typeof e.TRUSTED_TYPES_POLICY.createScriptURL)throw x('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');Q=e.TRUSTED_TYPES_POLICY,Z=Q.createHTML("")}else void 0===Q&&(Q=$(U,a)),null!==Q&&"string"==typeof Z&&(Z=Q.createHTML(""));r&&r(e),tt=e}},rt=k({},["mi","mo","mn","ms","mtext"]),at=k({},["foreignobject","desc","title","annotation-xml"]),lt=k({},["title","style","font","a","script"]),st=k({},R);k(st,_),k(st,D);const ct=k({},L);k(ct,z);const ut=function(e){let t=K(e);t&&t.tagName||(t={namespaceURI:Xe,tagName:"template"});const n=m(e.tagName),o=m(t.tagName);return!!Ve[e.namespaceURI]&&(e.namespaceURI===Ye?t.namespaceURI===Ge?"svg"===n:t.namespaceURI===qe?"svg"===n&&("annotation-xml"===o||rt[o]):Boolean(st[n]):e.namespaceURI===qe?t.namespaceURI===Ge?"math"===n:t.namespaceURI===Ye?"math"===n&&at[o]:Boolean(ct[n]):e.namespaceURI===Ge?!(t.namespaceURI===Ye&&!at[o])&&!(t.namespaceURI===qe&&!rt[o])&&!ct[n]&&(lt[n]||!st[n]):!("application/xhtml+xml"!==Ke||!Ve[e.namespaceURI]))},ft=function(e){p(o.removed,{element:e});try{e.parentNode.removeChild(e)}catch(t){e.remove()}},pt=function(e,t){try{p(o.removed,{attribute:t.getAttributeNode(e),from:t})}catch(e){p(o.removed,{attribute:null,from:t})}if(t.removeAttribute(e),"is"===e&&!he[e])if(De||Le)try{ft(t)}catch(e){}else try{t.setAttribute(e,"")}catch(e){}},mt=function(e){let t,n;if(_e)e="<remove></remove>"+e;else{const t=g(e,/^[\r\n\t ]+/);n=t&&t[0]}"application/xhtml+xml"===Ke&&Xe===Ge&&(e='<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>'+e+"</body></html>");const o=Q?Q.createHTML(e):e;if(Xe===Ge)try{t=(new B).parseFromString(o,Ke)}catch(e){}if(!t||!t.documentElement){t=ee.createDocument(Xe,"template",null);try{t.documentElement.innerHTML=$e?Z:o}catch(e){}}const i=t.body||t.documentElement;return e&&n&&i.insertBefore(l.createTextNode(n),i.childNodes[0]||null),Xe===Ge?oe.call(t,Se?"html":"body")[0]:Se?t.documentElement:i},dt=function(e){return te.call(e.ownerDocument||e,e,P.SHOW_ELEMENT|P.SHOW_COMMENT|P.SHOW_TEXT,null,!1)},gt=function(e){return e instanceof j&&("string"!=typeof e.nodeName||"string"!=typeof e.textContent||"function"!=typeof e.removeChild||!(e.attributes instanceof C)||"function"!=typeof e.removeAttribute||"function"!=typeof e.setAttribute||"string"!=typeof e.namespaceURI||"function"!=typeof e.insertBefore||"function"!=typeof e.hasChildNodes)},ht=function(e){return"object"==typeof v?e instanceof v:e&&"object"==typeof e&&"number"==typeof e.nodeType&&"string"==typeof e.nodeName},yt=function(e,t,n){re[e]&&u(re[e],(e=>{e.call(o,t,n,tt)}))},bt=function(e){let t;if(yt("beforeSanitizeElements",e,null),gt(e))return ft(e),!0;const n=et(e.nodeName);if(yt("uponSanitizeElement",e,{tagName:n,allowedTags:de}),e.hasChildNodes()&&!ht(e.firstElementChild)&&(!ht(e.content)||!ht(e.content.firstElementChild))&&w(/<[/\w]/g,e.innerHTML)&&w(/<[/\w]/g,e.textContent))return ft(e),!0;if(!de[n]||we[n]){if(!we[n]&&xt(n)){if(be.tagNameCheck instanceof RegExp&&w(be.tagNameCheck,n))return!1;if(be.tagNameCheck instanceof Function&&be.tagNameCheck(n))return!1}if(Ne&&!Ce[n]){const t=K(e)||e.parentNode,n=J(e)||e.childNodes;if(n&&t)for(let o=n.length-1;o>=0;--o)t.insertBefore(q(n[o],!0),V(e))}return ft(e),!0}return e instanceof T&&!ut(e)?(ft(e),!0):"noscript"!==n&&"noembed"!==n||!w(/<\/no(script|embed)/i,e.innerHTML)?(Ee&&3===e.nodeType&&(t=e.textContent,t=h(t,ae," "),t=h(t,le," "),t=h(t,se," "),e.textContent!==t&&(p(o.removed,{element:e.cloneNode()}),e.textContent=t)),yt("afterSanitizeElements",e,null),!1):(ft(e),!0)},wt=function(e,t,n){if(Oe&&("id"===t||"name"===t)&&(n in l||n in nt))return!1;if(Te&&!xe[t]&&w(ce,t));else if(ve&&w(ue,t));else if(!he[t]||xe[t]){if(!(xt(e)&&(be.tagNameCheck instanceof RegExp&&w(be.tagNameCheck,e)||be.tagNameCheck instanceof Function&&be.tagNameCheck(e))&&(be.attributeNameCheck instanceof RegExp&&w(be.attributeNameCheck,t)||be.attributeNameCheck instanceof Function&&be.attributeNameCheck(t))||"is"===t&&be.allowCustomizedBuiltInElements&&(be.tagNameCheck instanceof RegExp&&w(be.tagNameCheck,n)||be.tagNameCheck instanceof Function&&be.tagNameCheck(n))))return!1}else if(We[t]);else if(w(me,h(n,pe,"")));else if("src"!==t&&"xlink:href"!==t&&"href"!==t||"script"===e||0!==y(n,"data:")||!Be[e])if(ke&&!w(fe,h(n,pe,"")));else if(n)return!1;return!0},xt=function(e){return e.indexOf("-")>0},vt=function(e){let t,n,i,r;yt("beforeSanitizeAttributes",e,null);const{attributes:a}=e;if(!a)return;const l={attrName:"",attrValue:"",keepAttr:!0,allowedAttributes:he};for(r=a.length;r--;){t=a[r];const{name:s,namespaceURI:c}=t;if(n="value"===s?t.value:b(t.value),i=et(s),l.attrName=i,l.attrValue=n,l.keepAttr=!0,l.forceKeepAttr=void 0,yt("uponSanitizeAttribute",e,l),n=l.attrValue,l.forceKeepAttr)continue;if(pt(s,e),!l.keepAttr)continue;if(!Ae&&w(/\/>/i,n)){pt(s,e);continue}Ee&&(n=h(n,ae," "),n=h(n,le," "),n=h(n,se," "));const u=et(e.nodeName);if(wt(u,i,n)){if(!Ie||"id"!==i&&"name"!==i||(pt(s,e),n=Me+n),Q&&"object"==typeof U&&"function"==typeof U.getAttributeType)if(c);else switch(U.getAttributeType(u,i)){case"TrustedHTML":n=Q.createHTML(n);break;case"TrustedScriptURL":n=Q.createScriptURL(n)}try{c?e.setAttributeNS(c,s,n):e.setAttribute(s,n),f(o.removed)}catch(e){}}}yt("afterSanitizeAttributes",e,null)},Tt=function e(t){let n;const o=dt(t);for(yt("beforeSanitizeShadowDOM",t,null);n=o.nextNode();)yt("uponSanitizeShadowNode",n,null),bt(n)||(n.content instanceof s&&e(n.content),vt(n));yt("afterSanitizeShadowDOM",t,null)};return o.sanitize=function(e){let t,n,r,a,l=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};if($e=!e,$e&&(e="\x3c!--\x3e"),"string"!=typeof e&&!ht(e)){if("function"!=typeof e.toString)throw x("toString is not a function");if("string"!=typeof(e=e.toString()))throw x("dirty is not a string, aborting")}if(!o.isSupported)return e;if(Re||it(l),o.removed=[],"string"==typeof e&&(Fe=!1),Fe){if(e.nodeName){const t=et(e.nodeName);if(!de[t]||we[t])throw x("root node is forbidden and cannot be sanitized in-place")}}else if(e instanceof v)t=mt("\x3c!----\x3e"),n=t.ownerDocument.importNode(e,!0),1===n.nodeType&&"BODY"===n.nodeName||"HTML"===n.nodeName?t=n:t.appendChild(n);else{if(!De&&!Ee&&!Se&&-1===e.indexOf("<"))return Q&&ze?Q.createHTML(e):e;if(t=mt(e),!t)return De?null:ze?Z:""}t&&_e&&ft(t.firstChild);const c=dt(Fe?e:t);for(;r=c.nextNode();)bt(r)||(r.content instanceof s&&Tt(r.content),vt(r));if(Fe)return e;if(De){if(Le)for(a=ne.call(t.ownerDocument);t.firstChild;)a.appendChild(t.firstChild);else a=t;return(he.shadowroot||he.shadowrootmod)&&(a=ie.call(i,a,!0)),a}let u=Se?t.outerHTML:t.innerHTML;return Se&&de["!doctype"]&&t.ownerDocument&&t.ownerDocument.doctype&&t.ownerDocument.doctype.name&&w(Y,t.ownerDocument.doctype.name)&&(u="<!DOCTYPE "+t.ownerDocument.doctype.name+">\n"+u),Ee&&(u=h(u,ae," "),u=h(u,le," "),u=h(u,se," ")),Q&&ze?Q.createHTML(u):u},o.setConfig=function(e){it(e),Re=!0},o.clearConfig=function(){tt=null,Re=!1},o.isValidAttribute=function(e,t,n){tt||it({});const o=et(e),i=et(t);return wt(o,i,n)},o.addHook=function(e,t){"function"==typeof t&&(re[e]=re[e]||[],p(re[e],t))},o.removeHook=function(e){if(re[e])return f(re[e])},o.removeHooks=function(e){re[e]&&(re[e]=[])},o.removeAllHooks=function(){re={}},o}();return V}()},e(t={path:undefined,exports:{},require:function(){return function(){throw new Error("Dynamic requires are not currently supported by @rollup/plugin-commonjs")}()}}),t.exports);const o={CUSTOM_ELEMENT_HANDLING:{tagNameCheck:function(e){return RegExp(/^tttx-/).exec(e)},attributeNameCheck:function(){return!0},allowCustomizedBuiltInElements:!1}};export{o as d,n as p}
@@ -1 +0,0 @@
1
- import{r as t,c as i,h as e}from"./p-71c244bd.js";import{p as s,d as n}from"./p-350ddb03.js";const o=class{constructor(e){t(this,e),this.rowClick=i(this,"listRowClick",7),this.data=void 0,this.name=void 0}onRowClickHandler(t){t.clickable&&t.rowData&&this.rowClick.emit({name:this.name,data:t.rowData})}renderListItem(t){const i=s.sanitize(t.element,n);return e("li",{class:"item "+(t.clickable?"clickable":""),onClick:()=>{this.onRowClickHandler(t)}},t.element&&e("span",{class:"item-content",innerHTML:i}),t.icon&&e("tttx-icon",{class:"align-right ",icon:t.icon}))}render(){if(this.data)return this._data="string"==typeof this.data?JSON.parse(this.data):this.data,e("ul",{class:"list"},this._data.map((t=>this.renderListItem(t))))}};o.style='.material-symbols-rounded{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24}.material-symbols-rounded{font-family:"Material Symbols Rounded", sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:#9e9e9e}:host{display:flex;flex-direction:column}.list{margin:0;padding:0}.item{list-style:none;margin:0;padding:8px;border-bottom:1px solid #d5d5d5;min-height:36px;display:flex;align-items:center}.item:first-of-type{border-top:1px solid #d5d5d5}.item.clickable:hover{cursor:pointer}.item.clickable:active{background-color:#e6e6e6}.align-right{margin-left:auto}.item-content{display:flex;align-items:center}';export{o as tttx_list}
@@ -1 +0,0 @@
1
- import{r as o,c as i,h as t}from"./p-71c244bd.js";import{p as d,d as l}from"./p-350ddb03.js";const a=class{constructor(t){o(this,t),this.closeButtonClick=i(this,"closeButtonClick",6),this.buttonClick=i(this,"buttonClick",7),this.data=void 0,this.size="regular",this.elementSize=void 0}handleResize(){this.elementSize=window.innerWidth<698?"mobile":this.size}onCloseClickHandler(){this.closeButtonClick.emit({close:!0})}onButtonClickHandler(o){this.buttonClick.emit({buttonNumber:o,buttonClicked:!0})}renderHeader(o){const i=o.title,d=!!o.hasClose;return t("div",{class:"dialog-box-header"},!!o.hasIcon&&t("tttx-icon",{class:"dialog-box-icon",icon:o.iconName,color:o.iconColor}),t("h3",{class:"dialog-box-title"},i),d&&t("div",{class:"dialog-box-align-right close-button",onClick:()=>this.onCloseClickHandler()},t("tttx-icon",{class:"dialog-box-icon-close dialog-box-clickable",icon:"close",color:"black"})))}renderContent(o){if(o.isCustomHtml){const i=d.sanitize(o.customHtml,l);return t("div",{class:"dialog-box-body"},t("div",{innerHTML:i}))}return t("div",{class:"dialog-box-body"},t("span",{class:"dialog-box-content"},o.contentText))}renderFooter(o){const i=o.buttons,d=i.length>0,l=i.length>1,a="mobile"===this.elementSize;return t("div",{class:"dialog-box-footer"},t("div",{class:"dialog-box-align-right"},3==i.length&&t("tttx-button",{class:"dialog-box-spacing-button",onClick:()=>this.onButtonClickHandler(3),design:i[2].type,notext:a,icon:i[2].icon},!a&&i[2].name),l&&t("tttx-button",{class:"dialog-box-spacing-button",onClick:()=>this.onButtonClickHandler(2),design:i[1].type,icon:i[1].icon},i[1].name),d&&t("tttx-button",{onClick:()=>this.onButtonClickHandler(1),design:i[0].type,icon:i[0].icon},i[0].name)))}componentWillLoad(){this.elementSize=window.innerWidth<698?"mobile":this.size}render(){if(this.data)return this._data="string"==typeof this.data?JSON.parse(this.data):this.data,t("div",{class:`dialog-box ${this.elementSize}`},t("div",{class:`dialog-box-padding dialog-box-header-box ${this._data.type||""}`},this.renderHeader(this._data.header)),t("div",{class:"dialog-box-padding dialog-box-body-box"},this.renderContent(this._data.body)),t("div",{class:"dialog-box-padding dialog-box-footer-box"},this.renderFooter(this._data.footer)))}};a.style='.material-symbols-rounded{font-variation-settings:"FILL" 1, "wght" 400, "GRAD" 0, "opsz" 24}.material-symbols-rounded{font-family:"Material Symbols Rounded", sans-serif;font-weight:400;font-style:normal;font-size:24px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;color:#9e9e9e}h3{margin-block-start:0em;margin-block-end:0em}.dialog-box{background-color:#ffffff;display:flex;flex-direction:column;border:1px solid #d5d5d5;border-radius:4px;box-shadow:0px 1px 5px #1111114d}.dialog-box.small{width:400px;min-height:200px;max-height:500px}.dialog-box.regular{width:600px;min-height:200px;max-height:500px}.dialog-box.large{width:900px;min-height:200px;max-height:500px}.dialog-box.mobile{max-width:424px;max-height:510px}.dialog-box-clickable{cursor:pointer}.dialog-box-padding{padding:8px 16px}.dialog-box-align-right{margin-left:auto;display:flex}.dialog-box-header-box{border-bottom:1px solid #d5d5d5;display:flex;flex-direction:row;height:36px}.dialog-box-header{display:flex;align-items:center;width:100%}.dialog-box-title{font-size:18;font-weight:600;font-family:"Roboto", serif}.dialog-box-icon{padding-right:8px;width:24px;height:24px}.dialog-box-icon-close{margin-left:auto;padding-top:3px;width:24px;height:24px}.dialog-box-content{font-size:16;font-weight:400;font-family:"Roboto", serif}.dialog-box-body-box{padding:16px}.dialog-box-footer-box{display:flex;flex-direction:row;margin-top:auto;border-top:1px solid #d5d5d5;height:36px}.dialog-box-footer{display:flex;align-items:center;width:100%}.dialog-box-spacing-button{margin-right:8px}.dialog-box-header-box.info{border-bottom:1px solid #1479c6}.dialog-box-header-box.success{border-bottom:1px solid #a2bb31}.dialog-box-header-box.warning{border-bottom:1px solid #f59500}.dialog-box-header-box.critical{border-bottom:1px solid #dc0000}';export{a as tttx_dialog_box}