scu-web-components 0.0.117 → 0.0.119

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 (35) hide show
  1. package/dist/docs/components/ScwMobileNav.json +1 -1
  2. package/dist/docs/components/manifest.json +24 -24
  3. package/dist/docs/config.json +5 -5
  4. package/dist/scw-components.js +12 -22
  5. package/dist/scw-components.js.gz +0 -0
  6. package/dist/scw.js +12 -22
  7. package/dist/scw.js.gz +0 -0
  8. package/dist/tokens/source/assets/graphic-apple-app-store.js +1 -1
  9. package/dist/tokens/source/assets/graphic-apple-app-store.js.gz +0 -0
  10. package/dist/tokens/source/assets/graphic-apple-app-store.svg +1 -1
  11. package/dist/tokens/source/assets/graphic-apple-app-store.svg.gz +0 -0
  12. package/dist/tokens/source/assets/graphic-ehl.js +1 -1
  13. package/dist/tokens/source/assets/graphic-ehl.js.gz +0 -0
  14. package/dist/tokens/source/assets/graphic-ehl.svg +1 -1
  15. package/dist/tokens/source/assets/graphic-ehl.svg.gz +0 -0
  16. package/dist/tokens/source/assets/graphic-google-play-store.js +1 -1
  17. package/dist/tokens/source/assets/graphic-google-play-store.js.gz +0 -0
  18. package/dist/tokens/source/assets/graphic-google-play-store.svg +1 -1
  19. package/dist/tokens/source/assets/graphic-google-play-store.svg.gz +0 -0
  20. package/dist/tokens/source/assets/graphic-logo.js +1 -1
  21. package/dist/tokens/source/assets/graphic-logo.js.gz +0 -0
  22. package/dist/tokens/source/assets/graphic-logo.svg +1 -1
  23. package/dist/tokens/source/assets/graphic-logo.svg.gz +0 -0
  24. package/dist/tokens/source/jsCss.js +1 -1
  25. package/dist/tokens/source/jsCss.js.gz +0 -0
  26. package/dist/tokens/source/jsCssGenerator.js +1 -1
  27. package/dist/tokens/source/jsCssGenerator.js.gz +0 -0
  28. package/dist/tokens/source/jsCssGeneratorSansAssets.js +1 -1
  29. package/dist/tokens/source/jsCssGeneratorSansAssets.js.gz +0 -0
  30. package/dist/tokens/source/tokens.json +4 -4
  31. package/dist/tokens/source/tokens.json.gz +0 -0
  32. package/dist-node/scw-components.js +65 -75
  33. package/dist-node/scw.js +12 -22
  34. package/package.json +1 -1
  35. package/scripts/publish/releaseNotes.mjs +10 -0
@@ -434,7 +434,7 @@
434
434
  {
435
435
  "title": "Default",
436
436
  "description": "Default mobile navigation. Main nav is made up of nested\n scw-mobile-nav and scw-mobile-nav-item. secondary slot is for the \n secondary navigation and should be made out of scw-mobile-item with the\n plain attribute. header-nav slot is used for the top navigation and uses\n the scw-mobile-top element. When search is submitted the scw-search\n event is fired. Adding the custom-button attribute alows you to use\n your own button styling for the toggle button instead of the default \n hamburger with the toggle slot.",
437
- "code": "<scw-mobile-nav\n footer-link=\"#\"\n footer-link-label=\"First\"\n secondary-footer-link=\"#\"\n secondary-footer-link-label=\"second\">\n <scw-mobile-item aria-label=\"Checking\">\n <scw-mobile-nav>\n <scw-mobile-item href=\"#\" aria-label=\"One\"></scw-mobile-item>\n <scw-mobile-item aria-label=\"Two\">\n <scw-mobile-nav>\n <scw-mobile-item aria-label=\"Auto\"></scw-mobile-item>\n <scw-mobile-item aria-label=\"Credit Card\"></scw-mobile-item>\n <scw-mobile-item aria-label=\"Savings\"></scw-mobile-item>\n </scw-mobile-nav>\n </scw-mobile-item>\n\n <scw-mobile-item aria-label=\"Three\"></scw-mobile-item>\n\n </scw-mobile-nav></scw-mobile-item>\n <scw-mobile-item aria-label=\"Saving\"></scw-mobile-item>\n\n <scw-mobile-item aria-label=\"Auto\"></scw-mobile-item>\n <scw-mobile-item aria-label=\"Credit Card\"></scw-mobile-item>\n <scw-mobile-item aria-label=\"Savings\"></scw-mobile-item>\n\n <scw-mobile-top slot=\"header-nav\" aria-label=\"Personal\" href=\"#\" active>\n </scw-mobile-top>\n <scw-mobile-top slot=\"header-nav\" aria-label=\"Business\" href=\"#\">\n </scw-mobile-top>\n <scw-mobile-item plain slot=\"secondary\" aria-label=\"checking\">\n </scw-mobile-item>\n \n\n\n </scw-mobile-nav>"
437
+ "code": "<scw-mobile-nav\n footer-link=\"#\"\n footer-link-label=\"First\"\n secondary-footer-link=\"#\"\n secondary-footer-link-label=\"second\">\n <scw-mobile-item aria-label=\"Checking\">\n <scw-mobile-nav inner>\n <scw-mobile-item href=\"#\" aria-label=\"One\"></scw-mobile-item>\n <scw-mobile-item aria-label=\"Two\">\n <scw-mobile-nav inner>\n <scw-mobile-item aria-label=\"Auto\"></scw-mobile-item>\n <scw-mobile-item aria-label=\"Credit Card\"></scw-mobile-item>\n <scw-mobile-item aria-label=\"Savings\"></scw-mobile-item>\n </scw-mobile-nav>\n </scw-mobile-item>\n\n <scw-mobile-item aria-label=\"Three\"></scw-mobile-item>\n\n </scw-mobile-nav></scw-mobile-item>\n <scw-mobile-item aria-label=\"Saving\"></scw-mobile-item>\n\n <scw-mobile-item aria-label=\"Auto\"></scw-mobile-item>\n <scw-mobile-item aria-label=\"Credit Card\"></scw-mobile-item>\n <scw-mobile-item aria-label=\"Savings\"></scw-mobile-item>\n\n <scw-mobile-top slot=\"header-nav\" aria-label=\"Personal\" href=\"#\" active>\n </scw-mobile-top>\n <scw-mobile-top slot=\"header-nav\" aria-label=\"Business\" href=\"#\">\n </scw-mobile-top>\n <scw-mobile-item plain slot=\"secondary\" aria-label=\"checking\">\n </scw-mobile-item>\n \n\n\n </scw-mobile-nav>"
438
438
  }
