@getflip/swirl-components 0.65.0 → 0.66.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 (126) hide show
  1. package/components.json +206 -3
  2. package/dist/cjs/index-506fe4ea.js +8 -4
  3. package/dist/cjs/loader.cjs.js +1 -1
  4. package/dist/cjs/maska-895c9954.js +6259 -0
  5. package/dist/cjs/swirl-action-list_3.cjs.entry.js +1 -2
  6. package/dist/cjs/swirl-app-layout_7.cjs.entry.js +1 -1
  7. package/dist/cjs/swirl-banner.cjs.entry.js +1 -2
  8. package/dist/cjs/swirl-button.cjs.entry.js +1 -2
  9. package/dist/cjs/swirl-chip.cjs.entry.js +1 -2
  10. package/dist/cjs/swirl-components.cjs.js +1 -1
  11. package/dist/cjs/swirl-date-input.cjs.entry.js +17 -6268
  12. package/dist/cjs/swirl-icon-check-small_3.cjs.entry.js +1 -2
  13. package/dist/cjs/swirl-icon-error_3.cjs.entry.js +1 -2
  14. package/dist/cjs/swirl-inline-status.cjs.entry.js +1 -2
  15. package/dist/cjs/swirl-menu.cjs.entry.js +1 -2
  16. package/dist/cjs/swirl-resource-list-file-item.cjs.entry.js +1 -2
  17. package/dist/cjs/swirl-search.cjs.entry.js +1 -2
  18. package/dist/cjs/swirl-shell-layout.cjs.entry.js +1 -2
  19. package/dist/cjs/swirl-tab-bar.cjs.entry.js +1 -1
  20. package/dist/cjs/swirl-text-input.cjs.entry.js +1 -2
  21. package/dist/cjs/swirl-time-input.cjs.entry.js +131 -0
  22. package/dist/cjs/swirl-toast.cjs.entry.js +1 -2
  23. package/dist/collection/collection-manifest.json +1 -0
  24. package/dist/collection/components/swirl-action-list-item/swirl-action-list-item.js +1 -2
  25. package/dist/collection/components/swirl-app-layout/swirl-app-layout.css +6 -3
  26. package/dist/collection/components/swirl-banner/swirl-banner.js +1 -2
  27. package/dist/collection/components/swirl-button/swirl-button.js +1 -2
  28. package/dist/collection/components/swirl-chip/swirl-chip.js +1 -2
  29. package/dist/collection/components/swirl-date-input/swirl-date-input.js +1 -2
  30. package/dist/collection/components/swirl-form-control/swirl-form-control.stories.js +5 -1
  31. package/dist/collection/components/swirl-inline-error/swirl-inline-error.js +1 -2
  32. package/dist/collection/components/swirl-inline-status/swirl-inline-status.js +1 -2
  33. package/dist/collection/components/swirl-menu/swirl-menu.js +1 -2
  34. package/dist/collection/components/swirl-option-list-item/swirl-option-list-item.js +1 -2
  35. package/dist/collection/components/swirl-resource-list-file-item/swirl-resource-list-file-item.js +1 -2
  36. package/dist/collection/components/swirl-search/swirl-search.js +1 -2
  37. package/dist/collection/components/swirl-shell-layout/swirl-shell-layout.js +1 -2
  38. package/dist/collection/components/swirl-tab-bar/swirl-tab-bar.css +3 -2
  39. package/dist/collection/components/swirl-text-input/swirl-text-input.js +1 -2
  40. package/dist/collection/components/swirl-time-input/swirl-time-input.css +78 -0
  41. package/dist/collection/components/swirl-time-input/swirl-time-input.js +334 -0
  42. package/dist/collection/components/swirl-time-input/swirl-time-input.spec.js +70 -0
  43. package/dist/collection/components/swirl-time-input/swirl-time-input.stories.js +38 -0
  44. package/dist/collection/components/swirl-toast/swirl-toast.js +1 -2
  45. package/dist/components/maska.js +6254 -0
  46. package/dist/components/swirl-action-list-item2.js +1 -2
  47. package/dist/components/swirl-app-layout2.js +1 -1
  48. package/dist/components/swirl-banner.js +1 -2
  49. package/dist/components/swirl-button2.js +1 -2
  50. package/dist/components/swirl-chip.js +1 -2
  51. package/dist/components/swirl-date-input.js +3 -6254
  52. package/dist/components/swirl-icon-time-outlined.js +1 -35
  53. package/dist/components/swirl-icon-time-outlined2.js +37 -0
  54. package/dist/components/swirl-inline-error2.js +1 -2
  55. package/dist/components/swirl-inline-status.js +1 -2
  56. package/dist/components/swirl-menu.js +1 -2
  57. package/dist/components/swirl-option-list-item2.js +1 -2
  58. package/dist/components/swirl-resource-list-file-item.js +1 -2
  59. package/dist/components/swirl-search.js +1 -2
  60. package/dist/components/swirl-shell-layout.js +1 -2
  61. package/dist/components/swirl-tab-bar2.js +1 -1
  62. package/dist/components/swirl-text-input2.js +1 -2
  63. package/dist/components/swirl-time-input.d.ts +11 -0
  64. package/dist/components/swirl-time-input.js +163 -0
  65. package/dist/components/swirl-toast2.js +1 -2
  66. package/dist/esm/index-99d0060d.js +8 -4
  67. package/dist/esm/loader.js +1 -1
  68. package/dist/esm/maska-4866b970.js +6254 -0
  69. package/dist/esm/swirl-action-list_3.entry.js +1 -2
  70. package/dist/esm/swirl-app-layout_7.entry.js +1 -1
  71. package/dist/esm/swirl-banner.entry.js +1 -2
  72. package/dist/esm/swirl-button.entry.js +1 -2
  73. package/dist/esm/swirl-chip.entry.js +1 -2
  74. package/dist/esm/swirl-components.js +1 -1
  75. package/dist/esm/swirl-date-input.entry.js +3 -6254
  76. package/dist/esm/swirl-icon-check-small_3.entry.js +1 -2
  77. package/dist/esm/swirl-icon-error_3.entry.js +1 -2
  78. package/dist/esm/swirl-inline-status.entry.js +1 -2
  79. package/dist/esm/swirl-menu.entry.js +1 -2
  80. package/dist/esm/swirl-resource-list-file-item.entry.js +1 -2
  81. package/dist/esm/swirl-search.entry.js +1 -2
  82. package/dist/esm/swirl-shell-layout.entry.js +1 -2
  83. package/dist/esm/swirl-tab-bar.entry.js +1 -1
  84. package/dist/esm/swirl-text-input.entry.js +1 -2
  85. package/dist/esm/swirl-time-input.entry.js +127 -0
  86. package/dist/esm/swirl-toast.entry.js +1 -2
  87. package/dist/swirl-components/p-059f706f.entry.js +1 -0
  88. package/dist/swirl-components/p-06012b5a.entry.js +1 -0
  89. package/dist/swirl-components/p-22c58025.entry.js +1 -0
  90. package/dist/swirl-components/p-27bdb25e.entry.js +1 -0
  91. package/dist/swirl-components/p-29147daa.entry.js +1 -0
  92. package/dist/swirl-components/p-2d5438ae.entry.js +1 -0
  93. package/dist/swirl-components/p-34edf304.entry.js +1 -0
  94. package/dist/swirl-components/p-3e3b59a3.entry.js +1 -0
  95. package/dist/swirl-components/p-5875e90e.entry.js +1 -0
  96. package/dist/swirl-components/p-6339561b.js +7 -0
  97. package/dist/swirl-components/p-70db5c75.entry.js +1 -0
  98. package/dist/swirl-components/p-84d89f53.entry.js +1 -0
  99. package/dist/swirl-components/p-85052283.entry.js +1 -0
  100. package/dist/swirl-components/p-873a1d91.entry.js +1 -0
  101. package/dist/swirl-components/p-9d9427ab.entry.js +1 -0
  102. package/dist/swirl-components/{p-0696894f.entry.js → p-ab7f6735.entry.js} +1 -1
  103. package/dist/swirl-components/p-b28fadcf.entry.js +1 -0
  104. package/dist/swirl-components/p-bbf0621a.entry.js +1 -0
  105. package/dist/swirl-components/swirl-components.css +1 -1
  106. package/dist/swirl-components/swirl-components.esm.js +1 -1
  107. package/dist/types/components/swirl-time-input/swirl-time-input.d.ts +33 -0
  108. package/dist/types/components/swirl-time-input/swirl-time-input.stories.d.ts +30 -0
  109. package/dist/types/components.d.ts +38 -0
  110. package/package.json +1 -1
  111. package/vscode-data.json +49 -0
  112. package/dist/swirl-components/p-422ac359.entry.js +0 -1
  113. package/dist/swirl-components/p-46f752bb.entry.js +0 -1
  114. package/dist/swirl-components/p-4eb2bee3.entry.js +0 -1
  115. package/dist/swirl-components/p-53d9fb46.entry.js +0 -1
  116. package/dist/swirl-components/p-54b3a0a0.entry.js +0 -1
  117. package/dist/swirl-components/p-5f4a027e.entry.js +0 -1
  118. package/dist/swirl-components/p-90c4e476.entry.js +0 -1
  119. package/dist/swirl-components/p-9be03b1a.entry.js +0 -1
  120. package/dist/swirl-components/p-9ca2aef0.entry.js +0 -1
  121. package/dist/swirl-components/p-a3097f0e.entry.js +0 -1
  122. package/dist/swirl-components/p-b0ac778b.entry.js +0 -1
  123. package/dist/swirl-components/p-bb9f3008.entry.js +0 -7
  124. package/dist/swirl-components/p-cf0ec939.entry.js +0 -1
  125. package/dist/swirl-components/p-d881f2c4.entry.js +0 -1
  126. package/dist/swirl-components/p-e9845c3a.entry.js +0 -1
