scu-web-components 1.3.6 → 1.3.7

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 (38) hide show
  1. package/dist/docs/components/manifest.json +12 -12
  2. package/dist/docs/config.json +5 -5
  3. package/dist/scw-components.js +4 -4
  4. package/dist/scw-components.js.gz +0 -0
  5. package/dist/scw.js +4 -4
  6. package/dist/scw.js.gz +0 -0
  7. package/dist/tokens/source/assets/graphic-apple-app-store.js +1 -1
  8. package/dist/tokens/source/assets/graphic-apple-app-store.js.gz +0 -0
  9. package/dist/tokens/source/assets/graphic-apple-app-store.svg +1 -1
  10. package/dist/tokens/source/assets/graphic-apple-app-store.svg.gz +0 -0
  11. package/dist/tokens/source/assets/graphic-ehl.js +1 -1
  12. package/dist/tokens/source/assets/graphic-ehl.js.gz +0 -0
  13. package/dist/tokens/source/assets/graphic-ehl.svg +1 -1
  14. package/dist/tokens/source/assets/graphic-ehl.svg.gz +0 -0
  15. package/dist/tokens/source/assets/graphic-google-play-store.js +1 -1
  16. package/dist/tokens/source/assets/graphic-google-play-store.js.gz +0 -0
  17. package/dist/tokens/source/assets/graphic-google-play-store.svg +1 -1
  18. package/dist/tokens/source/assets/graphic-google-play-store.svg.gz +0 -0
  19. package/dist/tokens/source/assets/graphic-logo.js +1 -1
  20. package/dist/tokens/source/assets/graphic-logo.js.gz +0 -0
  21. package/dist/tokens/source/assets/graphic-logo.svg +1 -1
  22. package/dist/tokens/source/assets/graphic-logo.svg.gz +0 -0
  23. package/dist/tokens/source/assets/icon-clipboard-calculator.js +1 -1
  24. package/dist/tokens/source/assets/icon-clipboard-calculator.js.gz +0 -0
  25. package/dist/tokens/source/assets/icon-clipboard-calculator.svg +1 -1
  26. package/dist/tokens/source/assets/icon-clipboard-calculator.svg.gz +0 -0
  27. package/dist/tokens/source/jsCss.js +1 -1
  28. package/dist/tokens/source/jsCss.js.gz +0 -0
  29. package/dist/tokens/source/jsCssGenerator.js +1 -1
  30. package/dist/tokens/source/jsCssGenerator.js.gz +0 -0
  31. package/dist/tokens/source/jsCssGeneratorSansAssets.js +1 -1
  32. package/dist/tokens/source/jsCssGeneratorSansAssets.js.gz +0 -0
  33. package/dist/tokens/source/tokens.json +5 -5
  34. package/dist/tokens/source/tokens.json.gz +0 -0
  35. package/dist-node/scw-components.js +4 -4
  36. package/dist-node/scw.js +4 -4
  37. package/package.json +1 -1
  38. package/scripts/publish/releaseNotes.mjs +5 -0
@@ -53,12 +53,6 @@
53
53
  "tagName": "scw-comparison-cell",
54
54
  "category": "interactive"
55
55
  },
56
- {
57
- "name": "ScwComparisonRow",
58
- "fileName": "ScwComparisonRow.json",
59
- "tagName": "scw-comparison-row",
60
- "category": "interactive"
61
- },
62
56
  {
63
57
  "name": "ScwComparisonTable",
64
58
  "fileName": "ScwComparisonTable.json",
@@ -71,6 +65,12 @@
71
65
  "tagName": "scw-component",
72
66
  "category": "base"
73
67
  },
68
+ {
69
+ "name": "ScwComparisonRow",
70
+ "fileName": "ScwComparisonRow.json",
71
+ "tagName": "scw-comparison-row",
72
+ "category": "interactive"
73
+ },
74
74
  {
75
75
  "name": "ScwDisclosure",
76
76
  "fileName": "ScwDisclosure.json",
@@ -275,18 +275,18 @@
275
275
  "tagName": "scw-rate-table-group",
276
276
  "category": "interactive"
277
277
  },
278
- {
279
- "name": "ScwRichText",
280
- "fileName": "ScwRichText.json",
281
- "tagName": "scw-rich-text",
282
- "category": "content"
283
- },
284
278
  {
285
279
  "name": "ScwSelect",
286
280
  "fileName": "ScwSelect.json",
287
281
  "tagName": "scw-select",
288
282
  "category": "form"
289
283
  },
284
+ {
285
+ "name": "ScwRichText",
286
+ "fileName": "ScwRichText.json",
287
+ "tagName": "scw-rich-text",
288
+ "category": "content"
289
+ },
290
290
  {
291
291
  "name": "ScwSlider",
292
292
  "fileName": "ScwSlider.json",
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "title": "Summit Credit Union Web Design System (SCW)",
3
- "version": "1.3.6",
3
+ "version": "1.3.7",
4
4
  "navigation": [
5
5
  {
6
6
  "id": "tokens",
7
7
  "title": "Component SASS",
8
- "url": "../tokens/tokens.html?1.3.6"
8
+ "url": "../tokens/tokens.html?1.3.7"
9
9
  },
10
10
  {
11
11
  "id": "css",
12
12
  "title": "CSS",
13
- "url": "../tokens/css.html?clipboardType=classes&1.3.6"
13
+ "url": "../tokens/css.html?clipboardType=classes&1.3.7"
14
14
  }
15
15
  ],
16
- "moduleEmbed": "const scw = await import('../scw.js?1753457501806'); scw.defineComponents();",
17
- "cssLink": "../scw.css?1753457501806",
16
+ "moduleEmbed": "const scw = await import('../scw.js?1755271350148'); scw.defineComponents();",
17
+ "cssLink": "../scw.css?1755271350148",
18
18
  "documents": [
19
19
  {
20
20
  "title": "Install",