@epa-wg/custom-element-dist 0.0.36 → 0.0.38
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/.ai/mcp/mcp.json +0 -0
- package/.yarn/install-state.gz +0 -0
- package/AGENTS.md +1 -0
- package/CLAUDE.md +89 -0
- package/README.md +5 -5
- package/bin/postinstall.sh +12 -9
- package/coverage/coverage-final.json +4 -4
- package/coverage/index.html +25 -25
- package/coverage/src/custom-element/coverage.svg +1 -1
- package/coverage/src/custom-element/custom-element.js/coverage.svg +1 -1
- package/coverage/src/custom-element/custom-element.js.html +175 -160
- package/coverage/src/custom-element/http-request.js.html +10 -10
- package/coverage/src/custom-element/index.html +14 -14
- package/coverage/src/custom-element/local-storage.js.html +1 -1
- package/coverage/src/custom-element/location-element.js.html +1 -1
- package/coverage/src/custom-element/module-url.js.html +1 -1
- package/coverage/src/index.html +1 -1
- package/coverage/src/material/theme/colors.js.html +1 -1
- package/coverage/src/material/theme/index.html +1 -1
- package/coverage/src/mocks/handlers.ts.html +1 -1
- package/coverage/src/mocks/index.html +1 -1
- package/coverage/src/stories/coverage.svg +1 -1
- package/coverage/src/stories/frame.canvas.ts/coverage.svg +1 -1
- package/coverage/src/stories/frame.canvas.ts.html +54 -12
- package/coverage/src/stories/http-request.stories.ts.html +1 -1
- package/coverage/src/stories/index.html +19 -19
- package/coverage/src/stories/testStoryBook.ts.html +7 -16
- package/coverage/src/sum.ts.html +1 -1
- package/dist/{custom-element-BqBcmDiN.js → custom-element-Cr_I3Xd-.js} +69 -65
- package/dist/custom-element-D5IF46oF.cjs +97 -0
- package/dist/custom-element-bundle.cjs +1 -1
- package/dist/custom-element-bundle.js +3 -3
- package/dist/demo/a.html +41 -64
- package/dist/demo/s.xslt +94 -350
- package/dist/{local-storage-DzmNKzgN.js → local-storage-w0k66UWM.js} +4 -4
- package/package.json +3 -2
- package/public/demo/a.html +41 -64
- package/public/demo/s.xslt +94 -350
- package/src/custom-element/custom-element.js +9 -4
- package/src/custom-element/demo/a.html +41 -64
- package/src/custom-element/demo/s.xslt +94 -350
- package/src/custom-element/ide/customData-dce.json +8 -8
- package/src/custom-element/ide/web-types-dce.json +8 -8
- package/src/custom-element/ide/web-types-xsl.json +1 -1
- package/src/material/components/action.html +77 -22
- package/src/material/components/autocomplete.html +7 -6
- package/src/material/components/badge.html +33 -34
- package/src/material/components/cem-theme-components.css +131 -0
- package/src/material/components/dropdown.html +27 -12
- package/src/material/components/icon-link.html +25 -18
- package/src/material/components/icon.html +15 -14
- package/src/material/components/input.html +27 -24
- package/src/material/components/menu.html +23 -18
- package/src/material/components.html +19 -18
- package/src/material/demo.css +24 -12
- package/src/material/index.html +15 -9
- package/src/material/theme/colors-native.html +32 -1
- package/src/material/theme/consumer-theme.css +0 -733
- package/src/material/theme/semantic.css +1 -85
- package/src/mocks/versions.mock.ts +1 -1
- package/src/stories/__screenshots__/http-request.test.ts/http-request-url-change-1.png +0 -0
- package/src/stories/__screenshots__/location-element.test.stories.ts/location-element-location-element-Demo-1.png +0 -0
- package/src/stories/frame.canvas.ts +17 -4
- package/src/stories/testStoryBook.ts +2 -5
- package/storybook-static/assets/{Color-F6OSRLHC-D1CN2nnQ.js → Color-F6OSRLHC-CGlEPECH.js} +1 -1
- package/storybook-static/assets/{Configure-BD0b2x9E.js → Configure-RleqRiQ0.js} +1 -1
- package/storybook-static/assets/{DocsRenderer-CFRXHY34-VjrP5Ir6.js → DocsRenderer-CFRXHY34-Bz2y61tp.js} +2 -2
- package/storybook-static/assets/{attributes.test.stories-CrDC-RXf.js → attributes.test.stories-Bs0zZtYO.js} +1 -1
- package/storybook-static/assets/{css.test.stories-ChWnZJwa.js → css.test.stories-CK4N9Fqq.js} +1 -1
- package/storybook-static/assets/custom-element-PxTx2W9y.js +97 -0
- package/storybook-static/assets/{dom-merge.test.stories-DkarPqD_.js → dom-merge.test.stories-DLFviA8F.js} +1 -1
- package/storybook-static/assets/{external-template.test.stories-DCboR8sG.js → external-template.test.stories-CqR1aaHv.js} +1 -1
- package/storybook-static/assets/{form.test.stories-BjeeUu0b.js → form.test.stories-Cinvg_DI.js} +1 -1
- package/storybook-static/assets/frame.canvas-BB4_DNn6.js +1 -0
- package/storybook-static/assets/handlers-CxSWbsdK.js +291 -0
- package/storybook-static/assets/{http-request.stories-Boz_yWek.js → http-request.stories-_1_UMvj-.js} +1 -1
- package/storybook-static/assets/{iframe-BN389ZL5.js → iframe-fXv0bS2C.js} +2 -2
- package/storybook-static/assets/{index-C4PGem3Z.js → index-Dm-gke4Y.js} +3 -3
- package/storybook-static/assets/{index-PzQAcTTK.js → index-DxjDM4Ny.js} +1 -1
- package/storybook-static/assets/{local-storage.test.stories-DLMK0p2s.js → local-storage.test.stories-M4WOSQC5.js} +1 -1
- package/storybook-static/assets/{location-element.test.stories-BroqoLMS.js → location-element.test.stories-Ce6Ma8hE.js} +1 -1
- package/storybook-static/assets/{module-url.test.stories-B-0dibET.js → module-url.test.stories-PwnZWqKL.js} +1 -1
- package/storybook-static/assets/{preview-idY559eZ.js → preview-Dq4-5PA5.js} +2 -2
- package/storybook-static/assets/{preview-DXd5xnQg.js → preview-kbHljohz.js} +1 -1
- package/storybook-static/assets/{set-url.test.stories-Dhq4YQyr.js → set-url.test.stories-BdNTYEwI.js} +1 -1
- package/storybook-static/assets/{slice-events.test.stories-BZJGIFku.js → slice-events.test.stories-BdvLtK0h.js} +1 -1
- package/storybook-static/assets/{slots.test.stories-DKivHwZH.js → slots.test.stories-CoTPvRog.js} +1 -1
- package/storybook-static/assets/{version-select.test.stories-Dntyd7qb.js → version-select.test.stories-hs-HsDVE.js} +1 -1
- package/storybook-static/assets/{xslt-conditionals.test.stories-Iq5iQNRj.js → xslt-conditionals.test.stories-C4oXVQWa.js} +1 -1
- package/storybook-static/assets/{xslt-for-each.test.stories-BMygBmj8.js → xslt-for-each.test.stories-Da4vCZe1.js} +1 -1
- package/storybook-static/assets/{xslt-if.test.stories-CVrFWdAX.js → xslt-if.test.stories-CMlnBGX2.js} +1 -1
- package/storybook-static/demo/a.html +41 -64
- package/storybook-static/demo/s.xslt +94 -350
- package/storybook-static/iframe.html +1 -1
- package/storybook-static/project.json +1 -1
- package/dist/custom-element-jpOyXHF6.cjs +0 -97
- package/storybook-static/assets/custom-element-wuk8gYiP.js +0 -97
- package/storybook-static/assets/frame.canvas-E5n9h6j1.js +0 -1
- package/storybook-static/assets/handlers-B8a2v6Dv.js +0 -291
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
<style>
|
|
7
7
|
|
|
8
8
|
figure>table {
|
|
9
|
+
background-color: lightgreen;
|
|
10
|
+
caption{ background-color: Canvas; color: CanvasText; }
|
|
9
11
|
tbody>tr {
|
|
10
12
|
background-image: repeating-linear-gradient(45deg, transparent, transparent 0.25em, grey 0.25em, green 0.5em);
|
|
11
13
|
td{ background-image: linear-gradient(to right, lightgreen, lightyellow); }
|
|
@@ -19,7 +21,36 @@
|
|
|
19
21
|
<figure class="table-container">
|
|
20
22
|
<figcaption><a href="https://developer.mozilla.org/en-US/docs/Web/CSS/system-color"> Native browser colors </a>
|
|
21
23
|
</figcaption>
|
|
22
|
-
<table class="dashed-diagonal-background" style="
|
|
24
|
+
<table class="dashed-diagonal-background" style="color-scheme: light;">
|
|
25
|
+
<caption>Light mode</caption>
|
|
26
|
+
<thead>
|
|
27
|
+
<tr>
|
|
28
|
+
<th>Sample</th><th>background </th><th>text color </th><th>Description</th>
|
|
29
|
+
</tr>
|
|
30
|
+
</thead>
|
|
31
|
+
<tbody>
|
|
32
|
+
<tr><td style="background-color: AccentColor; color:AccentColorText " >AccentColor </td><td><code>AccentColor </code></td><td><code> AccentColorText </code></td> <td>Background of accented user interface controls. </td> </tr>
|
|
33
|
+
<tr><td style="background-color: AccentColorText; color:AccentColor " >AccentColorText </td><td><code>AccentColorText </code></td><td><code> AccentColor </code></td><td>Text of accented user interface controls. </td></tr>
|
|
34
|
+
<tr><td style="background-color: ActiveText; color:Canvas " >ActiveText </td><td><code>ActiveText </code></td><td><code> Canvas </code></td><td>Text of active links. </td></tr>
|
|
35
|
+
<tr><td style="background-color: Highlight; color:HighlightText " >Highlight </td><td><code>Highlight </code></td><td><code> HighlightText </code></td><td>Background of selected items. </td></tr>
|
|
36
|
+
<tr><td style="background-color: LinkText; color:Canvas " >LinkText </td><td><code>LinkText </code></td><td><code> Canvas </code></td><td>Text of non-active, non-visited links. </td></tr>
|
|
37
|
+
<tr><td style="background-color: SelectedItem; color:SelectedItemText " >SelectedItem </td><td><code>SelectedItem </code></td><td><code> SelectedItemText </code></td><td>Background of selected items, for example, a selected checkbox. </td></tr>
|
|
38
|
+
<tr><td style="background-color: VisitedText; color:Canvas " >VisitedText </td><td><code>VisitedText </code></td><td><code> Canvas </code></td><td>Text of visited links. </td></tr>
|
|
39
|
+
<tr><td style="background-color: Mark; color:MarkText " >Mark </td><td><code>Mark </code></td><td><code> MarkText </code></td><td>Background of text that has been specially marked (such as by the HTML <code>mark</code> element). </td></tr>
|
|
40
|
+
<tr><td style="background-color: CanvasText; color:Canvas " >CanvasText </td><td><code>CanvasText </code></td><td><code> Canvas </code></td><td>Text color in application content or documents. </td></tr>
|
|
41
|
+
<tr><td style="background-color: ButtonText; color:Canvas " >ButtonText </td><td><code>ButtonText </code></td><td><code> Canvas </code></td><td>Text color of controls. </td></tr>
|
|
42
|
+
<tr><td style="background-color: FieldText; color:Canvas " >FieldText </td><td><code>FieldText </code></td><td><code> Canvas </code></td><td>Text in input fields. </td></tr>
|
|
43
|
+
<tr><td style="background-color: MarkText; color:Mark " >MarkText </td><td><code>MarkText </code></td><td><code> Mark </code></td><td>Text that has been specially marked (such as by the HTML <code>mark</code> element). </td></tr>
|
|
44
|
+
<tr><td style="background-color: ButtonBorder; color:Canvas " >ButtonBorder </td><td><code>ButtonBorder </code></td><td><code> Canvas </code></td><td>Base border color of controls. </td></tr>
|
|
45
|
+
<tr><td style="background-color: GrayText; color:ButtonFace " >GrayText </td><td><code>GrayText </code></td><td><code> ButtonFace </code></td><td>Text color for disabled items (for example, a disabled control). </td></tr>
|
|
46
|
+
<tr><td style="background-color: ButtonFace; color:CanvasText " >ButtonFace </td><td><code>ButtonFace </code></td><td><code> CanvasText </code></td><td>Background color of controls. </td></tr>
|
|
47
|
+
<tr><td style="background-color: Canvas; color:CanvasText " >Canvas </td><td><code>Canvas </code></td><td><code> CanvasText </code></td><td>Background of application content or documents. </td></tr>
|
|
48
|
+
<tr><td style="background-color: Field; color:CanvasText " >Field </td><td><code>Field </code></td><td><code> CanvasText </code></td><td>Background of input fields. </td></tr>
|
|
49
|
+
<tr><td style="background-color: HighlightText; color:Highlight " >HighlightText </td><td><code>HighlightText </code></td><td><code> Highlight </code></td><td>Text color of selected items. </td></tr>
|
|
50
|
+
<tr><td style="background-color: SelectedItemText; color:SelectedItem " >SelectedItemText</td><td><code>SelectedItemText</code></td><td><code> SelectedItem </code></td><td>Text of selected items. </td></tr>
|
|
51
|
+
</tbody></table>
|
|
52
|
+
<table class="dashed-diagonal-background" style="color-scheme: dark;">
|
|
53
|
+
<caption>Dark mode</caption>
|
|
23
54
|
<thead>
|
|
24
55
|
<tr>
|
|
25
56
|
<th>Sample</th><th>background </th><th>text color </th><th>Description</th>
|