@@ -1,38 +1,4 @@
1
- import { proxyCustomElement, HTMLElement, h, Fragment } from '@stencil/core/internal/client';
2
- import { c as classnames } from './index2.js';
3
-
4
- const swirlIconCss = ":host{display:inline-flex}";
5
-
6
- const SwirlIconTimeOutlined$1 = /*@__PURE__*/ proxyCustomElement(class SwirlIconTimeOutlined extends HTMLElement {
7
- constructor() {
8
- super();
9
- this.__registerHost();
10
- this.__attachShadow();
11
- this.size = 24;
12
- }
13
- render() {
14
- const viewBoxSize = this.size === 20 ? 24 : this.size;
15
- const className = classnames("swirl-icon", `swirl-icon--size-${this.size}`);
16
- return (h("svg", { class: className, fill: "none", height: this.size, part: "icon", viewBox: `0 0 ${viewBoxSize} ${viewBoxSize}`, width: this.size, xmlns: "http://www.w3.org/2000/svg" }, this.size === 16 && (h(Fragment, null, h("path", { d: "M9.65001 10.6667C9.78335 10.8 9.94735 10.8667 10.142 10.8667C10.3362 10.8667 10.5056 10.7945 10.65 10.65C10.7833 10.5167 10.85 10.3471 10.85 10.1413C10.85 9.93601 10.7833 9.76668 10.65 9.63335L8.73335 7.70001V5.40001C8.73335 5.1889 8.66401 5.01668 8.52535 4.88335C8.38623 4.75001 8.21112 4.68335 8.00001 4.68335C7.7889 4.68335 7.61401 4.75268 7.47535 4.89135C7.33623 5.03046 7.26668 5.20557 7.26668 5.41668V7.96668C7.26668 8.06668 7.28623 8.16379 7.32535 8.25801C7.36401 8.35268 7.42223 8.4389 7.50001 8.51668L9.65001 10.6667ZM8.00001 14.8C7.05557 14.8 6.16935 14.6222 5.34135 14.2667C4.51379 13.9111 3.79446 13.4278 3.18335 12.8167C2.57223 12.2056 2.0889 11.4862 1.73335 10.6587C1.37779 9.83068 1.20001 8.94446 1.20001 8.00001C1.20001 7.05557 1.37779 6.16935 1.73335 5.34135C2.0889 4.51379 2.57223 3.79446 3.18335 3.18335C3.79446 2.57223 4.51379 2.0889 5.34135 1.73335C6.16935 1.37779 7.05557 1.20001 8.00001 1.20001C8.94446 1.20001 9.83068 1.37779 10.6587 1.73335C11.4862 2.0889 12.2056 2.57223 12.8167 3.18335C13.4278 3.79446 13.9111 4.51379 14.2667 5.34135C14.6222 6.16935 14.8 7.05557 14.8 8.00001C14.8 8.94446 14.6222 9.83068 14.2667 10.6587C13.9111 11.4862 13.4278 12.2056 12.8167 12.8167C12.2056 13.4278 11.4862 13.9111 10.6587 14.2667C9.83068 14.6222 8.94446 14.8 8.00001 14.8ZM8.00001 13.2833C9.46668 13.2833 10.714 12.7696 11.742 11.742C12.7696 10.714 13.2833 9.46668 13.2833 8.00001C13.2833 6.53335 12.7696 5.28601 11.742 4.25801C10.714 3.23046 9.46668 2.71668 8.00001 2.71668C6.53335 2.71668 5.28623 3.23046 4.25868 4.25801C3.23068 5.28601 2.71668 6.53335 2.71668 8.00001C2.71668 9.46668 3.23068 10.714 4.25868 11.742C5.28623 12.7696 6.53335 13.2833 8.00001 13.2833Z", fill: "currentColor" }))), (this.size === 20 || this.size === 24) && (h(Fragment, null, h("path", { d: "M14.475 16C14.675 16.2 14.921 16.3 15.213 16.3C15.5043 16.3 15.7583 16.1917 15.975 15.975C16.175 15.775 16.275 15.5207 16.275 15.212C16.275 14.904 16.175 14.65 15.975 14.45L13.1 11.55V8.09999C13.1 7.78332 12.996 7.52499 12.788 7.32499C12.5793 7.12499 12.3167 7.02499 12 7.02499C11.6833 7.02499 11.421 7.12899 11.213 7.33699C11.0043 7.54565 10.9 7.80832 10.9 8.12499V11.95C10.9 12.1 10.9293 12.2457 10.988 12.387C11.046 12.529 11.1333 12.6583 11.25 12.775L14.475 16ZM12 22.2C10.5833 22.2 9.25399 21.9333 8.01199 21.4C6.77065 20.8667 5.69165 20.1417 4.77499 19.225C3.85832 18.3083 3.13332 17.2293 2.59999 15.988C2.06665 14.746 1.79999 13.4167 1.79999 12C1.79999 10.5833 2.06665 9.25399 2.59999 8.01199C3.13332 6.77065 3.85832 5.69165 4.77499 4.77499C5.69165 3.85832 6.77065 3.13332 8.01199 2.59999C9.25399 2.06665 10.5833 1.79999 12 1.79999C13.4167 1.79999 14.746 2.06665 15.988 2.59999C17.2293 3.13332 18.3083 3.85832 19.225 4.77499C20.1417 5.69165 20.8667 6.77065 21.4 8.01199C21.9333 9.25399 22.2 10.5833 22.2 12C22.2 13.4167 21.9333 14.746 21.4 15.988C20.8667 17.2293 20.1417 18.3083 19.225 19.225C18.3083 20.1417 17.2293 20.8667 15.988 21.4C14.746 21.9333 13.4167 22.2 12 22.2ZM12 19.925C14.2 19.925 16.071 19.1543 17.613 17.613C19.1543 16.071 19.925 14.2 19.925 12C19.925 9.79999 19.1543 7.92899 17.613 6.38699C16.071 4.84565 14.2 4.07499 12 4.07499C9.79999 4.07499 7.92932 4.84565 6.38799 6.38699C4.84599 7.92899 4.07499 9.79999 4.07499 12C4.07499 14.2 4.84599 16.071 6.38799 17.613C7.92932 19.1543 9.79999 19.925 12 19.925Z", fill: "currentColor" }))), this.size === 28 && (h(Fragment, null, h("path", { d: "M16.8875 18.6667C17.1208 18.9 17.4078 19.0167 17.7485 19.0167C18.0884 19.0167 18.3847 18.8903 18.6375 18.6375C18.8708 18.4042 18.9875 18.1074 18.9875 17.7473C18.9875 17.388 18.8708 17.0917 18.6375 16.8583L15.2833 13.475V9.45001C15.2833 9.08056 15.162 8.77917 14.9193 8.54584C14.6759 8.31251 14.3694 8.19584 14 8.19584C13.6306 8.19584 13.3245 8.31717 13.0818 8.55984C12.8384 8.80328 12.7167 9.10973 12.7167 9.47917V13.9417C12.7167 14.1167 12.7509 14.2866 12.8193 14.4515C12.887 14.6172 12.9889 14.7681 13.125 14.9042L16.8875 18.6667ZM14 25.9C12.3472 25.9 10.7963 25.5889 9.34734 24.9667C7.89912 24.3445 6.64028 23.4986 5.57084 22.4292C4.5014 21.3597 3.65556 20.1009 3.03334 18.6527C2.41112 17.2037 2.10001 15.6528 2.10001 14C2.10001 12.3472 2.41112 10.7963 3.03334 9.34734C3.65556 7.89912 4.5014 6.64028 5.57084 5.57084C6.64028 4.5014 7.89912 3.65556 9.34734 3.03334C10.7963 2.41112 12.3472 2.10001 14 2.10001C15.6528 2.10001 17.2037 2.41112 18.6527 3.03334C20.1009 3.65556 21.3597 4.5014 22.4292 5.57084C23.4986 6.64028 24.3445 7.89912 24.9667 9.34734C25.5889 10.7963 25.9 12.3472 25.9 14C25.9 15.6528 25.5889 17.2037 24.9667 18.6527C24.3445 20.1009 23.4986 21.3597 22.4292 22.4292C21.3597 23.4986 20.1009 24.3445 18.6527 24.9667C17.2037 25.5889 15.6528 25.9 14 25.9ZM14 23.2458C16.5667 23.2458 18.7495 22.3467 20.5485 20.5485C22.3467 18.7495 23.2458 16.5667 23.2458 14C23.2458 11.4333 22.3467 9.25051 20.5485 7.45151C18.7495 5.65328 16.5667 4.75417 14 4.75417C11.4333 4.75417 9.2509 5.65328 7.45267 7.45151C5.65367 9.25051 4.75417 11.4333 4.75417 14C4.75417 16.5667 5.65367 18.7495 7.45267 20.5485C9.2509 22.3467 11.4333 23.2458 14 23.2458Z", fill: "currentColor" })))));
17
- }
18
- static get style() { return swirlIconCss; }
19
- }, [1, "swirl-icon-time-outlined", {
20
- "size": [2]
21
- }]);
22
- function defineCustomElement$1() {
23
- if (typeof customElements === "undefined") {
24
- return;
25
- }
26
- const components = ["swirl-icon-time-outlined"];
27
- components.forEach(tagName => { switch (tagName) {
28
- case "swirl-icon-time-outlined":
29
- if (!customElements.get(tagName)) {
30
- customElements.define(tagName, SwirlIconTimeOutlined$1);
31
- }
32
- break;
33
- } });
34
- }
35
- defineCustomElement$1();
1
+ import { S as SwirlIconTimeOutlined$1, d as defineCustomElement$1 } from './swirl-icon-time-outlined2.js';
36
2
 
