@skf-design-system/ui-components 1.0.0-beta.3 → 1.0.0-beta.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.
- package/dist/components/accordion/accordion.component.d.ts +5 -9
- package/dist/components/accordion/accordion.component.js +19 -22
- package/dist/components/accordion/accordion.d.ts +1 -1
- package/dist/components/accordion/accordion.styles.js +3 -3
- package/dist/components/alert/alert.component.d.ts +4 -7
- package/dist/components/alert/alert.component.js +1 -1
- package/dist/components/alert/alert.styles.js +1 -1
- package/dist/components/button/button.component.js +1 -1
- package/dist/components/button/button.styles.js +1 -1
- package/dist/components/card/card.component.d.ts +3 -3
- package/dist/components/card/card.component.js +19 -16
- package/dist/components/card/card.styles.js +3 -11
- package/dist/components/checkbox/checkbox.component.d.ts +6 -9
- package/dist/components/checkbox/checkbox.component.js +7 -7
- package/dist/components/checkbox/checkbox.styles.js +1 -1
- package/dist/components/collapse/collapse.component.d.ts +6 -9
- package/dist/components/collapse/collapse.component.js +36 -39
- package/dist/components/collapse/collapse.styles.js +3 -3
- package/dist/components/divider/divider.component.d.ts +10 -13
- package/dist/components/divider/divider.component.js +29 -34
- package/dist/components/divider/divider.styles.js +5 -1
- package/dist/components/heading/heading.component.d.ts +2 -12
- package/dist/components/heading/heading.component.js +14 -14
- package/dist/components/heading/heading.styles.js +1 -1
- package/dist/components/icon/icon.component.d.ts +8 -14
- package/dist/components/icon/icon.component.js +6 -6
- package/dist/components/icon/icon.styles.js +1 -1
- package/dist/components/input/input.component.d.ts +29 -34
- package/dist/components/input/input.component.js +16 -18
- package/dist/components/link/link.component.d.ts +12 -15
- package/dist/components/link/link.component.js +7 -7
- package/dist/components/link/link.styles.js +1 -1
- package/dist/components/loader/loader.component.d.ts +7 -7
- package/dist/components/loader/loader.component.js +61 -35
- package/dist/components/loader/loader.styles.js +10 -42
- package/dist/components/logo/logo.component.d.ts +3 -5
- package/dist/components/logo/logo.component.js +8 -8
- package/dist/components/logo/logo.styles.js +2 -2
- package/dist/components/radio/radio.component.d.ts +13 -15
- package/dist/components/radio/radio.component.js +3 -3
- package/dist/components/radio/radio.styles.js +3 -3
- package/dist/components/select/select.component.d.ts +8 -7
- package/dist/components/select/select.component.js +20 -20
- package/dist/components/select/select.styles.js +3 -3
- package/dist/components/switch/switch.component.d.ts +3 -2
- package/dist/components/switch/switch.component.js +1 -1
- package/dist/components/switch/switch.styles.js +1 -1
- package/dist/components/tag/tag.component.d.ts +7 -12
- package/dist/components/tag/tag.component.js +24 -24
- package/dist/components/tag/tag.styles.js +1 -6
- package/dist/components/textarea/textarea.component.d.ts +23 -26
- package/dist/components/textarea/textarea.component.js +12 -15
- package/dist/custom-elements.json +221 -221
- package/dist/internal/storybook/shadowRootTraverser.d.ts +8 -16
- package/dist/react/index.d.ts +3 -3
- package/dist/react/index.js +3 -3
- package/dist/styles/form-field.styles.js +1 -1
- package/dist/types/jsx/custom-element-jsx.d.ts +47 -47
- package/dist/types/vue/index.d.ts +49 -49
- package/dist/vscode.html-custom-data.json +61 -61
- package/dist/web-types.json +118 -118
- package/package.json +1 -1
- package/dist/components/checkbox/checkbox.test.d.ts +0 -1
- package/dist/components/collapse/collapse.test.d.ts +0 -1
- package/dist/components/switch/switch.test.d.ts +0 -1
@@ -160,123 +160,6 @@
|
|
160
160
|
}
|
161
161
|
]
|
162
162
|
},
|
163
|
-
{
|
164
|
-
"kind": "javascript-module",
|
165
|
-
"path": "src/components/alert/alert.component.ts",
|
166
|
-
"declarations": [
|
167
|
-
{
|
168
|
-
"kind": "class",
|
169
|
-
"description": "The `<skf-alert>` is a type of notification that appears in-line",
|
170
|
-
"name": "SkfAlert",
|
171
|
-
"slots": [
|
172
|
-
{
|
173
|
-
"description": "Alert message. **Notice!** See design principles for approved content",
|
174
|
-
"name": ""
|
175
|
-
},
|
176
|
-
{
|
177
|
-
"description": "Slot for the link",
|
178
|
-
"name": "link"
|
179
|
-
}
|
180
|
-
],
|
181
|
-
"members": [
|
182
|
-
{
|
183
|
-
"kind": "field",
|
184
|
-
"name": "closeable",
|
185
|
-
"type": {
|
186
|
-
"text": "boolean | undefined"
|
187
|
-
},
|
188
|
-
"description": "If true, alert is being used as a toast (alertdialog) with an close button",
|
189
|
-
"attribute": "closeable"
|
190
|
-
},
|
191
|
-
{
|
192
|
-
"kind": "field",
|
193
|
-
"name": "buttonLabel",
|
194
|
-
"type": {
|
195
|
-
"text": "string"
|
196
|
-
},
|
197
|
-
"default": "'Close'",
|
198
|
-
"description": "Close button aria-label",
|
199
|
-
"attribute": "button-label"
|
200
|
-
},
|
201
|
-
{
|
202
|
-
"kind": "field",
|
203
|
-
"name": "icon",
|
204
|
-
"type": {
|
205
|
-
"text": "SkfIcon['name'] | undefined"
|
206
|
-
},
|
207
|
-
"description": "If defined, displays leading icon",
|
208
|
-
"attribute": "icon"
|
209
|
-
},
|
210
|
-
{
|
211
|
-
"kind": "field",
|
212
|
-
"name": "severity",
|
213
|
-
"type": {
|
214
|
-
"text": "\"error\" | \"info\" | \"warning\" | \"success\" | \"alert\""
|
215
|
-
},
|
216
|
-
"description": "If defined, gives the supplied appearance",
|
217
|
-
"attribute": "severity"
|
218
|
-
}
|
219
|
-
],
|
220
|
-
"events": [
|
221
|
-
{
|
222
|
-
"description": "Fires when the close button is clicked",
|
223
|
-
"name": "skf-alert-close"
|
224
|
-
}
|
225
|
-
],
|
226
|
-
"attributes": [
|
227
|
-
{
|
228
|
-
"name": "closeable",
|
229
|
-
"type": {
|
230
|
-
"text": "boolean | undefined"
|
231
|
-
},
|
232
|
-
"description": "If true, alert is being used as a toast (alertdialog) with an close button",
|
233
|
-
"fieldName": "closeable"
|
234
|
-
},
|
235
|
-
{
|
236
|
-
"name": "button-label",
|
237
|
-
"type": {
|
238
|
-
"text": "string"
|
239
|
-
},
|
240
|
-
"default": "'Close'",
|
241
|
-
"description": "Close button aria-label",
|
242
|
-
"fieldName": "buttonLabel"
|
243
|
-
},
|
244
|
-
{
|
245
|
-
"name": "icon",
|
246
|
-
"type": {
|
247
|
-
"text": "SkfIcon['name'] | undefined"
|
248
|
-
},
|
249
|
-
"description": "If defined, displays leading icon",
|
250
|
-
"fieldName": "icon"
|
251
|
-
},
|
252
|
-
{
|
253
|
-
"name": "severity",
|
254
|
-
"type": {
|
255
|
-
"text": "\"error\" | \"info\" | \"warning\" | \"success\" | \"alert\""
|
256
|
-
},
|
257
|
-
"description": "If defined, gives the supplied appearance",
|
258
|
-
"fieldName": "severity"
|
259
|
-
}
|
260
|
-
],
|
261
|
-
"superclass": {
|
262
|
-
"name": "SkfElement",
|
263
|
-
"package": "@internal/components/skf-element.js"
|
264
|
-
},
|
265
|
-
"tagName": "skf-alert",
|
266
|
-
"customElement": true
|
267
|
-
}
|
268
|
-
],
|
269
|
-
"exports": [
|
270
|
-
{
|
271
|
-
"kind": "js",
|
272
|
-
"name": "SkfAlert",
|
273
|
-
"declaration": {
|
274
|
-
"name": "SkfAlert",
|
275
|
-
"module": "src/components/alert/alert.component.ts"
|
276
|
-
}
|
277
|
-
}
|
278
|
-
]
|
279
|
-
},
|
280
163
|
{
|
281
164
|
"kind": "javascript-module",
|
282
165
|
"path": "src/components/button/button.component.ts",
|
@@ -565,6 +448,123 @@
|
|
565
448
|
}
|
566
449
|
]
|
567
450
|
},
|
451
|
+
{
|
452
|
+
"kind": "javascript-module",
|
453
|
+
"path": "src/components/alert/alert.component.ts",
|
454
|
+
"declarations": [
|
455
|
+
{
|
456
|
+
"kind": "class",
|
457
|
+
"description": "The `<skf-alert>` is a type of notification that appears in-line",
|
458
|
+
"name": "SkfAlert",
|
459
|
+
"slots": [
|
460
|
+
{
|
461
|
+
"description": "Alert message. **Notice!** See design principles for approved content",
|
462
|
+
"name": ""
|
463
|
+
},
|
464
|
+
{
|
465
|
+
"description": "Slot for the link",
|
466
|
+
"name": "link"
|
467
|
+
}
|
468
|
+
],
|
469
|
+
"members": [
|
470
|
+
{
|
471
|
+
"kind": "field",
|
472
|
+
"name": "closeable",
|
473
|
+
"type": {
|
474
|
+
"text": "boolean | undefined"
|
475
|
+
},
|
476
|
+
"description": "If true, alert is being used as a toast (alertdialog) with an close button",
|
477
|
+
"attribute": "closeable"
|
478
|
+
},
|
479
|
+
{
|
480
|
+
"kind": "field",
|
481
|
+
"name": "buttonLabel",
|
482
|
+
"type": {
|
483
|
+
"text": "string"
|
484
|
+
},
|
485
|
+
"default": "'Close'",
|
486
|
+
"description": "Close button aria-label",
|
487
|
+
"attribute": "button-label"
|
488
|
+
},
|
489
|
+
{
|
490
|
+
"kind": "field",
|
491
|
+
"name": "icon",
|
492
|
+
"type": {
|
493
|
+
"text": "SkfIcon['name'] | undefined"
|
494
|
+
},
|
495
|
+
"description": "If defined, displays leading icon",
|
496
|
+
"attribute": "icon"
|
497
|
+
},
|
498
|
+
{
|
499
|
+
"kind": "field",
|
500
|
+
"name": "severity",
|
501
|
+
"type": {
|
502
|
+
"text": "\"error\" | \"info\" | \"warning\" | \"success\" | \"alert\""
|
503
|
+
},
|
504
|
+
"description": "If defined, gives the supplied appearance",
|
505
|
+
"attribute": "severity"
|
506
|
+
}
|
507
|
+
],
|
508
|
+
"events": [
|
509
|
+
{
|
510
|
+
"description": "Fires when the close button is clicked",
|
511
|
+
"name": "skf-alert-close"
|
512
|
+
}
|
513
|
+
],
|
514
|
+
"attributes": [
|
515
|
+
{
|
516
|
+
"name": "closeable",
|
517
|
+
"type": {
|
518
|
+
"text": "boolean | undefined"
|
519
|
+
},
|
520
|
+
"description": "If true, alert is being used as a toast (alertdialog) with an close button",
|
521
|
+
"fieldName": "closeable"
|
522
|
+
},
|
523
|
+
{
|
524
|
+
"name": "button-label",
|
525
|
+
"type": {
|
526
|
+
"text": "string"
|
527
|
+
},
|
528
|
+
"default": "'Close'",
|
529
|
+
"description": "Close button aria-label",
|
530
|
+
"fieldName": "buttonLabel"
|
531
|
+
},
|
532
|
+
{
|
533
|
+
"name": "icon",
|
534
|
+
"type": {
|
535
|
+
"text": "SkfIcon['name'] | undefined"
|
536
|
+
},
|
537
|
+
"description": "If defined, displays leading icon",
|
538
|
+
"fieldName": "icon"
|
539
|
+
},
|
540
|
+
{
|
541
|
+
"name": "severity",
|
542
|
+
"type": {
|
543
|
+
"text": "\"error\" | \"info\" | \"warning\" | \"success\" | \"alert\""
|
544
|
+
},
|
545
|
+
"description": "If defined, gives the supplied appearance",
|
546
|
+
"fieldName": "severity"
|
547
|
+
}
|
548
|
+
],
|
549
|
+
"superclass": {
|
550
|
+
"name": "SkfElement",
|
551
|
+
"package": "@internal/components/skf-element.js"
|
552
|
+
},
|
553
|
+
"tagName": "skf-alert",
|
554
|
+
"customElement": true
|
555
|
+
}
|
556
|
+
],
|
557
|
+
"exports": [
|
558
|
+
{
|
559
|
+
"kind": "js",
|
560
|
+
"name": "SkfAlert",
|
561
|
+
"declaration": {
|
562
|
+
"name": "SkfAlert",
|
563
|
+
"module": "src/components/alert/alert.component.ts"
|
564
|
+
}
|
565
|
+
}
|
566
|
+
]
|
567
|
+
},
|
568
568
|
{
|
569
569
|
"kind": "javascript-module",
|
570
570
|
"path": "src/components/checkbox/checkbox.component.ts",
|
@@ -839,6 +839,110 @@
|
|
839
839
|
}
|
840
840
|
]
|
841
841
|
},
|
842
|
+
{
|
843
|
+
"kind": "javascript-module",
|
844
|
+
"path": "src/components/divider/divider.component.ts",
|
845
|
+
"declarations": [
|
846
|
+
{
|
847
|
+
"kind": "class",
|
848
|
+
"description": "The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information",
|
849
|
+
"name": "SkfDivider",
|
850
|
+
"cssProperties": [
|
851
|
+
{
|
852
|
+
"description": "The amount of space the divider occupies. Pass valid CSS **margin-block** values when horizontal and **margin-inline** when vertical",
|
853
|
+
"name": "--skf-divider-spacing"
|
854
|
+
},
|
855
|
+
{
|
856
|
+
"description": "The amount of space the divider should be indented. Pass valid CSS **margin-inline** values when horizontal and **margin-block** when vertical",
|
857
|
+
"name": "--skf-divider-inset"
|
858
|
+
}
|
859
|
+
],
|
860
|
+
"members": [
|
861
|
+
{
|
862
|
+
"kind": "field",
|
863
|
+
"name": "#internals",
|
864
|
+
"privacy": "private",
|
865
|
+
"type": {
|
866
|
+
"text": "ElementInternals"
|
867
|
+
}
|
868
|
+
},
|
869
|
+
{
|
870
|
+
"kind": "field",
|
871
|
+
"name": "color",
|
872
|
+
"type": {
|
873
|
+
"text": "\"emphasised\" | \"primary\" | \"secondary\" | \"tertiary\" | \"inverse\""
|
874
|
+
},
|
875
|
+
"default": "'primary'",
|
876
|
+
"description": "Defines the Divider color",
|
877
|
+
"attribute": "color",
|
878
|
+
"reflects": true
|
879
|
+
},
|
880
|
+
{
|
881
|
+
"kind": "field",
|
882
|
+
"name": "decorative",
|
883
|
+
"type": {
|
884
|
+
"text": "boolean | undefined"
|
885
|
+
},
|
886
|
+
"description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
|
887
|
+
"attribute": "decorative"
|
888
|
+
},
|
889
|
+
{
|
890
|
+
"kind": "field",
|
891
|
+
"name": "vertical",
|
892
|
+
"type": {
|
893
|
+
"text": "boolean | undefined"
|
894
|
+
},
|
895
|
+
"description": "If true, renders the divider vertically",
|
896
|
+
"attribute": "vertical",
|
897
|
+
"reflects": true
|
898
|
+
}
|
899
|
+
],
|
900
|
+
"attributes": [
|
901
|
+
{
|
902
|
+
"name": "color",
|
903
|
+
"type": {
|
904
|
+
"text": "\"emphasised\" | \"primary\" | \"secondary\" | \"tertiary\" | \"inverse\""
|
905
|
+
},
|
906
|
+
"default": "'primary'",
|
907
|
+
"description": "Defines the Divider color",
|
908
|
+
"fieldName": "color"
|
909
|
+
},
|
910
|
+
{
|
911
|
+
"name": "decorative",
|
912
|
+
"type": {
|
913
|
+
"text": "boolean | undefined"
|
914
|
+
},
|
915
|
+
"description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
|
916
|
+
"fieldName": "decorative"
|
917
|
+
},
|
918
|
+
{
|
919
|
+
"name": "vertical",
|
920
|
+
"type": {
|
921
|
+
"text": "boolean | undefined"
|
922
|
+
},
|
923
|
+
"description": "If true, renders the divider vertically",
|
924
|
+
"fieldName": "vertical"
|
925
|
+
}
|
926
|
+
],
|
927
|
+
"superclass": {
|
928
|
+
"name": "SkfElement",
|
929
|
+
"package": "@internal/components/skf-element.js"
|
930
|
+
},
|
931
|
+
"tagName": "skf-divider",
|
932
|
+
"customElement": true
|
933
|
+
}
|
934
|
+
],
|
935
|
+
"exports": [
|
936
|
+
{
|
937
|
+
"kind": "js",
|
938
|
+
"name": "SkfDivider",
|
939
|
+
"declaration": {
|
940
|
+
"name": "SkfDivider",
|
941
|
+
"module": "src/components/divider/divider.component.ts"
|
942
|
+
}
|
943
|
+
}
|
944
|
+
]
|
945
|
+
},
|
842
946
|
{
|
843
947
|
"kind": "javascript-module",
|
844
948
|
"path": "src/components/collapse/collapse.component.ts",
|
@@ -1003,110 +1107,6 @@
|
|
1003
1107
|
}
|
1004
1108
|
]
|
1005
1109
|
},
|
1006
|
-
{
|
1007
|
-
"kind": "javascript-module",
|
1008
|
-
"path": "src/components/divider/divider.component.ts",
|
1009
|
-
"declarations": [
|
1010
|
-
{
|
1011
|
-
"kind": "class",
|
1012
|
-
"description": "The `<Divider>` component can separate items from each other, to visually emphasize their lack of a relationship between groups of information",
|
1013
|
-
"name": "SkfDivider",
|
1014
|
-
"cssProperties": [
|
1015
|
-
{
|
1016
|
-
"description": "The amount of space the divider occupies. Pass valid CSS **margin-block** values when horizontal and **margin-inline** when vertical",
|
1017
|
-
"name": "--skf-divider-spacing"
|
1018
|
-
},
|
1019
|
-
{
|
1020
|
-
"description": "The amount of space the divider should be indented. Pass valid CSS **margin-inline** values when horizontal and **margin-block** when vertical",
|
1021
|
-
"name": "--skf-divider-inset"
|
1022
|
-
}
|
1023
|
-
],
|
1024
|
-
"members": [
|
1025
|
-
{
|
1026
|
-
"kind": "field",
|
1027
|
-
"name": "#internals",
|
1028
|
-
"privacy": "private",
|
1029
|
-
"type": {
|
1030
|
-
"text": "ElementInternals"
|
1031
|
-
}
|
1032
|
-
},
|
1033
|
-
{
|
1034
|
-
"kind": "field",
|
1035
|
-
"name": "color",
|
1036
|
-
"type": {
|
1037
|
-
"text": "\"emphasised\" | \"primary\" | \"secondary\" | \"tertiary\" | \"inverse\""
|
1038
|
-
},
|
1039
|
-
"default": "'primary'",
|
1040
|
-
"description": "Defines the Divider color",
|
1041
|
-
"attribute": "color",
|
1042
|
-
"reflects": true
|
1043
|
-
},
|
1044
|
-
{
|
1045
|
-
"kind": "field",
|
1046
|
-
"name": "decorative",
|
1047
|
-
"type": {
|
1048
|
-
"text": "boolean | undefined"
|
1049
|
-
},
|
1050
|
-
"description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
|
1051
|
-
"attribute": "decorative"
|
1052
|
-
},
|
1053
|
-
{
|
1054
|
-
"kind": "field",
|
1055
|
-
"name": "vertical",
|
1056
|
-
"type": {
|
1057
|
-
"text": "boolean | undefined"
|
1058
|
-
},
|
1059
|
-
"description": "If true, renders the divider vertically",
|
1060
|
-
"attribute": "vertical",
|
1061
|
-
"reflects": true
|
1062
|
-
}
|
1063
|
-
],
|
1064
|
-
"attributes": [
|
1065
|
-
{
|
1066
|
-
"name": "color",
|
1067
|
-
"type": {
|
1068
|
-
"text": "\"emphasised\" | \"primary\" | \"secondary\" | \"tertiary\" | \"inverse\""
|
1069
|
-
},
|
1070
|
-
"default": "'primary'",
|
1071
|
-
"description": "Defines the Divider color",
|
1072
|
-
"fieldName": "color"
|
1073
|
-
},
|
1074
|
-
{
|
1075
|
-
"name": "decorative",
|
1076
|
-
"type": {
|
1077
|
-
"text": "boolean | undefined"
|
1078
|
-
},
|
1079
|
-
"description": "If true, renders a div for presentational purpose instead of the semantic hr-element",
|
1080
|
-
"fieldName": "decorative"
|
1081
|
-
},
|
1082
|
-
{
|
1083
|
-
"name": "vertical",
|
1084
|
-
"type": {
|
1085
|
-
"text": "boolean | undefined"
|
1086
|
-
},
|
1087
|
-
"description": "If true, renders the divider vertically",
|
1088
|
-
"fieldName": "vertical"
|
1089
|
-
}
|
1090
|
-
],
|
1091
|
-
"superclass": {
|
1092
|
-
"name": "SkfElement",
|
1093
|
-
"package": "@internal/components/skf-element.js"
|
1094
|
-
},
|
1095
|
-
"tagName": "skf-divider",
|
1096
|
-
"customElement": true
|
1097
|
-
}
|
1098
|
-
],
|
1099
|
-
"exports": [
|
1100
|
-
{
|
1101
|
-
"kind": "js",
|
1102
|
-
"name": "SkfDivider",
|
1103
|
-
"declaration": {
|
1104
|
-
"name": "SkfDivider",
|
1105
|
-
"module": "src/components/divider/divider.component.ts"
|
1106
|
-
}
|
1107
|
-
}
|
1108
|
-
]
|
1109
|
-
},
|
1110
1110
|
{
|
1111
1111
|
"kind": "javascript-module",
|
1112
1112
|
"path": "src/components/heading/heading.component.ts",
|
@@ -1,18 +1,10 @@
|
|
1
|
+
import { queries, within } from '@storybook/test';
|
2
|
+
type WithinShadowRootPromise = Promise<ReturnType<typeof within<typeof queries>>>;
|
1
3
|
/**
|
2
|
-
* Workaround solution
|
3
|
-
*
|
4
|
-
* @usage getWithinShadowRoot(canvasElement, 'my-custom-element', 'button')
|
4
|
+
* Workaround solution for testing shadow DOM elements
|
5
|
+
* @see {@link https://github.com/storybookjs/testing-library/issues/24#issuecomment-1593709872|GitHub}
|
5
6
|
*/
|
6
|
-
export declare
|
7
|
-
|
8
|
-
|
9
|
-
};
|
10
|
-
/**
|
11
|
-
* Workaround solution to get shadow DOM elements. Returns undefined if the element is not found.
|
12
|
-
*
|
13
|
-
* @usage findWithinShadowRoot(canvasElement, 'my-custom-element', 'button')
|
14
|
-
*/
|
15
|
-
export declare const findWithinShadowRoot: (canvasElement: HTMLElement, ...selectors: string[]) => {
|
16
|
-
element: HTMLElement;
|
17
|
-
shadowRoot: HTMLElement;
|
18
|
-
} | undefined;
|
7
|
+
export declare function withinShadowRoot(customElement: HTMLElement, selector: string): WithinShadowRootPromise;
|
8
|
+
export declare const getElementWithinShadowRoot: (canvasElement: HTMLElement, ...selectors: string[]) => Element;
|
9
|
+
export declare const findElementWithinShadowRoot: (canvasElement: HTMLElement, ...selectors: string[]) => Element | undefined;
|
10
|
+
export {};
|
package/dist/react/index.d.ts
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
export { default as SkfAccordion } from './skf-accordion/index.js';
|
2
|
-
export { default as SkfAlert } from './skf-alert/index.js';
|
3
|
-
export { default as SkfButton } from './skf-button/index.js';
|
4
1
|
export { default as SkfCard } from './skf-card/index.js';
|
2
|
+
export { default as SkfAccordion } from './skf-accordion/index.js';
|
5
3
|
export { default as SkfCheckbox } from './skf-checkbox/index.js';
|
6
4
|
export { default as SkfCollapse } from './skf-collapse/index.js';
|
7
5
|
export { default as SkfDivider } from './skf-divider/index.js';
|
8
6
|
export { default as SkfHeading } from './skf-heading/index.js';
|
7
|
+
export { default as SkfButton } from './skf-button/index.js';
|
8
|
+
export { default as SkfAlert } from './skf-alert/index.js';
|
9
9
|
export { default as SkfIcon } from './skf-icon/index.js';
|
10
10
|
export { default as SkfInput } from './skf-input/index.js';
|
11
11
|
export { default as SkfLink } from './skf-link/index.js';
|
package/dist/react/index.js
CHANGED
@@ -1,11 +1,11 @@
|
|
1
|
-
export { default as SkfAccordion } from './skf-accordion/index.js';
|
2
|
-
export { default as SkfAlert } from './skf-alert/index.js';
|
3
|
-
export { default as SkfButton } from './skf-button/index.js';
|
4
1
|
export { default as SkfCard } from './skf-card/index.js';
|
2
|
+
export { default as SkfAccordion } from './skf-accordion/index.js';
|
5
3
|
export { default as SkfCheckbox } from './skf-checkbox/index.js';
|
6
4
|
export { default as SkfCollapse } from './skf-collapse/index.js';
|
7
5
|
export { default as SkfDivider } from './skf-divider/index.js';
|
8
6
|
export { default as SkfHeading } from './skf-heading/index.js';
|
7
|
+
export { default as SkfButton } from './skf-button/index.js';
|
8
|
+
export { default as SkfAlert } from './skf-alert/index.js';
|
9
9
|
export { default as SkfIcon } from './skf-icon/index.js';
|
10
10
|
export { default as SkfInput } from './skf-input/index.js';
|
11
11
|
export { default as SkfLink } from './skf-link/index.js';
|