@scouterna/ui-webc 2.0.0 → 2.1.0
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/dist/cjs/{index-D42maJcS.js → index-5z4HClQY.js} +7 -8
- package/dist/cjs/index-5z4HClQY.js.map +1 -0
- package/dist/cjs/loader.cjs.js +2 -2
- package/dist/cjs/scout-bottom-bar-item.cjs.entry.js +8 -2
- package/dist/cjs/scout-bottom-bar-item.entry.cjs.js.map +1 -1
- package/dist/cjs/scout-bottom-bar.cjs.entry.js +2 -2
- package/dist/cjs/scout-button.cjs.entry.js +18 -3
- package/dist/cjs/scout-button.entry.cjs.js.map +1 -1
- package/dist/cjs/scout-card.cjs.entry.js +2 -2
- package/dist/cjs/scout-checkbox.cjs.entry.js +2 -2
- package/dist/cjs/scout-divider.cjs.entry.js +19 -0
- package/dist/cjs/scout-divider.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-field.cjs.entry.js +2 -2
- package/dist/cjs/scout-input.cjs.entry.js +1 -1
- package/dist/cjs/scout-link.cjs.entry.js +64 -0
- package/dist/cjs/scout-link.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-list-view-item.cjs.entry.js +64 -0
- package/dist/cjs/scout-list-view-item.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-list-view.cjs.entry.js +21 -0
- package/dist/cjs/scout-list-view.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-loader.cjs.entry.js +73 -0
- package/dist/cjs/scout-loader.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-select.cjs.entry.js +60 -0
- package/dist/cjs/scout-select.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-stack.cjs.entry.js +39 -0
- package/dist/cjs/scout-stack.entry.cjs.js.map +1 -0
- package/dist/cjs/scout-switch.cjs.entry.js +2 -2
- package/dist/cjs/ui-webc.cjs.js +3 -3
- package/dist/cjs/ui-webc.cjs.js.map +1 -1
- package/dist/collection/collection-manifest.json +8 -1
- package/dist/collection/components/bottom-bar/bottom-bar.js +1 -1
- package/dist/collection/components/bottom-bar-item/bottom-bar-item.js +46 -2
- package/dist/collection/components/bottom-bar-item/bottom-bar-item.js.map +1 -1
- package/dist/collection/components/button/button.css +19 -17
- package/dist/collection/components/button/button.js +76 -4
- package/dist/collection/components/button/button.js.map +1 -1
- package/dist/collection/components/card/card.js +1 -1
- package/dist/collection/components/checkbox/checkbox.js +1 -1
- package/dist/collection/components/divider/divider.css +5 -0
- package/dist/collection/components/divider/divider.js +20 -0
- package/dist/collection/components/divider/divider.js.map +1 -0
- package/dist/collection/components/field/field.js +1 -1
- package/dist/collection/components/input/input.js +2 -2
- package/dist/collection/components/link/link.css +30 -0
- package/dist/collection/components/link/link.js +207 -0
- package/dist/collection/components/link/link.js.map +1 -0
- package/dist/collection/components/list-view/list-view.css +5 -0
- package/dist/collection/components/list-view/list-view.js +22 -0
- package/dist/collection/components/list-view/list-view.js.map +1 -0
- package/dist/collection/components/list-view-item/list-view-item.css +72 -0
- package/dist/collection/components/list-view-item/list-view-item.js +226 -0
- package/dist/collection/components/list-view-item/list-view-item.js.map +1 -0
- package/dist/collection/components/loader/loader.css +121 -0
- package/dist/collection/components/loader/loader.js +111 -0
- package/dist/collection/components/loader/loader.js.map +1 -0
- package/dist/collection/components/loader/symbols/adventurer.svg +22 -0
- package/dist/collection/components/loader/symbols/challenger.svg +22 -0
- package/dist/collection/components/loader/symbols/discoverer.svg +22 -0
- package/dist/collection/components/loader/symbols/family-scout.svg +22 -0
- package/dist/collection/components/loader/symbols/rover.svg +22 -0
- package/dist/collection/components/loader/symbols/tracker.svg +22 -0
- package/dist/collection/components/select/select.css +60 -0
- package/dist/collection/components/select/select.js +176 -0
- package/dist/collection/components/select/select.js.map +1 -0
- package/dist/collection/components/stack/stack.css +6 -0
- package/dist/collection/components/stack/stack.js +96 -0
- package/dist/collection/components/stack/stack.js.map +1 -0
- package/dist/collection/components/switch/switch.js +1 -1
- package/dist/components/index.js +1 -1
- package/dist/components/{p-MfRr-Vl1.js → p-S6Ssep7K.js} +7 -9
- package/dist/components/p-S6Ssep7K.js.map +1 -0
- package/dist/components/scout-bottom-bar-item.js +11 -3
- package/dist/components/scout-bottom-bar-item.js.map +1 -1
- package/dist/components/scout-bottom-bar.js +2 -2
- package/dist/components/scout-button.js +22 -4
- package/dist/components/scout-button.js.map +1 -1
- package/dist/components/scout-card.js +2 -2
- package/dist/components/scout-checkbox.js +3 -3
- package/dist/components/scout-divider.d.ts +11 -0
- package/dist/components/scout-divider.js +39 -0
- package/dist/components/scout-divider.js.map +1 -0
- package/dist/components/scout-field.js +3 -3
- package/dist/components/scout-input.js +2 -2
- package/dist/components/scout-link.d.ts +11 -0
- package/dist/components/scout-link.js +91 -0
- package/dist/components/scout-link.js.map +1 -0
- package/dist/components/scout-list-view-item.d.ts +11 -0
- package/dist/components/scout-list-view-item.js +92 -0
- package/dist/components/scout-list-view-item.js.map +1 -0
- package/dist/components/scout-list-view.d.ts +11 -0
- package/dist/components/scout-list-view.js +41 -0
- package/dist/components/scout-list-view.js.map +1 -0
- package/dist/components/scout-loader.d.ts +11 -0
- package/dist/components/scout-loader.js +96 -0
- package/dist/components/scout-loader.js.map +1 -0
- package/dist/components/scout-select.d.ts +11 -0
- package/dist/components/scout-select.js +84 -0
- package/dist/components/scout-select.js.map +1 -0
- package/dist/components/scout-stack.d.ts +11 -0
- package/dist/components/scout-stack.js +62 -0
- package/dist/components/scout-stack.js.map +1 -0
- package/dist/components/scout-switch.js +3 -3
- package/dist/custom-elements.json +1016 -66
- package/dist/esm/{index-DByXnE9g.js → index-BI7oh__S.js} +7 -9
- package/dist/esm/index-BI7oh__S.js.map +1 -0
- package/dist/esm/loader.js +3 -3
- package/dist/esm/scout-bottom-bar-item.entry.js +8 -2
- package/dist/esm/scout-bottom-bar-item.entry.js.map +1 -1
- package/dist/esm/scout-bottom-bar.entry.js +2 -2
- package/dist/esm/scout-button.entry.js +18 -3
- package/dist/esm/scout-button.entry.js.map +1 -1
- package/dist/esm/scout-card.entry.js +2 -2
- package/dist/esm/scout-checkbox.entry.js +2 -2
- package/dist/esm/scout-divider.entry.js +17 -0
- package/dist/esm/scout-divider.entry.js.map +1 -0
- package/dist/esm/scout-field.entry.js +2 -2
- package/dist/esm/scout-input.entry.js +1 -1
- package/dist/esm/scout-link.entry.js +62 -0
- package/dist/esm/scout-link.entry.js.map +1 -0
- package/dist/esm/scout-list-view-item.entry.js +62 -0
- package/dist/esm/scout-list-view-item.entry.js.map +1 -0
- package/dist/esm/scout-list-view.entry.js +19 -0
- package/dist/esm/scout-list-view.entry.js.map +1 -0
- package/dist/esm/scout-loader.entry.js +71 -0
- package/dist/esm/scout-loader.entry.js.map +1 -0
- package/dist/esm/scout-select.entry.js +58 -0
- package/dist/esm/scout-select.entry.js.map +1 -0
- package/dist/esm/scout-stack.entry.js +37 -0
- package/dist/esm/scout-stack.entry.js.map +1 -0
- package/dist/esm/scout-switch.entry.js +2 -2
- package/dist/esm/ui-webc.js +4 -4
- package/dist/esm/ui-webc.js.map +1 -1
- package/dist/types/components/bottom-bar-item/bottom-bar-item.d.ts +2 -0
- package/dist/types/components/button/button.d.ts +4 -1
- package/dist/types/components/divider/divider.d.ts +3 -0
- package/dist/types/components/link/link.d.ts +39 -0
- package/dist/types/components/list-view/list-view.d.ts +3 -0
- package/dist/types/components/list-view-item/list-view-item.d.ts +16 -0
- package/dist/types/components/loader/loader.d.ts +15 -0
- package/dist/types/components/select/select.d.ts +31 -0
- package/dist/types/components/stack/stack.d.ts +22 -0
- package/dist/types/components.d.ts +295 -2
- package/dist/types/stencil-public-runtime.d.ts +20 -11
- package/dist/ui-webc/p-15634492.entry.js +2 -0
- package/dist/ui-webc/p-15634492.entry.js.map +1 -0
- package/dist/ui-webc/{p-383736c1.entry.js → p-316eed06.entry.js} +2 -2
- package/dist/ui-webc/p-4064b941.entry.js +2 -0
- package/dist/ui-webc/{p-24632b65.entry.js.map → p-4064b941.entry.js.map} +1 -1
- package/dist/ui-webc/p-5e2c0abc.entry.js +2 -0
- package/dist/ui-webc/p-5e2c0abc.entry.js.map +1 -0
- package/dist/ui-webc/{p-9b7c270d.entry.js → p-662554f2.entry.js} +2 -2
- package/dist/ui-webc/p-72e5904f.entry.js +2 -0
- package/dist/ui-webc/p-72e5904f.entry.js.map +1 -0
- package/dist/ui-webc/p-939fb179.entry.js +2 -0
- package/dist/ui-webc/p-939fb179.entry.js.map +1 -0
- package/dist/ui-webc/p-93c5edd1.entry.js +2 -0
- package/dist/ui-webc/p-93c5edd1.entry.js.map +1 -0
- package/dist/ui-webc/p-9c2bb8d7.entry.js +2 -0
- package/dist/ui-webc/p-9c2bb8d7.entry.js.map +1 -0
- package/dist/ui-webc/p-BI7oh__S.js +3 -0
- package/dist/ui-webc/p-BI7oh__S.js.map +1 -0
- package/dist/ui-webc/{p-7245a55a.entry.js → p-b24cd5e8.entry.js} +2 -2
- package/dist/ui-webc/p-b7e542b2.entry.js +2 -0
- package/dist/ui-webc/p-b7e542b2.entry.js.map +1 -0
- package/dist/ui-webc/p-d0b4b8c4.entry.js +2 -0
- package/dist/ui-webc/p-df4ec2af.entry.js +2 -0
- package/dist/ui-webc/p-df4ec2af.entry.js.map +1 -0
- package/dist/ui-webc/{p-2b434594.entry.js → p-eb235f73.entry.js} +2 -2
- package/dist/ui-webc/p-f164c4f7.entry.js +2 -0
- package/dist/ui-webc/p-f164c4f7.entry.js.map +1 -0
- package/dist/ui-webc/scout-bottom-bar-item.entry.esm.js.map +1 -1
- package/dist/ui-webc/scout-button.entry.esm.js.map +1 -1
- package/dist/ui-webc/scout-divider.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-link.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-list-view-item.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-list-view.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-loader.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-select.entry.esm.js.map +1 -0
- package/dist/ui-webc/scout-stack.entry.esm.js.map +1 -0
- package/dist/ui-webc/ui-webc.css +2 -2
- package/dist/ui-webc/ui-webc.esm.js +1 -1
- package/dist/ui-webc/ui-webc.esm.js.map +1 -1
- package/package.json +9 -9
- package/dist/cjs/index-D42maJcS.js.map +0 -1
- package/dist/components/p-MfRr-Vl1.js.map +0 -1
- package/dist/esm/index-DByXnE9g.js.map +0 -1
- package/dist/ui-webc/p-24632b65.entry.js +0 -2
- package/dist/ui-webc/p-99329c64.entry.js +0 -2
- package/dist/ui-webc/p-99329c64.entry.js.map +0 -1
- package/dist/ui-webc/p-DByXnE9g.js +0 -3
- package/dist/ui-webc/p-DByXnE9g.js.map +0 -1
- package/dist/ui-webc/p-c0c3a4af.entry.js +0 -2
- package/dist/ui-webc/p-e7602729.entry.js +0 -2
- package/dist/ui-webc/p-e7602729.entry.js.map +0 -1
- /package/dist/ui-webc/{p-383736c1.entry.js.map → p-316eed06.entry.js.map} +0 -0
- /package/dist/ui-webc/{p-9b7c270d.entry.js.map → p-662554f2.entry.js.map} +0 -0
- /package/dist/ui-webc/{p-7245a55a.entry.js.map → p-b24cd5e8.entry.js.map} +0 -0
- /package/dist/ui-webc/{p-c0c3a4af.entry.js.map → p-d0b4b8c4.entry.js.map} +0 -0
- /package/dist/ui-webc/{p-2b434594.entry.js.map → p-eb235f73.entry.js.map} +0 -0
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="256"
|
|
6
|
+
height="256"
|
|
7
|
+
viewBox="0 0 256 256"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg1"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
|
12
|
+
<defs
|
|
13
|
+
id="defs1" />
|
|
14
|
+
<g
|
|
15
|
+
id="layer1"
|
|
16
|
+
transform="matrix(3.7795462,0,0,3.7795462,-309.88166,-355.78058)">
|
|
17
|
+
<path
|
|
18
|
+
style="fill:#000000;stroke-width:0.93246"
|
|
19
|
+
d="m 118.55047,159.36138 c -0.0253,-0.0568 -0.26269,-0.28033 -0.52766,-0.49679 -2.48879,-2.03302 -4.36617,-4.44337 -6.26315,-8.04123 -0.91769,-1.7405 -0.97404,-1.81473 -1.18358,-1.55911 -0.53675,0.65479 -1.49661,4.47395 -1.49981,5.96759 -0.003,1.1147 -0.62107,-0.25482 -1.08714,-2.40651 -0.32568,-1.50357 -0.3946,-4.14931 -0.14462,-5.55201 0.489,-2.74401 1.78034,-5.50431 3.68753,-7.88227 0.63141,-0.78727 0.70499,-0.8403 0.76386,-0.55061 0.23766,1.16925 0.85232,3.61992 1.08165,4.31247 0.55683,1.68167 1.29639,3.23493 2.30366,4.83832 0.89195,1.41979 2.31557,3.35195 2.46974,3.35195 0.086,0 1.53653,-4.05935 1.73587,-4.85822 0.0528,-0.21149 0.14446,-0.36635 0.20374,-0.34413 0.1806,0.0677 1.64844,2.02726 2.55771,3.41448 1.02181,1.55893 2.91957,5.30085 2.76618,5.45424 -0.0249,0.0248 -0.41275,-0.39632 -0.86211,-0.93583 -0.84072,-1.00944 -2.90706,-3.00584 -3.11113,-3.00584 -0.0631,0 -0.11477,0.30356 -0.11477,0.67457 0,0.37102 -0.12493,1.40538 -0.27763,2.29859 -0.30333,1.77425 -0.8486,3.21668 -1.73754,4.59642 -0.51438,0.79838 -0.6643,0.94103 -0.7608,0.72392 z m -18.52833,-1.95018 c -0.247555,-0.0634 -0.705778,-0.29253 -1.018268,-0.50909 -2.21441,-1.53459 -3.05041,-5.54006 -2.2376,-10.72087 0.24041,-1.53238 0.78937,-3.80789 1.09586,-4.5425 0.50425,-1.20859 0.76711,-1.79905 0.88858,-1.99595 0.07,-0.11356 0.34176,-0.57814 0.6038,-1.03239 0.672698,-1.16614 2.441458,-3.25415 3.816878,-4.50577 2.38286,-2.16839 4.8264,-3.83041 8.17843,-5.5627 3.18754,-1.64727 4.24309,-1.84681 6.1755,-1.16738 1.6698,0.5871 2.71071,1.73936 3.43519,3.80267 0.26584,0.75708 0.64805,1.84109 0.84937,2.4089 0.20133,0.56781 0.64527,1.5863 0.98653,2.2633 1.28469,2.54855 2.24949,3.60591 4.10492,4.49878 1.03302,0.4971 1.67135,0.68398 4.40486,1.28958 3.7288,0.82611 5.6206,3.30369 5.62396,7.36532 0.003,2.82342 -1.00236,6.06047 -2.15352,6.9385 -1.36143,1.03841 -4.74789,0.71685 -6.19217,-0.58797 -0.72658,-0.65642 -1.05451,-1.20817 -1.60642,-2.70276 -0.43929,-1.1896 -1.72602,-3.94208 -2.38093,-5.09311 -1.48243,-2.6054 -4.34784,-6.75521 -4.53511,-6.56793 -0.10575,0.10579 -1.94378,4.56531 -2.21196,5.3669 -0.083,0.24793 -0.21447,0.42958 -0.29223,0.40366 -0.2546,-0.0849 -1.28726,-1.88014 -1.70367,-2.96179 -0.69597,-1.80787 -0.7502,-2.09729 -0.8218,-4.38507 -0.0738,-2.35753 0.0664,-4.07402 0.53056,-6.49632 0.15027,-0.7843 0.24498,-1.45424 0.21046,-1.48877 -0.11475,-0.11475 -1.66272,0.74175 -2.56654,1.42008 -4.24338,3.18473 -7.18474,8.37121 -7.98256,14.07558 -0.2344,1.67589 -0.19937,4.45011 0.075,5.94325 0.30489,1.65906 0.1526,2.44221 -0.65287,3.35727 -0.82818,0.94087 -1.45131,1.20819 -2.93532,1.25929 -0.68138,0.0235 -1.44141,-0.009 -1.68897,-0.0727 z m 31.2512,-19.32076 c -3.53081,-1.56815 -3.50968,-6.69704 0.0439,-10.66667 0.99693,-1.11365 2.2096,-1.97207 3.57699,-2.53209 0.96771,-0.39633 1.24102,-0.44733 2.39977,-0.44781 1.06313,-4.3e-4 1.42655,0.056 1.94323,0.30201 0.87981,0.41881 1.64059,1.19938 2.1143,2.16933 0.36637,0.75014 0.40048,0.94501 0.39671,2.26606 -0.003,1.30189 -0.0488,1.55943 -0.45505,2.5948 -0.76527,1.95075 -1.23095,2.65892 -2.69222,4.09401 -0.9124,0.89606 -1.39602,1.24384 -2.47282,1.77824 -1.29367,0.64203 -1.38549,0.66596 -2.73616,0.71335 -1.22878,0.0431 -1.48468,0.0104 -2.11868,-0.27123 z m -36.703048,-1.55537 c -0.92869,-0.2966 -1.57617,-0.73287 -2.32688,-1.56784 -1.39181,-1.54803 -2.14381,-3.47913 -2.26403,-5.81388 -0.18357,-3.56525 1.16106,-6.46064 3.57194,-7.69145 0.65253,-0.33313 0.95591,-0.40207 1.76934,-0.40207 0.86244,0 1.09743,0.0608 1.93327,0.49999 3.564808,1.87326 4.987838,7.83917 2.870388,12.03381 -1.200698,2.37858 -3.501358,3.59702 -5.554028,2.94144 z m 27.375588,-9.39101 c -1.66864,-0.80512 -2.76592,-2.48746 -3.17878,-4.87366 -0.84724,-4.89687 2.3765,-10.51432 6.54727,-11.40879 2.51291,-0.53893 4.88204,1.32419 5.67594,4.46367 0.38361,1.51693 0.29399,4.06589 -0.1968,5.59692 -0.91397,2.85117 -2.63028,5.0691 -4.74317,6.12942 -0.67248,0.33747 -0.99936,0.40901 -2.03969,0.44641 -1.13345,0.0407 -1.30914,0.0106 -2.06477,-0.35397 z m -13.76516,-1.04608 c -2.27526,-0.55935 -3.92754,-2.53608 -4.844,-5.79524 -0.16499,-0.58673 -0.23282,-1.36407 -0.23423,-2.6842 -0.002,-1.65474 0.0404,-1.994 0.38496,-3.09716 0.46963,-1.5036 0.769,-2.10936 1.53058,-3.09716 0.78315,-1.01578 1.32203,-1.47281 2.24868,-1.90714 0.63654,-0.29835 0.9747,-0.36391 1.87757,-0.364 1.44098,-1.5e-4 2.40521,0.44618 3.58614,1.65998 0.98613,1.01359 1.54832,2.01962 2.07225,3.70832 0.33558,1.0816 0.38502,1.46602 0.38951,3.02833 0.005,1.95756 -0.13298,2.72213 -0.78606,4.33603 -0.90978,2.24828 -2.38997,3.70001 -4.29828,4.21562 -0.81471,0.22013 -1.01939,0.21977 -1.92712,-0.003 z"
|
|
20
|
+
id="path2" />
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="256"
|
|
6
|
+
height="256"
|
|
7
|
+
viewBox="0 0 256 256"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg1"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
|
12
|
+
<defs
|
|
13
|
+
id="defs1" />
|
|
14
|
+
<g
|
|
15
|
+
id="layer1"
|
|
16
|
+
transform="matrix(3.7795829,0,0,3.7795829,-309.88591,-379.60897)">
|
|
17
|
+
<path
|
|
18
|
+
style="fill:currentColor"
|
|
19
|
+
d="m 115.60411,165.73042 c -0.1299,-0.0351 -0.40902,-0.068 -0.62026,-0.0731 -0.97582,-0.0237 -3.82344,-1.61405 -5.96903,-3.33369 -0.98858,-0.79231 -2.70035,-2.4471 -3.52424,-3.4069 -2.42675,-2.82707 -4.0776,-5.92937 -4.8785,-9.16775 -0.27034,-1.09309 -0.35173,-2.19927 -0.35655,-4.84589 -0.005,-2.5016 0.0896,-3.41524 0.42143,-4.08927 0.48407,-0.9833 1.25684,-1.6316 2.25465,-1.89149 0.66145,-0.17229 2.09988,-0.15663 2.98892,0.0326 2.41325,0.5135 5.73567,2.24527 9.02198,4.70259 l 0.83423,0.62379 0.38606,-0.35225 c 1.7419,-1.58937 4.51919,-3.50325 6.52686,-4.49778 1.89876,-0.94057 3.01002,-1.22136 4.62136,-1.16772 0.95256,0.0317 1.01201,0.0439 1.58092,0.32511 1.68185,0.83121 2.44652,2.66448 2.55318,6.12112 0.10039,3.2534 -0.4963,5.92479 -1.98751,8.89819 -2.02532,4.03837 -5.74601,8.18344 -9.81943,10.93943 -1.14,0.7713 -1.63592,1.0302 -2.14459,1.1196 -0.57913,0.10179 -1.61828,0.13668 -1.88948,0.0634 z m -0.18124,-22.5003 c -0.34614,-0.51342 -1.57352,-2.571 -2.25464,-3.77971 -0.25034,-0.44424 -0.47787,-0.82175 -0.50562,-0.8389 -0.0277,-0.0172 -0.75895,0.14266 -1.62488,0.35514 -0.86594,0.21248 -1.68071,0.37742 -1.81061,0.36653 -0.22002,-0.0184 -0.29279,-0.12215 -1.0634,-1.51563 -0.45497,-0.82271 -0.86708,-1.56369 -0.91579,-1.64663 -0.0824,-0.14027 -0.19633,-0.084 -1.63418,0.80697 -1.65574,1.02599 -1.95223,1.13494 -2.09154,0.76855 -0.13532,-0.35591 -0.23609,-1.11024 -0.3586,-2.68438 -0.15083,-1.93794 -0.31334,-3.31305 -0.42656,-3.60939 -0.0471,-0.12324 -0.17525,-0.54293 -0.28482,-0.93263 -0.11563,-0.41125 -0.46009,-1.22952 -0.82093,-1.95015 -0.90007,-1.79749 -1.17667,-2.6346 -1.28864,-3.89997 -0.11583,-1.30897 -0.11285,-4.43737 0.006,-6.06208 0.14504,-1.98651 0.70621,-3.99157 1.68561,-6.02272 1.81138,-3.75657 5.06621,-6.90826 9.35908,-9.0625 0.77031,-0.38655 1.16694,-0.54235 1.38065,-0.54235 0.16492,0 0.41415,-0.0413 0.55383,-0.0918 0.20838,-0.0754 0.27508,-0.0707 0.37156,0.0257 0.1043,0.1043 0.0916,0.24592 -0.11262,1.25308 -0.81313,4.01065 -1.25006,7.57772 -1.08832,8.88504 0.18075,1.46094 1.10782,3.47316 2.22311,4.82528 l 0.17691,0.21447 1.4945,-2.87363 c 1.82675,-3.5125 1.56509,-3.35192 2.81553,-1.72792 2.19154,2.84625 4.22208,5.93707 5.76693,8.7782 2.80277,5.1546 3.24031,6.29474 3.16694,8.25234 -0.0327,0.87158 -0.0737,1.11123 -0.32353,1.88869 -0.43082,1.3408 -0.5961,2.25772 -0.80097,4.4434 -0.047,0.50172 -0.0609,0.53141 -0.24747,0.53141 -0.14107,0 -0.53158,-0.29293 -1.36438,-1.02347 -0.6417,-0.5629 -1.18194,-1.02346 -1.20052,-1.02346 -0.0186,0 -0.59747,0.88481 -1.28643,1.96624 -1.17919,1.85095 -1.26653,1.96636 -1.48936,1.96821 -0.16558,0.001 -0.50224,-0.17547 -1.12034,-0.5885 -0.486,-0.32475 -0.9109,-0.59004 -0.94422,-0.58953 -0.0333,5.2e-4 -0.28245,0.43451 -0.55363,0.96442 -0.27118,0.52992 -0.93561,1.72437 -1.47652,2.65433 -0.54091,0.92996 -1.0034,1.75366 -1.02777,1.83044 -0.031,0.0975 -0.12485,0.13959 -0.31162,0.13959 -0.23755,0 -0.30129,-0.0504 -0.57251,-0.45269 z m 0.79917,-13.14763 c 1.6821,-2.08908 2.35033,-3.77774 2.66406,-6.73228 l 0.0981,-0.92405 h 0.2144 c 0.36427,0 1.73349,1.09486 3.04463,2.43455 l 0.89197,0.91141 -0.56596,-1.14157 c -0.74928,-1.51134 -1.20443,-2.25608 -2.16249,-3.53837 -0.89909,-1.20337 -2.3978,-3.02597 -2.44742,-2.97635 -0.018,0.018 -0.55863,1.16344 -1.20144,2.54547 -1.37251,2.95084 -1.30455,2.88003 -1.93856,2.01991 -1.77739,-2.41129 -3.33921,-4.70772 -3.92152,-5.76603 -0.59743,-1.0858 -1.18544,-2.90564 -1.67625,-5.18782 -0.15432,-0.71759 -0.29175,-1.31588 -0.3054,-1.32953 -0.0431,-0.0431 -1.58698,1.64514 -2.18027,2.38411 -1.62487,2.02388 -2.82542,4.42642 -3.22593,6.45572 -0.0713,0.36136 -0.10778,1.09322 -0.10589,2.12567 0.002,1.33702 0.0299,1.69928 0.18223,2.40121 0.17849,0.82265 0.42942,1.64346 0.68592,2.24376 l 0.13457,0.31491 0.2909,-1.25965 c 0.56047,-2.42698 0.79455,-3.06332 1.57355,-4.27772 0.66556,-1.03754 0.47409,-1.21307 2.87712,2.63757 2.21039,3.54193 2.45816,3.86602 3.93363,5.14522 0.99613,0.86363 2.50105,2.03778 2.61711,2.0419 0.0523,0.002 0.28757,-0.23576 0.52291,-0.52804 z"
|
|
20
|
+
id="path7" />
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
|
2
|
+
<!-- Created with Inkscape (http://www.inkscape.org/) -->
|
|
3
|
+
|
|
4
|
+
<svg
|
|
5
|
+
width="256"
|
|
6
|
+
height="256"
|
|
7
|
+
viewBox="0 0 256 256"
|
|
8
|
+
version="1.1"
|
|
9
|
+
id="svg1"
|
|
10
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
11
|
+
xmlns:svg="http://www.w3.org/2000/svg">
|
|
12
|
+
<defs
|
|
13
|
+
id="defs1" />
|
|
14
|
+
<g
|
|
15
|
+
id="layer1"
|
|
16
|
+
transform="matrix(3.7795398,0,0,3.7795398,-309.88094,-379.60316)">
|
|
17
|
+
<path
|
|
18
|
+
style="fill:currentColor"
|
|
19
|
+
d="m 111.47635,165.716 c -0.0294,-0.0475 -0.13907,-0.0864 -0.24377,-0.0864 -0.44708,0 -0.63558,-0.8728 -0.36557,-1.69266 0.0856,-0.2598 0.35891,-0.93293 0.60745,-1.49584 0.32074,-0.72642 0.54831,-1.4119 0.7841,-2.36185 0.44034,-1.77403 0.72671,-3.28717 0.62861,-3.32152 -0.0425,-0.0149 -0.76779,-0.42882 -1.61184,-0.91989 l -1.53465,-0.89286 -0.42138,0.79575 c -1.24909,2.35884 -2.65459,4.55815 -3.45775,5.41065 -0.61029,0.64778 -1.06968,0.86679 -1.927,0.91868 -1.06494,0.0645 -1.39961,-0.20282 -1.39704,-1.11573 0.002,-0.61448 0.11116,-1.08 0.86077,-3.66172 0.5893,-2.0296 0.72906,-2.73114 0.9427,-4.73191 0.0902,-0.84436 0.17868,-1.64687 0.19671,-1.78335 0.0309,-0.23407 -0.005,-0.27394 -0.62954,-0.70267 -0.36427,-0.24999 -0.67949,-0.43734 -0.7005,-0.41634 -0.0898,0.0898 -0.52359,1.12578 -0.85686,2.04642 -0.37603,1.03873 -0.73488,2.28018 -0.95858,3.3162 -0.11896,0.55096 -0.14972,0.61014 -0.31709,0.61014 -0.20727,0 -0.2034,0.0142 -0.34309,-1.26034 -0.08,-0.72973 -0.33367,-1.63313 -0.58789,-2.09346 -0.11966,-0.21666 -0.12359,-0.18196 -0.077,0.67871 0.0283,0.52178 0.008,1.35833 -0.0472,1.96948 l -0.0964,1.06242 0.3931,0.3931 c 0.50944,0.50943 0.67882,1.03783 0.628,1.95903 -0.043,0.78022 -0.28011,1.29576 -0.81058,1.76269 -0.35774,0.3149 -0.92167,0.56699 -1.26839,0.56699 -0.098,0 -0.20004,0.0354 -0.2268,0.0787 -0.0594,0.0961 -0.43301,0.10558 -0.43301,0.011 0,-0.0373 -0.17472,-0.0884 -0.38826,-0.11374 -0.7926,-0.0939 -1.52705,-0.67787 -1.81271,-1.44134 -0.20367,-0.54436 -0.21602,-1.5722 -0.0245,-2.03802 0.18846,-0.45837 0.15467,-0.94103 -0.1709,-2.44058 -0.33209,-1.52966 -0.73286,-2.80011 -1.06819,-3.3862 -0.4533,-0.7923 -1.38931,-1.52081 -2.77045,-2.15631 -1.3672,-0.62907 -3.84357,-1.4258 -4.42574,-1.4239 -0.43826,0.001 -1.50352,0.38366 -2.16575,0.77708 -0.30002,0.17824 -0.61901,0.32407 -0.70886,0.32407 -0.25925,0 -0.20094,-0.36219 0.1515,-0.941 0.17013,-0.27939 0.29772,-0.51958 0.28354,-0.53376 -0.0142,-0.0142 -0.45886,0.0278 -0.9882,0.0934 -0.86665,0.1073 -0.97455,0.10703 -1.08429,-0.003 -0.0909,-0.0909 -0.0992,-0.14454 -0.0324,-0.21128 0.0492,-0.0492 0.0894,-0.1472 0.0894,-0.21783 0,-0.0706 0.25663,-0.31154 0.57029,-0.53535 l 0.57029,-0.40693 h -0.53655 c -0.36137,0 -0.57346,-0.0369 -0.64962,-0.11308 -0.0707,-0.0707 -0.0833,-0.13145 -0.0337,-0.1621 0.0436,-0.027 0.0793,-0.11463 0.0793,-0.19482 0,-0.17061 0.41705,-0.39101 1.19066,-0.62925 0.70906,-0.21836 1.11751,-0.64881 1.24453,-1.31156 0.34986,-1.82541 0.5958,-2.62641 1.15264,-3.75408 0.66861,-1.35401 1.68398,-2.61929 2.74406,-3.41947 0.26296,-0.19849 0.50798,-0.3868 0.54449,-0.41847 0.0365,-0.0317 -0.16861,-0.33593 -0.45583,-0.67613 -0.58556,-0.6936 -1.0812,-1.62393 -1.27325,-2.38994 -0.16932,-0.67537 -0.11091,-2.07431 0.12256,-2.93581 0.48433,-1.78707 1.55537,-3.59036 3.26685,-5.50031 0.71001,-0.79234 0.87066,-0.93256 1.06849,-0.93256 0.25757,0 0.24747,-0.0233 0.39245,0.90538 0.222,1.42197 0.50295,2.09555 1.3556,3.25004 0.91885,1.24411 1.54272,2.24473 2.00208,3.21112 0.45604,0.9594 0.81577,2.17655 0.81577,2.76015 v 0.34418 h 0.65021 0.65021 l 0.18922,-0.53141 c 0.10406,-0.29228 0.40403,-0.95655 0.66659,-1.47616 0.40071,-0.79301 0.57252,-1.03984 1.06973,-1.53684 0.95664,-0.95621 2.20336,-1.51605 4.29259,-1.92759 0.56291,-0.11088 1.17863,-0.27668 1.36826,-0.36844 0.4163,-0.20143 1.30797,-0.91345 1.89628,-1.51423 0.28484,-0.29088 0.49394,-0.43943 0.61852,-0.43943 h 0.18821 l -0.0367,2.69644 c -0.0393,2.8905 -0.14058,3.98948 -0.49881,5.41258 -0.23995,0.95326 -0.65957,1.81227 -1.04219,2.1335 l -0.29406,0.24688 0.54262,0.52215 c 0.59458,0.57215 1.11815,1.26106 1.39852,1.84016 0.1455,0.30053 0.22759,0.38081 0.42123,0.41195 0.13228,0.0213 1.72848,0.23604 3.5471,0.47726 7.61071,1.00947 8.73574,1.13887 9.89785,1.13849 0.40176,-1.4e-4 1.29014,0.0395 1.97419,0.0881 0.68403,0.0486 1.25843,0.0736 1.27644,0.0556 0.018,-0.018 -0.0203,-0.20823 -0.0851,-0.42271 -0.42424,-1.40426 -0.51002,-4.09469 -0.19693,-6.1765 0.25961,-1.72622 0.6198,-3.29674 1.14303,-4.98396 l 0.11732,-0.37835 -0.48959,-0.22103 c -0.75948,-0.34286 -1.81769,-0.97676 -2.38752,-1.43018 -2.22067,-1.76704 -4.64596,-7.31049 -5.07518,-11.60023 -0.13397,-1.33889 -0.0555,-3.75514 0.16211,-4.99464 0.34846,-1.98441 0.95624,-3.81086 1.85177,-5.56477 0.57201,-1.12032 1.49221,-2.54749 1.67941,-2.60467 0.0719,-0.022 0.1974,-0.076 0.27899,-0.12015 0.0883,-0.0477 0.16795,-0.0511 0.19682,-0.008 0.0267,0.0396 0.10164,0.0917 0.16658,0.11578 0.0706,0.0262 0.28817,0.56204 0.54103,1.33264 1.15801,3.52898 2.40035,6.50998 3.28401,7.87993 0.42628,0.66086 1.37185,1.65691 2.10851,2.22106 0.52445,0.40164 1.86458,1.25064 1.90412,1.2063 0.01,-0.0109 -0.0654,-1.22443 -0.16692,-2.69665 -0.10157,-1.47222 -0.18622,-2.89819 -0.18811,-3.16882 -0.003,-0.45316 0.01,-0.49205 0.16705,-0.49205 0.41338,0 4.74991,2.51081 7.38743,4.27725 1.87928,1.25863 4.88927,3.5496 5.83175,4.43868 1.89632,1.7889 3.48237,4.68577 4.08281,7.45716 0.37409,1.72663 0.50999,4.38198 0.31575,6.16918 -0.41209,3.79149 -2.35681,7.5014 -5.78116,11.02858 -1.86456,1.92055 -4.67018,4.18256 -5.18773,4.18256 -0.18827,0 -0.20617,-0.0275 -0.20617,-0.31693 v -0.31694 l -0.218,0.11273 c -0.11989,0.062 -0.5716,0.22625 -1.00378,0.365 -0.43219,0.13874 -1.14282,0.39036 -1.57919,0.55914 l -0.79339,0.30689 -1.98178,3.18247 c -1.08998,1.75036 -1.98178,3.19925 -1.98178,3.21974 0,0.0205 0.24336,0.21768 0.54079,0.43818 l 0.54079,0.4009 0.16635,1.04334 c 0.69066,4.33184 0.60128,6.84436 -0.30765,8.64858 -0.44326,0.87987 -0.82186,1.17408 -1.50715,1.17124 -0.60253,-0.002 -1.02481,-0.21937 -1.28215,-0.65849 -0.44917,-0.76645 -1.03851,-2.71698 -1.65179,-5.46687 -0.19628,-0.88012 -0.35688,-1.6207 -0.35688,-1.64574 0,-0.0571 -4.86876,0.0436 -6.29353,0.13008 -1.0367,0.063 -1.06188,0.0688 -1.2447,0.29105 -0.10263,0.12473 -0.60986,1.09034 -1.12718,2.1458 -1.36672,2.78844 -2.10718,3.8483 -3.31319,4.74236 -0.60635,0.4495 -0.85388,0.52594 -1.92722,0.59512 -0.42205,0.0272 -0.6583,0.0118 -0.69352,-0.0452 z m 12.50157,-9.88303 c 2.68973,-0.73202 4.84316,-2.84418 5.48336,-5.37827 0.0702,-0.27779 0.11677,-0.3346 0.2744,-0.3346 0.10443,0 0.22059,0.0549 0.25812,0.12195 0.0785,0.14025 0.16843,-0.0187 0.42117,-0.74442 0.60053,-1.72434 -0.70607,-2.857 -3.31581,-2.87438 -3.35868,-0.0224 -5.79371,1.96362 -6.99031,5.70124 -0.24957,0.77957 -0.53847,2.15057 -0.57923,2.74888 l -0.0237,0.34767 0.54907,0.18655 c 1.2473,0.42377 2.85465,0.51612 3.92292,0.22538 z m -13.37583,-8.63571 c -0.063,-0.17865 -0.1146,-0.43177 -0.1146,-0.56249 v -0.23767 l 0.49302,0.046 c 0.27117,0.0253 0.56344,0.071 0.64951,0.1016 0.0861,0.0306 0.006,-0.0764 -0.17811,-0.23761 -0.25041,-0.21941 -0.33459,-0.35105 -0.33459,-0.52322 0,-0.22195 0.0132,-0.23005 0.37396,-0.23011 l 0.37396,-7e-5 -0.33584,-0.16623 c -0.41157,-0.20373 -0.62298,-0.46163 -0.72713,-0.88707 -0.0437,-0.17837 -0.13074,-0.48374 -0.1935,-0.67859 l -0.1141,-0.35428 0.0555,0.39364 c 0.0305,0.2165 0.0554,0.80106 0.0554,1.29902 v 0.90537 l -0.19728,0.0231 c -0.17642,0.0206 -0.23344,-0.0501 -0.53924,-0.66919 -0.51598,-1.04452 -1.00258,-1.83154 -1.4278,-2.3093 l -0.38261,-0.42989 0.28367,0.74792 c 0.24122,0.63599 0.28816,0.86574 0.31364,1.53521 0.0376,0.98663 -0.0864,1.4845 -0.37815,1.51907 -0.16482,0.0195 -0.22512,-0.0366 -0.37834,-0.35193 -0.51688,-1.06391 -1.05835,-1.69029 -1.68889,-1.95374 l -0.29265,-0.12228 0.23396,0.41507 c 0.28844,0.51175 0.44881,1.11086 0.52204,1.9503 0.0528,0.60561 0.0656,0.63977 0.22246,0.59407 0.0915,-0.0267 0.62698,-0.0696 1.18989,-0.0954 1.19797,-0.0549 1.7504,0.0345 2.25303,0.36466 0.18975,0.12465 0.35229,0.2294 0.36119,0.23276 0.009,0.003 -0.0354,-0.14004 -0.0984,-0.31868 z m -16.690133,-0.70422 c 0.60946,-0.22803 1.23345,-0.8195 1.55621,-1.47511 0.21157,-0.42977 0.25776,-0.61588 0.25776,-1.03864 0,-1.35284 -1.28035,-2.63162 -2.63905,-2.63581 -0.42285,-0.001 -0.60573,0.0439 -1.03699,0.25618 -0.66191,0.32586 -1.24596,0.94536 -1.48291,1.57293 -0.73701,1.952 1.38158,4.05505 3.34498,3.32045 z m -1.05961,-0.95818 c -0.532,-0.28518 -0.81194,-0.73323 -0.85209,-1.36379 -0.0416,-0.65299 0.124,-1.10815 0.53979,-1.48379 0.37942,-0.34279 0.54061,-0.38547 1.32155,-0.34997 0.53035,0.0241 0.65752,0.059 0.90604,0.24856 0.23141,0.17651 0.2891,0.27306 0.2891,0.48385 0,0.23063 -0.05,0.29543 -0.40276,0.52178 l -0.40275,0.25845 0.52085,0.26258 c 0.59004,0.29746 0.6529,0.46116 0.35942,0.93602 -0.26158,0.42325 -0.63943,0.60664 -1.32651,0.64383 -0.51915,0.0281 -0.64527,0.007 -0.95264,-0.15752 z m 7.601203,0.81155 c 1.19042,-0.41839 2.12535,-1.74228 1.96562,-2.78334 -0.0842,-0.54902 -0.48005,-1.27152 -0.90675,-1.65517 -0.61045,-0.54884 -1.02679,-0.71833 -1.771343,-0.72111 -0.54454,-0.002 -0.69211,0.0292 -1.08971,0.23066 -1.31717,0.6674 -1.90381,2.1499 -1.33234,3.367 0.38683,0.82387 0.88999,1.28845 1.69773,1.56755 0.53092,0.18345 0.90307,0.182 1.436793,-0.006 z m -0.846993,-0.71291 c -0.58457,-0.17621 -0.98789,-0.72614 -1.0618,-1.44775 -0.0952,-0.92943 0.41128,-1.68077 1.25026,-1.85473 0.952263,-0.19743 1.876733,0.24569 1.873853,0.89819 -8.9e-4,0.20188 -0.0672,0.28127 -0.4335,0.51887 l -0.43244,0.28052 0.47286,0.22601 c 0.43607,0.20842 0.47286,0.24611 0.47286,0.48445 0,0.32782 -0.4216,0.77144 -0.84485,0.88898 -0.34406,0.0956 -0.989373,0.0983 -1.297243,0.005 z m 27.059873,-20.39177 c -0.48883,-1.69458 -0.59073,-2.32706 -0.59073,-3.66634 v -0.97841 h 0.23223 c 0.24142,0 2.16217,1.23314 4.8834,3.13522 0.71354,0.49873 1.5575,1.027 1.87552,1.17392 0.73408,0.33917 2.35435,0.87927 3.68796,1.22933 l 1.03488,0.27165 0.0473,-0.23634 c 0.11764,-0.58821 0.21432,-2.1249 0.16741,-2.66083 -0.10419,-1.1903 -0.61435,-2.93522 -1.34063,-4.5855 -0.19435,-0.4416 -0.35336,-0.8882 -0.35336,-0.99243 0,-0.18146 0.0165,-0.18734 0.38681,-0.13821 0.60474,0.0802 2.29765,0.56543 3.17648,0.91042 0.43888,0.17229 0.80714,0.30408 0.81835,0.29287 0.0331,-0.0331 -1.60933,-1.33171 -2.33471,-1.84595 -1.05874,-0.75057 -4.74292,-2.7807 -4.85071,-2.67293 -0.019,0.019 0.10818,1.19294 0.28248,2.60886 0.1743,1.41593 0.3169,2.62548 0.3169,2.68789 0,0.34367 -0.91003,-0.0998 -3.85768,-1.88007 -3.03354,-1.8321 -3.95889,-2.64546 -6.24096,-5.48565 -0.43489,-0.54125 -0.81566,-0.99428 -0.84614,-1.00672 -0.0758,-0.0309 -0.37149,1.40702 -0.50656,2.4632 -0.26066,2.03826 -0.22444,3.64674 0.12041,5.34717 0.41709,2.05659 1.31793,3.87816 2.96216,5.98971 0.58666,0.7534 1.28817,1.5565 1.32631,1.51836 0.0126,-0.0126 -0.16606,-0.67829 -0.3971,-1.47922 z"
|
|
20
|
+
id="path4" />
|
|
21
|
+
</g>
|
|
22
|
+
</svg>
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
.select-wrapper {
|
|
2
|
+
position: relative;
|
|
3
|
+
display: inline-flex;
|
|
4
|
+
width: 100%;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
.select {
|
|
8
|
+
width: 100%;
|
|
9
|
+
height: var(--spacing-10);
|
|
10
|
+
padding: var(--spacing-2);
|
|
11
|
+
padding-right: var(--spacing-8);
|
|
12
|
+
font: var(--type-body-base);
|
|
13
|
+
border: 1px solid var(--color-gray-300);
|
|
14
|
+
border-radius: var(--spacing-2);
|
|
15
|
+
background-color: var(--color-white);
|
|
16
|
+
color: var(--color-text-base);
|
|
17
|
+
-moz-appearance: none;
|
|
18
|
+
appearance: none;
|
|
19
|
+
-webkit-appearance: none;
|
|
20
|
+
cursor: pointer;
|
|
21
|
+
}
|
|
22
|
+
|
|
23
|
+
.select:hover:not(:disabled) {
|
|
24
|
+
border-color: var(--color-gray-400);
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
.select:focus {
|
|
28
|
+
outline: 2px solid var(--color-background-brand-base);
|
|
29
|
+
outline-offset: 1px;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.select:disabled {
|
|
33
|
+
background-color: var(--color-gray-100);
|
|
34
|
+
color: var(--color-gray-700);
|
|
35
|
+
cursor: not-allowed;
|
|
36
|
+
}
|
|
37
|
+
|
|
38
|
+
.select-icon {
|
|
39
|
+
position: absolute;
|
|
40
|
+
right: var(--spacing-2);
|
|
41
|
+
top: 50%;
|
|
42
|
+
transform: translateY(-50%);
|
|
43
|
+
width: var(--spacing-5);
|
|
44
|
+
height: var(--spacing-5);
|
|
45
|
+
background-color: var(--color-text-base);
|
|
46
|
+
-webkit-mask-image: var(--icon-chevron);
|
|
47
|
+
mask-image: var(--icon-chevron);
|
|
48
|
+
-webkit-mask-repeat: no-repeat;
|
|
49
|
+
mask-repeat: no-repeat;
|
|
50
|
+
-webkit-mask-position: center;
|
|
51
|
+
mask-position: center;
|
|
52
|
+
-webkit-mask-size: contain;
|
|
53
|
+
mask-size: contain;
|
|
54
|
+
pointer-events: none;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
.select:disabled + .select-icon {
|
|
58
|
+
background-color: var(--color-gray-500);
|
|
59
|
+
}
|
|
60
|
+
|
|
@@ -0,0 +1,176 @@
|
|
|
1
|
+
import { h, } from "@stencil/core";
|
|
2
|
+
import chevronIcon from "@tabler/icons/outline/chevron-down.svg";
|
|
3
|
+
export class ScoutSelect {
|
|
4
|
+
/**
|
|
5
|
+
* Value of the select element, in case you want to control it yourself.
|
|
6
|
+
*/
|
|
7
|
+
value = "";
|
|
8
|
+
/**
|
|
9
|
+
* Whether the select is disabled. Disabled selects are not editable, excluded
|
|
10
|
+
* from tab order and are not validated.
|
|
11
|
+
*/
|
|
12
|
+
disabled = false;
|
|
13
|
+
/**
|
|
14
|
+
* Custom validation function run on top of the implicit validation performed
|
|
15
|
+
* by the browser. Return a string with the validation message to mark the
|
|
16
|
+
* select as invalid, or null to mark it as valid.
|
|
17
|
+
*/
|
|
18
|
+
validate;
|
|
19
|
+
scoutInputChange;
|
|
20
|
+
scoutBlur;
|
|
21
|
+
/**
|
|
22
|
+
* Internal event used for form field association.
|
|
23
|
+
*/
|
|
24
|
+
_fieldId;
|
|
25
|
+
ariaId;
|
|
26
|
+
componentWillLoad() {
|
|
27
|
+
this.ariaId = `_${Math.random().toString(36).substring(2, 9)}`;
|
|
28
|
+
this._fieldId.emit(this.ariaId);
|
|
29
|
+
}
|
|
30
|
+
onChange(event) {
|
|
31
|
+
const select = event.target;
|
|
32
|
+
if (this.validate) {
|
|
33
|
+
const validationMessage = this.validate(select.value);
|
|
34
|
+
select.setCustomValidity(validationMessage ?? "");
|
|
35
|
+
}
|
|
36
|
+
this.scoutInputChange.emit({
|
|
37
|
+
value: select.value,
|
|
38
|
+
element: select,
|
|
39
|
+
});
|
|
40
|
+
}
|
|
41
|
+
render() {
|
|
42
|
+
return (h("div", { key: '15cee7e9e9c6f0cc9972eede3f81c7f2431b087f', class: "select-wrapper" }, h("select", { key: '926e4c7435ae44f85cb3ce3d9b097491c430f26a', id: this.ariaId, class: "select", disabled: this.disabled, onChange: (e) => this.onChange(e), onBlur: () => this.scoutBlur.emit() }, h("slot", { key: 'dc2ca7df3c792a2a238ed3f03ffc6863d600ab87' })), h("span", { key: '5b5f76e2fb303d4206190e311ebe428765d154b6', class: "select-icon", style: { "--icon-chevron": `url(${chevronIcon})` }, "aria-hidden": "true" })));
|
|
43
|
+
}
|
|
44
|
+
static get is() { return "scout-select"; }
|
|
45
|
+
static get encapsulation() { return "scoped"; }
|
|
46
|
+
static get originalStyleUrls() {
|
|
47
|
+
return {
|
|
48
|
+
"$": ["select.css"]
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
static get styleUrls() {
|
|
52
|
+
return {
|
|
53
|
+
"$": ["select.css"]
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
static get properties() {
|
|
57
|
+
return {
|
|
58
|
+
"value": {
|
|
59
|
+
"type": "string",
|
|
60
|
+
"mutable": false,
|
|
61
|
+
"complexType": {
|
|
62
|
+
"original": "string",
|
|
63
|
+
"resolved": "string",
|
|
64
|
+
"references": {}
|
|
65
|
+
},
|
|
66
|
+
"required": false,
|
|
67
|
+
"optional": false,
|
|
68
|
+
"docs": {
|
|
69
|
+
"tags": [],
|
|
70
|
+
"text": "Value of the select element, in case you want to control it yourself."
|
|
71
|
+
},
|
|
72
|
+
"getter": false,
|
|
73
|
+
"setter": false,
|
|
74
|
+
"reflect": false,
|
|
75
|
+
"attribute": "value",
|
|
76
|
+
"defaultValue": "\"\""
|
|
77
|
+
},
|
|
78
|
+
"disabled": {
|
|
79
|
+
"type": "boolean",
|
|
80
|
+
"mutable": false,
|
|
81
|
+
"complexType": {
|
|
82
|
+
"original": "boolean",
|
|
83
|
+
"resolved": "boolean",
|
|
84
|
+
"references": {}
|
|
85
|
+
},
|
|
86
|
+
"required": false,
|
|
87
|
+
"optional": false,
|
|
88
|
+
"docs": {
|
|
89
|
+
"tags": [],
|
|
90
|
+
"text": "Whether the select is disabled. Disabled selects are not editable, excluded\nfrom tab order and are not validated."
|
|
91
|
+
},
|
|
92
|
+
"getter": false,
|
|
93
|
+
"setter": false,
|
|
94
|
+
"reflect": false,
|
|
95
|
+
"attribute": "disabled",
|
|
96
|
+
"defaultValue": "false"
|
|
97
|
+
},
|
|
98
|
+
"validate": {
|
|
99
|
+
"type": "unknown",
|
|
100
|
+
"mutable": false,
|
|
101
|
+
"complexType": {
|
|
102
|
+
"original": "(value: string) => string | null",
|
|
103
|
+
"resolved": "(value: string) => string",
|
|
104
|
+
"references": {}
|
|
105
|
+
},
|
|
106
|
+
"required": false,
|
|
107
|
+
"optional": true,
|
|
108
|
+
"docs": {
|
|
109
|
+
"tags": [],
|
|
110
|
+
"text": "Custom validation function run on top of the implicit validation performed\nby the browser. Return a string with the validation message to mark the\nselect as invalid, or null to mark it as valid."
|
|
111
|
+
},
|
|
112
|
+
"getter": false,
|
|
113
|
+
"setter": false
|
|
114
|
+
}
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
static get states() {
|
|
118
|
+
return {
|
|
119
|
+
"ariaId": {}
|
|
120
|
+
};
|
|
121
|
+
}
|
|
122
|
+
static get events() {
|
|
123
|
+
return [{
|
|
124
|
+
"method": "scoutInputChange",
|
|
125
|
+
"name": "scoutInputChange",
|
|
126
|
+
"bubbles": true,
|
|
127
|
+
"cancelable": true,
|
|
128
|
+
"composed": true,
|
|
129
|
+
"docs": {
|
|
130
|
+
"tags": [],
|
|
131
|
+
"text": ""
|
|
132
|
+
},
|
|
133
|
+
"complexType": {
|
|
134
|
+
"original": "{\n value: string;\n element: HTMLSelectElement;\n }",
|
|
135
|
+
"resolved": "{ value: string; element: HTMLSelectElement; }",
|
|
136
|
+
"references": {
|
|
137
|
+
"HTMLSelectElement": {
|
|
138
|
+
"location": "global",
|
|
139
|
+
"id": "global::HTMLSelectElement"
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}, {
|
|
144
|
+
"method": "scoutBlur",
|
|
145
|
+
"name": "scoutBlur",
|
|
146
|
+
"bubbles": true,
|
|
147
|
+
"cancelable": true,
|
|
148
|
+
"composed": true,
|
|
149
|
+
"docs": {
|
|
150
|
+
"tags": [],
|
|
151
|
+
"text": ""
|
|
152
|
+
},
|
|
153
|
+
"complexType": {
|
|
154
|
+
"original": "void",
|
|
155
|
+
"resolved": "void",
|
|
156
|
+
"references": {}
|
|
157
|
+
}
|
|
158
|
+
}, {
|
|
159
|
+
"method": "_fieldId",
|
|
160
|
+
"name": "_fieldId",
|
|
161
|
+
"bubbles": true,
|
|
162
|
+
"cancelable": true,
|
|
163
|
+
"composed": true,
|
|
164
|
+
"docs": {
|
|
165
|
+
"tags": [],
|
|
166
|
+
"text": "Internal event used for form field association."
|
|
167
|
+
},
|
|
168
|
+
"complexType": {
|
|
169
|
+
"original": "string",
|
|
170
|
+
"resolved": "string",
|
|
171
|
+
"references": {}
|
|
172
|
+
}
|
|
173
|
+
}];
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
//# sourceMappingURL=select.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"select.js","sourceRoot":"","sources":["../../../src/components/select/select.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EAET,KAAK,EAEL,CAAC,EACD,IAAI,EACJ,KAAK,GACN,MAAM,eAAe,CAAC;AACvB,OAAO,WAAW,MAAM,wCAAwC,CAAC;AAOjE,MAAM,OAAO,WAAW;IACtB;;OAEG;IACK,KAAK,GAAW,EAAE,CAAC;IAE3B;;;OAGG;IACK,QAAQ,GAAY,KAAK,CAAC;IAElC;;;;OAIG;IACK,QAAQ,CAAoC;IAE3C,gBAAgB,CAGtB;IACM,SAAS,CAAqB;IAEvC;;OAEG;IACM,QAAQ,CAAuB;IAE/B,MAAM,CAAS;IAExB,iBAAiB;QACf,IAAI,CAAC,MAAM,GAAG,IAAI,IAAI,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,EAAE,CAAC,CAAC,SAAS,CAAC,CAAC,EAAE,CAAC,CAAC,EAAE,CAAC;QAC/D,IAAI,CAAC,QAAQ,CAAC,IAAI,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC;IAClC,CAAC;IAED,QAAQ,CAAC,KAAY;QACnB,MAAM,MAAM,GAAG,KAAK,CAAC,MAA2B,CAAC;QAEjD,IAAI,IAAI,CAAC,QAAQ,EAAE,CAAC;YAClB,MAAM,iBAAiB,GAAG,IAAI,CAAC,QAAQ,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;YACtD,MAAM,CAAC,iBAAiB,CAAC,iBAAiB,IAAI,EAAE,CAAC,CAAC;QACpD,CAAC;QAED,IAAI,CAAC,gBAAgB,CAAC,IAAI,CAAC;YACzB,KAAK,EAAE,MAAM,CAAC,KAAK;YACnB,OAAO,EAAE,MAAM;SAChB,CAAC,CAAC;IACL,CAAC;IAED,MAAM;QACJ,OAAO,CACL,4DAAK,KAAK,EAAC,gBAAgB;YACzB,+DACE,EAAE,EAAE,IAAI,CAAC,MAAM,EACf,KAAK,EAAC,QAAQ,EACd,QAAQ,EAAE,IAAI,CAAC,QAAQ,EACvB,QAAQ,EAAE,CAAC,CAAC,EAAE,EAAE,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,EACjC,MAAM,EAAE,GAAG,EAAE,CAAC,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE;gBAEnC,8DAAQ,CACD;YACT,6DACE,KAAK,EAAC,aAAa,EACnB,KAAK,EAAE,EAAE,gBAAgB,EAAE,OAAO,WAAW,GAAG,EAAE,iBACtC,MAAM,GAClB,CACE,CACP,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import {\n Component,\n type ComponentInterface,\n Event,\n type EventEmitter,\n h,\n Prop,\n State,\n} from \"@stencil/core\";\nimport chevronIcon from \"@tabler/icons/outline/chevron-down.svg\";\n\n@Component({\n tag: \"scout-select\",\n styleUrl: \"select.css\",\n scoped: true,\n})\nexport class ScoutSelect implements ComponentInterface {\n /**\n * Value of the select element, in case you want to control it yourself.\n */\n @Prop() value: string = \"\";\n\n /**\n * Whether the select is disabled. Disabled selects are not editable, excluded\n * from tab order and are not validated.\n */\n @Prop() disabled: boolean = false;\n\n /**\n * Custom validation function run on top of the implicit validation performed\n * by the browser. Return a string with the validation message to mark the\n * select as invalid, or null to mark it as valid.\n */\n @Prop() validate?: (value: string) => string | null;\n\n @Event() scoutInputChange: EventEmitter<{\n value: string;\n element: HTMLSelectElement;\n }>;\n @Event() scoutBlur: EventEmitter<void>;\n\n /**\n * Internal event used for form field association.\n */\n @Event() _fieldId: EventEmitter<string>;\n\n @State() ariaId: string;\n\n componentWillLoad(): Promise<void> | void {\n this.ariaId = `_${Math.random().toString(36).substring(2, 9)}`;\n this._fieldId.emit(this.ariaId);\n }\n\n onChange(event: Event) {\n const select = event.target as HTMLSelectElement;\n\n if (this.validate) {\n const validationMessage = this.validate(select.value);\n select.setCustomValidity(validationMessage ?? \"\");\n }\n\n this.scoutInputChange.emit({\n value: select.value,\n element: select,\n });\n }\n\n render() {\n return (\n <div class=\"select-wrapper\">\n <select\n id={this.ariaId}\n class=\"select\"\n disabled={this.disabled}\n onChange={(e) => this.onChange(e)}\n onBlur={() => this.scoutBlur.emit()}\n >\n <slot />\n </select>\n <span\n class=\"select-icon\"\n style={{ \"--icon-chevron\": `url(${chevronIcon})` }}\n aria-hidden=\"true\"\n />\n </div>\n );\n }\n}\n"]}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import { Host, h } from "@stencil/core";
|
|
2
|
+
var GapSizeValues;
|
|
3
|
+
(function (GapSizeValues) {
|
|
4
|
+
GapSizeValues["xs"] = "2";
|
|
5
|
+
GapSizeValues["s"] = "4";
|
|
6
|
+
GapSizeValues["m"] = "8";
|
|
7
|
+
GapSizeValues["l"] = "12";
|
|
8
|
+
GapSizeValues["xl"] = "16";
|
|
9
|
+
GapSizeValues["xxl"] = "20";
|
|
10
|
+
})(GapSizeValues || (GapSizeValues = {}));
|
|
11
|
+
export class ScoutStack {
|
|
12
|
+
/**
|
|
13
|
+
* The direction of the stack.
|
|
14
|
+
*/
|
|
15
|
+
direction = "row";
|
|
16
|
+
/**
|
|
17
|
+
* Gap size. If more sizes are needed, we can expand.
|
|
18
|
+
*/
|
|
19
|
+
gapSize = "m";
|
|
20
|
+
render() {
|
|
21
|
+
return (h(Host, { key: '90f80d802bd4570953744731a9db9f6871d131ce', style: {
|
|
22
|
+
"--stack-flex-direction": `${this.direction}`,
|
|
23
|
+
"--stack-gap-spacing": `var(--spacing-${GapSizeValues[this.gapSize]})`,
|
|
24
|
+
} }, h("slot", { key: 'a2b7d0d330def74156d8acb7d295405a44a27271' })));
|
|
25
|
+
}
|
|
26
|
+
static get is() { return "scout-stack"; }
|
|
27
|
+
static get encapsulation() { return "shadow"; }
|
|
28
|
+
static get delegatesFocus() { return true; }
|
|
29
|
+
static get originalStyleUrls() {
|
|
30
|
+
return {
|
|
31
|
+
"$": ["stack.css"]
|
|
32
|
+
};
|
|
33
|
+
}
|
|
34
|
+
static get styleUrls() {
|
|
35
|
+
return {
|
|
36
|
+
"$": ["stack.css"]
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
static get properties() {
|
|
40
|
+
return {
|
|
41
|
+
"direction": {
|
|
42
|
+
"type": "string",
|
|
43
|
+
"mutable": false,
|
|
44
|
+
"complexType": {
|
|
45
|
+
"original": "Direction",
|
|
46
|
+
"resolved": "\"column\" | \"row\"",
|
|
47
|
+
"references": {
|
|
48
|
+
"Direction": {
|
|
49
|
+
"location": "local",
|
|
50
|
+
"path": "/home/runner/work/j26-components/j26-components/packages/ui-webc/src/components/stack/stack.tsx",
|
|
51
|
+
"id": "src/components/stack/stack.tsx::Direction"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
"required": false,
|
|
56
|
+
"optional": false,
|
|
57
|
+
"docs": {
|
|
58
|
+
"tags": [],
|
|
59
|
+
"text": "The direction of the stack."
|
|
60
|
+
},
|
|
61
|
+
"getter": false,
|
|
62
|
+
"setter": false,
|
|
63
|
+
"reflect": false,
|
|
64
|
+
"attribute": "direction",
|
|
65
|
+
"defaultValue": "\"row\""
|
|
66
|
+
},
|
|
67
|
+
"gapSize": {
|
|
68
|
+
"type": "string",
|
|
69
|
+
"mutable": false,
|
|
70
|
+
"complexType": {
|
|
71
|
+
"original": "GapSize",
|
|
72
|
+
"resolved": "\"l\" | \"m\" | \"s\" | \"xl\" | \"xs\" | \"xxl\"",
|
|
73
|
+
"references": {
|
|
74
|
+
"GapSize": {
|
|
75
|
+
"location": "local",
|
|
76
|
+
"path": "/home/runner/work/j26-components/j26-components/packages/ui-webc/src/components/stack/stack.tsx",
|
|
77
|
+
"id": "src/components/stack/stack.tsx::GapSize"
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"required": false,
|
|
82
|
+
"optional": false,
|
|
83
|
+
"docs": {
|
|
84
|
+
"tags": [],
|
|
85
|
+
"text": "Gap size. If more sizes are needed, we can expand."
|
|
86
|
+
},
|
|
87
|
+
"getter": false,
|
|
88
|
+
"setter": false,
|
|
89
|
+
"reflect": false,
|
|
90
|
+
"attribute": "gap-size",
|
|
91
|
+
"defaultValue": "\"m\""
|
|
92
|
+
}
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
//# sourceMappingURL=stack.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"stack.js","sourceRoot":"","sources":["../../../src/components/stack/stack.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,MAAM,eAAe,CAAC;AAIzD,IAAK,aAOJ;AAPD,WAAK,aAAa;IAChB,yBAAQ,CAAA;IACR,wBAAO,CAAA;IACP,wBAAO,CAAA;IACP,yBAAQ,CAAA;IACR,0BAAS,CAAA;IACT,2BAAU,CAAA;AACZ,CAAC,EAPI,aAAa,KAAb,aAAa,QAOjB;AAUD,MAAM,OAAO,UAAU;IACrB;;OAEG;IACK,SAAS,GAAc,KAAK,CAAC;IAErC;;OAEG;IACK,OAAO,GAAY,GAAG,CAAC;IAE/B,MAAM;QACJ,OAAO,CACL,EAAC,IAAI,qDACH,KAAK,EAAE;gBACL,wBAAwB,EAAE,GAAG,IAAI,CAAC,SAAS,EAAE;gBAC7C,qBAAqB,EAAE,iBAAiB,aAAa,CAAC,IAAI,CAAC,OAAO,CAAC,GAAG;aACvE;YAED,8DAAQ,CACH,CACR,CAAC;IACJ,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CACF","sourcesContent":["import { Component, Host, h, Prop } from \"@stencil/core\";\n\nexport type Direction = \"row\" | \"column\";\n\nenum GapSizeValues {\n xs = \"2\",\n s = \"4\",\n m = \"8\",\n l = \"12\",\n xl = \"16\",\n xxl = \"20\",\n}\nexport type GapSize = keyof typeof GapSizeValues;\n\n@Component({\n tag: \"scout-stack\",\n styleUrl: \"stack.css\",\n shadow: {\n delegatesFocus: true,\n },\n})\nexport class ScoutStack {\n /**\n * The direction of the stack.\n */\n @Prop() direction: Direction = \"row\";\n\n /**\n * Gap size. If more sizes are needed, we can expand.\n */\n @Prop() gapSize: GapSize = \"m\";\n\n render() {\n return (\n <Host\n style={{\n \"--stack-flex-direction\": `${this.direction}`,\n \"--stack-gap-spacing\": `var(--spacing-${GapSizeValues[this.gapSize]})`,\n }}\n >\n <slot />\n </Host>\n );\n }\n}\n"]}
|
|
@@ -29,7 +29,7 @@ export class ScoutSwitch {
|
|
|
29
29
|
}
|
|
30
30
|
render() {
|
|
31
31
|
const Tag = this.label && this.label.length ? "label" : "div";
|
|
32
|
-
return (h(Tag, { key: '
|
|
32
|
+
return (h(Tag, { key: '318cc87a4c5a8f8f03303e2cac1c62b962498d58' }, this.label, h("span", { key: '8788d9db11b0abfd22258f073c157b60fbe6a3cc', class: "inlineDivider" }), h("input", { key: '5b882357938ccf8b81033dc035a796ce8524b36c', class: "switch", onChange: (event) => this.onClick(event), type: "checkbox", id: this.ariaId, "aria-labelledby": this.ariaLabelledby, "aria-disabled": this.disabled, disabled: this.disabled, checked: this.toggled })));
|
|
33
33
|
}
|
|
34
34
|
static get is() { return "scout-switch"; }
|
|
35
35
|
static get encapsulation() { return "shadow"; }
|
package/dist/components/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export { g as getAssetPath, r as render, s as setAssetPath, a as setNonce, b as setPlatformOptions } from './p-
|
|
1
|
+
export { g as getAssetPath, r as render, s as setAssetPath, a as setNonce, b as setPlatformOptions } from './p-S6Ssep7K.js';
|
|
2
2
|
|
|
3
3
|
function format(first, middle, last) {
|
|
4
4
|
return (first || '') + (middle ? ` ${middle}` : '') + (last ? ` ${last}` : '');
|
|
@@ -1,18 +1,16 @@
|
|
|
1
|
-
const globalStyles = ":root{--misc-color-annotations:#ff00ff;--color-blue-50:#e6eeff;--color-blue-100:#d0e0ff;--color-blue-200:#9cc3ff;--color-blue-300:#58a6ff;--color-blue-400:#0087e3;--color-blue-500:#006bb5;--color-blue-600:#00508a;--color-blue-700:#003660;--color-blue-800:#002748;--color-blue-900:#00162d;--color-blue-950:#000f21;--color-neutral-50:#ebf1f7;--color-neutral-100:#d7e4f0;--color-neutral-200:#b1cde3;--color-neutral-300:#87b3d4;--color-neutral-400:#749bb7;--color-neutral-500:#608199;--color-neutral-600:#4c667a;--color-neutral-700:#374b5a;--color-neutral-800:#25343f;--color-neutral-900:#131d24;--color-neutral-950:#0a1217;--color-white:#ffffff;--color-challengerpink-50:#fff0f2;--color-challengerpink-100:#ffdde3;--color-challengerpink-200:#ffbac7;--color-challengerpink-300:#ff93ab;--color-challengerpink-400:#ff668e;--color-challengerpink-500:#ff1271;--color-challengerpink-600:#da005e;--color-challengerpink-700:#a60046;--color-challengerpink-800:#72002e;--color-challengerpink-900:#470019;--color-challengerpink-950:#30000f;--color-orange-50:#fffbeb;--color-orange-100:#fef3c7;--color-orange-200:#fde68a;--color-orange-300:#fcd34d;--color-orange-400:#fbbf24;--color-orange-500:#f59e0b;--color-orange-600:#d97706;--color-orange-700:#b45309;--color-orange-800:#92400e;--color-orange-900:#78350f;--color-orange-950:#451a03;--color-gray-50:#f3f3f4;--color-gray-100:#e5e5e6;--color-gray-200:#cbccce;--color-gray-300:#b2b3b6;--color-gray-400:#9c9ea1;--color-gray-500:#85868a;--color-gray-600:#6e7073;--color-gray-700:#585a5c;--color-gray-800:#444547;--color-gray-900:#252627;--color-gray-950:#151616;--color-discovererblue-50:#eaf5ff;--color-discovererblue-100:#cde9ff;--color-discovererblue-200:#92d4ff;--color-discovererblue-300:#1ec0ff;--color-discovererblue-400:#00a8e1;--color-discovererblue-500:#008bbb;--color-discovererblue-600:#006d94;--color-discovererblue-700:#01516f;--color-discovererblue-800:#00394f;--color-discovererblue-900:#00202f;--color-discovererblue-950:#00131d;--color-trackergreen-50:#ccfec6;--color-trackergreen-100:#85fd72;--color-trackergreen-200:#5be23d;--color-trackergreen-300:#4ec333;--color-trackergreen-400:#41a629;--color-trackergreen-500:#348821;--color-trackergreen-600:#286c18;--color-trackergreen-700:#1c5110;--color-trackergreen-800:#113808;--color-trackergreen-900:#072103;--color-trackergreen-950:#031501;--color-green-50:#f0fdf4;--color-green-100:#dcfce7;--color-green-200:#b9f8cf;--color-green-300:#7bf1a8;--color-green-400:#05df72;--color-green-500:#00c950;--color-green-600:#00a63e;--color-green-700:#008236;--color-green-800:#016630;--color-green-900:#0d542b;--color-green-950:#032e15;--color-red-50:#fef2f2;--color-red-100:#ffe2e2;--color-red-200:#ffc9c9;--color-red-300:#ffa2a2;--color-red-400:#ff6467;--color-red-500:#fb2c36;--color-red-600:#e7000b;--color-red-700:#c10007;--color-red-800:#9f0712;--color-red-900:#82181a;--color-red-950:#460809;--color-black:#000000;--color-roveryellow-50:#fffd62;--color-roveryellow-100:#f4f203;--color-roveryellow-200:#e2e000;--color-roveryellow-300:#c3c100;--color-roveryellow-400:#a4a300;--color-roveryellow-500:#878500;--color-roveryellow-600:#6a6900;--color-roveryellow-700:#515000;--color-roveryellow-800:#373700;--color-roveryellow-900:#1f1f00;--color-roveryellow-950:#121200;--color-adventurerorange-50:#fff1ee;--color-adventurerorange-100:#fee2dd;--color-adventurerorange-200:#fec0b4;--color-adventurerorange-300:#fda18b;--color-adventurerorange-400:#fd7a4c;--color-adventurerorange-500:#e95f13;--color-adventurerorange-600:#b94a0d;--color-adventurerorange-700:#8e3708;--color-adventurerorange-800:#622303;--color-adventurerorange-900:#3c1301;--color-adventurerorange-950:#280a01;--fontsize-base:16px;--fontfamily-sans:\"Source Sans 3 Variable\", sans-serif;--spacing-base:4px;--color-text-caution-base:var(--color-orange-700);--color-text-caution-bold-base:var(--color-orange-50);--color-text-brand-base:var(--color-blue-700);--color-text-brand-inverse:var(--color-white);--color-text-danger-base:var(--color-red-700);--color-text-danger-bold-base:var(--color-red-50);--color-text-positive-bold-base:var(--color-green-50);--color-text-positive-base:var(--color-green-700);--color-text-base:var(--color-neutral-800);--color-background-danger-base:var(--color-red-100);--color-background-danger-bold-base:var(--color-red-700);--color-background-danger-bold-hovered:var(--color-red-800);--color-background-danger-bold-pressed:var(--color-red-900);--color-background-brand-subtle-hovered:var(--color-blue-50);--color-background-brand-subtle-pressed:var(--color-blue-100);--color-background-brand-subtle-base:var(--color-blue-700);--color-background-brand-hovered:var(--color-blue-800);--color-background-brand-pressed:var(--color-blue-900);--color-background-brand-base:var(--color-blue-700);--color-background-positive-base:var(--color-green-100);--color-background-positive-bold-base:var(--color-green-700);--color-background-positive-bold-hovered:var(--color-green-800);--color-background-positive-bold-pressed:var(--color-green-900);--color-background-caution-base:var(--color-orange-100);--color-background-caution-bold-base:var(--color-orange-700);--color-background-caution-bold-hovered:var(--color-orange-800);--color-background-caution-bold-pressed:var(--color-orange-900);--fontsize-lg:calc(var(--fontsize-base)*1.125);--fontsize-sm:calc(var(--fontsize-base)*0.875);--fontsize-xs:calc(var(--fontsize-base)*0.75);--fontsize-3xl:calc(var(--fontsize-base)*1.875);--fontsize-4xl:calc(var(--fontsize-base)*2.25);--fontsize-2xl:calc(var(--fontsize-base)*1.5);--fontsize-xl:calc(var(--fontsize-base)*1.25);--fontsize-6xl:calc(var(--fontsize-base)*3.75);--fontsize-5xl:calc(var(--fontsize-base)*3);--spacing-1:calc(var(--spacing-base)*1);--spacing-2:calc(var(--spacing-base)*2);--spacing-3:calc(var(--spacing-base)*3);--spacing-4:calc(var(--spacing-base)*4);--spacing-5:calc(var(--spacing-base)*5);--spacing-6:calc(var(--spacing-base)*6);--spacing-7:calc(var(--spacing-base)*7);--spacing-8:calc(var(--spacing-base)*8);--spacing-10:calc(var(--spacing-base)*10);--spacing-11:calc(var(--spacing-base)*11);--spacing-12:calc(var(--spacing-base)*12);--spacing-14:calc(var(--spacing-base)*14);--spacing-16:calc(var(--spacing-base)*16);--spacing-17:calc(var(--spacing-base)*17);--spacing-18:calc(var(--spacing-base)*18);--spacing-20:calc(var(--spacing-base)*20);--spacing-24:calc(var(--spacing-base)*24);--spacing-28:calc(var(--spacing-base)*28);--spacing-32:calc(var(--spacing-base)*32);--spacing-36:calc(var(--spacing-base)*36);--spacing-40:calc(var(--spacing-base)*40);--spacing-48:calc(var(--spacing-base)*48);--spacing-52:calc(var(--spacing-base)*52);--spacing-56:calc(var(--spacing-base)*56);--spacing-60:calc(var(--spacing-base)*60);--spacing-64:calc(var(--spacing-base)*64);--spacing-72:calc(var(--spacing-base)*72);--spacing-80:calc(var(--spacing-base)*80);--spacing-96:calc(var(--spacing-base)*96);--spacing-180:calc(var(--spacing-base)*180);--spacing-195:calc(var(--spacing-base)*195);--spacing-212:calc(var(--spacing-base)*212);--spacing-380:calc(var(--spacing-base)*380);--type-body-base:400 var(--fontsize-base)/1.5 var(--fontfamily-sans);--type-body-sm:400 var(--fontsize-sm)/1.5 var(--fontfamily-sans);--type-body-lg:400 var(--fontsize-lg)/1.5 var(--fontfamily-sans);--type-body-xl:400 var(--fontsize-xl)/1.5 var(--fontfamily-sans);--type-body-2xl:400 var(--fontsize-2xl)/1.5 var(--fontfamily-sans);--type-heading-xl:600 var(--fontsize-6xl)/1.2 var(--fontfamily-sans);--type-heading-lg:600 var(--fontsize-5xl)/1.2 var(--fontfamily-sans);--type-heading-base:600 var(--fontsize-4xl)/1.2 var(--fontfamily-sans);--type-heading-sm:600 var(--fontsize-3xl)/1.2 var(--fontfamily-sans);--type-heading-xs:600 var(--fontsize-2xl)/1.2 var(--fontfamily-sans);--type-label-base:400 var(--fontsize-base)/1.2 var(--fontfamily-sans);--type-label-2xl:400 var(--fontsize-2xl)/1.2 var(--fontfamily-sans);--type-label-lg:400 var(--fontsize-lg)/1.2 var(--fontfamily-sans);--type-label-sm:400 var(--fontsize-sm)/1.2 var(--fontfamily-sans);--type-label-xl:400 var(--fontsize-xl)/1.2 var(--fontfamily-sans)}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,::before,::after{box-sizing:border-box}html{font-family:system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif,\n 'Segoe UI',\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n 'Apple Color Emoji',\n 'Segoe UI Emoji';line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,\n SFMono-Regular,\n Consolas,\n 'Liberation Mono',\n Menlo,\n monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type='search']{-webkit-appearance:textfield;outline-offset:-2px;}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}summary{display:list-item}.scout-button{display:inline-flex;align-items:center;justify-content:center;gap:calc(4px*3);gap:var(--spacing-3);height:calc(4px*10);height:var(--spacing-10);padding:0 calc(4px*4);padding:0 var(--spacing-4);font:400 16px/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-base);border-radius:calc(4px*2);border-radius:var(--spacing-2);border:1px solid transparent;cursor:pointer}.scout-button svg{width:calc(4px*5);width:var(--spacing-5);height:calc(4px*5);height:var(--spacing-5);margin:0 calc((4px*1) * -1);margin:0 calc(calc(4px*1) * -1);margin:0 calc(var(--spacing-1) * -1)}.scout-button.primary{background-color:#003660;background-color:var(--color-background-brand-base);color:#ffffff;color:var(--color-text-brand-inverse)}.scout-button.primary:hover{background-color:#002748;background-color:var(--color-background-brand-hovered)}.scout-button.primary:active{background-color:#00162d;background-color:var(--color-background-brand-pressed)}.scout-button.outlined{background-color:transparent;border-color:#003660;border-color:var(--color-background-brand-subtle-base);color:#003660;color:var(--color-text-brand-base)}.scout-button.outlined:hover{background-color:#e6eeff;background-color:var(--color-background-brand-subtle-hovered)}.scout-button.outlined:active{background-color:#d0e0ff;background-color:var(--color-background-brand-subtle-pressed)}.scout-button.text{background-color:transparent;border-color:transparent;color:#003660;color:var(--color-text-brand-base)}.scout-button.text:hover{background-color:#e6eeff;background-color:var(--color-background-brand-subtle-hovered)}.scout-button.text:active{background-color:#d0e0ff;background-color:var(--color-background-brand-subtle-pressed)}.scout-button.caution{background-color:#b45309;background-color:var(--color-background-caution-bold-base);color:#fffbeb;color:var(--color-text-caution-bold-base)}.scout-button.caution:hover{background-color:#92400e;background-color:var(--color-background-caution-bold-hovered)}.scout-button.caution:active{background-color:#78350f;background-color:var(--color-background-caution-bold-pressed)}.scout-button.danger{background-color:#c10007;background-color:var(--color-background-danger-bold-base);color:#fef2f2;color:var(--color-text-danger-bold-base)}.scout-button.danger:hover{background-color:#9f0712;background-color:var(--color-background-danger-bold-hovered)}.scout-button.danger:active{background-color:#82181a;background-color:var(--color-background-danger-bold-pressed)}.scout-type-body-base{font:400 16px/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-base)}.scout-type-body-sm{font:400 calc(16px*0.875)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-sm)}.scout-type-body-lg{font:400 calc(16px*1.125)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-lg)}.scout-type-body-xl{font:400 calc(16px*1.25)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-xl)}.scout-type-body-2xl{font:400 calc(16px*1.5)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-2xl)}.scout-type-heading-xl{font:600 calc(16px*3.75)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-xl)}.scout-type-heading-lg{font:600 calc(16px*3)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-lg)}.scout-type-heading-base{font:600 calc(16px*2.25)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-base)}.scout-type-heading-sm{font:600 calc(16px*1.875)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-sm)}.scout-type-heading-xs{font:600 calc(16px*1.5)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-xs)}.scout-type-label-base{font:400 16px/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-base)}.scout-type-label-2xl{font:400 calc(16px*1.5)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-2xl)}.scout-type-label-lg{font:400 calc(16px*1.125)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-lg)}.scout-type-label-sm{font:400 calc(16px*0.875)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-sm)}.scout-type-label-xl{font:400 calc(16px*1.25)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-xl)}:root{font-family:\"Source Sans 3 Variable\", sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}";
|
|
1
|
+
const globalStyles = ":root{--misc-color-annotations:#ff00ff;--color-blue-50:#e6eeff;--color-blue-100:#d0e0ff;--color-blue-200:#9cc3ff;--color-blue-300:#58a6ff;--color-blue-400:#0087e3;--color-blue-500:#006bb5;--color-blue-600:#00508a;--color-blue-700:#003660;--color-blue-800:#002748;--color-blue-900:#00162d;--color-blue-950:#000f21;--color-neutral-50:#ebf1f7;--color-neutral-100:#d7e4f0;--color-neutral-200:#b1cde3;--color-neutral-300:#87b3d4;--color-neutral-400:#749bb7;--color-neutral-500:#608199;--color-neutral-600:#4c667a;--color-neutral-700:#374b5a;--color-neutral-800:#25343f;--color-neutral-900:#131d24;--color-neutral-950:#0a1217;--color-white:#ffffff;--color-challengerpink-50:#fff0f2;--color-challengerpink-100:#ffdde3;--color-challengerpink-200:#ffbac7;--color-challengerpink-300:#ff93ab;--color-challengerpink-400:#ff668e;--color-challengerpink-500:#ff1271;--color-challengerpink-600:#da005e;--color-challengerpink-700:#a60046;--color-challengerpink-800:#72002e;--color-challengerpink-900:#470019;--color-challengerpink-950:#30000f;--color-orange-50:#fffbeb;--color-orange-100:#fef3c7;--color-orange-200:#fde68a;--color-orange-300:#fcd34d;--color-orange-400:#fbbf24;--color-orange-500:#f59e0b;--color-orange-600:#d97706;--color-orange-700:#b45309;--color-orange-800:#92400e;--color-orange-900:#78350f;--color-orange-950:#451a03;--color-gray-50:#f3f3f4;--color-gray-100:#e5e5e6;--color-gray-200:#cbccce;--color-gray-300:#b2b3b6;--color-gray-400:#9c9ea1;--color-gray-500:#85868a;--color-gray-600:#6e7073;--color-gray-700:#585a5c;--color-gray-800:#444547;--color-gray-900:#252627;--color-gray-950:#151616;--color-discovererblue-50:#eaf5ff;--color-discovererblue-100:#cde9ff;--color-discovererblue-200:#92d4ff;--color-discovererblue-300:#1ec0ff;--color-discovererblue-400:#00a8e1;--color-discovererblue-500:#008bbb;--color-discovererblue-600:#006d94;--color-discovererblue-700:#01516f;--color-discovererblue-800:#00394f;--color-discovererblue-900:#00202f;--color-discovererblue-950:#00131d;--color-trackergreen-50:#ccfec6;--color-trackergreen-100:#85fd72;--color-trackergreen-200:#5be23d;--color-trackergreen-300:#4ec333;--color-trackergreen-400:#41a629;--color-trackergreen-500:#348821;--color-trackergreen-600:#286c18;--color-trackergreen-700:#1c5110;--color-trackergreen-800:#113808;--color-trackergreen-900:#072103;--color-trackergreen-950:#031501;--color-green-50:#f0fdf4;--color-green-100:#dcfce7;--color-green-200:#b9f8cf;--color-green-300:#7bf1a8;--color-green-400:#05df72;--color-green-500:#00c950;--color-green-600:#00a63e;--color-green-700:#008236;--color-green-800:#016630;--color-green-900:#0d542b;--color-green-950:#032e15;--color-red-50:#fef2f2;--color-red-100:#ffe2e2;--color-red-200:#ffc9c9;--color-red-300:#ffa2a2;--color-red-400:#ff6467;--color-red-500:#fb2c36;--color-red-600:#e7000b;--color-red-700:#c10007;--color-red-800:#9f0712;--color-red-900:#82181a;--color-red-950:#460809;--color-black:#000000;--color-roveryellow-50:#fffd62;--color-roveryellow-100:#f4f203;--color-roveryellow-200:#e2e000;--color-roveryellow-300:#c3c100;--color-roveryellow-400:#a4a300;--color-roveryellow-500:#878500;--color-roveryellow-600:#6a6900;--color-roveryellow-700:#515000;--color-roveryellow-800:#373700;--color-roveryellow-900:#1f1f00;--color-roveryellow-950:#121200;--color-adventurerorange-50:#fff1ee;--color-adventurerorange-100:#fee2dd;--color-adventurerorange-200:#fec0b4;--color-adventurerorange-300:#fda18b;--color-adventurerorange-400:#fd7a4c;--color-adventurerorange-500:#e95f13;--color-adventurerorange-600:#b94a0d;--color-adventurerorange-700:#8e3708;--color-adventurerorange-800:#622303;--color-adventurerorange-900:#3c1301;--color-adventurerorange-950:#280a01;--fontsize-base:16px;--fontfamily-sans:\"Source Sans 3 Variable\", sans-serif;--spacing-base:4px;--color-text-caution-base:var(--color-orange-700);--color-text-caution-bold-base:var(--color-orange-50);--color-text-brand-base:var(--color-blue-700);--color-text-brand-inverse:var(--color-white);--color-text-danger-base:var(--color-red-700);--color-text-danger-bold-base:var(--color-red-50);--color-text-positive-bold-base:var(--color-green-50);--color-text-positive-base:var(--color-green-700);--color-text-base:var(--color-neutral-800);--color-background-danger-base:var(--color-red-100);--color-background-danger-bold-base:var(--color-red-700);--color-background-danger-bold-hovered:var(--color-red-800);--color-background-danger-bold-pressed:var(--color-red-900);--color-background-brand-subtle-hovered:var(--color-blue-50);--color-background-brand-subtle-pressed:var(--color-blue-100);--color-background-brand-subtle-base:var(--color-blue-700);--color-background-brand-hovered:var(--color-blue-800);--color-background-brand-pressed:var(--color-blue-900);--color-background-brand-base:var(--color-blue-700);--color-background-positive-base:var(--color-green-100);--color-background-positive-bold-base:var(--color-green-700);--color-background-positive-bold-hovered:var(--color-green-800);--color-background-positive-bold-pressed:var(--color-green-900);--color-background-caution-base:var(--color-orange-100);--color-background-caution-bold-base:var(--color-orange-700);--color-background-caution-bold-hovered:var(--color-orange-800);--color-background-caution-bold-pressed:var(--color-orange-900);--fontsize-lg:calc(var(--fontsize-base)*1.125);--fontsize-sm:calc(var(--fontsize-base)*0.875);--fontsize-xs:calc(var(--fontsize-base)*0.75);--fontsize-3xl:calc(var(--fontsize-base)*1.875);--fontsize-4xl:calc(var(--fontsize-base)*2.25);--fontsize-2xl:calc(var(--fontsize-base)*1.5);--fontsize-xl:calc(var(--fontsize-base)*1.25);--fontsize-6xl:calc(var(--fontsize-base)*3.75);--fontsize-5xl:calc(var(--fontsize-base)*3);--spacing-1:calc(var(--spacing-base)*1);--spacing-2:calc(var(--spacing-base)*2);--spacing-3:calc(var(--spacing-base)*3);--spacing-4:calc(var(--spacing-base)*4);--spacing-5:calc(var(--spacing-base)*5);--spacing-6:calc(var(--spacing-base)*6);--spacing-7:calc(var(--spacing-base)*7);--spacing-8:calc(var(--spacing-base)*8);--spacing-10:calc(var(--spacing-base)*10);--spacing-11:calc(var(--spacing-base)*11);--spacing-12:calc(var(--spacing-base)*12);--spacing-14:calc(var(--spacing-base)*14);--spacing-16:calc(var(--spacing-base)*16);--spacing-17:calc(var(--spacing-base)*17);--spacing-18:calc(var(--spacing-base)*18);--spacing-20:calc(var(--spacing-base)*20);--spacing-24:calc(var(--spacing-base)*24);--spacing-28:calc(var(--spacing-base)*28);--spacing-32:calc(var(--spacing-base)*32);--spacing-36:calc(var(--spacing-base)*36);--spacing-40:calc(var(--spacing-base)*40);--spacing-48:calc(var(--spacing-base)*48);--spacing-52:calc(var(--spacing-base)*52);--spacing-56:calc(var(--spacing-base)*56);--spacing-60:calc(var(--spacing-base)*60);--spacing-64:calc(var(--spacing-base)*64);--spacing-72:calc(var(--spacing-base)*72);--spacing-80:calc(var(--spacing-base)*80);--spacing-96:calc(var(--spacing-base)*96);--spacing-180:calc(var(--spacing-base)*180);--spacing-195:calc(var(--spacing-base)*195);--spacing-212:calc(var(--spacing-base)*212);--spacing-380:calc(var(--spacing-base)*380);--type-body-base:400 var(--fontsize-base)/1.5 var(--fontfamily-sans);--type-body-sm:400 var(--fontsize-sm)/1.5 var(--fontfamily-sans);--type-body-lg:400 var(--fontsize-lg)/1.5 var(--fontfamily-sans);--type-body-xl:400 var(--fontsize-xl)/1.5 var(--fontfamily-sans);--type-body-2xl:400 var(--fontsize-2xl)/1.5 var(--fontfamily-sans);--type-heading-xl:600 var(--fontsize-6xl)/1.2 var(--fontfamily-sans);--type-heading-lg:600 var(--fontsize-5xl)/1.2 var(--fontfamily-sans);--type-heading-base:600 var(--fontsize-4xl)/1.2 var(--fontfamily-sans);--type-heading-sm:600 var(--fontsize-3xl)/1.2 var(--fontfamily-sans);--type-heading-xs:600 var(--fontsize-2xl)/1.2 var(--fontfamily-sans);--type-label-base:400 var(--fontsize-base)/1.2 var(--fontfamily-sans);--type-label-2xl:400 var(--fontsize-2xl)/1.2 var(--fontfamily-sans);--type-label-lg:400 var(--fontsize-lg)/1.2 var(--fontfamily-sans);--type-label-sm:400 var(--fontsize-sm)/1.2 var(--fontfamily-sans);--type-label-xl:400 var(--fontsize-xl)/1.2 var(--fontfamily-sans)}/*! modern-normalize v3.0.1 | MIT License | https://github.com/sindresorhus/modern-normalize */*,::before,::after{box-sizing:border-box}html{font-family:system-ui,-apple-system,Segoe UI,Ubuntu,Cantarell,Noto Sans,\n 'Segoe UI',\n Roboto,\n Helvetica,\n Arial,\n sans-serif,\n 'Apple Color Emoji',\n 'Segoe UI Emoji';line-height:1.15;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;}body{margin:0}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,\n SFMono-Regular,\n Consolas,\n 'Liberation Mono',\n Menlo,\n monospace;font-size:1em;}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}table{border-color:currentcolor}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,[type='button'],[type='reset'],[type='submit']{-webkit-appearance:button}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type='search']{-webkit-appearance:textfield;outline-offset:-2px;}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}summary{display:list-item}.scout-type-body-base{font:400 16px/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-base)}.scout-type-body-sm{font:400 calc(16px*0.875)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-sm)}.scout-type-body-lg{font:400 calc(16px*1.125)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-lg)}.scout-type-body-xl{font:400 calc(16px*1.25)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-xl)}.scout-type-body-2xl{font:400 calc(16px*1.5)/1.5 \"Source Sans 3 Variable\", sans-serif;font:var(--type-body-2xl)}.scout-type-heading-xl{font:600 calc(16px*3.75)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-xl)}.scout-type-heading-lg{font:600 calc(16px*3)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-lg)}.scout-type-heading-base{font:600 calc(16px*2.25)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-base)}.scout-type-heading-sm{font:600 calc(16px*1.875)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-sm)}.scout-type-heading-xs{font:600 calc(16px*1.5)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-heading-xs)}.scout-type-label-base{font:400 16px/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-base)}.scout-type-label-2xl{font:400 calc(16px*1.5)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-2xl)}.scout-type-label-lg{font:400 calc(16px*1.125)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-lg)}.scout-type-label-sm{font:400 calc(16px*0.875)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-sm)}.scout-type-label-xl{font:400 calc(16px*1.25)/1.2 \"Source Sans 3 Variable\", sans-serif;font:var(--type-label-xl)}:root{font-family:\"Source Sans 3 Variable\", sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}";
|
|
2
2
|
|
|
3
3
|
const NAMESPACE = 'ui-webc';
|
|
4
|
-
const BUILD = /* ui-webc */ { hydratedSelectorName: "hydrated", lazyLoad: false, propChangeCallback: false, slotRelocation: true, updatable: true};
|
|
4
|
+
const BUILD = /* ui-webc */ { hydratedSelectorName: "hydrated", lazyLoad: false, propChangeCallback: false, slotRelocation: true, state: true, updatable: true};
|
|
5
5
|
|
|
6
6
|
/*
|
|
7
|
-
Stencil Client Platform v4.38.
|
|
7
|
+
Stencil Client Platform v4.38.3 | MIT Licensed | https://stenciljs.com
|
|
8
8
|
*/
|
|
9
9
|
var __defProp = Object.defineProperty;
|
|
10
10
|
var __export = (target, all) => {
|
|
11
11
|
for (var name in all)
|
|
12
12
|
__defProp(target, name, { get: all[name], enumerable: true });
|
|
13
13
|
};
|
|
14
|
-
|
|
15
|
-
// src/utils/es2022-rewire-class-members.ts
|
|
16
14
|
var reWireGetterSetter = (instance, hostRef) => {
|
|
17
15
|
var _a;
|
|
18
16
|
const cmpMeta = hostRef.$cmpMeta$;
|
|
@@ -68,7 +66,7 @@ var registerHost = (hostElement, cmpMeta) => {
|
|
|
68
66
|
}
|
|
69
67
|
const ref = hostRef;
|
|
70
68
|
hostElement.__stencil__getHostRef = () => ref;
|
|
71
|
-
{
|
|
69
|
+
if (cmpMeta.$flags$ & 512 /* hasModernPropertyDecls */ && (BUILD.state)) {
|
|
72
70
|
reWireGetterSetter(hostElement, hostRef);
|
|
73
71
|
}
|
|
74
72
|
return ref;
|
|
@@ -1738,7 +1736,7 @@ function render(vnode, container) {
|
|
|
1738
1736
|
renderVdom(ref, vnode);
|
|
1739
1737
|
}
|
|
1740
1738
|
|
|
1741
|
-
export { H, setNonce as a, setPlatformOptions as b, createEvent as c, getAssetPath as g, h, proxyCustomElement as p, render as r, setAssetPath as s };
|
|
1742
|
-
//# sourceMappingURL=p-
|
|
1739
|
+
export { H, setNonce as a, setPlatformOptions as b, createEvent as c, Host as d, getAssetPath as g, h, proxyCustomElement as p, render as r, setAssetPath as s };
|
|
1740
|
+
//# sourceMappingURL=p-S6Ssep7K.js.map
|
|
1743
1741
|
|
|
1744
|
-
//# sourceMappingURL=p-
|
|
1742
|
+
//# sourceMappingURL=p-S6Ssep7K.js.map
|