37
3
  const SwirlIconTimeOutlined = SwirlIconTimeOutlined$1;
38
4
  const defineCustomElement = defineCustomElement$1;
@@ -0,0 +1,37 @@
1
+ import { proxyCustomElement, HTMLElement, h, Fragment } from '@stencil/core/internal/client';
2
+ import { c as classnames } from './index2.js';
3
+
4
+ const swirlIconCss = ":host{display:inline-flex}";
5
+
6
+ const SwirlIconTimeOutlined = /*@__PURE__*/ proxyCustomElement(class SwirlIconTimeOutlined extends HTMLElement {
7
+ constructor() {
8
+ super();
9
+ this.__registerHost();
10
+ this.__attachShadow();
11
+ this.size = 24;
12
+ }
13
+ render() {
14
+ const viewBoxSize = this.size === 20 ? 24 : this.size;
15
+ const className = classnames("swirl-icon", `swirl-icon--size-${this.size}`);
16
+ return (h("svg", { class: className, fill: "none", height: this.size, part: "icon", viewBox: `0 0 ${viewBoxSize} ${viewBoxSize}`, width: this.size, xmlns: "http://www.w3.org/2000/svg" }, this.size === 16 && (h(Fragment, null, h("path", { d: "M9.65001 10.6667C9.78335 10.8 9.94735 10.8667 10.142 10.8667C10.3362 10.8667 10.5056 10.7945 10.65 10.65C10.7833 10.5167 10.85 10.3471 10.85 10.1413C10.85 9.93601 10.7833 9.76668 10.65 9.63335L8.73335 7.70001V5.40001C8.73335 5.1889 8.66401 5.01668 8.52535 4.88335C8.38623 4.75001 8.21112 4.68335 8.00001 4.68335C7.7889 4.68335 7.61401 4.75268 7.47535 4.89135C7.33623 5.03046 7.26668 5.20557 7.26668 5.41668V7.96668C7.26668 8.06668 7.28623 8.16379 7.32535 8.25801C7.36401 8.35268 7.42223 8.4389 7.50001 8.51668L9.65001 10.6667ZM8.00001 14.8C7.05557 14.8 6.16935 14.6222 5.34135 14.2667C4.51379 13.9111 3.79446 13.4278 3.18335 12.8167C2.57223 12.2056 2.0889 11.4862 1.73335 10.6587C1.37779 9.83068 1.20001 8.94446 1.20001 8.00001C1.20001 7.05557 1.37779 6.16935 1.73335 5.34135C2.0889 4.51379 2.57223 3.79446 3.18335 3.18335C3.79446 2.57223 4.51379 2.0889 5.34135 1.73335C6.16935 1.37779 7.05557 1.20001 8.00001 1.20001C8.94446 1.20001 9.83068 1.37779 10.6587 1.73335C11.4862 2.0889 12.2056 2.57223 12.8167 3.18335C13.4278 3.79446 13.9111 4.51379 14.2667 5.34135C14.6222 6.16935 14.8 7.05557 14.8 8.00001C14.8 8.94446 14.6222 9.83068 14.2667 10.6587C13.9111 11.4862 13.4278 12.2056 12.8167 12.8167C12.2056 13.4278 11.4862 13.9111 10.6587 14.2667C9.83068 14.6222 8.94446 14.8 8.00001 14.8ZM8.00001 13.2833C9.46668 13.2833 10.714 12.7696 11.742 11.742C12.7696 10.714 13.2833 9.46668 13.2833 8.00001C13.2833 6.53335 12.7696 5.28601 11.742 4.25801C10.714 3.23046 9.46668 2.71668 8.00001 2.71668C6.53335 2.71668 5.28623 3.23046 4.25868 4.25801C3.23068 5.28601 2.71668 6.53335 2.71668 8.00001C2.71668 9.46668 3.23068 10.714 4.25868 11.742C5.28623 12.7696 6.53335 13.2833 8.00001 13.2833Z", fill: "currentColor" }))), (this.size === 20 || this.size === 24) && (h(Fragment, null, h("path", { d: "M14.475 16C14.675 16.2 14.921 16.3 15.213 16.3C15.5043 16.3 15.7583 16.1917 15.975 15.975C16.175 15.775 16.275 15.5207 16.275 15.212C16.275 14.904 16.175 14.65 15.975 14.45L13.1 11.55V8.09999C13.1 7.78332 12.996 7.52499 12.788 7.32499C12.5793 7.12499 12.3167 7.02499 12 7.02499C11.6833 7.02499 11.421 7.12899 11.213 7.33699C11.0043 7.54565 10.9 7.80832 10.9 8.12499V11.95C10.9 12.1 10.9293 12.2457 10.988 12.387C11.046 12.529 11.1333 12.6583 11.25 12.775L14.475 16ZM12 22.2C10.5833 22.2 9.25399 21.9333 8.01199 21.4C6.77065 20.8667 5.69165 20.1417 4.77499 19.225C3.85832 18.3083 3.13332 17.2293 2.59999 15.988C2.06665 14.746 1.79999 13.4167 1.79999 12C1.79999 10.5833 2.06665 9.25399 2.59999 8.01199C3.13332 6.77065 3.85832 5.69165 4.77499 4.77499C5.69165 3.85832 6.77065 3.13332 8.01199 2.59999C9.25399 2.06665 10.5833 1.79999 12 1.79999C13.4167 1.79999 14.746 2.06665 15.988 2.59999C17.2293 3.13332 18.3083 3.85832 19.225 4.77499C20.1417 5.69165 20.8667 6.77065 21.4 8.01199C21.9333 9.25399 22.2 10.5833 22.2 12C22.2 13.4167 21.9333 14.746 21.4 15.988C20.8667 17.2293 20.1417 18.3083 19.225 19.225C18.3083 20.1417 17.2293 20.8667 15.988 21.4C14.746 21.9333 13.4167 22.2 12 22.2ZM12 19.925C14.2 19.925 16.071 19.1543 17.613 17.613C19.1543 16.071 19.925 14.2 19.925 12C19.925 9.79999 19.1543 7.92899 17.613 6.38699C16.071 4.84565 14.2 4.07499 12 4.07499C9.79999 4.07499 7.92932 4.84565 6.38799 6.38699C4.84599 7.92899 4.07499 9.79999 4.07499 12C4.07499 14.2 4.84599 16.071 6.38799 17.613C7.92932 19.1543 9.79999 19.925 12 19.925Z", fill: "currentColor" }))), this.size === 28 && (h(Fragment, null, h("path", { d: "M16.8875 18.6667C17.1208 18.9 17.4078 19.0167 17.7485 19.0167C18.0884 19.0167 18.3847 18.8903 18.6375 18.6375C18.8708 18.4042 18.9875 18.1074 18.9875 17.7473C18.9875 17.388 18.8708 17.0917 18.6375 16.8583L15.2833 13.475V9.45001C15.2833 9.08056 15.162 8.77917 14.9193 8.54584C14.6759 8.31251 14.3694 8.19584 14 8.19584C13.6306 8.19584 13.3245 8.31717 13.0818 8.55984C12.8384 8.80328 12.7167 9.10973 12.7167 9.47917V13.9417C12.7167 14.1167 12.7509 14.2866 12.8193 14.4515C12.887 14.6172 12.9889 14.7681 13.125 14.9042L16.8875 18.6667ZM14 25.9C12.3472 25.9 10.7963 25.5889 9.34734 24.9667C7.89912 24.3445 6.64028 23.4986 5.57084 22.4292C4.5014 21.3597 3.65556 20.1009 3.03334 18.6527C2.41112 17.2037 2.10001 15.6528 2.10001 14C2.10001 12.3472 2.41112 10.7963 3.03334 9.34734C3.65556 7.89912 4.5014 6.64028 5.57084 5.57084C6.64028 4.5014 7.89912 3.65556 9.34734 3.03334C10.7963 2.41112 12.3472 2.10001 14 2.10001C15.6528 2.10001 17.2037 2.41112 18.6527 3.03334C20.1009 3.65556 21.3597 4.5014 22.4292 5.57084C23.4986 6.64028 24.3445 7.89912 24.9667 9.34734C25.5889 10.7963 25.9 12.3472 25.9 14C25.9 15.6528 25.5889 17.2037 24.9667 18.6527C24.3445 20.1009 23.4986 21.3597 22.4292 22.4292C21.3597 23.4986 20.1009 24.3445 18.6527 24.9667C17.2037 25.5889 15.6528 25.9 14 25.9ZM14 23.2458C16.5667 23.2458 18.7495 22.3467 20.5485 20.5485C22.3467 18.7495 23.2458 16.5667 23.2458 14C23.2458 11.4333 22.3467 9.25051 20.5485 7.45151C18.7495 5.65328 16.5667 4.75417 14 4.75417C11.4333 4.75417 9.2509 5.65328 7.45267 7.45151C5.65367 9.25051 4.75417 11.4333 4.75417 14C4.75417 16.5667 5.65367 18.7495 7.45267 20.5485C9.2509 22.3467 11.4333 23.2458 14 23.2458Z", fill: "currentColor" })))));
17
+ }
18
+ static get style() { return swirlIconCss; }
19
+ }, [1, "swirl-icon-time-outlined", {
20
+ "size": [2]
21
+ }]);
22
+ function defineCustomElement() {
23
+ if (typeof customElements === "undefined") {
24
+ return;
25
+ }
26
+ const components = ["swirl-icon-time-outlined"];
27
+ components.forEach(tagName => { switch (tagName) {
28
+ case "swirl-icon-time-outlined":
29
+ if (!customElements.get(tagName)) {
30
+ customElements.define(tagName, SwirlIconTimeOutlined);
31
+ }
32
+ break;
33
+ } });
34
+ }
35
+ defineCustomElement();
36
+
37
+ export { SwirlIconTimeOutlined as S, defineCustomElement as d };
@@ -18,9 +18,8 @@ const SwirlInlineError = /*@__PURE__*/ proxyCustomElement(class SwirlInlineError
18
18
  this.size = "m";
19
19
  }
