inputs-wc 0.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.
Files changed (86) hide show
  1. package/LICENSE +21 -0
  2. package/dist/cjs/alt-input.cjs.entry.js +35 -0
  3. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  4. package/dist/cjs/index-d27e04ed.js +1326 -0
  5. package/dist/cjs/index.cjs.js +2 -0
  6. package/dist/cjs/inputs-wc.cjs.js +25 -0
  7. package/dist/cjs/loader.cjs.js +15 -0
  8. package/dist/cjs/numeric-input.cjs.entry.js +41 -0
  9. package/dist/cjs/sample-form.cjs.entry.js +64 -0
  10. package/dist/cjs/tw-555edb3e.js +11966 -0
  11. package/dist/collection/collection-manifest.json +14 -0
  12. package/dist/collection/components/alt-input/alt-input.css +0 -0
  13. package/dist/collection/components/alt-input/alt-input.js +118 -0
  14. package/dist/collection/components/numeric-input/numeric-input.css +0 -0
  15. package/dist/collection/components/numeric-input/numeric-input.js +144 -0
  16. package/dist/collection/components/sample-form/button.js +8 -0
  17. package/dist/collection/components/sample-form/check.js +11 -0
  18. package/dist/collection/components/sample-form/radio.js +11 -0
  19. package/dist/collection/components/sample-form/sample-form.js +34 -0
  20. package/dist/collection/index.js +1 -0
  21. package/dist/collection/props.css +100 -0
  22. package/dist/collection/styles/shadow.css +480 -0
  23. package/dist/collection/tokens.css +379 -0
  24. package/dist/collection/utils/index.js +4 -0
  25. package/dist/collection/utils/store.js +58 -0
  26. package/dist/collection/utils/tw-version.js +4 -0
  27. package/dist/collection/utils/tw.js +5 -0
  28. package/dist/collection/utils/types.js +1 -0
  29. package/dist/components/alt-input.d.ts +11 -0
  30. package/dist/components/alt-input.js +53 -0
  31. package/dist/components/index.d.ts +33 -0
  32. package/dist/components/index.js +1 -0
  33. package/dist/components/numeric-input.d.ts +11 -0
  34. package/dist/components/numeric-input.js +60 -0
  35. package/dist/components/sample-form.d.ts +11 -0
  36. package/dist/components/sample-form.js +78 -0
  37. package/dist/components/tw.js +11962 -0
  38. package/dist/esm/alt-input.entry.js +31 -0
  39. package/dist/esm/app-globals-0f993ce5.js +3 -0
  40. package/dist/esm/index-1c8d0134.js +1298 -0
  41. package/dist/esm/index.js +1 -0
  42. package/dist/esm/inputs-wc.js +20 -0
  43. package/dist/esm/loader.js +11 -0
  44. package/dist/esm/numeric-input.entry.js +37 -0
  45. package/dist/esm/sample-form.entry.js +60 -0
  46. package/dist/esm/tw-88a8de4e.js +11962 -0
  47. package/dist/index.cjs.js +1 -0
  48. package/dist/index.js +1 -0
  49. package/dist/inputs-wc/index.esm.js +0 -0
  50. package/dist/inputs-wc/inputs-wc.esm.js +1 -0
  51. package/dist/inputs-wc/p-1c4a76f0.js +1 -0
  52. package/dist/inputs-wc/p-352bc40d.entry.js +1 -0
  53. package/dist/inputs-wc/p-92a60dc3.js +2 -0
  54. package/dist/inputs-wc/p-b6a348f1.entry.js +1 -0
  55. package/dist/inputs-wc/p-c3a8f125.entry.js +1 -0
  56. package/dist/inputs-wc/p-e1255160.js +1 -0
  57. package/dist/inputs-wc/props.css +100 -0
  58. package/dist/inputs-wc/tokens.css +379 -0
  59. package/dist/loader/cdn.js +1 -0
  60. package/dist/loader/index.cjs.js +1 -0
  61. package/dist/loader/index.d.ts +24 -0
  62. package/dist/loader/index.es2017.js +1 -0
  63. package/dist/loader/index.js +2 -0
  64. package/dist/loader/package.json +11 -0
  65. package/dist/types/components/alt-input/alt-input.d.ts +9 -0
  66. package/dist/types/components/numeric-input/numeric-input.d.ts +11 -0
  67. package/dist/types/components/sample-form/button.d.ts +9 -0
  68. package/dist/types/components/sample-form/check.d.ts +5 -0
  69. package/dist/types/components/sample-form/radio.d.ts +5 -0
  70. package/dist/types/components/sample-form/sample-form.d.ts +4 -0
  71. package/dist/types/components.d.ts +81 -0
  72. package/dist/types/index.d.ts +1 -0
  73. package/dist/types/stencil-public-runtime.d.ts +1680 -0
  74. package/dist/types/utils/index.d.ts +4 -0
  75. package/dist/types/utils/store.d.ts +6 -0
  76. package/dist/types/utils/tw-version.d.ts +3 -0
  77. package/dist/types/utils/tw.d.ts +3 -0
  78. package/dist/types/utils/types.d.ts +26 -0
  79. package/loader/cdn.js +1 -0
  80. package/loader/index.cjs.js +1 -0
  81. package/loader/index.d.ts +24 -0
  82. package/loader/index.es2017.js +1 -0
  83. package/loader/index.js +2 -0
  84. package/loader/package.json +11 -0
  85. package/package.json +48 -0
  86. package/readme.md +75 -0
