scu-web-components 1.3.9 → 1.3.10
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/custom-elements.json +109 -8
- package/dist/custom-elements.json.gz +0 -0
- package/dist/docs/components/ScwTag.json +131 -10
- package/dist/docs/components/manifest.json +38 -38
- package/dist/docs/config.json +5 -5
- package/dist/scw-components.js +202 -166
- package/dist/scw-components.js.gz +0 -0
- package/dist/scw.js +160 -124
- package/dist/scw.js.gz +0 -0
- package/dist/tokens/segments/comp-scw-skeleton/_default-mixins.scss +61 -0
- package/dist/tokens/segments/comp-scw-skeleton/_default-vars.scss +26 -0
- package/dist/tokens/segments/comp-scw-skeleton/_index-mixins.scss +65 -0
- package/dist/tokens/segments/comp-scw-skeleton/_index-vars.scss +32 -0
- package/dist/tokens/source/assets/graphic-apple-app-store.js +1 -1
- package/dist/tokens/source/assets/graphic-apple-app-store.js.gz +0 -0
- package/dist/tokens/source/assets/graphic-apple-app-store.svg +1 -1
- package/dist/tokens/source/assets/graphic-apple-app-store.svg.gz +0 -0
- package/dist/tokens/source/assets/graphic-ehl.js +1 -1
- package/dist/tokens/source/assets/graphic-ehl.js.gz +0 -0
- package/dist/tokens/source/assets/graphic-ehl.svg +1 -1
- package/dist/tokens/source/assets/graphic-ehl.svg.gz +0 -0
- package/dist/tokens/source/assets/graphic-google-play-store.js +1 -1
- package/dist/tokens/source/assets/graphic-google-play-store.js.gz +0 -0
- package/dist/tokens/source/assets/graphic-google-play-store.svg +1 -1
- package/dist/tokens/source/assets/graphic-google-play-store.svg.gz +0 -0
- package/dist/tokens/source/assets/graphic-logo.js +1 -1
- package/dist/tokens/source/assets/graphic-logo.js.gz +0 -0
- package/dist/tokens/source/assets/graphic-logo.svg +1 -1
- package/dist/tokens/source/assets/graphic-logo.svg.gz +0 -0
- package/dist/tokens/source/assets/icon-clipboard-calculator.js +1 -1
- package/dist/tokens/source/assets/icon-clipboard-calculator.js.gz +0 -0
- package/dist/tokens/source/assets/icon-clipboard-calculator.svg +1 -1
- package/dist/tokens/source/assets/icon-clipboard-calculator.svg.gz +0 -0
- package/dist/tokens/source/componentScssMixins/components-scw-skeleton-.json +52 -0
- package/dist/tokens/source/componentScssMixins/components-scw-skeleton-.json.gz +0 -0
- package/dist/tokens/source/componentScssMixins/components-scw-skeleton-default-.json +52 -0
- package/dist/tokens/source/componentScssMixins/components-scw-skeleton-default-.json.gz +0 -0
- package/dist/tokens/source/componentScssMixins.json +104 -0
- package/dist/tokens/source/componentScssMixins.json.gz +0 -0
- package/dist/tokens/source/componentScssMixins.scss +124 -0
- package/dist/tokens/source/htmlStubs/components-scw-skeleton-default.json +10 -0
- package/dist/tokens/source/htmlStubs/components-scw-skeleton-default.json.gz +0 -0
- package/dist/tokens/source/htmlStubs/components-scw-skeleton.json +10 -0
- package/dist/tokens/source/htmlStubs/components-scw-skeleton.json.gz +0 -0
- package/dist/tokens/source/htmlStubs.json +20 -0
- package/dist/tokens/source/htmlStubs.json.gz +0 -0
- package/dist/tokens/source/jsCss.js +1 -1
- package/dist/tokens/source/jsCss.js.gz +0 -0
- package/dist/tokens/source/jsCssGenerator.js +1 -1
- package/dist/tokens/source/jsCssGenerator.js.gz +0 -0
- package/dist/tokens/source/jsCssGeneratorSansAssets.js +1 -1
- package/dist/tokens/source/jsCssGeneratorSansAssets.js.gz +0 -0
- package/dist/tokens/source/scssVariables/components-scw-skeleton-.json +157 -0
- package/dist/tokens/source/scssVariables/components-scw-skeleton-.json.gz +0 -0
- package/dist/tokens/source/scssVariables/components-scw-skeleton-default-.json +127 -0
- package/dist/tokens/source/scssVariables/components-scw-skeleton-default-.json.gz +0 -0
- package/dist/tokens/source/scssVariables.json +284 -0
- package/dist/tokens/source/scssVariables.json.gz +0 -0
- package/dist/tokens/source/scssVariables.scss +56 -1
- package/dist/tokens/source/tokens.json +261 -5
- package/dist/tokens/source/tokens.json.gz +0 -0
- package/dist-node/scw-components.js +247 -211
- package/dist-node/scw.js +251 -215
- package/package.json +1 -1
- package/scripts/publish/releaseNotes.mjs +6 -0
|
@@ -24523,11 +24523,11 @@
|
|
|
24523
24523
|
"kind": "field",
|
|
24524
24524
|
"name": "href",
|
|
24525
24525
|
"type": {
|
|
24526
|
-
"text": "string"
|
|
24526
|
+
"text": "string | undefined"
|
|
24527
24527
|
},
|
|
24528
|
-
"
|
|
24529
|
-
"
|
|
24530
|
-
"
|
|
24528
|
+
"description": "(ScwTag) Href if you want it linked. Pass in empty string for\nbutton-like behavior",
|
|
24529
|
+
"attribute": "href",
|
|
24530
|
+
"reflects": true
|
|
24531
24531
|
},
|
|
24532
24532
|
{
|
|
24533
24533
|
"kind": "field",
|
|
@@ -24537,7 +24537,73 @@
|
|
|
24537
24537
|
},
|
|
24538
24538
|
"default": "''",
|
|
24539
24539
|
"description": "(ScwTag) Text inside the tag",
|
|
24540
|
-
"attribute": "value"
|
|
24540
|
+
"attribute": "value",
|
|
24541
|
+
"reflects": true
|
|
24542
|
+
},
|
|
24543
|
+
{
|
|
24544
|
+
"kind": "field",
|
|
24545
|
+
"name": "selected",
|
|
24546
|
+
"type": {
|
|
24547
|
+
"text": "boolean"
|
|
24548
|
+
},
|
|
24549
|
+
"default": "false",
|
|
24550
|
+
"description": "(ScwTag) If the tag is active or not",
|
|
24551
|
+
"attribute": "selected",
|
|
24552
|
+
"reflects": true
|
|
24553
|
+
},
|
|
24554
|
+
{
|
|
24555
|
+
"kind": "field",
|
|
24556
|
+
"name": "icon",
|
|
24557
|
+
"type": {
|
|
24558
|
+
"text": "string"
|
|
24559
|
+
},
|
|
24560
|
+
"default": "''",
|
|
24561
|
+
"description": "(ScwTag) Design system icon",
|
|
24562
|
+
"attribute": "icon",
|
|
24563
|
+
"reflects": true
|
|
24564
|
+
},
|
|
24565
|
+
{
|
|
24566
|
+
"kind": "field",
|
|
24567
|
+
"name": "iconSide",
|
|
24568
|
+
"type": {
|
|
24569
|
+
"text": "string"
|
|
24570
|
+
},
|
|
24571
|
+
"default": "''",
|
|
24572
|
+
"description": "(ScwTag) Side you want the icon displayed",
|
|
24573
|
+
"attribute": "icon-side",
|
|
24574
|
+
"reflects": true
|
|
24575
|
+
},
|
|
24576
|
+
{
|
|
24577
|
+
"kind": "field",
|
|
24578
|
+
"name": "size",
|
|
24579
|
+
"type": {
|
|
24580
|
+
"text": "'small' | 'medium'"
|
|
24581
|
+
},
|
|
24582
|
+
"default": "'medium'",
|
|
24583
|
+
"description": "(ScwTag) Tag size",
|
|
24584
|
+
"attribute": "size",
|
|
24585
|
+
"reflects": true
|
|
24586
|
+
},
|
|
24587
|
+
{
|
|
24588
|
+
"kind": "method",
|
|
24589
|
+
"name": "renderIcon",
|
|
24590
|
+
"privacy": "private",
|
|
24591
|
+
"return": {
|
|
24592
|
+
"type": {
|
|
24593
|
+
"text": "object"
|
|
24594
|
+
}
|
|
24595
|
+
},
|
|
24596
|
+
"description": "renderIcon"
|
|
24597
|
+
},
|
|
24598
|
+
{
|
|
24599
|
+
"kind": "method",
|
|
24600
|
+
"name": "renderContent",
|
|
24601
|
+
"return": {
|
|
24602
|
+
"type": {
|
|
24603
|
+
"text": "object"
|
|
24604
|
+
}
|
|
24605
|
+
},
|
|
24606
|
+
"description": "renderContent"
|
|
24541
24607
|
},
|
|
24542
24608
|
{
|
|
24543
24609
|
"kind": "field",
|
|
@@ -24676,10 +24742,9 @@
|
|
|
24676
24742
|
{
|
|
24677
24743
|
"name": "href",
|
|
24678
24744
|
"type": {
|
|
24679
|
-
"text": "string"
|
|
24745
|
+
"text": "string | undefined"
|
|
24680
24746
|
},
|
|
24681
|
-
"
|
|
24682
|
-
"description": "(ScwTag) Href if you want it linked",
|
|
24747
|
+
"description": "(ScwTag) Href if you want it linked. Pass in empty string for\nbutton-like behavior",
|
|
24683
24748
|
"fieldName": "href"
|
|
24684
24749
|
},
|
|
24685
24750
|
{
|
|
@@ -24691,6 +24756,42 @@
|
|
|
24691
24756
|
"description": "(ScwTag) Text inside the tag",
|
|
24692
24757
|
"fieldName": "value"
|
|
24693
24758
|
},
|
|
24759
|
+
{
|
|
24760
|
+
"name": "selected",
|
|
24761
|
+
"type": {
|
|
24762
|
+
"text": "boolean"
|
|
24763
|
+
},
|
|
24764
|
+
"default": "false",
|
|
24765
|
+
"description": "(ScwTag) If the tag is active or not",
|
|
24766
|
+
"fieldName": "selected"
|
|
24767
|
+
},
|
|
24768
|
+
{
|
|
24769
|
+
"name": "icon",
|
|
24770
|
+
"type": {
|
|
24771
|
+
"text": "string"
|
|
24772
|
+
},
|
|
24773
|
+
"default": "''",
|
|
24774
|
+
"description": "(ScwTag) Design system icon",
|
|
24775
|
+
"fieldName": "icon"
|
|
24776
|
+
},
|
|
24777
|
+
{
|
|
24778
|
+
"name": "icon-side",
|
|
24779
|
+
"type": {
|
|
24780
|
+
"text": "string"
|
|
24781
|
+
},
|
|
24782
|
+
"default": "''",
|
|
24783
|
+
"description": "(ScwTag) Side you want the icon displayed",
|
|
24784
|
+
"fieldName": "iconSide"
|
|
24785
|
+
},
|
|
24786
|
+
{
|
|
24787
|
+
"name": "size",
|
|
24788
|
+
"type": {
|
|
24789
|
+
"text": "'small' | 'medium'"
|
|
24790
|
+
},
|
|
24791
|
+
"default": "'medium'",
|
|
24792
|
+
"description": "(ScwTag) Tag size",
|
|
24793
|
+
"fieldName": "size"
|
|
24794
|
+
},
|
|
24694
24795
|
{
|
|
24695
24796
|
"name": "aria-label",
|
|
24696
24797
|
"type": {
|
|
Binary file
|
|
@@ -8,11 +8,11 @@
|
|
|
8
8
|
"kind": "field",
|
|
9
9
|
"name": "href",
|
|
10
10
|
"type": {
|
|
11
|
-
"text": "string"
|
|
11
|
+
"text": "string | undefined"
|
|
12
12
|
},
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
13
|
+
"description": "(ScwTag) Href if you want it linked. Pass in empty string for\nbutton-like behavior",
|
|
14
|
+
"attribute": "href",
|
|
15
|
+
"reflects": true
|
|
16
16
|
},
|
|
17
17
|
{
|
|
18
18
|
"kind": "field",
|
|
@@ -22,7 +22,73 @@
|
|
|
22
22
|
},
|
|
23
23
|
"default": "''",
|
|
24
24
|
"description": "(ScwTag) Text inside the tag",
|
|
25
|
-
"attribute": "value"
|
|
25
|
+
"attribute": "value",
|
|
26
|
+
"reflects": true
|
|
27
|
+
},
|
|
28
|
+
{
|
|
29
|
+
"kind": "field",
|
|
30
|
+
"name": "selected",
|
|
31
|
+
"type": {
|
|
32
|
+
"text": "boolean"
|
|
33
|
+
},
|
|
34
|
+
"default": "false",
|
|
35
|
+
"description": "(ScwTag) If the tag is active or not",
|
|
36
|
+
"attribute": "selected",
|
|
37
|
+
"reflects": true
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
"kind": "field",
|
|
41
|
+
"name": "icon",
|
|
42
|
+
"type": {
|
|
43
|
+
"text": "string"
|
|
44
|
+
},
|
|
45
|
+
"default": "''",
|
|
46
|
+
"description": "(ScwTag) Design system icon",
|
|
47
|
+
"attribute": "icon",
|
|
48
|
+
"reflects": true
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"kind": "field",
|
|
52
|
+
"name": "iconSide",
|
|
53
|
+
"type": {
|
|
54
|
+
"text": "string"
|
|
55
|
+
},
|
|
56
|
+
"default": "''",
|
|
57
|
+
"description": "(ScwTag) Side you want the icon displayed",
|
|
58
|
+
"attribute": "icon-side",
|
|
59
|
+
"reflects": true
|
|
60
|
+
},
|
|
61
|
+
{
|
|
62
|
+
"kind": "field",
|
|
63
|
+
"name": "size",
|
|
64
|
+
"type": {
|
|
65
|
+
"text": "'small' | 'medium'"
|
|
66
|
+
},
|
|
67
|
+
"default": "'medium'",
|
|
68
|
+
"description": "(ScwTag) Tag size",
|
|
69
|
+
"attribute": "size",
|
|
70
|
+
"reflects": true
|
|
71
|
+
},
|
|
72
|
+
{
|
|
73
|
+
"kind": "method",
|
|
74
|
+
"name": "renderIcon",
|
|
75
|
+
"privacy": "private",
|
|
76
|
+
"return": {
|
|
77
|
+
"type": {
|
|
78
|
+
"text": "object"
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"description": "renderIcon"
|
|
82
|
+
},
|
|
83
|
+
{
|
|
84
|
+
"kind": "method",
|
|
85
|
+
"name": "renderContent",
|
|
86
|
+
"return": {
|
|
87
|
+
"type": {
|
|
88
|
+
"text": "object"
|
|
89
|
+
}
|
|
90
|
+
},
|
|
91
|
+
"description": "renderContent"
|
|
26
92
|
},
|
|
27
93
|
{
|
|
28
94
|
"kind": "field",
|
|
@@ -161,10 +227,9 @@
|
|
|
161
227
|
{
|
|
162
228
|
"name": "href",
|
|
163
229
|
"type": {
|
|
164
|
-
"text": "string"
|
|
230
|
+
"text": "string | undefined"
|
|
165
231
|
},
|
|
166
|
-
"
|
|
167
|
-
"description": "(ScwTag) Href if you want it linked",
|
|
232
|
+
"description": "(ScwTag) Href if you want it linked. Pass in empty string for\nbutton-like behavior",
|
|
168
233
|
"fieldName": "href"
|
|
169
234
|
},
|
|
170
235
|
{
|
|
@@ -176,6 +241,42 @@
|
|
|
176
241
|
"description": "(ScwTag) Text inside the tag",
|
|
177
242
|
"fieldName": "value"
|
|
178
243
|
},
|
|
244
|
+
{
|
|
245
|
+
"name": "selected",
|
|
246
|
+
"type": {
|
|
247
|
+
"text": "boolean"
|
|
248
|
+
},
|
|
249
|
+
"default": "false",
|
|
250
|
+
"description": "(ScwTag) If the tag is active or not",
|
|
251
|
+
"fieldName": "selected"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"name": "icon",
|
|
255
|
+
"type": {
|
|
256
|
+
"text": "string"
|
|
257
|
+
},
|
|
258
|
+
"default": "''",
|
|
259
|
+
"description": "(ScwTag) Design system icon",
|
|
260
|
+
"fieldName": "icon"
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
"name": "icon-side",
|
|
264
|
+
"type": {
|
|
265
|
+
"text": "string"
|
|
266
|
+
},
|
|
267
|
+
"default": "''",
|
|
268
|
+
"description": "(ScwTag) Side you want the icon displayed",
|
|
269
|
+
"fieldName": "iconSide"
|
|
270
|
+
},
|
|
271
|
+
{
|
|
272
|
+
"name": "size",
|
|
273
|
+
"type": {
|
|
274
|
+
"text": "'small' | 'medium'"
|
|
275
|
+
},
|
|
276
|
+
"default": "'medium'",
|
|
277
|
+
"description": "(ScwTag) Tag size",
|
|
278
|
+
"fieldName": "size"
|
|
279
|
+
},
|
|
179
280
|
{
|
|
180
281
|
"name": "aria-label",
|
|
181
282
|
"type": {
|
|
@@ -254,9 +355,29 @@
|
|
|
254
355
|
"overview": "",
|
|
255
356
|
"examples": [
|
|
256
357
|
{
|
|
257
|
-
"title": "
|
|
358
|
+
"title": "Basic",
|
|
359
|
+
"description": "A simple tag",
|
|
360
|
+
"code": "\n <scw-flex-h scw-gap-2s>\n <scw-tag value=\"default\"></scw-tag>\n <scw-tag primary value=\"primary\"></scw-tag>\n </scw-flex-h>\n "
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"title": "Link",
|
|
258
364
|
"description": "A simple tag with optional linking",
|
|
259
|
-
"code": "\n
|
|
365
|
+
"code": "\n <scw-flex-h scw-gap-2s>\n <scw-tag href=\"#\" value=\"default\"></scw-tag>\n <scw-tag href=\"#\" primary value=\"primary\"></scw-tag>\n </scw-flex-h>\n "
|
|
366
|
+
},
|
|
367
|
+
{
|
|
368
|
+
"title": "Icons",
|
|
369
|
+
"description": "Icon can be added to the left or right of label",
|
|
370
|
+
"code": "\n <scw-flex-h scw-gap-2s>\n <scw-flex-v>\n <scw-tag\n href=\"\"\n value=\"default\"\n icon=\"chevron-down\"></scw-tag>\n <scw-tag\n href=\"\"\n value=\"default\"\n icon=\"chevron-down\"\n icon-side=\"right\"></scw-tag>\n </scw-flex-v>\n <scw-flex-v>\n <scw-tag\n href=\"\"\n primary\n value=\"primary\"\n icon=\"close\"></scw-tag>\n <scw-tag\n href=\"\"\n value=\"primary\"\n primary icon=\"close\"\n icon-side=\"right\"></scw-tag>\n </scw-flex-v>\n </scw-flex-h>\n "
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"title": "Size",
|
|
374
|
+
"description": "Use size attribute for smaller size",
|
|
375
|
+
"code": "\n <scw-flex-h scw-gap-2s>\n <scw-flex-v>\n <scw-tag\n href=\"\"\n size=\"small\"\n value=\"default\"></scw-tag>\n <scw-tag\n href=\"\"\n size=\"small\"\n value=\"default\"\n icon=\"chevron-down\"\n icon-side=\"right\"></scw-tag>\n </scw-flex-v>\n <scw-flex-v>\n <scw-tag\n href=\"\"\n size=\"small\"\n primary\n value=\"primary\"></scw-tag>\n <scw-tag\n href=\"\"\n size=\"small\"\n value=\"primary\"\n primary icon=\"close\"\n icon-side=\"right\"></scw-tag>\n </scw-flex-v>\n </scw-flex-h>\n "
|
|
376
|
+
},
|
|
377
|
+
{
|
|
378
|
+
"title": "Button",
|
|
379
|
+
"description": "Enable hover and active states with an empty href and\n selected attribute",
|
|
380
|
+
"code": "\n <scw-flex-v scw-gap-2s>\n <scw-flex-h>\n <scw-tag href=\"\" value=\"value\"></scw-tag>\n <scw-tag href=\"\" selected value=\"selected\"></scw-tag>\n </scw-flex-h>\n <scw-flex-h>\n <scw-tag href=\"\" primary value=\"value\"></scw-tag>\n <scw-tag href=\"\" selected primary value=\"selected\"></scw-tag>\n </scw-flex-h>\n </scw-flex-v>\n "
|
|
260
381
|
}
|
|
261
382
|
]
|
|
262
383
|
}
|
|
@@ -1,10 +1,4 @@
|
|
|
1
1
|
[
|
|
2
|
-
{
|
|
3
|
-
"name": "ScwAccordion",
|
|
4
|
-
"fileName": "ScwAccordion.json",
|
|
5
|
-
"tagName": "scw-accordion",
|
|
6
|
-
"category": "interactive"
|
|
7
|
-
},
|
|
8
2
|
{
|
|
9
3
|
"name": "ScwAlert",
|
|
10
4
|
"fileName": "ScwAlert.json",
|
|
@@ -12,15 +6,15 @@
|
|
|
12
6
|
"category": "interactive"
|
|
13
7
|
},
|
|
14
8
|
{
|
|
15
|
-
"name": "
|
|
16
|
-
"fileName": "
|
|
17
|
-
"tagName": "scw-
|
|
9
|
+
"name": "ScwAccordion",
|
|
10
|
+
"fileName": "ScwAccordion.json",
|
|
11
|
+
"tagName": "scw-accordion",
|
|
18
12
|
"category": "interactive"
|
|
19
13
|
},
|
|
20
14
|
{
|
|
21
|
-
"name": "
|
|
22
|
-
"fileName": "
|
|
23
|
-
"tagName": "scw-
|
|
15
|
+
"name": "ScwBlock",
|
|
16
|
+
"fileName": "ScwBlock.json",
|
|
17
|
+
"tagName": "scw-block",
|
|
24
18
|
"category": "interactive"
|
|
25
19
|
},
|
|
26
20
|
{
|
|
@@ -29,6 +23,12 @@
|
|
|
29
23
|
"tagName": "scw-callout",
|
|
30
24
|
"category": "interactive"
|
|
31
25
|
},
|
|
26
|
+
{
|
|
27
|
+
"name": "ScwButton",
|
|
28
|
+
"fileName": "ScwButton.json",
|
|
29
|
+
"tagName": "scw-button",
|
|
30
|
+
"category": "interactive"
|
|
31
|
+
},
|
|
32
32
|
{
|
|
33
33
|
"name": "ScwCard",
|
|
34
34
|
"fileName": "ScwCard.json",
|
|
@@ -101,12 +101,6 @@
|
|
|
101
101
|
"tagName": "scw-employee-card",
|
|
102
102
|
"category": "interactive"
|
|
103
103
|
},
|
|
104
|
-
{
|
|
105
|
-
"name": "ScwFlexHComponent",
|
|
106
|
-
"fileName": "ScwFlexHComponent.json",
|
|
107
|
-
"tagName": "scw-flex-h-component",
|
|
108
|
-
"category": "layouts"
|
|
109
|
-
},
|
|
110
104
|
{
|
|
111
105
|
"name": "ScwFlexVComponent",
|
|
112
106
|
"fileName": "ScwFlexVComponent.json",
|
|
@@ -126,10 +120,10 @@
|
|
|
126
120
|
"category": "interactive"
|
|
127
121
|
},
|
|
128
122
|
{
|
|
129
|
-
"name": "
|
|
130
|
-
"fileName": "
|
|
131
|
-
"tagName": "scw-
|
|
132
|
-
"category": "
|
|
123
|
+
"name": "ScwFlexHComponent",
|
|
124
|
+
"fileName": "ScwFlexHComponent.json",
|
|
125
|
+
"tagName": "scw-flex-h-component",
|
|
126
|
+
"category": "layouts"
|
|
133
127
|
},
|
|
134
128
|
{
|
|
135
129
|
"name": "ScwFormComponent",
|
|
@@ -138,10 +132,10 @@
|
|
|
138
132
|
"category": "base"
|
|
139
133
|
},
|
|
140
134
|
{
|
|
141
|
-
"name": "
|
|
142
|
-
"fileName": "
|
|
143
|
-
"tagName": "scw-
|
|
144
|
-
"category": "
|
|
135
|
+
"name": "ScwForm",
|
|
136
|
+
"fileName": "ScwForm.json",
|
|
137
|
+
"tagName": "scw-form",
|
|
138
|
+
"category": "form"
|
|
145
139
|
},
|
|
146
140
|
{
|
|
147
141
|
"name": "ScwHorizontalNavItem",
|
|
@@ -155,6 +149,12 @@
|
|
|
155
149
|
"tagName": "scw-horizontal-nav-panel",
|
|
156
150
|
"category": "interactive"
|
|
157
151
|
},
|
|
152
|
+
{
|
|
153
|
+
"name": "ScwHorizontalNav",
|
|
154
|
+
"fileName": "ScwHorizontalNav.json",
|
|
155
|
+
"tagName": "scw-horizontal-nav",
|
|
156
|
+
"category": "interactive"
|
|
157
|
+
},
|
|
158
158
|
{
|
|
159
159
|
"name": "ScwIconFeature",
|
|
160
160
|
"fileName": "ScwIconFeature.json",
|
|
@@ -269,36 +269,36 @@
|
|
|
269
269
|
"tagName": "scw-rate-table",
|
|
270
270
|
"category": "interactive"
|
|
271
271
|
},
|
|
272
|
-
{
|
|
273
|
-
"name": "ScwRateTableGroup",
|
|
274
|
-
"fileName": "ScwRateTableGroup.json",
|
|
275
|
-
"tagName": "scw-rate-table-group",
|
|
276
|
-
"category": "interactive"
|
|
277
|
-
},
|
|
278
272
|
{
|
|
279
273
|
"name": "ScwRichText",
|
|
280
274
|
"fileName": "ScwRichText.json",
|
|
281
275
|
"tagName": "scw-rich-text",
|
|
282
276
|
"category": "content"
|
|
283
277
|
},
|
|
278
|
+
{
|
|
279
|
+
"name": "ScwRateTableGroup",
|
|
280
|
+
"fileName": "ScwRateTableGroup.json",
|
|
281
|
+
"tagName": "scw-rate-table-group",
|
|
282
|
+
"category": "interactive"
|
|
283
|
+
},
|
|
284
284
|
{
|
|
285
285
|
"name": "ScwSelect",
|
|
286
286
|
"fileName": "ScwSelect.json",
|
|
287
287
|
"tagName": "scw-select",
|
|
288
288
|
"category": "form"
|
|
289
289
|
},
|
|
290
|
-
{
|
|
291
|
-
"name": "ScwSlider",
|
|
292
|
-
"fileName": "ScwSlider.json",
|
|
293
|
-
"tagName": "scw-slider",
|
|
294
|
-
"category": "interactive"
|
|
295
|
-
},
|
|
296
290
|
{
|
|
297
291
|
"name": "ScwStackComponent",
|
|
298
292
|
"fileName": "ScwStackComponent.json",
|
|
299
293
|
"tagName": "scw-stack-component",
|
|
300
294
|
"category": "layouts"
|
|
301
295
|
},
|
|
296
|
+
{
|
|
297
|
+
"name": "ScwSlider",
|
|
298
|
+
"fileName": "ScwSlider.json",
|
|
299
|
+
"tagName": "scw-slider",
|
|
300
|
+
"category": "interactive"
|
|
301
|
+
},
|
|
302
302
|
{
|
|
303
303
|
"name": "ScwStepper",
|
|
304
304
|
"fileName": "ScwStepper.json",
|
package/dist/docs/config.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"title": "Summit Credit Union Web Design System (SCW)",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.10",
|
|
4
4
|
"navigation": [
|
|
5
5
|
{
|
|
6
6
|
"id": "tokens",
|
|
7
7
|
"title": "Component SASS",
|
|
8
|
-
"url": "../tokens/tokens.html?1.3.
|
|
8
|
+
"url": "../tokens/tokens.html?1.3.10"
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
11
|
"id": "css",
|
|
12
12
|
"title": "CSS",
|
|
13
|
-
"url": "../tokens/css.html?clipboardType=classes&1.3.
|
|
13
|
+
"url": "../tokens/css.html?clipboardType=classes&1.3.10"
|
|
14
14
|
}
|
|
15
15
|
],
|
|
16
|
-
"moduleEmbed": "const scw = await import('../scw.js?
|
|
17
|
-
"cssLink": "../scw.css?
|
|
16
|
+
"moduleEmbed": "const scw = await import('../scw.js?1759160326603'); scw.defineComponents();",
|
|
17
|
+
"cssLink": "../scw.css?1759160326603",
|
|
18
18
|
"documents": [
|
|
19
19
|
{
|
|
20
20
|
"title": "Install",
|