20
20
  componentDidLoad() {
21
- var _a, _b;
22
21
  this.forceIconProps(this.desktopMediaQuery.matches);
23
- (_b = (_a = this.desktopMediaQuery).addEventListener) === null || _b === void 0 ? void 0 : _b.call(_a, "change", this.desktopMediaQueryHandler);
22
+ this.desktopMediaQuery.onchange = this.desktopMediaQueryHandler;
24
23
  }
25
24
  disconnectedCallback() {
26
25
  var _a, _b;
@@ -20,9 +20,8 @@ const SwirlInlineStatus$1 = /*@__PURE__*/ proxyCustomElement(class SwirlInlineSt
20
20
  this.iconSize = 20;
21
21
  }
22
22
  componentDidLoad() {
23
- var _a, _b;
24
23
  this.forceIconProps(this.desktopMediaQuery.matches);
25
- (_b = (_a = this.desktopMediaQuery).addEventListener) === null || _b === void 0 ? void 0 : _b.call(_a, "change", this.desktopMediaQueryHandler);
24
+ this.desktopMediaQuery.onchange = this.desktopMediaQueryHandler;
26
25
  }
27
26
  disconnectedCallback() {
28
27
  var _a, _b;
@@ -111,8 +111,7 @@ const SwirlMenu$1 = /*@__PURE__*/ proxyCustomElement(class SwirlMenu extends HTM
111
111
  this.observeSlotChanges();
112
112
  }
113
113
  componentDidLoad() {
114
- var _a, _b;
115
- (_b = (_a = this.mobileMediaQuery).addEventListener) === null || _b === void 0 ? void 0 : _b.call(_a, "change", this.mediaQueryHandler);
114
+ this.mobileMediaQuery.onchange = this.mediaQueryHandler;
116
115
  this.parentMenu = closestPassShadow(this.el.parentElement, "swirl-menu");
117
116
  this.popover = closestPassShadow(this.el, "swirl-popover");
118
117
  this.rootMenu = parentsPassShadow(this.el, "swirl-menu").pop();
@@ -37,10 +37,9 @@ const SwirlOptionListItem = /*@__PURE__*/ proxyCustomElement(class SwirlOptionLi
37
37
  this.iconSize = 24;
38
38
  }
39
39
  componentDidLoad() {
40
- var _a, _b;
41
40
  this.forceIconProps(this.desktopMediaQuery.matches);
42
41
  this.updateIconSize(this.desktopMediaQuery.matches);
43
- (_b = (_a = this.desktopMediaQuery).addEventListener) === null || _b === void 0 ? void 0 : _b.call(_a, "change", this.desktopMediaQueryHandler);
42
+ this.desktopMediaQuery.onchange = this.desktopMediaQueryHandler;
44
43
  }
45
44
  disconnectedCallback() {
46
45
  var _a, _b;
@@ -28,9 +28,8 @@ const SwirlResourceListFileItem$1 = /*@__PURE__*/ proxyCustomElement(class Swirl
28
28
  this.removeButtonLabel = "Remove file";
29
29
  }
30
30
  componentDidLoad() {
31
- var _a, _b;
32
31
  this.forceIconProps(this.desktopMediaQuery.matches);
33
- (_b = (_a = this.desktopMediaQuery).addEventListener) === null || _b === void 0 ? void 0 : _b.call(_a, "change", this.desktopMediaQueryHandler);
32
+ this.desktopMediaQuery.onchange = this.desktopMediaQueryHandler;
34
33
  }
35
34
  disconnectedCallback() {
36
35
  var _a, _b;
@@ -46,9 +46,8 @@ const SwirlSearch$1 = /*@__PURE__*/ proxyCustomElement(class SwirlSearch extends
46
46
  this.variant = "filled";
47
47
  }
48
48
  componentDidLoad() {
49
- var _a, _b;
50
49
  this.forceIconProps(this.desktopMediaQuery.matches);
51
- (_b = (_a = this.desktopMediaQuery).addEventListener) === null || _b === void 0 ? void 0 : _b.call(_a, "change", this.desktopMediaQueryHandler);
50
+ this.desktopMediaQuery.onchange = this.desktopMediaQueryHandler;
52
51
  }
53
52
  disconnectedCallback() {
54
53
  var _a, _b;
@@ -70,11 +70,10 @@ const SwirlShellLayout$1 = /*@__PURE__*/ proxyCustomElement(class SwirlShellLayo
70
70
  this.sidebarHovered = undefined;
71
71
  }
72
72
  componentWillLoad() {
73
- var _a, _b;
74
73
  if (!this.desktopMediaQuery.matches) {
75
74
  this.collapseLeftSidebar();
76
75
  }
77
- (_b = (_a = this.desktopMediaQuery).addEventListener) === null || _b === void 0 ? void 0 : _b.call(_a, "change", this.desktopMediaQueryHandler);
76
+ this.desktopMediaQuery.onchange = this.desktopMediaQueryHandler;
78
77
  }
79
78
  /**
80
79
  * Collapse the left sidebar.
@@ -1,7 +1,7 @@
1
1
  import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
2
  import { c as classnames } from './index2.js';
3
3
 
4
- const swirlTabBarCss = ".sc-swirl-tab-bar-h{display:block}.sc-swirl-tab-bar-h *.sc-swirl-tab-bar{box-sizing:border-box}.tab-bar.sc-swirl-tab-bar{position:relative;display:flex;width:100%;justify-content:flex-start;border-bottom:var(--s-border-width-default) solid var(--s-border-default)}.tab-bar__tab.sc-swirl-tab-bar{position:relative;display:block;min-width:0;margin:0;padding:var(--s-space-4) var(--s-space-8);border:none;color:var(--s-interactive-neutral-default);background-color:transparent;font:inherit;font-weight:var(--s-font-weight-medium);line-height:var(--s-line-height-base);cursor:pointer}.tab-bar__tab.sc-swirl-tab-bar:focus{outline:none}.tab-bar__tab.sc-swirl-tab-bar:focus-visible .tab-bar__tab-label.sc-swirl-tab-bar{border-radius:var(--s-border-radius-s);box-shadow:inset 0 0 0 0.125rem var(--s-focus-default)}.tab-bar__tab.sc-swirl-tab-bar:not(.tab-bar__tab--active):hover:after{position:absolute;bottom:0;left:50%;width:calc(100% - var(--s-space-8));height:0.1875rem;border-radius:0.125rem;background-color:var(--s-border-default);content:\"\";transform:translateX(-50%);pointer-events:none}@media (min-width: 992px) and (max-width: 1439px) and (hover: hover),(min-width: 1440px){.tab-bar__tab.sc-swirl-tab-bar{font-size:var(--s-font-size-sm);line-height:var(--s-line-height-sm)}}.tab-bar__tab-label.sc-swirl-tab-bar{display:block;overflow:hidden;width:100%;padding:var(--s-space-8) var(--s-space-8);text-align:center;white-space:nowrap;text-overflow:ellipsis}.tab-bar__tab--active.sc-swirl-tab-bar{color:var(--s-text-highlight)}.tab-bar__tab--active.sc-swirl-tab-bar:after{position:absolute;bottom:0;left:50%;width:calc(100% - var(--s-space-8));height:0.1875rem;border-radius:0.125rem;background-color:var(--s-border-highlight);content:\"\";transform:translateX(-50%);pointer-events:none}";
4
+ const swirlTabBarCss = ".sc-swirl-tab-bar-h{display:flex;height:var(--swirl-tab-bar-height)}.sc-swirl-tab-bar-h *.sc-swirl-tab-bar{box-sizing:border-box}.tab-bar.sc-swirl-tab-bar{position:relative;display:flex;width:100%;justify-content:flex-start;border-bottom:var(--swirl-tab-bar-border-width) solid var(--s-border-default)}.tab-bar__tab.sc-swirl-tab-bar{position:relative;display:block;min-width:0;margin:0;padding:var(--s-space-4) var(--s-space-8);border:none;color:var(--s-interactive-neutral-default);background-color:transparent;font:inherit;font-weight:var(--s-font-weight-medium);line-height:var(--s-line-height-base);cursor:pointer}.tab-bar__tab.sc-swirl-tab-bar:focus{outline:none}.tab-bar__tab.sc-swirl-tab-bar:focus-visible .tab-bar__tab-label.sc-swirl-tab-bar{border-radius:var(--s-border-radius-s);box-shadow:inset 0 0 0 0.125rem var(--s-focus-default)}.tab-bar__tab.sc-swirl-tab-bar:not(.tab-bar__tab--active):hover:after{position:absolute;bottom:0;left:50%;width:calc(100% - var(--s-space-8));height:0.1875rem;border-radius:0.125rem;background-color:var(--s-border-default);content:\"\";transform:translateX(-50%);pointer-events:none}@media (min-width: 992px) and (max-width: 1439px) and (hover: hover),(min-width: 1440px){.tab-bar__tab.sc-swirl-tab-bar{font-size:var(--s-font-size-sm);line-height:var(--s-line-height-sm)}}.tab-bar__tab-label.sc-swirl-tab-bar{display:block;overflow:hidden;width:100%;padding:var(--s-space-8) var(--s-space-8);text-align:center;white-space:nowrap;text-overflow:ellipsis}.tab-bar__tab--active.sc-swirl-tab-bar{color:var(--s-text-highlight)}.tab-bar__tab--active.sc-swirl-tab-bar:after{position:absolute;bottom:0;left:50%;width:calc(100% - var(--s-space-8));height:0.1875rem;border-radius:0.125rem;background-color:var(--s-border-highlight);content:\"\";transform:translateX(-50%);pointer-events:none}";
5
5
 
6
6
  const SwirlTabBar = /*@__PURE__*/ proxyCustomElement(class SwirlTabBar extends HTMLElement {
7
7
  constructor() {
@@ -113,9 +113,8 @@ const SwirlTextInput = /*@__PURE__*/ proxyCustomElement(class SwirlTextInput ext
113
113
  this.showPassword = false;
114
114
  }
115
115
  componentDidLoad() {
116
- var _a, _b;
117
116
  this.updateIconSize(this.desktopMediaQuery.matches);
118
- (_b = (_a = this.desktopMediaQuery).addEventListener) === null || _b === void 0 ? void 0 : _b.call(_a, "change", this.desktopMediaQueryHandler);
117
+ this.desktopMediaQuery.onchange = this.desktopMediaQueryHandler;
119
118
  }
120
119
  componentDidRender() {
121
120
  this.adjustInputSize();
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface SwirlTimeInput extends Components.SwirlTimeInput, HTMLElement {}
4
+ export const SwirlTimeInput: {
5
+ prototype: SwirlTimeInput;
6
+ new (): SwirlTimeInput;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,163 @@
1
+ import { proxyCustomElement, HTMLElement, createEvent, h, Host } from '@stencil/core/internal/client';
2
+ import { c as classnames } from './index2.js';
3
+ import { p as parse, i as isValid, f as format, m as maska } from './maska.js';
4
+ import { g as getDesktopMediaQuery } from './utils.js';
5
+ import { d as defineCustomElement$2 } from './swirl-icon-time-outlined2.js';
6
+
7
+ const swirlTimeInputCss = ".sc-swirl-time-input-h{display:flex;width:100%}.sc-swirl-time-input-h *.sc-swirl-time-input{box-sizing:border-box}.time-input.sc-swirl-time-input{position:relative;display:flex;width:100%;align-items:center;color:var(--s-text-default);line-height:var(--s-line-height-sm)}.time-input--inline.sc-swirl-time-input .time-input__icon.sc-swirl-time-input{top:-0.0625rem}@media (min-width: 992px) and (max-width: 1439px) and (hover: hover),(min-width: 1440px){.time-input--inline.sc-swirl-time-input .time-input__icon.sc-swirl-time-input{top:0}}.time-input__input.sc-swirl-time-input{display:inline-flex;width:calc(100% - 1.25rem - var(--s-space-8));margin:0;padding:0;border:none;color:var(--s-text-default);background-color:transparent;font:inherit;font-size:var(--s-font-size-base);line-height:var(--s-line-height-base);caret-color:var(--s-border-highlight)}.time-input__input.sc-swirl-time-input:focus{outline:none}.time-input__input.sc-swirl-time-input:disabled{color:var(--s-text-disabled);background-color:transparent}@media (min-width: 992px) and (max-width: 1439px) and (hover: hover),(min-width: 1440px){.time-input__input.sc-swirl-time-input{font-size:var(--s-font-size-sm);line-height:var(--s-line-height-sm)}}.time-input__icon.sc-swirl-time-input{position:absolute;top:calc(-1 * var(--s-space-12));right:0;display:inline-flex;margin:0;padding:0;border:none;color:var(--s-icon-default);background-color:transparent}@media (min-width: 992px) and (max-width: 1439px) and (hover: hover),(min-width: 1440px){.time-input__icon.sc-swirl-time-input{top:-0.625rem}}";
8
+
9
+ const internalTimeFormat = "HH:mm:ss";
10
+ const SwirlTimeInput$1 = /*@__PURE__*/ proxyCustomElement(class SwirlTimeInput extends HTMLElement {
11
+ constructor() {
12
+ super();
13
+ this.__registerHost();
14
+ this.valueChange = createEvent(this, "valueChange", 7);
15
+ this.desktopMediaQuery = getDesktopMediaQuery();
16
+ this.desktopMediaQueryHandler = (event) => {
17
+ this.updateIconSize(event.matches);
18
+ };
19
+ this.onChange = (event) => {
20
+ const value = event.target.value;
21
+ let newValue;
22
+ if (value === "") {
23
+ this.value = undefined;
24
+ this.valueChange.emit(undefined);
25
+ }
26
+ const newDate = parse(value, this.format, new Date());
27
+ const formatRegExp = new RegExp(`^${this.format.replace(/[Hhms]/g, "\\d")}$`);
28
+ if (!Boolean(value.match(formatRegExp))) {
29
+ return;
30
+ }
31
+ if (!isValid(newDate)) {
32
+ newValue = format(new Date(), internalTimeFormat);
33
+ }
34
+ else {
35
+ newValue = format(newDate, internalTimeFormat);
36
+ }
37
+ this.value = newValue;
38
+ this.valueChange.emit(newValue);
39
+ };
40
+ this.onBlur = (event) => {
41
+ const input = event.target;
42
+ const dateValue = parse(input.value, this.format, new Date());
43
+ if (!isValid(dateValue) && Boolean(this.value)) {
44
+ const currentDateValue = Boolean(this.value)
45
+ ? parse(this.value, internalTimeFormat, new Date())
46
+ : undefined;
47
+ if (!Boolean(currentDateValue) || !isValid(currentDateValue)) {
48
+ this.value = "";
49
+ }
50
+ input.value = format(currentDateValue, this.format);
51
+ }
52
+ };
53
+ this.onInput = (event) => {
54
+ this.onChange(event);
55
+ };
56
+ this.onClick = (event) => {
57
+ event.preventDefault();
58
+ };
59
+ this.onFocus = (event) => {
60
+ this.handleAutoSelect(event);
61
+ };
62
+ this.autoFocus = undefined;
63
+ this.autoSelect = undefined;
64
+ this.disabled = undefined;
65
+ this.format = "HH:mm";
66
+ this.inline = undefined;
67
+ this.invalid = undefined;
68
+ this.placeholder = "hh:mm";
69
+ this.required = undefined;
70
+ this.swirlAriaDescribedby = undefined;
71
+ this.value = undefined;
72
+ this.iconSize = 24;
73
+ }
74
+ componentWillLoad() {
75
+ const index = Array.from(document.querySelectorAll("swirl-time-input")).indexOf(this.el);
76
+ this.id = `swirl-time-input-${index}`;
77
+ }
78
+ componentDidLoad() {
79
+ this.setupMask();
80
+ this.updateIconSize(this.desktopMediaQuery.matches);
81
+ this.desktopMediaQuery.onchange = this.desktopMediaQueryHandler;
82
+ }
83
+ disconnectedCallback() {
84
+ var _a, _b, _c;
85
+ (_a = this.mask) === null || _a === void 0 ? void 0 : _a.destroy();
86
+ (_c = (_b = this.desktopMediaQuery).removeEventListener) === null || _c === void 0 ? void 0 : _c.call(_b, "change", this.desktopMediaQueryHandler);
87
+ }
88
+ watchFormat() {
89
+ this.setupMask();
90
+ }
91
+ updateIconSize(smallIcon) {
92
+ this.iconSize = smallIcon ? 20 : 24;
93
+ }
94
+ handleAutoSelect(event) {
95
+ if (!this.autoSelect) {
96
+ return;
97
+ }
98
+ event.target.select();
99
+ }
100
+ setupMask() {
101
+ var _a;
102
+ (_a = this.mask) === null || _a === void 0 ? void 0 : _a.destroy();
103
+ this.mask = maska.create(`#${this.id}`, {
104
+ mask: this.format.replace(/[Hhms]/g, "#"),
105
+ });
106
+ }
107
+ render() {
108
+ const ariaInvalid = this.invalid === true || this.invalid === false
109
+ ? String(this.invalid)
110
+ : undefined;
111
+ const dateValue = Boolean(this.value)
112
+ ? parse(this.value, internalTimeFormat, new Date())
113
+ : undefined;
114
+ const displayValue = isValid(dateValue)
115
+ ? format(dateValue, this.format)
116
+ : undefined;
117
+ const className = classnames("time-input", {
118
+ "time-input--inline": this.inline,
119
+ });
120
+ return (h(Host, null, h("div", { class: className }, h("input", { "aria-describedby": this.swirlAriaDescribedby, "aria-disabled": this.disabled ? "true" : undefined, "aria-invalid": ariaInvalid, autoFocus: this.autoFocus, class: "time-input__input", disabled: this.disabled, id: this.id, onBlur: this.onBlur, onClick: this.onClick, onFocus: this.onFocus, onInput: this.onInput, placeholder: this.placeholder, required: this.required, type: "text", value: displayValue }), h("span", { class: "time-input__icon" }, h("swirl-icon-time-outlined", { size: this.iconSize })))));
121
+ }
122
+ get el() { return this; }
123
+ static get watchers() { return {
124
+ "format": ["watchFormat"]
125
+ }; }
126
+ static get style() { return swirlTimeInputCss; }
127
+ }, [2, "swirl-time-input", {
128
+ "autoFocus": [4, "auto-focus"],
129
+ "autoSelect": [4, "auto-select"],
130
+ "disabled": [4],
131
+ "format": [1],
132
+ "inline": [4],
133
+ "invalid": [4],
134
+ "placeholder": [1],
135
+ "required": [4],
136
+ "swirlAriaDescribedby": [1, "swirl-aria-describedby"],
137
+ "value": [1537],
138
+ "iconSize": [32]
139
+ }]);
140
+ function defineCustomElement$1() {
141
+ if (typeof customElements === "undefined") {
142
+ return;
143
+ }
144
+ const components = ["swirl-time-input", "swirl-icon-time-outlined"];
145
+ components.forEach(tagName => { switch (tagName) {
146
+ case "swirl-time-input":
147
+ if (!customElements.get(tagName)) {
148
+ customElements.define(tagName, SwirlTimeInput$1);
149
+ }
150
+ break;
151
+ case "swirl-icon-time-outlined":
152
+ if (!customElements.get(tagName)) {
153
+ defineCustomElement$2();
154
+ }
155
+ break;
156
+ } });
157
+ }
158
+ defineCustomElement$1();
159
+
160
+ const SwirlTimeInput = SwirlTimeInput$1;
161
+ const defineCustomElement = defineCustomElement$1;
162
+
163
+ export { SwirlTimeInput, defineCustomElement };
@@ -30,10 +30,9 @@ const SwirlToast = /*@__PURE__*/ proxyCustomElement(class SwirlToast extends HTM
30
30
  this.startTimer();
31
31
  }
32
32
  componentDidLoad() {
33
- var _a, _b;
34
33
  this.startTimer();
35
34
  this.forceIconProps(this.desktopMediaQuery.matches);
36
- (_b = (_a = this.desktopMediaQuery).addEventListener) === null || _b === void 0 ? void 0 : _b.call(_a, "change", this.desktopMediaQueryHandler);
35
+ this.desktopMediaQuery.onchange = this.desktopMediaQueryHandler;
37
36
  }
38
37
  disconnectedCallback() {
39
38
  var _a, _b;
@@ -2515,10 +2515,6 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2515
2515
  return import(
2516
2516
  /* webpackMode: "lazy" */
2517
2517
  './swirl-icon-time-filled.entry.js').then(processMod, consoleError);
2518
- case 'swirl-icon-time-outlined':
2519
- return import(
2520
- /* webpackMode: "lazy" */
2521
- './swirl-icon-time-outlined.entry.js').then(processMod, consoleError);
2522
2518
  case 'swirl-icon-undo':
2523
2519
  return import(
2524
2520
  /* webpackMode: "lazy" */
@@ -2671,6 +2667,10 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2671
2667
  return import(
2672
2668
  /* webpackMode: "lazy" */
2673
2669
  './swirl-theme-provider.entry.js').then(processMod, consoleError);
2670
+ case 'swirl-time-input':
2671
+ return import(
2672
+ /* webpackMode: "lazy" */
2673
+ './swirl-time-input.entry.js').then(processMod, consoleError);
2674
2674
  case 'swirl-toast-provider':
2675
2675
  return import(
2676
2676
  /* webpackMode: "lazy" */
@@ -2727,6 +2727,10 @@ const loadModule = (cmpMeta, hostRef, hmrVersionId) => {
2727
2727
  return import(
2728
2728
  /* webpackMode: "lazy" */
2729
2729
  './swirl-icon-search.entry.js').then(processMod, consoleError);
2730
+ case 'swirl-icon-time-outlined':
2731
+ return import(
2732
+ /* webpackMode: "lazy" */
2733
+ './swirl-icon-time-outlined.entry.js').then(processMod, consoleError);
2730
2734
  case 'swirl-tab-bar':
2731
2735
  return import(
2732
2736
  /* webpackMode: "lazy" */