scu-web-components 1.3.3 → 1.3.5

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 (46) hide show
  1. package/dist/docs/components/manifest.json +18 -18
  2. package/dist/docs/config.json +5 -5
  3. package/dist/scw-components.js +133 -133
  4. package/dist/scw-components.js.gz +0 -0
  5. package/dist/scw.js +133 -133
  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-chat-spanish.js +1 -0
  24. package/dist/tokens/source/assets/icon-chat-spanish.js.gz +0 -0
  25. package/dist/tokens/source/assets/icon-chat-spanish.svg +1 -0
  26. package/dist/tokens/source/assets/icon-chat-spanish.svg.gz +0 -0
  27. package/dist/tokens/source/assets/icon-clipboard-calculator.js +1 -1
  28. package/dist/tokens/source/assets/icon-clipboard-calculator.js.gz +0 -0
  29. package/dist/tokens/source/assets/icon-clipboard-calculator.svg +1 -1
  30. package/dist/tokens/source/assets/icon-clipboard-calculator.svg.gz +0 -0
  31. package/dist/tokens/source/assets/svgs.js +2 -0
  32. package/dist/tokens/source/assets/svgs.js.gz +0 -0
  33. package/dist/tokens/source/assets/svgsSSR.js +3 -0
  34. package/dist/tokens/source/assets/svgsSSR.js.gz +0 -0
  35. package/dist/tokens/source/jsCss.js +1 -1
  36. package/dist/tokens/source/jsCss.js.gz +0 -0
  37. package/dist/tokens/source/jsCssGenerator.js +2 -2
  38. package/dist/tokens/source/jsCssGenerator.js.gz +0 -0
  39. package/dist/tokens/source/jsCssGeneratorSansAssets.js +2 -2
  40. package/dist/tokens/source/jsCssGeneratorSansAssets.js.gz +0 -0
  41. package/dist/tokens/source/tokens.json +25 -5
  42. package/dist/tokens/source/tokens.json.gz +0 -0
  43. package/dist-node/scw-components.js +164 -164
  44. package/dist-node/scw.js +164 -164
  45. package/package.json +1 -1
  46. package/scripts/publish/releaseNotes.mjs +10 -0
@@ -11,12 +11,6 @@
11
11
  "tagName": "scw-alert",
12
12
  "category": "interactive"
13
13
  },
14
- {
15
- "name": "ScwButton",
16
- "fileName": "ScwButton.json",
17
- "tagName": "scw-button",
18
- "category": "interactive"
19
- },
20
14
  {
21
15
  "name": "ScwBlock",
22
16
  "fileName": "ScwBlock.json",
@@ -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",
@@ -179,18 +179,18 @@
179
179
  "tagName": "scw-layout-component",
180
180
  "category": "layouts"
181
181
  },
182
- {
183
- "name": "ScwLinkBase",
184
- "fileName": "ScwLinkBase.json",
185
- "tagName": "scw-link-base",
186
- "category": "interactive"
187
- },
188
182
  {
189
183
  "name": "ScwLink",
190
184
  "fileName": "ScwLink.json",
191
185
  "tagName": "scw-link",
192
186
  "category": "interactive"
193
187
  },
188
+ {
189
+ "name": "ScwLinkBase",
190
+ "fileName": "ScwLinkBase.json",
191
+ "tagName": "scw-link-base",
192
+ "category": "interactive"
193
+ },
194
194
  {
195
195
  "name": "ScwMenu",
196
196
  "fileName": "ScwMenu.json",
@@ -227,18 +227,18 @@
227
227
  "tagName": "scw-option",
228
228
  "category": "form"
229
229
  },
230
- {
231
- "name": "ScwPaneComponent",
232
- "fileName": "ScwPaneComponent.json",
233
- "tagName": "scw-pane-component",
234
- "category": "layouts"
235
- },
236
230
  {
237
231
  "name": "ScwPageAlert",
238
232
  "fileName": "ScwPageAlert.json",
239
233
  "tagName": "scw-page-alert",
240
234
  "category": "interactive"
241
235
  },
236
+ {
237
+ "name": "ScwPaneComponent",
238
+ "fileName": "ScwPaneComponent.json",
239
+ "tagName": "scw-pane-component",
240
+ "category": "layouts"
241
+ },
242
242
  {
243
243
  "name": "ScwProductCard",
244
244
  "fileName": "ScwProductCard.json",
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "title": "Summit Credit Union Web Design System (SCW)",
3
- "version": "1.3.3",
3
+ "version": "1.3.5",
4
4
  "navigation": [
5
5
  {
6
6
  "id": "tokens",
7
7
  "title": "Component SASS",
8
- "url": "../tokens/tokens.html?1.3.3"
8
+ "url": "../tokens/tokens.html?1.3.5"
9
9
  },
10
10
  {
11
11
  "id": "css",
12
12
  "title": "CSS",
13
- "url": "../tokens/css.html?clipboardType=classes&1.3.3"
13
+ "url": "../tokens/css.html?clipboardType=classes&1.3.5"
14
14
  }
15
15
  ],
16
- "moduleEmbed": "const scw = await import('../scw.js?1750695583260'); scw.defineComponents();",
17
- "cssLink": "../scw.css?1750695583260",
16
+ "moduleEmbed": "const scw = await import('../scw.js?1751897147545'); scw.defineComponents();",
17
+ "cssLink": "../scw.css?1751897147545",
18
18
  "documents": [
19
19
  {
20
20
  "title": "Install",