@epa-wg/custom-element-dist 0.0.35 → 0.0.36

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 (100) hide show
  1. package/.claude/settings.local.json +4 -1
  2. package/.storybook/preview.ts +7 -1
  3. package/.yarn/install-state.gz +0 -0
  4. package/README.md +5 -5
  5. package/coverage/coverage-final.json +3 -3
  6. package/coverage/index.html +14 -14
  7. package/coverage/src/custom-element/coverage.svg +1 -1
  8. package/coverage/src/custom-element/custom-element.js/coverage.svg +1 -1
  9. package/coverage/src/custom-element/custom-element.js.html +171 -162
  10. package/coverage/src/custom-element/http-request.js.html +10 -10
  11. package/coverage/src/custom-element/index.html +14 -14
  12. package/coverage/src/custom-element/local-storage.js.html +1 -1
  13. package/coverage/src/custom-element/location-element.js.html +1 -1
  14. package/coverage/src/custom-element/module-url.js.html +1 -1
  15. package/coverage/src/index.html +1 -1
  16. package/coverage/src/material/theme/colors.js.html +1 -1
  17. package/coverage/src/material/theme/index.html +1 -1
  18. package/coverage/src/mocks/handlers.ts.html +1 -1
  19. package/coverage/src/mocks/index.html +1 -1
  20. package/coverage/src/stories/frame.canvas.ts.html +1 -1
  21. package/coverage/src/stories/http-request.stories.ts.html +6 -3
  22. package/coverage/src/stories/index.html +1 -1
  23. package/coverage/src/stories/testStoryBook.ts.html +1 -1
  24. package/coverage/src/sum.ts.html +1 -1
  25. package/dist/{custom-element-BzDjIYMe.js → custom-element-BqBcmDiN.js} +5 -2
  26. package/dist/custom-element-bundle.cjs +1 -1
  27. package/dist/custom-element-bundle.js +2 -2
  28. package/dist/{custom-element-Bssk9jRy.cjs → custom-element-jpOyXHF6.cjs} +1 -1
  29. package/dist/demo/for-each.html +213 -0
  30. package/package.json +4 -4
  31. package/public/demo/for-each.html +213 -0
  32. package/src/custom-element/custom-element.js +3 -0
  33. package/src/custom-element/demo/for-each.html +213 -0
  34. package/src/custom-element/ide/web-types-dce.json +1 -1
  35. package/src/custom-element/ide/web-types-xsl.json +1 -1
  36. package/src/custom-element/index.html +2 -1
  37. package/src/mocks/versions.mock.ts +1 -1
  38. package/src/stories/__screenshots__/http-request.test.ts/http-request-http-request-headers-and-response-status-and-headers-1.png +0 -0
  39. package/src/stories/__screenshots__/http-request.test.ts/http-request-http-request-with-delayed--5-seconds-response-1.png +0 -0
  40. package/src/stories/__screenshots__/http-request.test.ts/http-request-http-request-with-error-1.png +0 -0
  41. package/src/stories/__screenshots__/http-request.test.ts/http-request-url-and-slice-1.png +0 -0
  42. package/src/stories/__screenshots__/http-request.test.ts/http-request-url-change-1.png +0 -0
  43. package/src/stories/__screenshots__/slots.test.stories.ts/slots-slots-TemplateWithAttributesAndCondition-1.png +0 -0
  44. package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-BooleanAndCondition-1.png +0 -0
  45. package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-BooleanOrCondition-1.png +0 -0
  46. package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-ChooseNoAttribute-1.png +0 -0
  47. package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-ChooseOtherwise-1.png +0 -0
  48. package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-ChooseSecondWhen-1.png +0 -0
  49. package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-ChooseWhenOtherwise-1.png +0 -0
  50. package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-IfFalse-1.png +0 -0
  51. package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-IfNotExists-1.png +0 -0
  52. package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-IfTrue-1.png +0 -0
  53. package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-MultipleIfOrderingIssue-1.png +0 -0
  54. package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-MultipleInstances-1.png +0 -0
  55. package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-NestedConditions-1.png +0 -0
  56. package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-NestedConditionsInactive-1.png +0 -0
  57. package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-NumericComparison-1.png +0 -0
  58. package/src/stories/__screenshots__/xslt-conditionals.test.stories.ts/xslt-conditionals-xslt-conditionals-NumericComparisonLow-1.png +0 -0
  59. package/src/stories/__screenshots__/xslt-for-each.test.stories.ts/xslt-for-each-xslt-for-each-MultipleIfOrderingIssue-1.png +0 -0
  60. package/src/stories/__screenshots__/xslt-if.test.stories.ts/xslt-if-xslt-if-MultipleIfOrderingIssue-1.png +0 -0
  61. package/src/stories/attributes.test.stories.ts +2 -0
  62. package/src/stories/dom-merge.test.stories.ts +1 -0
  63. package/src/stories/external-template.test.stories.ts +5 -3
  64. package/src/stories/http-request.stories.ts +2 -1
  65. package/src/stories/module-url.test.stories.ts +1 -0
  66. package/src/stories/slice-events.test.stories.ts +3 -0
  67. package/src/stories/xslt-for-each.test.stories.ts +99 -1
  68. package/storybook-static/assets/{Color-F6OSRLHC-DeDlDLjU.js → Color-F6OSRLHC-D1CN2nnQ.js} +1 -1
  69. package/storybook-static/assets/{Configure-CH_tIP5N.js → Configure-BD0b2x9E.js} +1 -1
  70. package/storybook-static/assets/{DocsRenderer-CFRXHY34-Bc9EPsUI.js → DocsRenderer-CFRXHY34-VjrP5Ir6.js} +2 -2
  71. package/storybook-static/assets/{attributes.test.stories-BtamFQkF.js → attributes.test.stories-CrDC-RXf.js} +4 -3
  72. package/storybook-static/assets/{css.test.stories-BfNxLgwr.js → css.test.stories-ChWnZJwa.js} +1 -1
  73. package/storybook-static/assets/{custom-element-CnmjNo0g.js → custom-element-wuk8gYiP.js} +1 -1
  74. package/storybook-static/assets/{dom-merge.test.stories-DxnitrLK.js → dom-merge.test.stories-DkarPqD_.js} +2 -2
  75. package/storybook-static/assets/{external-template.test.stories-BTsww7B0.js → external-template.test.stories-DCboR8sG.js} +17 -16
  76. package/storybook-static/assets/{form.test.stories-DNJFtPJb.js → form.test.stories-BjeeUu0b.js} +1 -1
  77. package/storybook-static/assets/handlers-B8a2v6Dv.js +291 -0
  78. package/storybook-static/assets/{http-request.stories-DgrBNle8.js → http-request.stories-Boz_yWek.js} +2 -2
  79. package/storybook-static/assets/{iframe-DiVWehoI.js → iframe-BN389ZL5.js} +2 -2
  80. package/storybook-static/assets/{index-w6iX3YlR.js → index-C4PGem3Z.js} +3 -3
  81. package/storybook-static/assets/{index-CdEbhcV9.js → index-PzQAcTTK.js} +1 -1
  82. package/storybook-static/assets/{local-storage.test.stories-Hwq80yUr.js → local-storage.test.stories-DLMK0p2s.js} +1 -1
  83. package/storybook-static/assets/{location-element.test.stories-mEhZzm7x.js → location-element.test.stories-BroqoLMS.js} +1 -1
  84. package/storybook-static/assets/{module-url.test.stories-Bj46iT0V.js → module-url.test.stories-B-0dibET.js} +2 -2
  85. package/storybook-static/assets/preview-DXd5xnQg.js +50 -0
  86. package/storybook-static/assets/{preview-BjbXcJci.js → preview-idY559eZ.js} +2 -2
  87. package/storybook-static/assets/{set-url.test.stories-hzxLcqmm.js → set-url.test.stories-Dhq4YQyr.js} +1 -1
  88. package/storybook-static/assets/{slice-events.test.stories-DVyXFRU1.js → slice-events.test.stories-BZJGIFku.js} +17 -15
  89. package/storybook-static/assets/{slots.test.stories-CS544nS4.js → slots.test.stories-DKivHwZH.js} +1 -1
  90. package/storybook-static/assets/{version-select.test.stories-D36nfYBq.js → version-select.test.stories-Dntyd7qb.js} +1 -1
  91. package/storybook-static/assets/{xslt-conditionals.test.stories-BS1PTIHe.js → xslt-conditionals.test.stories-Iq5iQNRj.js} +1 -1
  92. package/storybook-static/assets/{xslt-for-each.test.stories-CtPS20RK.js → xslt-for-each.test.stories-BMygBmj8.js} +132 -12
  93. package/storybook-static/assets/{xslt-if.test.stories-DcHrAMSY.js → xslt-if.test.stories-CVrFWdAX.js} +1 -1
  94. package/storybook-static/demo/for-each.html +213 -0
  95. package/storybook-static/iframe.html +1 -1
  96. package/storybook-static/index.json +1 -1
  97. package/storybook-static/project.json +1 -1
  98. package/vite.config.js +2 -1
  99. package/storybook-static/assets/handlers-Dvg8CAeR.js +0 -470
  100. package/storybook-static/assets/preview-CfuT8gak.js +0 -50