@@ -0,0 +1 @@
1
+ import{h as o,r as l}from"./p-92a60dc3.js";import{t as n,a as c,s as r}from"./p-1c4a76f0.js";const e=l=>{const{label:c,callback:r}=l;return o("button",{class:n("mr-2 rounded-md border border-solid border-clrs-slate4 font-bold","bg-clrs-blue px-2 py-1 text-clrs-white","hover:bg-clrs-red"),onClick:r},c)},t=l=>{const n=l.hex||"currentColor",c=l.selected||!1,r=l.size||24;return o("svg",{class:l.class,width:r,height:r,viewBox:"0 0 24 24",role:"img","aria-label":"title"},o("title",null,l.label||"check")," ",o("g",{fill:n},o("path",c?{d:"M10 17L5 12L6.41 10.58L10 14.17L17.59 6.58L19 8M19 3H5C3.89 3 3 3.89 3 5V19A2 2 0 0 0 5 21H19A2 2 0 0 0 21 19V5C21 3.89 20.1 3 19 3Z"}:{d:"M19 3H5C3.89 3 3 3.89 3 5V19A2 2 0 0 0 5 21H19A2 2 0 0 0 21 19V5C21 3.89 20.1 3 19 3M19 5V19H5V5H19Z"})),o("path",{d:"M0 0h24v24H0z",fill:"none"}))},a=l=>{const n=l.hex||"currentColor",c=l.selected||!1,r=l.size||24;return o("svg",{class:l.class,width:r,height:r,viewBox:"0 0 24 24",role:"img","aria-label":"title"},o("title",null,l.label||"radio")," ",o("g",{fill:n},o("path",c?{d:"M12 7c-2.76 0-5 2.24-5 5s2.24 5 5 5 5-2.24 5-5-2.24-5-5-5zm0-5C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"}:{d:"M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.42 0-8-3.58-8-8s3.58-8 8-8 8 3.58 8 8-3.58 8-8 8z"})),o("path",{d:"M0 0h24v24H0z",fill:"none"}))},h=class{constructor(o){l(this,o)}refresh(){c.refresh()}render(){const{items:l,itemSets:n,pick:h}=r,i=r.tag,s=n.map(((l,n)=>o("span",{onClick:()=>c.pick(n)},o(a,{selected:n==h})))),k=l.map((({key:l,value:n})=>o(i,{"x-id":l,"x-value":n,max:20})));return o("div",{class:"flex flex-col gap-2 text-clrs-navy"},o("div",{class:"flex"},o(e,{label:"Refresh",callback:this.refresh}),o("span",{onClick:()=>c.toggle()},o(t,{selected:"numeric-input"===i,label:i})),...s),...k)}};h.style="/*! tailwindcss v4.0.6 | MIT License | https://tailwindcss.com */\n@layer theme, base, components, utilities;\n@layer theme {\n :root,\n :host {\n --font-sans:\n ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',\n 'Segoe UI Symbol', 'Noto Color Emoji';\n --font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;\n --font-mono:\n ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',\n 'Courier New', monospace;\n --color-red-50: oklch(0.971 0.013 17.38);\n --color-red-100: oklch(0.936 0.032 17.717);\n --color-red-200: oklch(0.885 0.062 18.334);\n --color-red-300: oklch(0.808 0.114 19.571);\n --color-red-400: oklch(0.704 0.191 22.216);\n --color-red-500: oklch(0.637 0.237 25.331);\n --color-red-600: oklch(0.577 0.245 27.325);\n --color-red-700: oklch(0.505 0.213 27.518);\n --color-red-800: oklch(0.444 0.177 26.899);\n --color-red-900: oklch(0.396 0.141 25.723);\n --color-red-950: oklch(0.258 0.092 26.042);\n --color-orange-50: oklch(0.98 0.016 73.684);\n --color-orange-100: oklch(0.954 0.038 75.164);\n --color-orange-200: oklch(0.901 0.076 70.697);\n --color-orange-300: oklch(0.837 0.128 66.29);\n --color-orange-400: oklch(0.75 0.183 55.934);\n --color-orange-500: oklch(0.705 0.213 47.604);\n --color-orange-600: oklch(0.646 0.222 41.116);\n --color-orange-700: oklch(0.553 0.195 38.402);\n --color-orange-800: oklch(0.47 0.157 37.304);\n --color-orange-900: oklch(0.408 0.123 38.172);\n --color-orange-950: oklch(0.266 0.079 36.259);\n --color-amber-50: oklch(0.987 0.022 95.277);\n --color-amber-100: oklch(0.962 0.059 95.617);\n --color-amber-200: oklch(0.924 0.12 95.746);\n --color-amber-300: oklch(0.879 0.169 91.605);\n --color-amber-400: oklch(0.828 0.189 84.429);\n --color-amber-500: oklch(0.769 0.188 70.08);\n --color-amber-600: oklch(0.666 0.179 58.318);\n --color-amber-700: oklch(0.555 0.163 48.998);\n --color-amber-800: oklch(0.473 0.137 46.201);\n --color-amber-900: oklch(0.414 0.112 45.904);\n --color-amber-950: oklch(0.279 0.077 45.635);\n --color-yellow-50: oklch(0.987 0.026 102.212);\n --color-yellow-100: oklch(0.973 0.071 103.193);\n --color-yellow-200: oklch(0.945 0.129 101.54);\n --color-yellow-300: oklch(0.905 0.182 98.111);\n --color-yellow-400: oklch(0.852 0.199 91.936);\n --color-yellow-500: oklch(0.795 0.184 86.047);\n --color-yellow-600: oklch(0.681 0.162 75.834);\n --color-yellow-700: oklch(0.554 0.135 66.442);\n --color-yellow-800: oklch(0.476 0.114 61.907);\n --color-yellow-900: oklch(0.421 0.095 57.708);\n --color-yellow-950: oklch(0.286 0.066 53.813);\n --color-lime-50: oklch(0.986 0.031 120.757);\n --color-lime-100: oklch(0.967 0.067 122.328);\n --color-lime-200: oklch(0.938 0.127 124.321);\n --color-lime-300: oklch(0.897 0.196 126.665);\n --color-lime-400: oklch(0.841 0.238 128.85);\n --color-lime-500: oklch(0.768 0.233 130.85);\n --color-lime-600: oklch(0.648 0.2 131.684);\n --color-lime-700: oklch(0.532 0.157 131.589);\n --color-lime-800: oklch(0.453 0.124 130.933);\n --color-lime-900: oklch(0.405 0.101 131.063);\n --color-lime-950: oklch(0.274 0.072 132.109);\n --color-green-50: oklch(0.982 0.018 155.826);\n --color-green-100: oklch(0.962 0.044 156.743);\n --color-green-200: oklch(0.925 0.084 155.995);\n --color-green-300: oklch(0.871 0.15 154.449);\n --color-green-400: oklch(0.792 0.209 151.711);\n --color-green-500: oklch(0.723 0.219 149.579);\n --color-green-600: oklch(0.627 0.194 149.214);\n --color-green-700: oklch(0.527 0.154 150.069);\n --color-green-800: oklch(0.448 0.119 151.328);\n --color-green-900: oklch(0.393 0.095 152.535);\n --color-green-950: oklch(0.266 0.065 152.934);\n --color-emerald-50: oklch(0.979 0.021 166.113);\n --color-emerald-100: oklch(0.95 0.052 163.051);\n --color-emerald-200: oklch(0.905 0.093 164.15);\n --color-emerald-300: oklch(0.845 0.143 164.978);\n --color-emerald-400: oklch(0.765 0.177 163.223);\n --color-emerald-500: oklch(0.696 0.17 162.48);\n --color-emerald-600: oklch(0.596 0.145 163.225);\n --color-emerald-700: oklch(0.508 0.118 165.612);\n --color-emerald-800: oklch(0.432 0.095 166.913);\n --color-emerald-900: oklch(0.378 0.077 168.94);\n --color-emerald-950: oklch(0.262 0.051 172.552);\n --color-teal-50: oklch(0.984 0.014 180.72);\n --color-teal-100: oklch(0.953 0.051 180.801);\n --color-teal-200: oklch(0.91 0.096 180.426);\n --color-teal-300: oklch(0.855 0.138 181.071);\n --color-teal-400: oklch(0.777 0.152 181.912);\n --color-teal-500: oklch(0.704 0.14 182.503);\n --color-teal-600: oklch(0.6 0.118 184.704);\n --color-teal-700: oklch(0.511 0.096 186.391);\n --color-teal-800: oklch(0.437 0.078 188.216);\n --color-teal-900: oklch(0.386 0.063 188.416);\n --color-teal-950: oklch(0.277 0.046 192.524);\n --color-cyan-50: oklch(0.984 0.019 200.873);\n --color-cyan-100: oklch(0.956 0.045 203.388);\n --color-cyan-200: oklch(0.917 0.08 205.041);\n --color-cyan-300: oklch(0.865 0.127 207.078);\n --color-cyan-400: oklch(0.789 0.154 211.53);\n --color-cyan-500: oklch(0.715 0.143 215.221);\n --color-cyan-600: oklch(0.609 0.126 221.723);\n --color-cyan-700: oklch(0.52 0.105 223.128);\n --color-cyan-800: oklch(0.45 0.085 224.283);\n --color-cyan-900: oklch(0.398 0.07 227.392);\n --color-cyan-950: oklch(0.302 0.056 229.695);\n --color-sky-50: oklch(0.977 0.013 236.62);\n --color-sky-100: oklch(0.951 0.026 236.824);\n --color-sky-200: oklch(0.901 0.058 230.902);\n --color-sky-300: oklch(0.828 0.111 230.318);\n --color-sky-400: oklch(0.746 0.16 232.661);\n --color-sky-500: oklch(0.685 0.169 237.323);\n --color-sky-600: oklch(0.588 0.158 241.966);\n --color-sky-700: oklch(0.5 0.134 242.749);\n --color-sky-800: oklch(0.443 0.11 240.79);\n --color-sky-900: oklch(0.391 0.09 240.876);\n --color-sky-950: oklch(0.293 0.066 243.157);\n --color-blue-50: oklch(0.97 0.014 254.604);\n --color-blue-100: oklch(0.932 0.032 255.585);\n --color-blue-200: oklch(0.882 0.059 254.128);\n --color-blue-300: oklch(0.809 0.105 251.813);\n --color-blue-400: oklch(0.707 0.165 254.624);\n --color-blue-500: oklch(0.623 0.214 259.815);\n --color-blue-600: oklch(0.546 0.245 262.881);\n --color-blue-700: oklch(0.488 0.243 264.376);\n --color-blue-800: oklch(0.424 0.199 265.638);\n --color-blue-900: oklch(0.379 0.146 265.522);\n --color-blue-950: oklch(0.282 0.091 267.935);\n --color-indigo-50: oklch(0.962 0.018 272.314);\n --color-indigo-100: oklch(0.93 0.034 272.788);\n --color-indigo-200: oklch(0.87 0.065 274.039);\n --color-indigo-300: oklch(0.785 0.115 274.713);\n --color-indigo-400: oklch(0.673 0.182 276.935);\n --color-indigo-500: oklch(0.585 0.233 277.117);\n --color-indigo-600: oklch(0.511 0.262 276.966);\n --color-indigo-700: oklch(0.457 0.24 277.023);\n --color-indigo-800: oklch(0.398 0.195 277.366);\n --color-indigo-900: oklch(0.359 0.144 278.697);\n --color-indigo-950: oklch(0.257 0.09 281.288);\n --color-violet-50: oklch(0.969 0.016 293.756);\n --color-violet-100: oklch(0.943 0.029 294.588);\n --color-violet-200: oklch(0.894 0.057 293.283);\n --color-violet-300: oklch(0.811 0.111 293.571);\n --color-violet-400: oklch(0.702 0.183 293.541);\n --color-violet-500: oklch(0.606 0.25 292.717);\n --color-violet-600: oklch(0.541 0.281 293.009);\n --color-violet-700: oklch(0.491 0.27 292.581);\n --color-violet-800: oklch(0.432 0.232 292.759);\n --color-violet-900: oklch(0.38 0.189 293.745);\n --color-violet-950: oklch(0.283 0.141 291.089);\n --color-purple-50: oklch(0.977 0.014 308.299);\n --color-purple-100: oklch(0.946 0.033 307.174);\n --color-purple-200: oklch(0.902 0.063 306.703);\n --color-purple-300: oklch(0.827 0.119 306.383);\n --color-purple-400: oklch(0.714 0.203 305.504);\n --color-purple-500: oklch(0.627 0.265 303.9);\n --color-purple-600: oklch(0.558 0.288 302.321);\n --color-purple-700: oklch(0.496 0.265 301.924);\n --color-purple-800: oklch(0.438 0.218 303.724);\n --color-purple-900: oklch(0.381 0.176 304.987);\n --color-purple-950: oklch(0.291 0.149 302.717);\n --color-fuchsia-50: oklch(0.977 0.017 320.058);\n --color-fuchsia-100: oklch(0.952 0.037 318.852);\n --color-fuchsia-200: oklch(0.903 0.076 319.62);\n --color-fuchsia-300: oklch(0.833 0.145 321.434);\n --color-fuchsia-400: oklch(0.74 0.238 322.16);\n --color-fuchsia-500: oklch(0.667 0.295 322.15);\n --color-fuchsia-600: oklch(0.591 0.293 322.896);\n --color-fuchsia-700: oklch(0.518 0.253 323.949);\n --color-fuchsia-800: oklch(0.452 0.211 324.591);\n --color-fuchsia-900: oklch(0.401 0.17 325.612);\n --color-fuchsia-950: oklch(0.293 0.136 325.661);\n --color-pink-50: oklch(0.971 0.014 343.198);\n --color-pink-100: oklch(0.948 0.028 342.258);\n --color-pink-200: oklch(0.899 0.061 343.231);\n --color-pink-300: oklch(0.823 0.12 346.018);\n --color-pink-400: oklch(0.718 0.202 349.761);\n --color-pink-500: oklch(0.656 0.241 354.308);\n --color-pink-600: oklch(0.592 0.249 0.584);\n --color-pink-700: oklch(0.525 0.223 3.958);\n --color-pink-800: oklch(0.459 0.187 3.815);\n --color-pink-900: oklch(0.408 0.153 2.432);\n --color-pink-950: oklch(0.284 0.109 3.907);\n --color-rose-50: oklch(0.969 0.015 12.422);\n --color-rose-100: oklch(0.941 0.03 12.58);\n --color-rose-200: oklch(0.892 0.058 10.001);\n --color-rose-300: oklch(0.81 0.117 11.638);\n --color-rose-400: oklch(0.712 0.194 13.428);\n --color-rose-500: oklch(0.645 0.246 16.439);\n --color-rose-600: oklch(0.586 0.253 17.585);\n --color-rose-700: oklch(0.514 0.222 16.935);\n --color-rose-800: oklch(0.455 0.188 13.697);\n --color-rose-900: oklch(0.41 0.159 10.272);\n --color-rose-950: oklch(0.271 0.105 12.094);\n --color-slate-50: oklch(0.984 0.003 247.858);\n --color-slate-100: oklch(0.968 0.007 247.896);\n --color-slate-200: oklch(0.929 0.013 255.508);\n --color-slate-300: oklch(0.869 0.022 252.894);\n --color-slate-400: oklch(0.704 0.04 256.788);\n --color-slate-500: oklch(0.554 0.046 257.417);\n --color-slate-600: oklch(0.446 0.043 257.281);\n --color-slate-700: oklch(0.372 0.044 257.287);\n --color-slate-800: oklch(0.279 0.041 260.031);\n --color-slate-900: oklch(0.208 0.042 265.755);\n --color-slate-950: oklch(0.129 0.042 264.695);\n --color-gray-50: oklch(0.985 0.002 247.839);\n --color-gray-100: oklch(0.967 0.003 264.542);\n --color-gray-200: oklch(0.928 0.006 264.531);\n --color-gray-300: oklch(0.872 0.01 258.338);\n --color-gray-400: oklch(0.707 0.022 261.325);\n --color-gray-500: oklch(0.551 0.027 264.364);\n --color-gray-600: oklch(0.446 0.03 256.802);\n --color-gray-700: oklch(0.373 0.034 259.733);\n --color-gray-800: oklch(0.278 0.033 256.848);\n --color-gray-900: oklch(0.21 0.034 264.665);\n --color-gray-950: oklch(0.13 0.028 261.692);\n --color-zinc-50: oklch(0.985 0 0);\n --color-zinc-100: oklch(0.967 0.001 286.375);\n --color-zinc-200: oklch(0.92 0.004 286.32);\n --color-zinc-300: oklch(0.871 0.006 286.286);\n --color-zinc-400: oklch(0.705 0.015 286.067);\n --color-zinc-500: oklch(0.552 0.016 285.938);\n --color-zinc-600: oklch(0.442 0.017 285.786);\n --color-zinc-700: oklch(0.37 0.013 285.805);\n --color-zinc-800: oklch(0.274 0.006 286.033);\n --color-zinc-900: oklch(0.21 0.006 285.885);\n --color-zinc-950: oklch(0.141 0.005 285.823);\n --color-neutral-50: oklch(0.985 0 0);\n --color-neutral-100: oklch(0.97 0 0);\n --color-neutral-200: oklch(0.922 0 0);\n --color-neutral-300: oklch(0.87 0 0);\n --color-neutral-400: oklch(0.708 0 0);\n --color-neutral-500: oklch(0.556 0 0);\n --color-neutral-600: oklch(0.439 0 0);\n --color-neutral-700: oklch(0.371 0 0);\n --color-neutral-800: oklch(0.269 0 0);\n --color-neutral-900: oklch(0.205 0 0);\n --color-neutral-950: oklch(0.145 0 0);\n --color-stone-50: oklch(0.985 0.001 106.423);\n --color-stone-100: oklch(0.97 0.001 106.424);\n --color-stone-200: oklch(0.923 0.003 48.717);\n --color-stone-300: oklch(0.869 0.005 56.366);\n --color-stone-400: oklch(0.709 0.01 56.259);\n --color-stone-500: oklch(0.553 0.013 58.071);\n --color-stone-600: oklch(0.444 0.011 73.639);\n --color-stone-700: oklch(0.374 0.01 67.558);\n --color-stone-800: oklch(0.268 0.007 34.298);\n --color-stone-900: oklch(0.216 0.006 56.043);\n --color-stone-950: oklch(0.147 0.004 49.25);\n --color-black: #000;\n --color-white: #fff;\n --spacing: 0.25rem;\n --breakpoint-sm: 40rem;\n --breakpoint-md: 48rem;\n --breakpoint-lg: 64rem;\n --breakpoint-xl: 80rem;\n --breakpoint-2xl: 96rem;\n --container-3xs: 16rem;\n --container-2xs: 18rem;\n --container-xs: 20rem;\n --container-sm: 24rem;\n --container-md: 28rem;\n --container-lg: 32rem;\n --container-xl: 36rem;\n --container-2xl: 42rem;\n --container-3xl: 48rem;\n --container-4xl: 56rem;\n --container-5xl: 64rem;\n --container-6xl: 72rem;\n --container-7xl: 80rem;\n --text-xs: 0.75rem;\n --text-xs--line-height: calc(1 / 0.75);\n --text-sm: 0.875rem;\n --text-sm--line-height: calc(1.25 / 0.875);\n --text-base: 1rem;\n --text-base--line-height: calc(1.5 / 1);\n --text-lg: 1.125rem;\n --text-lg--line-height: calc(1.75 / 1.125);\n --text-xl: 1.25rem;\n --text-xl--line-height: calc(1.75 / 1.25);\n --text-2xl: 1.5rem;\n --text-2xl--line-height: calc(2 / 1.5);\n --text-3xl: 1.875rem;\n --text-3xl--line-height: calc(2.25 / 1.875);\n --text-4xl: 2.25rem;\n --text-4xl--line-height: calc(2.5 / 2.25);\n --text-5xl: 3rem;\n --text-5xl--line-height: 1;\n --text-6xl: 3.75rem;\n --text-6xl--line-height: 1;\n --text-7xl: 4.5rem;\n --text-7xl--line-height: 1;\n --text-8xl: 6rem;\n --text-8xl--line-height: 1;\n --text-9xl: 8rem;\n --text-9xl--line-height: 1;\n --font-weight-thin: 100;\n --font-weight-extralight: 200;\n --font-weight-light: 300;\n --font-weight-normal: 400;\n --font-weight-medium: 500;\n --font-weight-semibold: 600;\n --font-weight-bold: 700;\n --font-weight-extrabold: 800;\n --font-weight-black: 900;\n --tracking-tighter: -0.05em;\n --tracking-tight: -0.025em;\n --tracking-normal: 0em;\n --tracking-wide: 0.025em;\n --tracking-wider: 0.05em;\n --tracking-widest: 0.1em;\n --leading-tight: 1.25;\n --leading-snug: 1.375;\n --leading-normal: 1.5;\n --leading-relaxed: 1.625;\n --leading-loose: 2;\n --radius-xs: 0.125rem;\n --radius-sm: 0.25rem;\n --radius-md: 0.375rem;\n --radius-lg: 0.5rem;\n --radius-xl: 0.75rem;\n --radius-2xl: 1rem;\n --radius-3xl: 1.5rem;\n --radius-4xl: 2rem;\n --shadow-2xs: 0 1px rgb(0 0 0 / 0.05);\n --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);\n --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);\n --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);\n --shadow-lg:\n 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);\n --shadow-xl:\n 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);\n --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);\n --inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);\n --inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);\n --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);\n --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);\n --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);\n --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);\n --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);\n --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);\n --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);\n --ease-in: cubic-bezier(0.4, 0, 1, 1);\n --ease-out: cubic-bezier(0, 0, 0.2, 1);\n --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);\n --animate-spin: spin 1s linear infinite;\n --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;\n --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;\n --animate-bounce: bounce 1s infinite;\n --blur-xs: 4px;\n --blur-sm: 8px;\n --blur-md: 12px;\n --blur-lg: 16px;\n --blur-xl: 24px;\n --blur-2xl: 40px;\n --blur-3xl: 64px;\n --perspective-dramatic: 100px;\n --perspective-near: 300px;\n --perspective-normal: 500px;\n --perspective-midrange: 800px;\n --perspective-distant: 1200px;\n --aspect-video: 16 / 9;\n --default-transition-duration: 150ms;\n --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);\n --default-font-family: var(--font-sans);\n --default-font-feature-settings: var(--font-sans--font-feature-settings);\n --default-font-variation-settings: var(--font-sans--font-variation-settings);\n --default-mono-font-family: var(--font-mono);\n --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);\n --default-mono-font-variation-settings: var(\n --font-mono--font-variation-settings\n );\n }\n}\n@layer utilities {\n .mr-2 {\n margin-right: calc(var(--spacing) * 2);\n }\n .flex {\n display: flex;\n }\n .flex-col {\n flex-direction: column;\n }\n .gap-2 {\n gap: calc(var(--spacing) * 2);\n }\n .rounded-md {\n border-radius: var(--radius-md);\n }\n .border {\n border-style: var(--tw-border-style);\n border-width: 1px;\n }\n .border-solid {\n --tw-border-style: solid;\n border-style: solid;\n }\n .border-clrs-slate4 {\n border-color: var(--clrs-slate4, #4e5964);\n }\n .bg-clrs-blue {\n background-color: var(--clrs-blue, #0074d9);\n }\n .px-2 {\n padding-inline: calc(var(--spacing) * 2);\n }\n .py-1 {\n padding-block: calc(var(--spacing) * 1);\n }\n .text-right {\n text-align: right;\n }\n .font-bold {\n --tw-font-weight: var(--font-weight-bold);\n font-weight: var(--font-weight-bold);\n }\n .text-clrs-navy {\n color: var(--clrs-navy, #001f3f);\n }\n .text-clrs-red {\n color: var(--clrs-red, #ff4136);\n }\n .text-clrs-white {\n color: var(--clrs-white, #ffffff);\n }\n .shadow {\n --tw-shadow:\n 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)),\n 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));\n box-shadow:\n var(--tw-inset-shadow), var(--tw-inset-ring-shadow),\n var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);\n }\n .filter {\n filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,)\n var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,)\n var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);\n }\n .hover\\:bg-clrs-red {\n &:hover {\n @media (hover: hover) {\n background-color: var(--clrs-red, #ff4136);\n }\n }\n }\n}\n@keyframes spin {\n to {\n transform: rotate(360deg);\n }\n}\n@keyframes ping {\n 75%,\n 100% {\n transform: scale(2);\n opacity: 0;\n }\n}\n@keyframes pulse {\n 50% {\n opacity: 0.5;\n }\n}\n@keyframes bounce {\n 0%,\n 100% {\n transform: translateY(-25%);\n animation-timing-function: cubic-bezier(0.8, 0, 1, 1);\n }\n 50% {\n transform: none;\n animation-timing-function: cubic-bezier(0, 0, 0.2, 1);\n }\n}\n";export{h as sample_form}
@@ -0,0 +1,2 @@
1
+ var t=Object.defineProperty,e=new WeakMap,n=t=>e.get(t),o=(t,n)=>{e.set(n.t=t,n)},l=(t,e)=>e in t,s=(t,e)=>(0,console.error)(t,e),i=new Map,r=new Map,c="slot-fb{display:contents}slot-fb[hidden]{display:none}",u="undefined"!=typeof window?window:{},f=u.document||{head:{}},a={o:0,l:"",jmp:t=>t(),raf:t=>requestAnimationFrame(t),ael:(t,e,n,o)=>t.addEventListener(e,n,o),rel:(t,e,n,o)=>t.removeEventListener(e,n,o),ce:(t,e)=>new CustomEvent(t,e)},h=t=>Promise.resolve(t),p=(()=>{try{return new CSSStyleSheet,"function"==typeof(new CSSStyleSheet).replaceSync}catch(t){}return!1})(),d=!1,m=[],y=[],v=(t,e)=>n=>{t.push(n),d||(d=!0,e&&4&a.o?b($):a.raf($))},w=t=>{for(let e=0;e<t.length;e++)try{t[e](performance.now())}catch(t){s(t)}t.length=0},$=()=>{w(m),w(y),(d=m.length>0)&&a.raf($)},b=t=>h().then(t),g=v(y,!0),S=t=>"object"==(t=typeof t)||"function"===t;function j(t){var e,n,o;return null!=(o=null==(n=null==(e=t.head)?void 0:e.querySelector('meta[name="csp-nonce"]'))?void 0:n.getAttribute("content"))?o:void 0}((e,n)=>{for(var o in n)t(e,o,{get:n[o],enumerable:!0})})({},{err:()=>k,map:()=>E,ok:()=>O,unwrap:()=>M,unwrapErr:()=>x});var O=t=>({isOk:!0,isErr:!1,value:t}),k=t=>({isOk:!1,isErr:!0,value:t});function E(t,e){if(t.isOk){const n=e(t.value);return n instanceof Promise?n.then((t=>O(t))):O(n)}if(t.isErr)return k(t.value);throw"should never get here"}var C,M=t=>{if(t.isOk)return t.value;throw t.value},x=t=>{if(t.isErr)return t.value;throw t.value},P=(t,e,...n)=>{let o=null,l=null,s=!1,i=!1;const r=[],c=e=>{for(let n=0;n<e.length;n++)o=e[n],Array.isArray(o)?c(o):null!=o&&"boolean"!=typeof o&&((s="function"!=typeof t&&!S(o))&&(o+=""),s&&i?r[r.length-1].i+=o:r.push(s?A(null,o):o),i=s)};if(c(n),e){e.key&&(l=e.key);{const t=e.className||e.class;t&&(e.class="object"!=typeof t?t:Object.keys(t).filter((e=>t[e])).join(" "))}}if("function"==typeof t)return t(null===e?{}:e,r,R);const u=A(t,null);return u.u=e,r.length>0&&(u.h=r),u.p=l,u},A=(t,e)=>({o:0,m:t,i:e,v:null,h:null,u:null,p:null}),N={},R={forEach:(t,e)=>t.map(T).forEach(e),map:(t,e)=>t.map(T).map(e).map(F)},T=t=>({vattrs:t.u,vchildren:t.h,vkey:t.p,vname:t.$,vtag:t.m,vtext:t.i}),F=t=>{if("function"==typeof t.vtag){const e={...t.vattrs};return t.vkey&&(e.key=t.vkey),t.vname&&(e.name=t.vname),P(t.vtag,e,...t.vchildren||[])}const e=A(t.vtag,t.vtext);return e.u=t.vattrs,e.h=t.vchildren,e.p=t.vkey,e.$=t.vname,e},H=(t,e)=>null==t||S(t)?t:2&e?parseFloat(t):1&e?t+"":t,U=new WeakMap,D=t=>"sc-"+t.S,L=(t,e,n,o,s,i)=>{if(n!==o){let r=l(t,e),c=e.toLowerCase();if("class"===e){const e=t.classList,l=W(n);let s=W(o);e.remove(...l.filter((t=>t&&!s.includes(t)))),e.add(...s.filter((t=>t&&!l.includes(t))))}else if("key"===e);else if(r||"o"!==e[0]||"n"!==e[1]){const l=S(o);if((r||l&&null!==o)&&!s)try{if(t.tagName.includes("-"))t[e]!==o&&(t[e]=o);else{const l=null==o?"":o;"list"===e?r=!1:null!=n&&t[e]==l||("function"==typeof t.__lookupSetter__(e)?t[e]=l:t.setAttribute(e,l))}}catch(t){}null==o||!1===o?!1===o&&""!==t.getAttribute(e)||t.removeAttribute(e):(!r||4&i||s)&&!l&&t.setAttribute(e,o=!0===o?"":o)}else if(e="-"===e[2]?e.slice(3):l(u,c)?c.slice(2):c[2]+e.slice(3),n||o){const l=e.endsWith(q);e=e.replace(G,""),n&&a.rel(t,e,n,l),o&&a.ael(t,e,o,l)}}},V=/\s/,W=t=>("object"==typeof t&&t&&"baseVal"in t&&(t=t.baseVal),t&&"string"==typeof t?t.split(V):[]),q="Capture",G=RegExp(q+"$"),_=(t,e,n)=>{const o=11===e.v.nodeType&&e.v.host?e.v.host:e.v,l=t&&t.u||{},s=e.u||{};for(const t of z(Object.keys(l)))t in s||L(o,t,l[t],void 0,n,e.o);for(const t of z(Object.keys(s)))L(o,t,l[t],s[t],n,e.o)};function z(t){return t.includes("ref")?[...t.filter((t=>"ref"!==t)),"ref"]:t}var B=!1,I=(t,e,n)=>{const o=e.h[n];let l,s,i=0;if(null!==o.i)l=o.v=f.createTextNode(o.i);else{if(B||(B="svg"===o.m),l=o.v=f.createElementNS(B?"http://www.w3.org/2000/svg":"http://www.w3.org/1999/xhtml",o.m),B&&"foreignObject"===o.m&&(B=!1),_(null,o,B),o.h)for(i=0;i<o.h.length;++i)s=I(t,o,i),s&&l.appendChild(s);"svg"===o.m?B=!1:"foreignObject"===l.tagName&&(B=!0)}return l["s-hn"]=C,l},J=(t,e,n,o,l,s)=>{let i,r=t;for(r.shadowRoot&&r.tagName===C&&(r=r.shadowRoot);l<=s;++l)o[l]&&(i=I(null,n,l),i&&(o[l].v=i,Y(r,i,e)))},K=(t,e,n)=>{for(let o=e;o<=n;++o){const e=t[o];if(e){const t=e.v;t&&t.remove()}}},Q=(t,e,n=!1)=>t.m===e.m&&(n?(n&&!t.p&&e.p&&(t.p=e.p),!0):t.p===e.p),X=(t,e,n=!1)=>{const o=e.v=t.v,l=t.h,s=e.h,i=e.m,r=e.i;null===r?(_(t,e,B="svg"===i||"foreignObject"!==i&&B),null!==l&&null!==s?((t,e,n,o,l=!1)=>{let s,i,r=0,c=0,u=0,f=0,a=e.length-1,h=e[0],p=e[a],d=o.length-1,m=o[0],y=o[d];for(;r<=a&&c<=d;)if(null==h)h=e[++r];else if(null==p)p=e[--a];else if(null==m)m=o[++c];else if(null==y)y=o[--d];else if(Q(h,m,l))X(h,m,l),h=e[++r],m=o[++c];else if(Q(p,y,l))X(p,y,l),p=e[--a],y=o[--d];else if(Q(h,y,l))X(h,y,l),Y(t,h.v,p.v.nextSibling),h=e[++r],y=o[--d];else if(Q(p,m,l))X(p,m,l),Y(t,p.v,h.v),p=e[--a],m=o[++c];else{for(u=-1,f=r;f<=a;++f)if(e[f]&&null!==e[f].p&&e[f].p===m.p){u=f;break}u>=0?(i=e[u],i.m!==m.m?s=I(e&&e[c],n,u):(X(i,m,l),e[u]=void 0,s=i.v),m=o[++c]):(s=I(e&&e[c],n,c),m=o[++c]),s&&Y(h.v.parentNode,s,h.v)}r>a?J(t,null==o[d+1]?null:o[d+1].v,n,o,c,d):c>d&&K(e,r,a)})(o,l,e,s,n):null!==s?(null!==t.i&&(o.textContent=""),J(o,null,e,s,0,s.length-1)):!n&&null!==l&&K(l,0,l.length-1),B&&"svg"===i&&(B=!1)):t.i!==r&&(o.data=r)},Y=(t,e,n)=>null==t?void 0:t.insertBefore(e,n),Z=(t,e)=>{if(e&&!t.j&&e["s-p"]){const n=e["s-p"].push(new Promise((o=>t.j=()=>{e["s-p"].splice(n-1,1),o()})))}},tt=(t,e)=>{if(t.o|=16,!(4&t.o))return Z(t,t.O),g((()=>et(t,e)));t.o|=512},et=(t,e)=>{const n=t.t;if(!n)throw Error(`Can't render component <${t.$hostElement$.tagName.toLowerCase()} /> with invalid Stencil runtime! Make sure this imported component is compiled with a \`externalRuntime: true\` flag. For more information, please refer to https://stenciljs.com/docs/custom-elements#externalruntime`);return nt(void 0,(()=>lt(t,n,e)))},nt=(t,e)=>ot(t)?t.then(e).catch((t=>{console.error(t),e()})):e(),ot=t=>t instanceof Promise||t&&t.then&&"function"==typeof t.then,lt=async(t,e,n)=>{var o;const l=t.$hostElement$,s=l["s-rc"];n&&(t=>{const e=t.k,n=t.$hostElement$,o=e.o,l=((t,e)=>{var n;const o=D(e),l=r.get(o);if(t=11===t.nodeType?t:f,l)if("string"==typeof l){let s,i=U.get(t=t.head||t);if(i||U.set(t,i=new Set),!i.has(o)){{s=document.querySelector(`[sty-id="${o}"]`)||f.createElement("style"),s.innerHTML=l;const i=null!=(n=a.C)?n:j(f);if(null!=i&&s.setAttribute("nonce",i),!(1&e.o))if("HEAD"===t.nodeName){const e=t.querySelectorAll("link[rel=preconnect]"),n=e.length>0?e[e.length-1].nextSibling:t.querySelector("style");t.insertBefore(s,(null==n?void 0:n.parentNode)===t?n:null)}else if("host"in t)if(p){const e=new CSSStyleSheet;e.replaceSync(l),t.adoptedStyleSheets=[e,...t.adoptedStyleSheets]}else{const e=t.querySelector("style");e?e.innerHTML=l+e.innerHTML:t.prepend(s)}else t.append(s);1&e.o&&t.insertBefore(s,null)}4&e.o&&(s.innerHTML+=c),i&&i.add(o)}}else t.adoptedStyleSheets.includes(l)||(t.adoptedStyleSheets=[...t.adoptedStyleSheets,l]);return o})(n.shadowRoot?n.shadowRoot:n.getRootNode(),e);(10&o&&2&o||128&o)&&(n["s-sc"]=l,n.classList.add(l+"-h"))})(t);it(t,e,l,n),s&&(s.map((t=>t())),l["s-rc"]=void 0);{const e=null!=(o=l["s-p"])?o:[],n=()=>ct(t);0===e.length?n():(Promise.all(e).then(n),t.o|=4,e.length=0)}},st=null,it=(t,e,n,o)=>{try{st=e,e=e.render(),t.o&=-17,t.o|=2,((t,e,n=!1)=>{const o=t.$hostElement$,l=t.k,s=t.M||A(null,null),i=(t=>t&&t.m===N)(e)?e:P(null,null,e);if(C=o.tagName,n&&i.u)for(const t of Object.keys(i.u))o.hasAttribute(t)&&!["key","ref","style","class"].includes(t)&&(i.u[t]=o[t]);i.m=null,i.o|=4,t.M=i,i.v=s.v=o.shadowRoot||o,X(s,i,n)})(t,e,o)}catch(e){s(e,t.$hostElement$)}return st=null,null},rt=()=>st,ct=t=>{const e=t.$hostElement$,n=t.O;64&t.o||(t.o|=64,at(e),t.P(e),n||ft()),t.j&&(t.j(),t.j=void 0),512&t.o&&b((()=>tt(t,!1))),t.o&=-517},ut=t=>{{const e=n(t),o=e.$hostElement$.isConnected;return o&&2==(18&e.o)&&tt(e,!1),o}},ft=()=>{b((()=>(t=>{const e=a.ce("appload",{detail:{namespace:"inputs-wc"}});return t.dispatchEvent(e),e})(u)))},at=t=>t.classList.add("hydrated"),ht=(t,e,o,l)=>{const s=n(t);if(!s)throw Error(`Couldn't find host element for "${l.S}" as it is unknown to this Stencil runtime. This usually happens when integrating a 3rd party Stencil component with another Stencil component or application. Please reach out to the maintainers of the 3rd party Stencil component or report this on the Stencil Discord server (https://chat.stenciljs.com) or comment on this similar [GitHub issue](https://github.com/ionic-team/stencil/issues/5457).`);const i=s.A.get(e),r=s.o,c=s.t;o=H(o,l.N[e][0]),8&r&&void 0!==i||o===i||Number.isNaN(i)&&Number.isNaN(o)||(s.A.set(e,o),c&&2==(18&r)&&tt(s,!1))},pt=(t,e,o)=>{var l,s;const i=t.prototype;if(e.N){const r=Object.entries(null!=(l=e.N)?l:{});if(r.map((([t,[l]])=>{if(31&l||2&o&&32&l){const{get:s,set:r}=Object.getOwnPropertyDescriptor(i,t)||{};s&&(e.N[t][0]|=2048),r&&(e.N[t][0]|=4096),(1&o||!s)&&Object.defineProperty(i,t,{get(){{if(!(2048&e.N[t][0]))return((t,e)=>n(this).A.get(e))(0,t);const o=n(this),l=o?o.t:i;if(!l)return;return l[t]}},configurable:!0,enumerable:!0}),Object.defineProperty(i,t,{set(s){const i=n(this);if(r){const n=32&l?this[t]:i.$hostElement$[t];return void 0===n&&i.A.get(t)?s=i.A.get(t):!i.A.get(t)&&n&&i.A.set(t,n),r.call(this,H(s,l)),void ht(this,t,s=32&l?this[t]:i.$hostElement$[t],e)}{if(!(1&o&&4096&e.N[t][0]))return ht(this,t,s,e),void(1&o&&!i.t&&i.R.then((()=>{4096&e.N[t][0]&&i.t[t]!==i.A.get(t)&&(i.t[t]=s)})));const n=()=>{const n=i.t[t];!i.A.get(t)&&n&&i.A.set(t,n),i.t[t]=H(s,l),ht(this,t,i.t[t],e)};i.t?n():i.R.then((()=>n()))}}})}})),1&o){const o=new Map;i.attributeChangedCallback=function(t,l,s){a.jmp((()=>{var r;const c=o.get(t);if(this.hasOwnProperty(c))s=this[c],delete this[c];else{if(i.hasOwnProperty(c)&&"number"==typeof this[c]&&this[c]==s)return;if(null==c){const o=n(this),i=null==o?void 0:o.o;if(i&&!(8&i)&&128&i&&s!==l){const n=o.t,i=null==(r=e.T)?void 0:r[t];null==i||i.forEach((e=>{null!=n[e]&&n[e].call(n,s,l,t)}))}return}}const u=Object.getOwnPropertyDescriptor(i,c);(s=(null!==s||"boolean"!=typeof this[c])&&s)===this[c]||u.get&&!u.set||(this[c]=s)}))},t.observedAttributes=Array.from(new Set([...Object.keys(null!=(s=e.T)?s:{}),...r.filter((([t,e])=>15&e[0])).map((([t,e])=>{const n=e[1]||t;return o.set(n,t),n}))]))}}return t},dt=(t,o={})=>{var l;const h=[],d=o.exclude||[],m=u.customElements,y=f.head,v=y.querySelector("meta[charset]"),w=f.createElement("style"),$=[];let b,g=!0;Object.assign(a,o),a.l=new URL(o.resourcesUrl||"./",f.baseURI).href;let S=!1;if(t.map((t=>{t[1].map((o=>{const l={o:o[0],S:o[1],N:o[2],F:o[3]};4&l.o&&(S=!0),l.N=o[2];const c=l.S,u=class extends HTMLElement{constructor(t){if(super(t),this.hasRegisteredEventListeners=!1,((t,n)=>{const o={o:0,$hostElement$:t,k:n,A:new Map};o.R=new Promise((t=>o.P=t)),t["s-p"]=[],t["s-rc"]=[],e.set(t,o)})(t=this,l),1&l.o)if(t.shadowRoot){if("open"!==t.shadowRoot.mode)throw Error(`Unable to re-use existing shadow root for ${l.S}! Mode is set to ${t.shadowRoot.mode} but Stencil only supports open shadow roots.`)}else t.attachShadow({mode:"open"})}connectedCallback(){this.hasRegisteredEventListeners||(this.hasRegisteredEventListeners=!0),b&&(clearTimeout(b),b=null),g?$.push(this):a.jmp((()=>(t=>{if(!(1&a.o)){const e=n(t),o=e.k,l=()=>{};if(1&e.o)(null==e?void 0:e.t)||(null==e?void 0:e.R)&&e.R.then((()=>{}));else{e.o|=1;{let n=t;for(;n=n.parentNode||n.host;)if(n["s-p"]){Z(e,e.O=n);break}}o.N&&Object.entries(o.N).map((([e,[n]])=>{if(31&n&&t.hasOwnProperty(e)){const n=t[e];delete t[e],t[e]=n}})),(async(t,e,n)=>{let o;if(!(32&e.o)){if(e.o|=32,n.H){const l=((t,e)=>{const n=t.S.replace(/-/g,"_"),o=t.H;if(!o)return;const l=i.get(o);return l?l[n]:import(`./${o}.entry.js`).then((t=>(i.set(o,t),t[n])),(t=>{s(t,e.$hostElement$)}))
2
+ /*!__STENCIL_STATIC_IMPORT_SWITCH__*/})(n,e);if(l&&"then"in l){const t=()=>{};o=await l,t()}else o=l;if(!o)throw Error(`Constructor for "${n.S}#${e.U}" was not found`);o.isProxied||(pt(o,n,2),o.isProxied=!0);const r=()=>{};e.o|=8;try{new o(e)}catch(e){s(e,t)}e.o&=-9,r()}else o=t.constructor,customElements.whenDefined(t.localName).then((()=>e.o|=128));if(o&&o.style){let t;"string"==typeof o.style&&(t=o.style);const e=D(n);if(!r.has(e)){const o=()=>{};((t,e,n)=>{let o=r.get(t);p&&n?(o=o||new CSSStyleSheet,"string"==typeof o?o=e:o.replaceSync(e)):o=e,r.set(t,o)})(e,t,!!(1&n.o)),o()}}}const l=e.O,c=()=>tt(e,!0);l&&l["s-rc"]?l["s-rc"].push(c):c()})(t,e,o)}l()}})(this)))}disconnectedCallback(){a.jmp((()=>(async t=>{if(!(1&a.o)){const e=n(t);(null==e?void 0:e.t)||(null==e?void 0:e.R)&&e.R.then((()=>{}))}U.has(t)&&U.delete(t),t.shadowRoot&&U.has(t.shadowRoot)&&U.delete(t.shadowRoot)})(this))),a.raf((()=>{var t;const e=n(this),o=$.findIndex((t=>t===this));o>-1&&$.splice(o,1),(null==(t=null==e?void 0:e.M)?void 0:t.v)instanceof Node&&!e.M.v.isConnected&&delete e.M.v}))}componentOnReady(){return n(this).R}};l.H=t[0],d.includes(c)||m.get(c)||(h.push(c),m.define(c,pt(u,l,1)))}))})),h.length>0&&(S&&(w.textContent+=c),w.textContent+=h.sort()+"{visibility:hidden}.hydrated{visibility:inherit}",w.innerHTML.length)){w.setAttribute("data-styles","");const t=null!=(l=a.C)?l:j(f);null!=t&&w.setAttribute("nonce",t),y.insertBefore(w,v?v.nextSibling:y.firstChild)}g=!1,$.length?$.map((t=>t.connectedCallback())):a.jmp((()=>b=setTimeout(ft,30)))},mt=t=>a.C=t;export{dt as b,ut as f,rt as g,P as h,h as p,o as r,mt as s}
@@ -0,0 +1 @@
1
+ import{r as t,h as s}from"./p-92a60dc3.js";import{a as i,t as r}from"./p-1c4a76f0.js";const e=class{constructor(s){t(this,s),this.min=0,this.max=void 0,this.xId="",this.value=0,this.isInvalid=t=>{const{min:s,max:i}=this;return t<s||void 0!==i&&t>i},this.handleInput=t=>{t.preventDefault();const s=t.target;i.update(this.xId,""!=s.value?s.value:0)}}render(){return s("input",{key:"4f722d7778500c3f5038667e0b977dd04389c185",class:r("text-right",this.isInvalid(this.value)?"text-clrs-red":"text-clrs-navy"),type:"number",onInput:this.handleInput,value:this.value})}};e.style="";export{e as alt_input}
@@ -0,0 +1 @@
1
+ import{r as t,h as s}from"./p-92a60dc3.js";import{a as i,t as r}from"./p-1c4a76f0.js";const h=class{constructor(s){t(this,s),this.min=0,this.max=void 0,this.xId="",this.xPrefix="",this.value=0,this.labelFor=t=>t>0?this.xPrefix.concat(t.toLocaleString()):"",this.isInvalid=t=>{const{min:s,max:i}=this;return t<s||void 0!==i&&t>i},this.handleInput=t=>{t.preventDefault();const s=t.target.value.replace(/[^0-9]/g,""),r=""!==s?parseInt(s):0;i.update(this.xId,r)}}render(){return s("input",{key:"7bc740cc171519ea2928f1b63054bd8566605248",class:r("text-right",this.isInvalid(this.value)?"text-clrs-red":"text-clrs-navy"),type:"text",onInput:this.handleInput,value:this.labelFor(this.value)})}};h.style="";export{h as numeric_input}
@@ -0,0 +1 @@
1
+ const o=()=>{};export{o as g}
@@ -0,0 +1,100 @@
1
+ @property --tw-border-style {
2
+ syntax: '*';
3
+ inherits: false;
4
+ initial-value: solid;
5
+ }
6
+ @property --tw-font-weight {
7
+ syntax: '*';
8
+ inherits: false;
9
+ }
10
+ @property --tw-shadow {
11
+ syntax: '*';
12
+ inherits: false;
13
+ initial-value: 0 0 #0000;
14
+ }
15
+ @property --tw-shadow-color {
16
+ syntax: '*';
17
+ inherits: false;
18
+ }
19
+ @property --tw-inset-shadow {
20
+ syntax: '*';
21
+ inherits: false;
22
+ initial-value: 0 0 #0000;
23
+ }
24
+ @property --tw-inset-shadow-color {
25
+ syntax: '*';
26
+ inherits: false;
27
+ }
28
+ @property --tw-ring-color {
29
+ syntax: '*';
30
+ inherits: false;
31
+ }
32
+ @property --tw-ring-shadow {
33
+ syntax: '*';
34
+ inherits: false;
35
+ initial-value: 0 0 #0000;
36
+ }
37
+ @property --tw-inset-ring-color {
38
+ syntax: '*';
39
+ inherits: false;
40
+ }
41
+ @property --tw-inset-ring-shadow {
42
+ syntax: '*';
43
+ inherits: false;
44
+ initial-value: 0 0 #0000;
45
+ }
46
+ @property --tw-ring-inset {
47
+ syntax: '*';
48
+ inherits: false;
49
+ }
50
+ @property --tw-ring-offset-width {
51
+ syntax: '<length>';
52
+ inherits: false;
53
+ initial-value: 0px;
54
+ }
55
+ @property --tw-ring-offset-color {
56
+ syntax: '*';
57
+ inherits: false;
58
+ initial-value: #fff;
59
+ }
60
+ @property --tw-ring-offset-shadow {
61
+ syntax: '*';
62
+ inherits: false;
63
+ initial-value: 0 0 #0000;
64
+ }
65
+ @property --tw-blur {
66
+ syntax: '*';
67
+ inherits: false;
68
+ }
69
+ @property --tw-brightness {
70
+ syntax: '*';
71
+ inherits: false;
72
+ }
73
+ @property --tw-contrast {
74
+ syntax: '*';
75
+ inherits: false;
76
+ }
77
+ @property --tw-grayscale {
78
+ syntax: '*';
79
+ inherits: false;
80
+ }
81
+ @property --tw-hue-rotate {
82
+ syntax: '*';
83
+ inherits: false;
84
+ }
85
+ @property --tw-invert {
86
+ syntax: '*';
87
+ inherits: false;
88
+ }
89
+ @property --tw-opacity {
90
+ syntax: '*';
91
+ inherits: false;
92
+ }
93
+ @property --tw-saturate {
94
+ syntax: '*';
95
+ inherits: false;
96
+ }
97
+ @property --tw-sepia {
98
+ syntax: '*';
99
+ inherits: false;
100
+ }
@@ -0,0 +1,379 @@
1
+ /*! tailwindcss v4.0.6 | MIT License | https://tailwindcss.com */
2
+ @layer theme, base, components, utilities;
3
+ @layer theme {
4
+ :root,
5
+ :host {
6
+ --font-sans:
7
+ ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
8
+ 'Segoe UI Symbol', 'Noto Color Emoji';
9
+ --font-serif: ui-serif, Georgia, Cambria, 'Times New Roman', Times, serif;
10
+ --font-mono:
11
+ ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
12
+ 'Courier New', monospace;
13
+ --color-red-50: oklch(0.971 0.013 17.38);
14
+ --color-red-100: oklch(0.936 0.032 17.717);
15
+ --color-red-200: oklch(0.885 0.062 18.334);
16
+ --color-red-300: oklch(0.808 0.114 19.571);
17
+ --color-red-400: oklch(0.704 0.191 22.216);
18
+ --color-red-500: oklch(0.637 0.237 25.331);
19
+ --color-red-600: oklch(0.577 0.245 27.325);
20
+ --color-red-700: oklch(0.505 0.213 27.518);
21
+ --color-red-800: oklch(0.444 0.177 26.899);
22
+ --color-red-900: oklch(0.396 0.141 25.723);
23
+ --color-red-950: oklch(0.258 0.092 26.042);
24
+ --color-orange-50: oklch(0.98 0.016 73.684);
25
+ --color-orange-100: oklch(0.954 0.038 75.164);
26
+ --color-orange-200: oklch(0.901 0.076 70.697);
27
+ --color-orange-300: oklch(0.837 0.128 66.29);
28
+ --color-orange-400: oklch(0.75 0.183 55.934);
29
+ --color-orange-500: oklch(0.705 0.213 47.604);
30
+ --color-orange-600: oklch(0.646 0.222 41.116);
31
+ --color-orange-700: oklch(0.553 0.195 38.402);
32
+ --color-orange-800: oklch(0.47 0.157 37.304);
33
+ --color-orange-900: oklch(0.408 0.123 38.172);
34
+ --color-orange-950: oklch(0.266 0.079 36.259);
35
+ --color-amber-50: oklch(0.987 0.022 95.277);
36
+ --color-amber-100: oklch(0.962 0.059 95.617);
37
+ --color-amber-200: oklch(0.924 0.12 95.746);
38
+ --color-amber-300: oklch(0.879 0.169 91.605);
39
+ --color-amber-400: oklch(0.828 0.189 84.429);
40
+ --color-amber-500: oklch(0.769 0.188 70.08);
41
+ --color-amber-600: oklch(0.666 0.179 58.318);
42
+ --color-amber-700: oklch(0.555 0.163 48.998);
43
+ --color-amber-800: oklch(0.473 0.137 46.201);
44
+ --color-amber-900: oklch(0.414 0.112 45.904);
45
+ --color-amber-950: oklch(0.279 0.077 45.635);
46
+ --color-yellow-50: oklch(0.987 0.026 102.212);
47
+ --color-yellow-100: oklch(0.973 0.071 103.193);
48
+ --color-yellow-200: oklch(0.945 0.129 101.54);
49
+ --color-yellow-300: oklch(0.905 0.182 98.111);
50
+ --color-yellow-400: oklch(0.852 0.199 91.936);
51
+ --color-yellow-500: oklch(0.795 0.184 86.047);
52
+ --color-yellow-600: oklch(0.681 0.162 75.834);
53
+ --color-yellow-700: oklch(0.554 0.135 66.442);
54
+ --color-yellow-800: oklch(0.476 0.114 61.907);
55
+ --color-yellow-900: oklch(0.421 0.095 57.708);
56
+ --color-yellow-950: oklch(0.286 0.066 53.813);
57
+ --color-lime-50: oklch(0.986 0.031 120.757);
58
+ --color-lime-100: oklch(0.967 0.067 122.328);
59
+ --color-lime-200: oklch(0.938 0.127 124.321);
60
+ --color-lime-300: oklch(0.897 0.196 126.665);
61
+ --color-lime-400: oklch(0.841 0.238 128.85);
62
+ --color-lime-500: oklch(0.768 0.233 130.85);
63
+ --color-lime-600: oklch(0.648 0.2 131.684);
64
+ --color-lime-700: oklch(0.532 0.157 131.589);
65
+ --color-lime-800: oklch(0.453 0.124 130.933);
66
+ --color-lime-900: oklch(0.405 0.101 131.063);
67
+ --color-lime-950: oklch(0.274 0.072 132.109);
68
+ --color-green-50: oklch(0.982 0.018 155.826);
69
+ --color-green-100: oklch(0.962 0.044 156.743);
70
+ --color-green-200: oklch(0.925 0.084 155.995);
71
+ --color-green-300: oklch(0.871 0.15 154.449);
72
+ --color-green-400: oklch(0.792 0.209 151.711);
73
+ --color-green-500: oklch(0.723 0.219 149.579);
74
+ --color-green-600: oklch(0.627 0.194 149.214);
75
+ --color-green-700: oklch(0.527 0.154 150.069);
76
+ --color-green-800: oklch(0.448 0.119 151.328);
77
+ --color-green-900: oklch(0.393 0.095 152.535);
78
+ --color-green-950: oklch(0.266 0.065 152.934);
79
+ --color-emerald-50: oklch(0.979 0.021 166.113);
80
+ --color-emerald-100: oklch(0.95 0.052 163.051);
81
+ --color-emerald-200: oklch(0.905 0.093 164.15);
82
+ --color-emerald-300: oklch(0.845 0.143 164.978);
83
+ --color-emerald-400: oklch(0.765 0.177 163.223);
84
+ --color-emerald-500: oklch(0.696 0.17 162.48);
85
+ --color-emerald-600: oklch(0.596 0.145 163.225);
86
+ --color-emerald-700: oklch(0.508 0.118 165.612);
87
+ --color-emerald-800: oklch(0.432 0.095 166.913);
88
+ --color-emerald-900: oklch(0.378 0.077 168.94);
89
+ --color-emerald-950: oklch(0.262 0.051 172.552);
90
+ --color-teal-50: oklch(0.984 0.014 180.72);
91
+ --color-teal-100: oklch(0.953 0.051 180.801);
92
+ --color-teal-200: oklch(0.91 0.096 180.426);
93
+ --color-teal-300: oklch(0.855 0.138 181.071);
94
+ --color-teal-400: oklch(0.777 0.152 181.912);
95
+ --color-teal-500: oklch(0.704 0.14 182.503);
96
+ --color-teal-600: oklch(0.6 0.118 184.704);
97
+ --color-teal-700: oklch(0.511 0.096 186.391);
98
+ --color-teal-800: oklch(0.437 0.078 188.216);
99
+ --color-teal-900: oklch(0.386 0.063 188.416);
100
+ --color-teal-950: oklch(0.277 0.046 192.524);
101
+ --color-cyan-50: oklch(0.984 0.019 200.873);
102
+ --color-cyan-100: oklch(0.956 0.045 203.388);
103
+ --color-cyan-200: oklch(0.917 0.08 205.041);
104
+ --color-cyan-300: oklch(0.865 0.127 207.078);
105
+ --color-cyan-400: oklch(0.789 0.154 211.53);
106
+ --color-cyan-500: oklch(0.715 0.143 215.221);
107
+ --color-cyan-600: oklch(0.609 0.126 221.723);
108
+ --color-cyan-700: oklch(0.52 0.105 223.128);
109
+ --color-cyan-800: oklch(0.45 0.085 224.283);
110
+ --color-cyan-900: oklch(0.398 0.07 227.392);
111
+ --color-cyan-950: oklch(0.302 0.056 229.695);
112
+ --color-sky-50: oklch(0.977 0.013 236.62);
113
+ --color-sky-100: oklch(0.951 0.026 236.824);
114
+ --color-sky-200: oklch(0.901 0.058 230.902);
115
+ --color-sky-300: oklch(0.828 0.111 230.318);
116
+ --color-sky-400: oklch(0.746 0.16 232.661);
117
+ --color-sky-500: oklch(0.685 0.169 237.323);
118
+ --color-sky-600: oklch(0.588 0.158 241.966);
119
+ --color-sky-700: oklch(0.5 0.134 242.749);
120
+ --color-sky-800: oklch(0.443 0.11 240.79);
121
+ --color-sky-900: oklch(0.391 0.09 240.876);
122
+ --color-sky-950: oklch(0.293 0.066 243.157);
123
+ --color-blue-50: oklch(0.97 0.014 254.604);
124
+ --color-blue-100: oklch(0.932 0.032 255.585);
125
+ --color-blue-200: oklch(0.882 0.059 254.128);
126
+ --color-blue-300: oklch(0.809 0.105 251.813);
127
+ --color-blue-400: oklch(0.707 0.165 254.624);
128
+ --color-blue-500: oklch(0.623 0.214 259.815);
129
+ --color-blue-600: oklch(0.546 0.245 262.881);
130
+ --color-blue-700: oklch(0.488 0.243 264.376);
131
+ --color-blue-800: oklch(0.424 0.199 265.638);
132
+ --color-blue-900: oklch(0.379 0.146 265.522);
133
+ --color-blue-950: oklch(0.282 0.091 267.935);
134
+ --color-indigo-50: oklch(0.962 0.018 272.314);
135
+ --color-indigo-100: oklch(0.93 0.034 272.788);
136
+ --color-indigo-200: oklch(0.87 0.065 274.039);
137
+ --color-indigo-300: oklch(0.785 0.115 274.713);
138
+ --color-indigo-400: oklch(0.673 0.182 276.935);
139
+ --color-indigo-500: oklch(0.585 0.233 277.117);
140
+ --color-indigo-600: oklch(0.511 0.262 276.966);
141
+ --color-indigo-700: oklch(0.457 0.24 277.023);
142
+ --color-indigo-800: oklch(0.398 0.195 277.366);
143
+ --color-indigo-900: oklch(0.359 0.144 278.697);
144
+ --color-indigo-950: oklch(0.257 0.09 281.288);
145
+ --color-violet-50: oklch(0.969 0.016 293.756);
146
+ --color-violet-100: oklch(0.943 0.029 294.588);
147
+ --color-violet-200: oklch(0.894 0.057 293.283);
148
+ --color-violet-300: oklch(0.811 0.111 293.571);
149
+ --color-violet-400: oklch(0.702 0.183 293.541);
150
+ --color-violet-500: oklch(0.606 0.25 292.717);
151
+ --color-violet-600: oklch(0.541 0.281 293.009);
152
+ --color-violet-700: oklch(0.491 0.27 292.581);
153
+ --color-violet-800: oklch(0.432 0.232 292.759);
154
+ --color-violet-900: oklch(0.38 0.189 293.745);
155
+ --color-violet-950: oklch(0.283 0.141 291.089);
156
+ --color-purple-50: oklch(0.977 0.014 308.299);
157
+ --color-purple-100: oklch(0.946 0.033 307.174);
158
+ --color-purple-200: oklch(0.902 0.063 306.703);
159
+ --color-purple-300: oklch(0.827 0.119 306.383);
160
+ --color-purple-400: oklch(0.714 0.203 305.504);
161
+ --color-purple-500: oklch(0.627 0.265 303.9);
162
+ --color-purple-600: oklch(0.558 0.288 302.321);
163
+ --color-purple-700: oklch(0.496 0.265 301.924);
164
+ --color-purple-800: oklch(0.438 0.218 303.724);
165
+ --color-purple-900: oklch(0.381 0.176 304.987);
166
+ --color-purple-950: oklch(0.291 0.149 302.717);
167
+ --color-fuchsia-50: oklch(0.977 0.017 320.058);
168
+ --color-fuchsia-100: oklch(0.952 0.037 318.852);
169
+ --color-fuchsia-200: oklch(0.903 0.076 319.62);
170
+ --color-fuchsia-300: oklch(0.833 0.145 321.434);
171
+ --color-fuchsia-400: oklch(0.74 0.238 322.16);
172
+ --color-fuchsia-500: oklch(0.667 0.295 322.15);
173
+ --color-fuchsia-600: oklch(0.591 0.293 322.896);
174
+ --color-fuchsia-700: oklch(0.518 0.253 323.949);
175
+ --color-fuchsia-800: oklch(0.452 0.211 324.591);
176
+ --color-fuchsia-900: oklch(0.401 0.17 325.612);
177
+ --color-fuchsia-950: oklch(0.293 0.136 325.661);
178
+ --color-pink-50: oklch(0.971 0.014 343.198);
179
+ --color-pink-100: oklch(0.948 0.028 342.258);
180
+ --color-pink-200: oklch(0.899 0.061 343.231);
181
+ --color-pink-300: oklch(0.823 0.12 346.018);
182
+ --color-pink-400: oklch(0.718 0.202 349.761);
183
+ --color-pink-500: oklch(0.656 0.241 354.308);
184
+ --color-pink-600: oklch(0.592 0.249 0.584);
185
+ --color-pink-700: oklch(0.525 0.223 3.958);
186
+ --color-pink-800: oklch(0.459 0.187 3.815);
187
+ --color-pink-900: oklch(0.408 0.153 2.432);
188
+ --color-pink-950: oklch(0.284 0.109 3.907);
189
+ --color-rose-50: oklch(0.969 0.015 12.422);
190
+ --color-rose-100: oklch(0.941 0.03 12.58);
191
+ --color-rose-200: oklch(0.892 0.058 10.001);
192
+ --color-rose-300: oklch(0.81 0.117 11.638);
193
+ --color-rose-400: oklch(0.712 0.194 13.428);
194
+ --color-rose-500: oklch(0.645 0.246 16.439);
195
+ --color-rose-600: oklch(0.586 0.253 17.585);
196
+ --color-rose-700: oklch(0.514 0.222 16.935);
197
+ --color-rose-800: oklch(0.455 0.188 13.697);
198
+ --color-rose-900: oklch(0.41 0.159 10.272);
199
+ --color-rose-950: oklch(0.271 0.105 12.094);
200
+ --color-slate-50: oklch(0.984 0.003 247.858);
201
+ --color-slate-100: oklch(0.968 0.007 247.896);
202
+ --color-slate-200: oklch(0.929 0.013 255.508);
203
+ --color-slate-300: oklch(0.869 0.022 252.894);
204
+ --color-slate-400: oklch(0.704 0.04 256.788);
205
+ --color-slate-500: oklch(0.554 0.046 257.417);
206
+ --color-slate-600: oklch(0.446 0.043 257.281);
207
+ --color-slate-700: oklch(0.372 0.044 257.287);
208
+ --color-slate-800: oklch(0.279 0.041 260.031);
209
+ --color-slate-900: oklch(0.208 0.042 265.755);
210
+ --color-slate-950: oklch(0.129 0.042 264.695);
211
+ --color-gray-50: oklch(0.985 0.002 247.839);
212
+ --color-gray-100: oklch(0.967 0.003 264.542);
213
+ --color-gray-200: oklch(0.928 0.006 264.531);
214
+ --color-gray-300: oklch(0.872 0.01 258.338);
215
+ --color-gray-400: oklch(0.707 0.022 261.325);
216
+ --color-gray-500: oklch(0.551 0.027 264.364);
217
+ --color-gray-600: oklch(0.446 0.03 256.802);
218
+ --color-gray-700: oklch(0.373 0.034 259.733);
219
+ --color-gray-800: oklch(0.278 0.033 256.848);
220
+ --color-gray-900: oklch(0.21 0.034 264.665);
221
+ --color-gray-950: oklch(0.13 0.028 261.692);
222
+ --color-zinc-50: oklch(0.985 0 0);
223
+ --color-zinc-100: oklch(0.967 0.001 286.375);
224
+ --color-zinc-200: oklch(0.92 0.004 286.32);
225
+ --color-zinc-300: oklch(0.871 0.006 286.286);
226
+ --color-zinc-400: oklch(0.705 0.015 286.067);
227
+ --color-zinc-500: oklch(0.552 0.016 285.938);
228
+ --color-zinc-600: oklch(0.442 0.017 285.786);
229
+ --color-zinc-700: oklch(0.37 0.013 285.805);
230
+ --color-zinc-800: oklch(0.274 0.006 286.033);
231
+ --color-zinc-900: oklch(0.21 0.006 285.885);
232
+ --color-zinc-950: oklch(0.141 0.005 285.823);
233
+ --color-neutral-50: oklch(0.985 0 0);
234
+ --color-neutral-100: oklch(0.97 0 0);
235
+ --color-neutral-200: oklch(0.922 0 0);
236
+ --color-neutral-300: oklch(0.87 0 0);
237
+ --color-neutral-400: oklch(0.708 0 0);
238
+ --color-neutral-500: oklch(0.556 0 0);
239
+ --color-neutral-600: oklch(0.439 0 0);
240
+ --color-neutral-700: oklch(0.371 0 0);
241
+ --color-neutral-800: oklch(0.269 0 0);
242
+ --color-neutral-900: oklch(0.205 0 0);
243
+ --color-neutral-950: oklch(0.145 0 0);
244
+ --color-stone-50: oklch(0.985 0.001 106.423);
245
+ --color-stone-100: oklch(0.97 0.001 106.424);
246
+ --color-stone-200: oklch(0.923 0.003 48.717);
247
+ --color-stone-300: oklch(0.869 0.005 56.366);
248
+ --color-stone-400: oklch(0.709 0.01 56.259);
249
+ --color-stone-500: oklch(0.553 0.013 58.071);
250
+ --color-stone-600: oklch(0.444 0.011 73.639);
251
+ --color-stone-700: oklch(0.374 0.01 67.558);
252
+ --color-stone-800: oklch(0.268 0.007 34.298);
253
+ --color-stone-900: oklch(0.216 0.006 56.043);
254
+ --color-stone-950: oklch(0.147 0.004 49.25);
255
+ --color-black: #000;
256
+ --color-white: #fff;
257
+ --spacing: 0.25rem;
258
+ --breakpoint-sm: 40rem;
259
+ --breakpoint-md: 48rem;
260
+ --breakpoint-lg: 64rem;
261
+ --breakpoint-xl: 80rem;
262
+ --breakpoint-2xl: 96rem;
263
+ --container-3xs: 16rem;
264
+ --container-2xs: 18rem;
265
+ --container-xs: 20rem;
266
+ --container-sm: 24rem;
267
+ --container-md: 28rem;
268
+ --container-lg: 32rem;
269
+ --container-xl: 36rem;
270
+ --container-2xl: 42rem;
271
+ --container-3xl: 48rem;
272
+ --container-4xl: 56rem;
273
+ --container-5xl: 64rem;
274
+ --container-6xl: 72rem;
275
+ --container-7xl: 80rem;
276
+ --text-xs: 0.75rem;
277
+ --text-xs--line-height: calc(1 / 0.75);
278
+ --text-sm: 0.875rem;
279
+ --text-sm--line-height: calc(1.25 / 0.875);
280
+ --text-base: 1rem;
281
+ --text-base--line-height: calc(1.5 / 1);
282
+ --text-lg: 1.125rem;
283
+ --text-lg--line-height: calc(1.75 / 1.125);
284
+ --text-xl: 1.25rem;
285
+ --text-xl--line-height: calc(1.75 / 1.25);
286
+ --text-2xl: 1.5rem;
287
+ --text-2xl--line-height: calc(2 / 1.5);
288
+ --text-3xl: 1.875rem;
289
+ --text-3xl--line-height: calc(2.25 / 1.875);
290
+ --text-4xl: 2.25rem;
291
+ --text-4xl--line-height: calc(2.5 / 2.25);
292
+ --text-5xl: 3rem;
293
+ --text-5xl--line-height: 1;
294
+ --text-6xl: 3.75rem;
295
+ --text-6xl--line-height: 1;
296
+ --text-7xl: 4.5rem;
297
+ --text-7xl--line-height: 1;
298
+ --text-8xl: 6rem;
299
+ --text-8xl--line-height: 1;
300
+ --text-9xl: 8rem;
301
+ --text-9xl--line-height: 1;
302
+ --font-weight-thin: 100;
303
+ --font-weight-extralight: 200;
304
+ --font-weight-light: 300;
305
+ --font-weight-normal: 400;
306
+ --font-weight-medium: 500;
307
+ --font-weight-semibold: 600;
308
+ --font-weight-bold: 700;
309
+ --font-weight-extrabold: 800;
310
+ --font-weight-black: 900;
311
+ --tracking-tighter: -0.05em;
312
+ --tracking-tight: -0.025em;
313
+ --tracking-normal: 0em;
314
+ --tracking-wide: 0.025em;
315
+ --tracking-wider: 0.05em;
316
+ --tracking-widest: 0.1em;
317
+ --leading-tight: 1.25;
318
+ --leading-snug: 1.375;
319
+ --leading-normal: 1.5;
320
+ --leading-relaxed: 1.625;
321
+ --leading-loose: 2;
322
+ --radius-xs: 0.125rem;
323
+ --radius-sm: 0.25rem;
324
+ --radius-md: 0.375rem;
325
+ --radius-lg: 0.5rem;
326
+ --radius-xl: 0.75rem;
327
+ --radius-2xl: 1rem;
328
+ --radius-3xl: 1.5rem;
329
+ --radius-4xl: 2rem;
330
+ --shadow-2xs: 0 1px rgb(0 0 0 / 0.05);
331
+ --shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
332
+ --shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
333
+ --shadow-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
334
+ --shadow-lg:
335
+ 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
336
+ --shadow-xl:
337
+ 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
338
+ --shadow-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
339
+ --inset-shadow-2xs: inset 0 1px rgb(0 0 0 / 0.05);
340
+ --inset-shadow-xs: inset 0 1px 1px rgb(0 0 0 / 0.05);
341
+ --inset-shadow-sm: inset 0 2px 4px rgb(0 0 0 / 0.05);
342
+ --drop-shadow-xs: 0 1px 1px rgb(0 0 0 / 0.05);
343
+ --drop-shadow-sm: 0 1px 2px rgb(0 0 0 / 0.15);
344
+ --drop-shadow-md: 0 3px 3px rgb(0 0 0 / 0.12);
345
+ --drop-shadow-lg: 0 4px 4px rgb(0 0 0 / 0.15);
346
+ --drop-shadow-xl: 0 9px 7px rgb(0 0 0 / 0.1);
347
+ --drop-shadow-2xl: 0 25px 25px rgb(0 0 0 / 0.15);
348
+ --ease-in: cubic-bezier(0.4, 0, 1, 1);
349
+ --ease-out: cubic-bezier(0, 0, 0.2, 1);
350
+ --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
351
+ --animate-spin: spin 1s linear infinite;
352
+ --animate-ping: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
353
+ --animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
354
+ --animate-bounce: bounce 1s infinite;
355
+ --blur-xs: 4px;
356
+ --blur-sm: 8px;
357
+ --blur-md: 12px;
358
+ --blur-lg: 16px;
359
+ --blur-xl: 24px;
360
+ --blur-2xl: 40px;
361
+ --blur-3xl: 64px;
362
+ --perspective-dramatic: 100px;
363
+ --perspective-near: 300px;
364
+ --perspective-normal: 500px;
365
+ --perspective-midrange: 800px;
366
+ --perspective-distant: 1200px;
367
+ --aspect-video: 16 / 9;
368
+ --default-transition-duration: 150ms;
369
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
370
+ --default-font-family: var(--font-sans);
371
+ --default-font-feature-settings: var(--font-sans--font-feature-settings);
372
+ --default-font-variation-settings: var(--font-sans--font-variation-settings);
373
+ --default-mono-font-family: var(--font-mono);
374
+ --default-mono-font-feature-settings: var(--font-mono--font-feature-settings);
375
+ --default-mono-font-variation-settings: var(
376
+ --font-mono--font-variation-settings
377
+ );
378
+ }
379
+ }
@@ -0,0 +1 @@
1
+ module.exports = require('../cjs/loader.cjs.js');
@@ -0,0 +1 @@
1
+ module.exports = require('../cjs/loader.cjs.js');
@@ -0,0 +1,24 @@
1
+ export * from '../types/components';
2
+ export interface CustomElementsDefineOptions {
3
+ exclude?: string[];
4
+ resourcesUrl?: string;
5
+ syncQueue?: boolean;
6
+ jmp?: (c: Function) => any;
7
+ raf?: (c: FrameRequestCallback) => number;
8
+ ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
9
+ rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
10
+ }
11
+ export declare function defineCustomElements(win?: Window, opts?: CustomElementsDefineOptions): void;
12
+ /**
13
+ * @deprecated
14
+ */
15
+ export declare function applyPolyfills(): Promise<void>;
16
+
17
+ /**
18
+ * Used to specify a nonce value that corresponds with an application's CSP.
19
+ * When set, the nonce will be added to all dynamically created script and style tags at runtime.
20
+ * Alternatively, the nonce value can be set on a meta tag in the DOM head
21
+ * (<meta name="csp-nonce" content="{ nonce value here }" />) which
22
+ * will result in the same behavior.
23
+ */
24
+ export declare function setNonce(nonce: string): void;
@@ -0,0 +1 @@
1
+ export * from '../esm/loader.js';
@@ -0,0 +1,2 @@
1
+ (function(){if("undefined"!==typeof window&&void 0!==window.Reflect&&void 0!==window.customElements){var a=HTMLElement;window.HTMLElement=function(){return Reflect.construct(a,[],this.constructor)};HTMLElement.prototype=a.prototype;HTMLElement.prototype.constructor=HTMLElement;Object.setPrototypeOf(HTMLElement,a)}})();
2
+ export * from '../esm/loader.js';
@@ -0,0 +1,11 @@
1
+ {
2
+ "name": "inputs-wc-loader",
3
+ "private": true,
4
+ "typings": "./index.d.ts",
5
+ "module": "./index.js",
6
+ "main": "./index.cjs.js",
7
+ "jsnext:main": "./index.es2017.js",
8
+ "es2015": "./index.es2017.js",
9
+ "es2017": "./index.es2017.js",
10
+ "unpkg": "./cdn.js"
11
+ }
@@ -0,0 +1,9 @@
1
+ export declare class AltInput {
2
+ min: number;
3
+ max: number;
4
+ xId: string;
5
+ value: number;
6
+ isInvalid: (num: number) => boolean;
7
+ handleInput: (event: any) => void;
8
+ render(): any;
9
+ }
@@ -0,0 +1,11 @@
1
+ export declare class NumericInput {
2
+ min: number;
3
+ max: number;
4
+ xId: string;
5
+ xPrefix: string;
6
+ value: number;
7
+ labelFor: (num: number) => string;
8
+ isInvalid: (num: number) => boolean;
9
+ handleInput: (event: any) => void;
10
+ render(): any;
11
+ }
@@ -0,0 +1,9 @@
1
+ import { FunctionalComponent } from '../../stencil-public-runtime';
2
+ import { VoidFn } from '../../utils';
3
+ interface ButtonProps {
4
+ label: string;
5
+ callback: VoidFn;
6
+ }
7
+ declare const Button: FunctionalComponent<ButtonProps>;
8
+ export { Button };
9
+ export default Button;