439
439
  ]
440
440
  }
@@ -155,18 +155,18 @@
155
155
  "tagName": "scw-horizontal-nav-panel",
156
156
  "category": "interactive"
157
157
  },
158
- {
159
- "name": "ScwImage",
160
- "fileName": "ScwImage.json",
161
- "tagName": "scw-image",
162
- "category": "interactive"
163
- },
164
158
  {
165
159
  "name": "ScwIconFeature",
166
160
  "fileName": "ScwIconFeature.json",
167
161
  "tagName": "scw-icon-feature",
168
162
  "category": "interactive"
169
163
  },
164
+ {
165
+ "name": "ScwImage",
166
+ "fileName": "ScwImage.json",
167
+ "tagName": "scw-image",
168
+ "category": "interactive"
169
+ },
170
170
  {
171
171
  "name": "ScwInput",
172
172
  "fileName": "ScwInput.json",
@@ -263,18 +263,18 @@
263
263
  "tagName": "scw-radio-group",
264
264
  "category": "form"
265
265
  },
266
- {
267
- "name": "ScwRichText",
268
- "fileName": "ScwRichText.json",
269
- "tagName": "scw-rich-text",
270
- "category": "content"
271
- },
272
266
  {
273
267
  "name": "ScwRateTable",
274
268
  "fileName": "ScwRateTable.json",
275
269
  "tagName": "scw-rate-table",
276
270
  "category": "interactive"
277
271
  },
272
+ {
273
+ "name": "ScwRichText",
274
+ "fileName": "ScwRichText.json",
275
+ "tagName": "scw-rich-text",
276
+ "category": "content"
277
+ },
278
278
  {
279
279
  "name": "ScwRateTableGroup",
280
280
  "fileName": "ScwRateTableGroup.json",
@@ -287,18 +287,18 @@
287
287
  "tagName": "scw-select",
288
288
  "category": "form"
289
289
  },
290
- {
291
- "name": "ScwStackComponent",
292
- "fileName": "ScwStackComponent.json",
293
- "tagName": "scw-stack-component",
294
- "category": "layouts"
295
- },
296
290
  {
297
291
  "name": "ScwSlider",
298
292
  "fileName": "ScwSlider.json",
299
293
  "tagName": "scw-slider",
300
294
  "category": "interactive"
301
295
  },
296
+ {
297
+ "name": "ScwStackComponent",
298
+ "fileName": "ScwStackComponent.json",
299
+ "tagName": "scw-stack-component",
300
+ "category": "layouts"
301
+ },
302
302
  {
303
303
  "name": "ScwStepper",
304
304
  "fileName": "ScwStepper.json",
@@ -311,18 +311,18 @@
311
311
  "tagName": "scw-table",
312
312
  "category": "interactive"
313
313
  },
314
- {
315
- "name": "ScwTableRow",
316
- "fileName": "ScwTableRow.json",
317
- "tagName": "scw-table-row",
318
- "category": "interactive"
319
- },
320
314
  {
321
315
  "name": "ScwTableCell",
322
316
  "fileName": "ScwTableCell.json",
323
317
  "tagName": "scw-table-cell",
324
318
  "category": "interactive"
325
319
  },
320
+ {
321
+ "name": "ScwTableRow",
322
+ "fileName": "ScwTableRow.json",
323
+ "tagName": "scw-table-row",
324
+ "category": "interactive"
325
+ },
326
326
  {
327
327
  "name": "ScwTag",
328
328
  "fileName": "ScwTag.json",
@@ -1,20 +1,20 @@
1
1
  {
2
2
  "title": "Summit Credit Union Web Design System (SCW)",
3
- "version": "0.0.117",
3
+ "version": "0.0.119",
4
4
  "navigation": [
5
5
  {
6
6
  "id": "tokens",
7
7
  "title": "Component SASS",
8
- "url": "../tokens/tokens.html?0.0.117"
8
+ "url": "../tokens/tokens.html?0.0.119"
9
9
  },
10
10
  {
11
11
  "id": "css",
12
12
  "title": "CSS",
13
- "url": "../tokens/css.html?clipboardType=classes&0.0.117"
13
+ "url": "../tokens/css.html?clipboardType=classes&0.0.119"
14
14
  }
15
15
  ],
16
- "moduleEmbed": "const scw = await import('../scw.js?1717699258008'); scw.defineComponents();",
17
- "cssLink": "../scw.css?1717699258008",
16
+ "moduleEmbed": "const scw = await import('../scw.js?1719843368368'); scw.defineComponents();",
17
+ "cssLink": "../scw.css?1719843368368",
18
18
  "documents": [
19
19
  {
20
20
  "title": "Install",