@@ -12,7 +12,10 @@
12
12
  "WebFetch(domain:material.angular.dev)",
13
13
  "Bash(cat:*)",
14
14
  "Bash(git checkout:*)",
15
- "Bash(npm test:*)"
15
+ "Bash(npm test:*)",
16
+ "Bash(yarn test:*)",
17
+ "Bash(node:*)",
18
+ "Bash(echo:*)"
16
19
  ]
17
20
  }
18
21
  }
@@ -2,7 +2,13 @@ import {initialize, mswLoader} from 'msw-storybook-addon';
2
2
 
3
3
  import {handlers} from "../src/mocks/handlers";
4
4
 
5
- initialize({onUnhandledRequest: 'bypass'});// SB
5
+ initialize({
6
+ onUnhandledRequest: 'bypass',
7
+ serviceWorker: {
8
+ url: './mockServiceWorker.js',
9
+ },
10
+ quiet: true, // Suppress MSW warnings in console
11
+ });// SB
6
12
 
7
13
  const preview = {
8
14
  parameters: {
Binary file
package/README.md CHANGED
@@ -27,8 +27,8 @@ CDN version of StoryBook.
27
27
  [github-image]: https://cdnjs.cloudflare.com/ajax/libs/octicons/8.5.0/svg/mark-github.svg
28
28
  [npm-image]: https://img.shields.io/npm/v/@epa-wg/custom-element-dist.svg
29
29
  [npm-url]: https://npmjs.org/package/@epa-wg/custom-element-dist
30
- [coverage-image]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.35/coverage/src/custom-element/coverage.svg
31
- [coverage-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.35/coverage/src/custom-element/index.html
32
- [sb-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.35/storybook-static/index.html
33
- [bundle-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.35/dist/custom-element-bundle.js
34
- [cem-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.35/src/material/components.html
30
+ [coverage-image]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.36/coverage/src/custom-element/coverage.svg
31
+ [coverage-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.36/coverage/src/custom-element/index.html
32
+ [sb-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.36/storybook-static/index.html
33
+ [bundle-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.36/dist/custom-element-bundle.js
34
+ [cem-url]: https://unpkg.com/@epa-wg/custom-element-dist@0.0.36/src/material/components.html