q2-tecton-elements 1.10.2 → 1.10.6

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 (130) hide show
  1. package/dist/cjs/click-elsewhere.cjs.entry.js +1 -1
  2. package/dist/cjs/{icons-fa5f4367.js → icons-4595ee47.js} +311 -2
  3. package/dist/cjs/{index-6b2c271e.js → index-c2e53804.js} +19 -0
  4. package/dist/cjs/{index-14348270.js → index-f4153f5a.js} +18 -4
  5. package/dist/cjs/loader.cjs.js +2 -2
  6. package/dist/cjs/q2-avatar.cjs.entry.js +3 -3
  7. package/dist/cjs/q2-btn_2.cjs.entry.js +3 -3
  8. package/dist/cjs/q2-calendar.cjs.entry.js +7 -3
  9. package/dist/cjs/q2-carousel-pane.cjs.entry.js +2 -2
  10. package/dist/cjs/q2-carousel.cjs.entry.js +2 -2
  11. package/dist/cjs/q2-checkbox-group.cjs.entry.js +2 -2
  12. package/dist/cjs/q2-checkbox.cjs.entry.js +2 -2
  13. package/dist/cjs/q2-dropdown-item.cjs.entry.js +2 -2
  14. package/dist/cjs/q2-dropdown.cjs.entry.js +2 -2
  15. package/dist/cjs/q2-editable-field.cjs.entry.js +2 -2
  16. package/dist/cjs/q2-icon.cjs.entry.js +3 -3
  17. package/dist/cjs/q2-input.cjs.entry.js +3 -3
  18. package/dist/cjs/q2-loading-element.cjs.entry.js +2 -2
  19. package/dist/cjs/q2-loc.cjs.entry.js +2 -2
  20. package/dist/cjs/q2-message.cjs.entry.js +21 -3
  21. package/dist/cjs/q2-optgroup.cjs.entry.js +2 -2
  22. package/dist/cjs/q2-option.cjs.entry.js +1 -1
  23. package/dist/cjs/q2-radio-group.cjs.entry.js +8 -4
  24. package/dist/cjs/q2-radio.cjs.entry.js +2 -2
  25. package/dist/cjs/q2-section.cjs.entry.js +3 -9
  26. package/dist/cjs/q2-select.cjs.entry.js +2 -2
  27. package/dist/cjs/q2-stepper-pane.cjs.entry.js +2 -2
  28. package/dist/cjs/q2-stepper.cjs.entry.js +2 -2
  29. package/dist/cjs/q2-tab-container.cjs.entry.js +85 -115
  30. package/dist/cjs/q2-tab-pane.cjs.entry.js +1 -1
  31. package/dist/cjs/q2-tecton-elements.cjs.js +2 -2
  32. package/dist/cjs/q2-textarea.cjs.entry.js +2 -2
  33. package/dist/cjs/{shapes-a7595d72.js → shapes-086c0365.js} +1 -1
  34. package/dist/cjs/tecton-tab-pane.cjs.entry.js +12 -1
  35. package/dist/collection/components/q2-avatar/index.js +2 -2
  36. package/dist/collection/components/q2-calendar/index.js +5 -1
  37. package/dist/collection/components/q2-icon/icons.js +310 -1
  38. package/dist/collection/components/q2-input/styles.css +5 -4
  39. package/dist/collection/components/q2-message/index.js +48 -8
  40. package/dist/collection/components/q2-message/styles.css +68 -75
  41. package/dist/collection/components/q2-radio-group/index.js +7 -3
  42. package/dist/collection/components/q2-radio-group/styles.css +3 -0
  43. package/dist/collection/components/q2-section/index.js +1 -7
  44. package/dist/collection/components/q2-tab-container/index.js +97 -125
  45. package/dist/collection/components/q2-tab-container/styles.css +118 -98
  46. package/dist/collection/components/tecton-tab-pane/index.js +11 -0
  47. package/dist/collection/utils/index.js +9 -3
  48. package/dist/esm/click-elsewhere.entry.js +1 -1
  49. package/dist/esm/{icons-17612675.js → icons-3ee662ea.js} +311 -2
  50. package/dist/esm/{index-da24669a.js → index-476b86cc.js} +17 -5
  51. package/dist/esm/{index-5fa3e016.js → index-be8376c0.js} +19 -0
  52. package/dist/esm/loader.js +2 -2
  53. package/dist/esm/q2-avatar.entry.js +3 -3
  54. package/dist/esm/q2-btn_2.entry.js +3 -3
  55. package/dist/esm/q2-calendar.entry.js +7 -3
  56. package/dist/esm/q2-carousel-pane.entry.js +2 -2
  57. package/dist/esm/q2-carousel.entry.js +2 -2
  58. package/dist/esm/q2-checkbox-group.entry.js +2 -2
  59. package/dist/esm/q2-checkbox.entry.js +2 -2
  60. package/dist/esm/q2-dropdown-item.entry.js +2 -2
  61. package/dist/esm/q2-dropdown.entry.js +2 -2
  62. package/dist/esm/q2-editable-field.entry.js +2 -2
  63. package/dist/esm/q2-icon.entry.js +3 -3
  64. package/dist/esm/q2-input.entry.js +3 -3
  65. package/dist/esm/q2-loading-element.entry.js +2 -2
  66. package/dist/esm/q2-loc.entry.js +2 -2
  67. package/dist/esm/q2-message.entry.js +21 -3
  68. package/dist/esm/q2-optgroup.entry.js +2 -2
  69. package/dist/esm/q2-option.entry.js +1 -1
  70. package/dist/esm/q2-radio-group.entry.js +8 -4
  71. package/dist/esm/q2-radio.entry.js +2 -2
  72. package/dist/esm/q2-section.entry.js +3 -9
  73. package/dist/esm/q2-select.entry.js +2 -2
  74. package/dist/esm/q2-stepper-pane.entry.js +2 -2
  75. package/dist/esm/q2-stepper.entry.js +2 -2
  76. package/dist/esm/q2-tab-container.entry.js +85 -115
  77. package/dist/esm/q2-tab-pane.entry.js +1 -1
  78. package/dist/esm/q2-tecton-elements.js +2 -2
  79. package/dist/esm/q2-textarea.entry.js +2 -2
  80. package/dist/esm/{shapes-073c5aad.js → shapes-81c11dfe.js} +1 -1
  81. package/dist/esm/tecton-tab-pane.entry.js +12 -1
  82. package/dist/q2-tecton-elements/{p-c92e3bc2.entry.js → p-01e00610.entry.js} +1 -1
  83. package/dist/q2-tecton-elements/p-080839ed.js +1 -0
  84. package/dist/q2-tecton-elements/{p-576509e6.entry.js → p-1fc4e6f6.entry.js} +1 -1
  85. package/dist/q2-tecton-elements/{p-6f570344.js → p-25a5f691.js} +1 -1
  86. package/dist/q2-tecton-elements/p-27353237.entry.js +1 -0
  87. package/dist/q2-tecton-elements/{p-2c2a5d58.entry.js → p-3e100450.entry.js} +1 -1
  88. package/dist/q2-tecton-elements/{p-7520656d.entry.js → p-428d15fd.entry.js} +1 -1
  89. package/dist/q2-tecton-elements/{p-3f2590c0.entry.js → p-4830affe.entry.js} +1 -1
  90. package/dist/q2-tecton-elements/{p-64eef8d1.entry.js → p-48fc317d.entry.js} +1 -1
  91. package/dist/q2-tecton-elements/{p-aaa55918.js → p-4cd00f1a.js} +1 -1
  92. package/dist/q2-tecton-elements/{p-3b80823a.entry.js → p-5222b792.entry.js} +1 -1
  93. package/dist/q2-tecton-elements/p-5469c1e9.entry.js +1 -0
  94. package/dist/q2-tecton-elements/{p-82b24667.entry.js → p-61c0e5fd.entry.js} +1 -1
  95. package/dist/q2-tecton-elements/{p-37d281b7.entry.js → p-74c1a311.entry.js} +1 -1
  96. package/dist/q2-tecton-elements/{p-65894494.entry.js → p-784af485.entry.js} +1 -1
  97. package/dist/q2-tecton-elements/{p-e3a27b97.entry.js → p-7c99a58b.entry.js} +1 -1
  98. package/dist/q2-tecton-elements/p-7f74b629.entry.js +1 -0
  99. package/dist/q2-tecton-elements/{p-ebee91e2.entry.js → p-831a461f.entry.js} +1 -1
  100. package/dist/q2-tecton-elements/{p-905a22d5.entry.js → p-84c05db6.entry.js} +1 -1
  101. package/dist/q2-tecton-elements/{p-2f2bbed9.entry.js → p-84c52d3b.entry.js} +2 -2
  102. package/dist/q2-tecton-elements/{p-dd33b297.entry.js → p-9024859f.entry.js} +1 -1
  103. package/dist/q2-tecton-elements/{p-c14e0622.entry.js → p-997e4c7e.entry.js} +1 -1
  104. package/dist/q2-tecton-elements/{p-7c06467f.entry.js → p-a166b9a6.entry.js} +1 -1
  105. package/dist/q2-tecton-elements/p-a224bc9c.entry.js +1 -0
  106. package/dist/q2-tecton-elements/{p-891ca6f8.entry.js → p-a9bdd814.entry.js} +1 -1
  107. package/dist/q2-tecton-elements/{p-fa6e46e2.js → p-c90a6016.js} +1 -1
  108. package/dist/q2-tecton-elements/{p-86116f5c.entry.js → p-d1d040ef.entry.js} +1 -1
  109. package/dist/q2-tecton-elements/{p-8b4f6d3f.entry.js → p-d893fcf2.entry.js} +1 -1
  110. package/dist/q2-tecton-elements/{p-4d283b84.entry.js → p-da7cca07.entry.js} +1 -1
  111. package/dist/q2-tecton-elements/p-df182f61.entry.js +1 -0
  112. package/dist/q2-tecton-elements/p-f17761da.entry.js +1 -0
  113. package/dist/q2-tecton-elements/{p-5289f040.entry.js → p-f5e074f8.entry.js} +1 -1
  114. package/dist/q2-tecton-elements/q2-tecton-elements.esm.js +1 -1
  115. package/dist/types/components/q2-calendar/index.d.ts +1 -1
  116. package/dist/types/components/q2-message/index.d.ts +6 -2
  117. package/dist/types/components/q2-radio-group/index.d.ts +1 -1
  118. package/dist/types/components/q2-section/index.d.ts +0 -1
  119. package/dist/types/components/q2-tab-container/index.d.ts +11 -16
  120. package/dist/types/components/tecton-tab-pane/index.d.ts +1 -0
  121. package/dist/types/components.d.ts +7 -6
  122. package/dist/types/utils/index.d.ts +2 -0
  123. package/package.json +2 -2
  124. package/dist/q2-tecton-elements/p-076b95fd.entry.js +0 -1
  125. package/dist/q2-tecton-elements/p-2a28baa9.entry.js +0 -1
  126. package/dist/q2-tecton-elements/p-6ed006a7.entry.js +0 -1
  127. package/dist/q2-tecton-elements/p-8e863fbc.js +0 -1
  128. package/dist/q2-tecton-elements/p-98bb1355.entry.js +0 -1
  129. package/dist/q2-tecton-elements/p-9b420e22.entry.js +0 -1
  130. package/dist/q2-tecton-elements/p-d0d605dc.entry.js +0 -1
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-6b2c271e.js');
5
+ const index = require('./index-c2e53804.js');
6
6
 
7
7
  const ClickElsewhere = class {
8
8
  constructor(hostRef) {
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./index-6b2c271e.js');
3
+ const index = require('./index-c2e53804.js');
4
4
 
5
5
  const icons = {
6
6
  a11y: {
@@ -1224,6 +1224,13 @@ const icons = {
1224
1224
  index.h("path", { d: "M19.6 8.133H24v11h-2.933V22.8l-5.134-3.667h-4.4", class: "stroke-secondary" }),
1225
1225
  index.h("path", { d: "M19.6 3H2v12.467h3.667V20.6l5.866-5.133H19.6z", class: "stroke-primary filled" })))
1226
1226
  },
1227
+ 'chat-question': {
1228
+ markup: () => (index.h("g", null,
1229
+ index.h("path", { d: "M21.295 17.534c1.587-1.55 2.525-3.534 2.525-5.698 0-4.905-4.833-8.656-10.82-8.656S2.18 6.931 2.18 11.836c0 4.905 4.833 8.836 10.82 8.836 1.046 0 2.056-.144 3.03-.36l5.626 2.344-.36-5.122z", class: "stroke-primary filled" }),
1230
+ index.h("g", { class: "stroke-secondary", transform: "translate(10.5 7.5)" },
1231
+ index.h("circle", { cx: "2.375", cy: "8.875", r: "1" }),
1232
+ index.h("path", { d: "M0 1.5C.39.625 1.328 0 2.396 0 3.828 0 5 1.125 5 2.5S3.828 5 2.396 5v1.5" }))))
1233
+ },
1227
1234
  'chat-bubbles': {
1228
1235
  markup: () => (index.h("g", null,
1229
1236
  index.h("path", { d: "M11.197 19.46c1.338.916 3.107 1.474 5.049 1.474a9.7 9.7 0 0 0 2.471-.32l2.939 1.763v-3.178c1.337-1.04 2.164-2.464 2.164-4.035 0-.766-.197-1.496-.553-2.164", class: "stroke-secondary" }),
@@ -1267,6 +1274,18 @@ const icons = {
1267
1274
  'checkmark-outline': {
1268
1275
  markup: () => (index.h("path", { d: "M9.912 21.175l-7.719-7.719 3.088-3.088L9.912 15 20.719 4.193l3.088 3.088z", class: "stroke-primary filled" }))
1269
1276
  },
1277
+ 'chevron-double-right': {
1278
+ markup: () => (index.h("g", { class: "chevron-double-right" },
1279
+ index.h("g", { class: "stroke-primary" },
1280
+ index.h("path", { d: "M12 2l11 11-11 11" }),
1281
+ index.h("path", { d: "M3 2l11 11L3 24" }))))
1282
+ },
1283
+ 'chevron-double-left': {
1284
+ markup: () => (index.h("g", { class: "chevron-double-left" },
1285
+ index.h("g", { class: "stroke-primary" },
1286
+ index.h("path", { d: "M14 24L3 13 14 2" }),
1287
+ index.h("path", { d: "M23 24L12 13 23 2" }))))
1288
+ },
1270
1289
  'chevron-down': {
1271
1290
  markup: () => index.h("path", { d: "M24 8L13 19 2 8", class: "stroke-primary" })
1272
1291
  },
@@ -1360,6 +1379,15 @@ const icons = {
1360
1379
  index.h("path", { class: "stroke-primary", d: "M6.2 2.2l7.2 9.6 7.2-9.6m-7.2 9.6v12" }),
1361
1380
  index.h("path", { class: "stroke-secondary", d: "M7 12.2h12.8M7 17h12.8" })))
1362
1381
  },
1382
+ dashboard: {
1383
+ markup: () => (index.h("g", { class: "dashboard" },
1384
+ index.h("path", { d: "M0 0h26v26H0z" }),
1385
+ index.h("g", { class: "stroke-primary filled" },
1386
+ index.h("path", { d: "M3 3h9v12H3z" }),
1387
+ index.h("path", { d: "M3 18h9v5H3z" }),
1388
+ index.h("path", { d: "M14.5 3h9v7h-9z" }),
1389
+ index.h("path", { d: "M14.5 13h9v10h-9z" }))))
1390
+ },
1363
1391
  desktop: {
1364
1392
  markup: () => (index.h("g", null,
1365
1393
  index.h("path", { class: "stroke-primary", d: "M22.377 19.77H3.623a1.443 1.443 0 0 1-1.443-1.442V4.623c0-.797.646-1.443 1.443-1.443h18.754c.796 0 1.442.646 1.442 1.443v13.705c0 .796-.646 1.442-1.442 1.442zM2.18 15.442h21.64" }),
@@ -1373,6 +1401,13 @@ const icons = {
1373
1401
  index.h("path", { d: "M6.387 5.677v6.417l-2.839-1.449-2.838 1.42V5.677" }),
1374
1402
  index.h("circle", { cx: "3.548", cy: "3.548", r: "3.548" }))))
1375
1403
  },
1404
+ divider: {
1405
+ markup: () => (index.h("g", { class: "divider" },
1406
+ index.h("g", { class: "stroke-primary" },
1407
+ index.h("path", { d: "M3 5h20v5H3z" }),
1408
+ index.h("path", { d: "M3 17h20v5H3z" })),
1409
+ index.h("path", { d: "M2 13.5h22", class: "stroke-secondary" })))
1410
+ },
1376
1411
  document: {
1377
1412
  markup: () => (index.h("g", null,
1378
1413
  index.h("path", { d: "M15.733 2H4v22h17.6V7.867z", class: "stroke-primary" }),
@@ -1830,6 +1865,11 @@ const icons = {
1830
1865
  index.h("path", { d: "M21.492 18.552c-.473 1.03-.7 1.49-1.31 2.399-.849 1.27-2.047 2.852-3.532 2.865-1.319.013-1.658-.842-3.448-.832-1.79.01-2.164.848-3.483.836-1.485-.014-2.62-1.442-3.47-2.713-2.376-3.552-2.624-7.721-1.159-9.937 1.042-1.576 2.686-2.497 4.23-2.497 1.574 0 2.563.847 3.864.847 1.262 0 2.031-.848 3.85-.848 1.375 0 2.832.735 3.87 2.005-3.401 1.83-2.848 6.6.588 7.875z", class: "stroke-primary" }),
1831
1866
  index.h("path", { d: "M16.125 5.587c.69-.884 1.211-2.131 1.022-3.407-1.125.077-2.44.793-3.208 1.726-.698.846-1.274 2.102-1.05 3.322 1.228.039 2.498-.695 3.236-1.641z", class: "stroke-secondary" })))
1832
1867
  },
1868
+ key: {
1869
+ markup: () => (index.h("g", null,
1870
+ index.h("path", { d: "M18.455 3l-7.486 7.485a6.32 6.32 0 0 0-1.605-.212 6.364 6.364 0 1 0 6.363 6.363c0-.81-.157-1.581-.432-2.294l2.25-2.251V9.364h2.728L23 6.636V3h-4.545z", class: "stroke-primary filled" }),
1871
+ index.h("circle", { cx: "9.364", cy: "16.636", r: "1.818", class: "stroke-secondary" })))
1872
+ },
1833
1873
  laptop: {
1834
1874
  markup: () => (index.h("g", null,
1835
1875
  index.h("path", { class: "stroke-primary", d: "M4.344 15.721V5.623c0-.797.646-1.443 1.443-1.443h14.426c.797 0 1.442.646 1.442 1.443V15.72m-9.377-9.376h1.443" }),
@@ -1933,7 +1973,10 @@ const icons = {
1933
1973
  markup: () => (index.h("path", { d: "M24 12.345L14.517 4v4.931C8.443 8.931 2 10.751 2 21.448c2.781-3.793 5.043-4.93 12.517-4.93v4.93L24 12.345z", class: "stroke-primary" }))
1934
1974
  },
1935
1975
  'message-reply': {
1936
- markup: () => (index.h("path", { d: "M2 12.345L11.483 4v4.931C17.557 8.931 24 10.751 24 21.448c-2.781-3.793-5.043-4.93-12.517-4.93v4.93L2 12.345z", class: "stroke-primary" }))
1976
+ markup: () => (index.h("path", { d: "M2 12.345L11.483 4v4.931C17.557 8.931 24 10.751 24 21.448c-2.781-3.793-5.043-4.93-12.517-4.93v4.93L2 12.345z", class: "stroke-primary filled" }))
1977
+ },
1978
+ 'message-response': {
1979
+ markup: () => (index.h("path", { d: "M24 12.345L14.517 4v4.931C7.043 8.931 4.661 7.598 2 4c0 11.14 7.006 12.517 12.517 12.517v4.931L24 12.345z", class: "stroke-primary filled" }))
1937
1980
  },
1938
1981
  'mobile-button': {
1939
1982
  markup: () => (index.h("g", null,
@@ -2632,6 +2675,272 @@ const icons = {
2632
2675
  index.h("g", { class: "stroke-secondary", transform: "translate(11.9 5.667)" },
2633
2676
  index.h("circle", { cx: "1.1", cy: "13.2", r: "1.1" }),
2634
2677
  index.h("path", { d: "M1.1 0v8.8" }))))
2678
+ },
2679
+ arts: {
2680
+ markup: () => (index.h("g", null,
2681
+ index.h("g", { class: "stroke-primary" },
2682
+ index.h("path", { d: "M18.92 13.5h1.354m-1.95 6.692a2.032 2.032 0 0 0-2.873 0" }),
2683
+ index.h("path", { d: "M12.453 22.002a6.77 6.77 0 0 0 11.209-5.115V8.564a20.27 20.27 0 0 0-4.065-.979" })),
2684
+ index.h("g", { class: "stroke-secondary" },
2685
+ index.h("path", { d: "M3.339 12.823a6.774 6.774 0 0 0 13.548 0V4.499A20.342 20.342 0 0 0 3.339 4.5v8.323zm3.387-3.387h1.355m4.064 0H13.5" }),
2686
+ index.h("path", { d: "M10.113 16.887c1.123 0 2.032-.91 2.032-2.032H8.081c0 1.122.91 2.032 2.032 2.032z" }))))
2687
+ },
2688
+ bed: {
2689
+ markup: () => (index.h("g", null,
2690
+ index.h("g", { class: "stroke-primary" },
2691
+ index.h("path", { d: "M3.339 20.242V5.339m0 12.194h20.322M3.339 14.145h20.322v6.097" })),
2692
+ index.h("g", { class: "stroke-secondary", transform: "translate(6.048 7.371)" },
2693
+ index.h("circle", { cx: "2.032", cy: "2.032", r: "2.032" }),
2694
+ index.h("path", { d: "M17.613 4.065H6.774V.677h8.807c1.122 0 2.032.91 2.032 2.033v1.355z" }))))
2695
+ },
2696
+ box: {
2697
+ markup: () => (index.h("g", null,
2698
+ index.h("g", { class: "stroke-primary" },
2699
+ index.h("path", { d: "M3 7.065h20.323m0 0L18.581 3H7.742L3 7.065v16.258h20.323z" })),
2700
+ index.h("path", { d: "M15.871 13.839h-5.419V7.065L12.484 3h1.355l2.032 4.065z", class: "stroke-secondary" })))
2701
+ },
2702
+ 'buildings-2': {
2703
+ markup: () => (index.h("g", null,
2704
+ index.h("g", { class: "stroke-primary" },
2705
+ index.h("path", { d: "M12.302 7.186V3l10.233 2.791v16.744H3v-9.302h1.395" }),
2706
+ index.h("path", { d: "M6.721 22.535V9.512h7.442v13.023z", class: "filled" })),
2707
+ index.h("g", { class: "stroke-secondary" },
2708
+ index.h("path", { d: "M9.512 16.023h1.86m-1.86 2.791h1.86m-1.86-5.582h1.86m5.582 5.582V8.581m2.791 10.233V9.511" }))))
2709
+ },
2710
+ 'calendar-pay': {
2711
+ markup: () => (index.h("g", null,
2712
+ index.h("g", { class: "stroke-primary" },
2713
+ index.h("path", { d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" })),
2714
+ index.h("g", { class: "stroke-secondary" },
2715
+ index.h("path", { d: "M15.898 20.983c0 1.044.82 1.865 1.865 1.865h.745c1.045 0 1.865-.82 1.865-1.865 0-2.61-4.475-1.118-4.475-3.728 0-1.044.82-1.865 1.865-1.865h.745c1.045 0 1.865.82 1.865 1.865m-2.237 5.593v1.491m0-10.44v1.491" }))))
2716
+ },
2717
+ 'calendar-repeat': {
2718
+ markup: () => (index.h("g", null,
2719
+ index.h("g", { class: "stroke-primary" },
2720
+ index.h("path", { d: "M23.241 9.586H2m9.483 12.138H2V4.276h21.241v9.483M6.931 2v4.552M18.31 2v4.552" })),
2721
+ index.h("g", { class: "stroke-secondary" },
2722
+ index.h("path", { d: "M23 20a4 4 0 1 1-4-4c1.612 0 3.018.996 3.652 2.37" }),
2723
+ index.h("path", { d: "M22.892 16.578l-.24 1.792-1.686-.226" }))))
2724
+ },
2725
+ 'check-dollar': {
2726
+ markup: () => (index.h("g", null,
2727
+ index.h("path", { d: "M16.001 19H2V8h22v3.987", class: "stroke-primary" }),
2728
+ index.h("g", { class: "stroke-secondary" },
2729
+ index.h("path", { d: "M6.508 12.689h10.654M6.508 15.574h5.77" })),
2730
+ index.h("g", null,
2731
+ index.h("path", { d: "M18.898 19.983c0 1.044.82 1.864 1.865 1.864h.745c1.045 0 1.865-.82 1.865-1.864 0-2.61-4.475-1.119-4.475-3.729 0-1.044.82-1.864 1.865-1.864h.745c1.045 0 1.865.82 1.865 1.864m-2.237 5.594v1.49m0-10.439v1.49" }))))
2732
+ },
2733
+ 'check-shield': {
2734
+ markup: () => (index.h("g", null,
2735
+ index.h("path", { d: "M15.023 19H2V8h22v5", class: "stroke-primary" }),
2736
+ index.h("g", { class: "stroke-secondary" },
2737
+ index.h("path", { d: "M6.508 12.689h10.919M6.508 15.574h5.77" })),
2738
+ index.h("path", { d: "M21 15c-1.143.857-2.857 1.429-4 1.429 0 2.666 1.333 5.428 4 6.571 2.667-1.143 4-3.905 4-6.571-1.143 0-2.857-.572-4-1.429z", class: "stroke-primary filled" })))
2739
+ },
2740
+ 'credit-score': {
2741
+ markup: () => (index.h("g", null,
2742
+ index.h("g", { class: "stroke-primary filled" },
2743
+ index.h("path", { d: "M23.996 16.712L24 17h-5l-.003-.187a5.98 5.98 0 0 0-1.745-4.047l3.54-3.53a10.964 10.964 0 0 1 3.204 7.476z" }),
2744
+ index.h("path", { d: "M13 6c3.045 0 5.8 1.237 7.793 3.236l-3.542 3.53A5.981 5.981 0 0 0 13 11V6zm0 0v5a5.981 5.981 0 0 0-4.242 1.756L5.224 9.22C7.214 7.23 9.964 6 13 6zM5.223 9.22l3.535 3.536a5.98 5.98 0 0 0-1.754 4.02L7 17H2a10.97 10.97 0 0 1 3.223-7.78z" })),
2745
+ index.h("g", { class: "stroke-secondary", transform: "translate(11 9.5)" },
2746
+ index.h("path", { d: "M2.845 5.689L5.5 0" }),
2747
+ index.h("circle", { cx: "2", cy: "7.5", r: "2" }))))
2748
+ },
2749
+ 'delivery-truck': {
2750
+ markup: () => (index.h("g", null,
2751
+ index.h("g", { class: "stroke-primary" },
2752
+ index.h("path", { d: "M15.885 9.033h5.77l2.164 5.771v4.328h-2.921m-4.292 0H9.032m-4.327 0H2.18V6.148h13.705v8.295" })),
2753
+ index.h("g", { class: "stroke-secondary" },
2754
+ index.h("g", { class: "filled", transform: "translate(3.721 16.174)" },
2755
+ index.h("circle", { cx: "3.148", cy: "2.957", r: "2.164" }),
2756
+ index.h("circle", { cx: "15.049", cy: "2.957", r: "2.164" })))))
2757
+ },
2758
+ factory: {
2759
+ markup: () => (index.h("g", null,
2760
+ index.h("g", { class: "stroke-primary" },
2761
+ index.h("path", { d: "M16.548 15.193V9.774l-7.451 5.419-2.032-5.419H3v13.548h20.323V9.774zm3.387 4.065h-1.354m-3.387 0h-1.355" })),
2762
+ index.h("path", { d: "M12.484 3.677c-.862 0-1.64.332-2.238.863A4.064 4.064 0 0 0 3 7.065h12.871a3.387 3.387 0 0 0-3.387-3.388z", class: "stroke-secondary filled" })))
2763
+ },
2764
+ failed: {
2765
+ markup: () => (index.h("g", null,
2766
+ index.h("g", { class: "stroke-secondary" },
2767
+ index.h("path", { d: "M17.4 8.6l-8.8 8.8m8.8 0L8.6 8.6" })),
2768
+ index.h("circle", { cx: "13", cy: "13", r: "11", class: "stroke-primary" })))
2769
+ },
2770
+ 'hand-with-key': {
2771
+ markup: () => (index.h("g", null,
2772
+ index.h("g", { class: "stroke-primary" },
2773
+ index.h("path", { d: "M5.8 12.8h.7a5.27 5.27 0 0 1 4.2 2.1h2.8a3.01 3.01 0 0 1 2.8 2.8H10" }),
2774
+ index.h("path", { d: "M15.88 16.3h4.62c2.52 0 2.8 1.4 2.8 1.4l-10.01 4.06c-.79.327-1.68.302-2.45-.07L5.8 19.1M3 11.4h2.8v9.1H3z" })),
2775
+ index.h("g", { class: "stroke-secondary filled", transform: "translate(7.197 3)" },
2776
+ index.h("circle", { cx: "2.803", cy: "3.5", r: "1" }),
2777
+ index.h("path", { d: "M6.708 2.1a3.5 3.5 0 1 0 0 2.8h2.395l1.05.7 1.05-.7h2.1l.7-2.8H6.708z" }))))
2778
+ },
2779
+ 'home-gear': {
2780
+ markup: () => (index.h("g", null,
2781
+ index.h("g", { class: "stroke-primary" },
2782
+ index.h("path", { d: "M4.796 9.818v13.436h5.967v-5.593h1.779" }),
2783
+ index.h("path", { d: "M23.813 12.068L13 2.746 2.186 12.068" })),
2784
+ index.h("g", { class: "stroke-secondary", transform: "translate(9.905 10.467)" },
2785
+ index.h("path", { d: "M12.795 8.767c0-.162-.015-.32-.038-.474l1.233-1.275-.733-1.27-1.719.43a3.29 3.29 0 0 0-.823-.476L10.228 4H8.762l-.487 1.702a3.29 3.29 0 0 0-.823.476l-1.718-.43L5 7.018l1.233 1.275a3.26 3.26 0 0 0-.038.474c0 .161.015.319.038.474L5 10.515l.733 1.27 1.719-.43c.248.196.525.357.823.476l.487 1.702h1.466l.486-1.702a3.29 3.29 0 0 0 .824-.476l1.718.43.734-1.27-1.233-1.274a3.26 3.26 0 0 0 .038-.474z", class: "filled" }),
2786
+ index.h("circle", { cx: "9.495", cy: "8.767", r: "1.1" }),
2787
+ index.h("path", { d: "M.858.11h4.475v3.729H.858z" }))))
2788
+ },
2789
+ law: {
2790
+ markup: () => (index.h("g", null,
2791
+ index.h("g", { class: "stroke-secondary" },
2792
+ index.h("path", { d: "M11.218 10.872l7.304-7.304 2.74 2.739-7.305 7.304zm6.39-.914l5.479 5.478" })),
2793
+ index.h("g", { class: "stroke-primary" },
2794
+ index.h("path", { d: "M4.826 22.741v-3.652h10.957v3.652M5.739 15.437H3m4.343-3.874L5.407 9.626M3 22.741h14.609" }))))
2795
+ },
2796
+ microscope: {
2797
+ markup: () => (index.h("g", null,
2798
+ index.h("g", { class: "stroke-secondary" },
2799
+ index.h("path", { d: "M14.952 12.859l-1.016-1.76M8.45 5.662l3.52-2.032 3.726 6.453-1.76 1.016-1.761 1.016z" })),
2800
+ index.h("g", { class: "stroke-primary" },
2801
+ index.h("path", { d: "M7.163 18.765l-.875-1.316a6.097 6.097 0 0 1 2.054-8.526l5.028-2.87m.77 11.969l5.779-3.337" }),
2802
+ index.h("path", { d: "M21.597 23.661H5.339v-1.693a3.726 3.726 0 1 1 7.452 0l-.037 1.693" }))))
2803
+ },
2804
+ 'mobile-fast-dollar': {
2805
+ markup: () => (index.h("g", null,
2806
+ index.h("g", { "stroke-width": "1.37", class: "stroke-primary" },
2807
+ index.h("path", { d: "M9.898 5.715h13.771M7.377 20.252h13.801m-1.665 3.269H8.317c-.727 0-1.317-.59-1.317-1.317L10 5.08c0-.728.59-1.318 1.317-1.318h11.196c.728 0 1.317.59 1.317 1.318l-3 17.123c0 .727-.59 1.317-1.317 1.317z" })),
2808
+ index.h("g", { "stroke-width": "1.5", class: "stroke-secondary" },
2809
+ index.h("path", { d: "M12.898 14.983c0 1.044.82 1.864 1.865 1.864h.745c1.045 0 1.865-.82 1.865-1.864 0-2.61-4.475-1.119-4.475-3.729 0-1.044.82-1.864 1.865-1.864h.745c1.045 0 1.865.82 1.865 1.864m-2.237 5.594v1.49m0-10.439v1.49M3.5 15.5h2m-3-5h4m-5-5h6" }))))
2810
+ },
2811
+ mortgage: {
2812
+ markup: () => (index.h("g", null,
2813
+ index.h("g", { class: "stroke-secondary" },
2814
+ index.h("path", { d: "M17.767 2.367l-4.4 3.667v5.133h8.8V6.034zm0 6.6v2.2" })),
2815
+ index.h("g", { class: "stroke-primary" },
2816
+ index.h("path", { d: "M5.17 13.627h.746c1.69 0 3.6.93 4.474 2.237h2.983c1.497 0 2.983 1.487 2.983 2.983H9.645" }),
2817
+ index.h("path", { d: "M15.88 17.356h4.951c2.703 0 2.983 1.491 2.983 1.491l-10.68 4.338c-.85.34-1.804.3-2.622-.11L5.17 20.362m-2.983-8.227H5.17v9.695H2.187z" }))))
2818
+ },
2819
+ mountains: {
2820
+ markup: () => (index.h("g", null,
2821
+ index.h("g", { class: "stroke-primary filled" },
2822
+ index.h("path", { d: "M10.49 9.406L8.634 6.537 3 15.244h3.841m9.156-5.838l1.857-2.869 5.634 8.707h-3.842" })),
2823
+ index.h("g", { class: "stroke-secondary" },
2824
+ index.h("path", { d: "M9.402 11.146h7.683M13.244 5l10.244 16.39H3z" }))))
2825
+ },
2826
+ roadblock: {
2827
+ markup: () => (index.h("g", null,
2828
+ index.h("g", { class: "stroke-primary" },
2829
+ index.h("path", { d: "M8.419 16.548v6.097m-2.71 0v-6.097m14.903 0v6.097m-2.709 0v-6.097M3.677 22.645h6.774m5.42 0h6.774M8.419 5.71V3h-2.71v2.71m14.903 0V3h-2.709v2.71" })),
2830
+ index.h("g", { class: "stroke-secondary" },
2831
+ index.h("path", { d: "M5.71 5.71l8.129 8.129M3 7.065l6.774 6.774m6.774-8.129l6.775 6.774M12.484 5.71l8.129 8.129" }),
2832
+ index.h("path", { d: "M3 5.71h20.323v8.129H3z", class: "filled" }))))
2833
+ },
2834
+ section: {
2835
+ markup: () => (index.h("g", { class: "Icons/actions/section" },
2836
+ index.h("g", { class: "stroke-primary" },
2837
+ index.h("path", { d: "M2 2h22v22H2z", class: "filled" }),
2838
+ index.h("path", { d: "M5 6h13v2H5zm0 6h7v3H5z" }),
2839
+ index.h("path", { d: "M5 18h7v3H5z" }),
2840
+ index.h("path", { d: "M14 12h7v3h-7z" }),
2841
+ index.h("path", { d: "M14 18h7v3h-7z" }))))
2842
+ },
2843
+ 'sign-closed': {
2844
+ markup: () => (index.h("g", null,
2845
+ index.h("g", { "stroke-width": "1.5", class: "stroke-primary", transform: "translate(7.773 3.318)" },
2846
+ index.h("path", { d: "M0 5.091l4.658-3.127m6.797 3.127L6.796 1.964" }),
2847
+ index.h("circle", { cx: "5.727", cy: "1.273", r: "1.273" })),
2848
+ index.h("g", { "stroke-width": "1.5", class: "stroke-secondary" },
2849
+ index.h("path", { d: "M23.046 19.227v3.182H3.955v-3.182m0-8.273V8.41h19.09v2.545" })),
2850
+ index.h("g", { class: "filled" },
2851
+ index.h("path", { d: "M4.728 14.569c-.14.203-.208.483-.208.839 0 .741.281 1.112.845 1.112.342 0 .66-.112.977-.243v.88a2.663 2.663 0 0 1-1.09.214c-1.115 0-1.802-.64-1.802-1.968 0-.717.254-1.392.873-1.748.282-.162.614-.243.994-.243.416 0 .814.09 1.193.27l-.319.82a3.704 3.704 0 0 0-.426-.169c-.398-.126-.802-.107-1.037.236zm2.311 2.749v-3.852h1.04v3.012h1.483v.84zm6.689-1.931c0 .648-.159 1.141-.477 1.478-.317.337-.782.506-1.395.506-.605 0-1.068-.17-1.39-.509-.323-.338-.484-.832-.484-1.48 0-.642.16-1.13.48-1.469.322-.337.788-.507 1.398-.507.613 0 1.078.168 1.393.503.317.336.475.828.475 1.478zm-2.65 0c0 .745.26 1.117.778 1.117.618 0 .777-.496.777-1.117 0-.612-.163-1.127-.772-1.127-.521 0-.783.375-.783 1.127zm5.81.762c0 .458-.23.854-.706 1.068-.425.192-1.046.184-1.448.1a2.42 2.42 0 0 1-.543-.189v-.927c.198.102.405.181.62.239.376.1 1.037.187 1.037-.202 0-.122-.078-.191-.183-.258a5.931 5.931 0 0 0-.512-.247c-.588-.268-.936-.544-.936-1.194 0-.794.66-1.127 1.451-1.127.4 0 .806.093 1.22.277l-.319.804c-.36-.166-.67-.248-.932-.248-.297 0-.388.127-.388.248 0 .235.529.426.755.53.55.246.884.522.884 1.126zm2.828 1.169H17.43v-3.852h2.286v.835H18.47v.606h1.154v.835H18.47v.727h1.246zm3.89-2.007c0 .643-.177 1.137-.531 1.486-.355.348-.852.521-1.492.521h-1.246v-3.852h1.333c.618 0 1.095.159 1.43.475.337.316.506.773.506 1.37zm-1.08.037c0-.623-.214-1.042-.846-1.042h-.303v2.158h.232c.69 0 .917-.435.917-1.116z" }))))
2852
+ },
2853
+ 'sign-open': {
2854
+ markup: () => (index.h("g", null,
2855
+ index.h("g", { "stroke-width": "1.5", class: "stroke-primary", transform: "translate(7.403 2.339)" },
2856
+ index.h("path", { d: "M0 5.419l4.959-3.328m7.235 3.328L7.235 2.091" }),
2857
+ index.h("circle", { cx: "6.097", cy: "1.355", r: "1.355" })),
2858
+ index.h("path", { d: "M3.339 7.758h20.323v14.903H3.339z", class: "stroke-secondary" }),
2859
+ index.h("g", { class: "filled" },
2860
+ index.h("path", { d: "M9.781 15.234c0 .69-.168 1.214-.507 1.573-.339.359-.833.538-1.486.538-.644 0-1.136-.18-1.48-.54-.342-.362-.514-.888-.514-1.578 0-.681.17-1.202.51-1.562.343-.36.839-.54 1.49-.54s1.146.179 1.482.536c.337.357.505.881.505 1.573zm-2.821 0c0 .792.276 1.189.828 1.189.661 0 .827-.533.827-1.19 0-.648-.17-1.198-.821-1.198-.556 0-.834.4-.834 1.2zm6.537-.741c0 .458-.135.812-.405 1.062-.271.25-.655.374-1.151.374h-.312v1.36h-1.108v-4.1h1.42c.517 0 .906.113 1.166.34.26.226.39.548.39.964zm-1.868.533h.202c.329 0 .544-.192.544-.527 0-.277-.154-.415-.46-.415h-.286v.941zm4.955 2.263h-2.433v-4.1h2.433v.889h-1.326v.645h1.228v.889h-1.228v.774h1.326zm4.621 0h-1.453l-1.498-2.888s.028.801.028 1.04v1.848h-.98v-4.1h1.446l1.509 2.85a17.398 17.398 0 0 1-.039-.996V13.19h.987v4.1z" }))))
2861
+ },
2862
+ 'sign-sale': {
2863
+ markup: () => (index.h("g", null,
2864
+ index.h("g", { "stroke-width": "1.5", class: "stroke-primary" },
2865
+ index.h("path", { d: "M14.42 17.258v6.387h-2.84v-6.387m2.84-12.064v-2.84h-2.84v2.84" })),
2866
+ index.h("path", { d: "M2.355 5.194h21.29v9.935H2.355z", class: "stroke-secondary" }),
2867
+ index.h("g", { class: "filled" },
2868
+ index.h("path", { d: "M8.714 11.058c.005.267-.07.529-.213.753a1.413 1.413 0 0 1-.621.512c-.3.127-.625.19-.951.182a3.907 3.907 0 0 1-.765-.064 2.845 2.845 0 0 1-.644-.222v-1.097c.234.12.48.215.733.284.227.064.462.098.698.102a.675.675 0 0 0 .403-.096.292.292 0 0 0 .128-.245.264.264 0 0 0-.052-.163.586.586 0 0 0-.165-.142 7.11 7.11 0 0 0-.607-.293c-.24-.1-.464-.233-.669-.393a1.218 1.218 0 0 1-.33-.437 1.461 1.461 0 0 1-.108-.583 1.168 1.168 0 0 1 .459-.986 2.02 2.02 0 0 1 1.26-.355c.498.006.99.118 1.444.328l-.378.954a2.74 2.74 0 0 0-1.104-.295.578.578 0 0 0-.35.084.256.256 0 0 0-.108.21.302.302 0 0 0 .138.24c.24.148.493.278.753.386.315.12.596.315.82.568.159.223.24.493.229.767zm3.506 1.384l-.226-.85H10.51l-.23.85H8.925l1.491-4.576h1.644l1.506 4.576H12.22zm-.482-1.864l-.196-.749a17.235 17.235 0 0 1-.167-.645 14.6 14.6 0 0 1-.13-.568 10.57 10.57 0 0 1-.11.525c-.055.242-.177.721-.366 1.438l.97-.001zm2.317 1.865v-4.56h1.232v3.564h1.758v.994zm6.425 0h-2.707v-4.56h2.707v.99h-1.475v.716h1.366v.989h-1.366v.861h1.475z" }))))
2869
+ },
2870
+ 'sign-sold': {
2871
+ markup: () => (index.h("g", null,
2872
+ index.h("g", { "stroke-width": "1.5", class: "stroke-primary" },
2873
+ index.h("path", { d: "M14.42 17.258v6.387h-2.84v-6.387m2.84-12.064v-2.84h-2.84v2.84" })),
2874
+ index.h("path", { d: "M2.355 5.194h21.29v9.935H2.355z", class: "stroke-secondary" }),
2875
+ index.h("g", { class: "filled" },
2876
+ index.h("path", { d: "M8.177 11.052a1.34 1.34 0 0 1-.214.751 1.404 1.404 0 0 1-.619.51c-.3.127-.622.19-.948.182a3.82 3.82 0 0 1-.76-.062A2.814 2.814 0 0 1 5 12.21v-1.091c.232.12.476.214.728.281.227.064.46.098.696.101.14.013.28-.02.402-.09a.293.293 0 0 0 .076-.408.594.594 0 0 0-.166-.141 6.108 6.108 0 0 0-.604-.293 2.876 2.876 0 0 1-.666-.391 1.209 1.209 0 0 1-.33-.436 1.438 1.438 0 0 1-.108-.581 1.167 1.167 0 0 1 .455-.981c.368-.253.81-.376 1.256-.351.498.006.988.118 1.44.327l-.378.94A2.714 2.714 0 0 0 6.7 8.804a.569.569 0 0 0-.348.085.252.252 0 0 0-.11.208.302.302 0 0 0 .139.24c.24.147.491.276.751.385.315.12.596.315.819.568.157.222.237.49.225.762zm4.956-.898a2.456 2.456 0 0 1-.562 1.744c-.44.423-1.04.64-1.649.597-.605.04-1.2-.178-1.637-.6a2.442 2.442 0 0 1-.57-1.747c-.044-.63.16-1.252.567-1.734a2.173 2.173 0 0 1 1.65-.599 2.154 2.154 0 0 1 1.644.595c.404.488.603 1.114.557 1.745zm-3.127 0c0 .879.305 1.318.916 1.318.27.02.532-.101.692-.32a1.75 1.75 0 0 0 .225-1 1.77 1.77 0 0 0-.228-1.007.78.78 0 0 0-.682-.324c-.617.001-.926.446-.926 1.333h.003zm3.948 2.279V7.885h1.228v3.556h1.75v.992zm7.565-2.365a2.348 2.348 0 0 1-.627 1.753 2.407 2.407 0 0 1-1.761.612H17.66V7.885h1.573c.614-.04 1.22.16 1.69.559.42.432.638 1.022.596 1.624zm-1.274.042a1.438 1.438 0 0 0-.247-.926.91.91 0 0 0-.75-.302h-.358v2.548h.273a.99.99 0 0 0 .818-.325c.197-.294.29-.645.262-.997l.002.003z" }))))
2877
+ },
2878
+ statements: {
2879
+ markup: () => (index.h("g", null,
2880
+ index.h("path", { d: "M3 2h16v19H3z", class: "stroke-primary filled" }),
2881
+ index.h("path", { d: "M22 5v19H6", class: "stroke-primary" }),
2882
+ index.h("g", { class: "stroke-secondary" },
2883
+ index.h("path", { d: "M13 15.729h3m-3-4.474h3M13 6.78h3M5.898 12.983c0 1.044.82 1.865 1.865 1.865h.745c1.045 0 1.865-.82 1.865-1.865 0-2.61-4.475-1.118-4.475-3.728 0-1.044.82-1.865 1.865-1.865h.745c1.045 0 1.865.82 1.865 1.865m-2.237 5.593v1.491m0-10.44V7.39" }))))
2884
+ },
2885
+ taxi: {
2886
+ markup: () => (index.h("g", null,
2887
+ index.h("g", { class: "stroke-primary" },
2888
+ index.h("path", { d: "M21 13l-1.778-6H6.778L5 13m3 7v3.5H4V20m18 0v3.5h-4V20m5 0H3v-5.25L4.818 13h16.364L23 14.75zM6.5 16h2m9 0h2" })),
2889
+ index.h("path", { d: "M10 3h6v2h-6z", class: "stroke-secondary" })))
2890
+ },
2891
+ 'transfer-receive': {
2892
+ markup: () => (index.h("g", null,
2893
+ index.h("g", { class: "stroke-primary" },
2894
+ index.h("path", { d: "M17.651 16.045l-3.065-3.335 3.065-3.334m5.55 3.334h-8.616" })),
2895
+ index.h("g", { class: "stroke-secondary" },
2896
+ index.h("path", { d: "M4 16.336c0 1.67 1.287 2.983 2.925 2.983h1.17c1.637 0 2.924-1.313 2.924-2.983 0-4.177-7.019-1.79-7.019-5.967C4 8.7 5.287 7.386 6.925 7.386h1.17c1.637 0 2.924 1.313 2.924 2.983m-3.51 8.95v2.386M7.509 5v2.386" }))))
2897
+ },
2898
+ 'transfer-send': {
2899
+ markup: () => (index.h("g", null,
2900
+ index.h("g", { class: "stroke-primary" },
2901
+ index.h("path", { d: "M19.333 16.086l3.503-3.335-3.503-3.334M14 12.751h8.718" })),
2902
+ index.h("g", { class: "stroke-secondary" },
2903
+ index.h("path", { d: "M4 16.336c0 1.67 1.287 2.983 2.925 2.983h1.17c1.637 0 2.924-1.313 2.924-2.983 0-4.177-7.019-1.79-7.019-5.967C4 8.7 5.287 7.386 6.925 7.386h1.17c1.637 0 2.924 1.313 2.924 2.983m-3.51 8.95v2.386M7.509 5v2.386" }))))
2904
+ },
2905
+ upload: {
2906
+ markup: () => (index.h("g", null,
2907
+ index.h("g", { class: "stroke-secondary" },
2908
+ index.h("path", { d: "M13 19V2.867m5.866 5.866L13 2.867 7.133 8.733" })),
2909
+ index.h("path", { d: "M2 19.233v4.4h22v-4.4", class: "stroke-primary" })))
2910
+ },
2911
+ 'venmo-colored': {
2912
+ markup: () => (index.h("g", { class: "venmo-colored" },
2913
+ index.h("path", { d: "M20.9876187,3 C21.6854112,4.15247726 22,5.33953062 22,6.83902303 C22,11.6216335 17.9173318,17.8345841 14.6037582,22.197265 L7.03535243,22.197265 L4,4.04713657 L10.6269682,3.41795887 L12.2318013,16.3329419 C13.7312937,13.8900412 15.5817425,10.0510182 15.5817425,7.43362462 C15.5817425,6.00095547 15.3363059,5.02512093 14.952744,4.22162948 L20.9876187,3 Z", id: "Path", fill: "#3D95CE", "fill-rule": "nonzero" })))
2914
+ },
2915
+ 'venmo-filled': {
2916
+ markup: () => (index.h("g", { class: "venmo-filled" },
2917
+ index.h("path", { d: "M20.988 3C21.685 4.152 22 5.34 22 6.839c0 4.783-4.083 10.996-7.396 15.358H7.035L4 4.047l6.627-.629 1.605 12.915c1.5-2.443 3.35-6.282 3.35-8.9 0-1.432-.246-2.408-.63-3.211L20.989 3z", class: "filled" })))
2918
+ },
2919
+ virus: {
2920
+ markup: () => (index.h("g", null,
2921
+ index.h("g", { class: "stroke-secondary", transform: "translate(8.742 8.742)" },
2922
+ index.h("circle", { cx: "1.419", cy: "6.387", r: "1.419" }),
2923
+ index.h("circle", { cx: "6.742", cy: "4.613", r: "1.774" }),
2924
+ index.h("circle", { cx: "1.774", cy: "1.065", r: "1.065" })),
2925
+ index.h("g", { class: "stroke-primary", transform: "translate(2.622 2.622)" },
2926
+ index.h("path", { d: "M6.305.544l1.086 2.622M4.993 1.087L7.616 0M.544 6.305l2.622 1.086M0 7.616l1.087-2.623m-.543 9.459l2.622-1.086m-2.079 2.397L0 13.14m6.305 7.073l1.086-2.622m.225 3.166L4.993 19.67m9.459.543l-1.086-2.622m2.397 2.079l-2.623 1.087m7.073-6.305l-2.622-1.086m3.166-.226l-1.087 2.623m.543-9.458l-2.622 1.086m2.079-2.398l1.087 2.623M14.452.544l-1.086 2.622M13.14 0l2.623 1.087" }),
2927
+ index.h("circle", { cx: "10.378", cy: "10.378", r: "7.806", class: "filled" }))))
2928
+ },
2929
+ 'zoom-in': {
2930
+ markup: () => (index.h("g", null,
2931
+ index.h("g", { class: "stroke-secondary" },
2932
+ index.h("path", { d: "M11.036 7.893v6.286m3.143-3.143H7.893" })),
2933
+ index.h("g", { class: "stroke-primary", transform: "translate(2.393 2.393)" },
2934
+ index.h("path", { d: "M21.214 21.214l-3.928-3.928" }),
2935
+ index.h("circle", { cx: "8.643", cy: "8.643", r: "8.643" }))))
2936
+ },
2937
+ 'zoom-out': {
2938
+ markup: () => (index.h("g", null,
2939
+ index.h("g", { class: "stroke-secondary" },
2940
+ index.h("path", { d: "M14.179 11.036H7.893" })),
2941
+ index.h("g", { class: "stroke-primary", transform: "translate(2.393 2.393)" },
2942
+ index.h("path", { d: "M21.214 21.214l-3.928-3.928" }),
2943
+ index.h("circle", { cx: "8.643", cy: "8.643", r: "8.643" }))))
2635
2944
  }
2636
2945
  };
2637
2946
 
@@ -1074,6 +1074,9 @@ const dispatchHooks = (hostRef, isInitialLoad) => {
1074
1074
  promise = safeCall(instance, 'componentWillLoad');
1075
1075
  }
1076
1076
  }
1077
+ {
1078
+ promise = then(promise, () => safeCall(instance, 'componentWillRender'));
1079
+ }
1077
1080
  endSchedule();
1078
1081
  return then(promise, () => updateComponent(hostRef, instance, isInitialLoad));
1079
1082
  };
@@ -1166,6 +1169,9 @@ const postUpdateComponent = (hostRef) => {
1166
1169
  else {
1167
1170
  endPostUpdate();
1168
1171
  }
1172
+ {
1173
+ hostRef.$onInstanceResolve$(elm);
1174
+ }
1169
1175
  // load events fire from bottom to top
1170
1176
  // the deepest elements load first then bubbles up
1171
1177
  {
@@ -1295,6 +1301,16 @@ const proxyComponent = (Cstr, cmpMeta, flags) => {
1295
1301
  enumerable: true,
1296
1302
  });
1297
1303
  }
1304
+ else if (flags & 1 /* isElementConstructor */ &&
1305
+ memberFlags & 64 /* Method */) {
1306
+ // proxyComponent - method
1307
+ Object.defineProperty(prototype, memberName, {
1308
+ value(...args) {
1309
+ const ref = getHostRef(this);
1310
+ return ref.$onInstancePromise$.then(() => ref.$lazyInstance$[memberName](...args));
1311
+ },
1312
+ });
1313
+ }
1298
1314
  });
1299
1315
  if ((flags & 1 /* isElementConstructor */)) {
1300
1316
  const attrNameToPropName = new Map();
@@ -1632,6 +1648,9 @@ const registerHost = (elm, cmpMeta) => {
1632
1648
  $cmpMeta$: cmpMeta,
1633
1649
  $instanceValues$: new Map(),
1634
1650
  };
1651
+ {
1652
+ hostRef.$onInstancePromise$ = new Promise((r) => (hostRef.$onInstanceResolve$ = r));
1653
+ }
1635
1654
  {
1636
1655
  hostRef.$onReadyPromise$ = new Promise((r) => (hostRef.$onReadyResolve$ = r));
1637
1656
  elm['s-p'] = [];
@@ -1,6 +1,6 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./index-6b2c271e.js');
3
+ const index = require('./index-c2e53804.js');
4
4
 
5
5
  function createCommonjsModule(fn, basedir, module) {
6
6
  return module = {
@@ -449,17 +449,29 @@ var smoothscroll = createCommonjsModule(function (module, exports) {
449
449
  });
450
450
 
451
451
  function addSmoothScrollPolyfill() {
452
- const userAgent = navigator.userAgent.toLowerCase();
453
- const isSafari = userAgent.includes('safari') && !userAgent.includes('chrome');
454
- if (!isSafari)
452
+ if (!isSafari())
455
453
  return false;
456
454
  smoothscroll.polyfill();
457
455
  return (window['__forceSmoothScrollPolyfill__'] = true);
458
456
  }
457
+ function isFirefox() {
458
+ const userAgent = navigator.userAgent.toLowerCase();
459
+ return userAgent.includes('firefox');
460
+ }
461
+ function isSafari() {
462
+ const userAgent = navigator.userAgent.toLowerCase();
463
+ return userAgent.includes('safari') && !userAgent.includes('chrome');
464
+ }
459
465
  let guid = 1000;
460
466
  function createGuid() {
461
467
  return guid++;
462
468
  }
469
+ function nextPaint(fn, execute) {
470
+ if (execute)
471
+ fn();
472
+ else
473
+ requestAnimationFrame(() => nextPaint(fn, true));
474
+ }
463
475
  function loc(key, subs) {
464
476
  var _a, _b, _c;
465
477
  if (!key)
@@ -550,8 +562,10 @@ function setPopProperties(target) {
550
562
  exports.addSmoothScrollPolyfill = addSmoothScrollPolyfill;
551
563
  exports.createGuid = createGuid;
552
564
  exports.handleAriaLabel = handleAriaLabel;
565
+ exports.isFirefox = isFirefox;
553
566
  exports.labelDOM = labelDOM;
554
567
  exports.loc = loc;
555
568
  exports.messagesDOM = messagesDOM;
569
+ exports.nextPaint = nextPaint;
556
570
  exports.setMessageHeight = setMessageHeight;
557
571
  exports.setPopProperties = setPopProperties;
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-6b2c271e.js');
5
+ const index = require('./index-c2e53804.js');
6
6
 
7
7
  /*
8
8
  Stencil Client Patch Esm v2.8.0 | MIT Licensed | https://stenciljs.com
@@ -14,7 +14,7 @@ const patchEsm = () => {
14
14
  const defineCustomElements = (win, options) => {
15
15
  if (typeof window === 'undefined') return Promise.resolve();
16
16
  return patchEsm().then(() => {
17
- return index.bootstrapLazy([["q2-icon.cjs",[[1,"q2-icon",{"type":[513],"label":[513]}]]],["q2-calendar.cjs",[[1,"q2-calendar",{"value":[1537],"label":[513],"hideLabel":[516,"hide-label"],"ariaLabel":[513,"aria-label"],"optional":[516],"disabled":[516],"invalid":[1540],"typeable":[516],"placeholder":[513],"buttonLabel":[513,"button-label"],"disabledMsg":[513,"disabled-msg"],"calendarLabel":[513,"calendar-label"],"disclaimer":[513],"displayFormat":[513,"display-format"],"startDate":[513,"start-date"],"endDate":[513,"end-date"],"cutoffTime":[513,"cutoff-time"],"daysOfWeekChecksum":[514,"days-of-week-checksum"],"popDirection":[513,"pop-direction"],"errors":[1040],"invalidDates":[16],"validDates":[16],"onsuccess":[16],"dropdownOpen":[32],"keyboardSelection":[32],"typedValue":[32],"dateList":[32],"hintMessage":[32],"hintMessageType":[32]},[[0,"change","defaultChangeHandler"],[0,"error","defaultErrorHandler"],[0,"success","defaultSuccessHandler"]]]]],["q2-dropdown.cjs",[[1,"q2-dropdown",{"type":[513],"icon":[513],"label":[513],"hideLabel":[516,"hide-label"],"ariaLabel":[513,"aria-label"],"disabled":[516],"popDirection":[513,"pop-direction"],"name":[513],"context":[513],"contextValue":[513,"context-value"],"resolvedType":[513,"resolved-type"],"dropdownOpen":[32]}]]],["q2-select.cjs",[[1,"q2-select",{"label":[513],"hideLabel":[516,"hide-label"],"value":[1025],"ariaLabel":[513,"aria-label"],"selectedOptions":[1032,"selected-options"],"disabled":[516],"invalid":[516],"errors":[16],"multiple":[516],"minRows":[2,"min-rows"],"popDirection":[513,"pop-direction"],"searchable":[516],"multilineOptions":[516,"multiline-options"],"optional":[516],"dropdownOpen":[32],"onlyShowingSelected":[32],"activeOptionId":[32],"searchText":[32],"hasCustomDisplay":[32],"inputFocused":[32],"statusMessage":[32]},[[0,"change","onHostElementChange"],[0,"input","onHostElementInput"],[0,"click","clickHandler"],[0,"keydown","keydownHandler"]]]]],["q2-editable-field.cjs",[[1,"q2-editable-field",{"value":[1537],"editing":[1540],"label":[513],"hideLabel":[516,"hide-label"],"ariaLabel":[513,"aria-label"],"type":[513],"formatModifier":[513,"format-modifier"],"truncated":[513],"maxlength":[514],"persistentLabel":[516,"persistent-label"],"hints":[16],"errors":[16]},[[0,"change","onHostElementChange"]]]]],["q2-section.cjs",[[1,"q2-section",{"label":[513],"collapsible":[516],"noCollapseIcon":[516,"no-collapse-icon"],"expanded":[1540],"contentHeight":[32],"hasYieldedHeader":[32]},[[0,"change","defaultChangeHandler"]]]]],["q2-stepper.cjs",[[1,"q2-stepper",{"currentStep":[1538,"current-step"],"stepCount":[1026,"step-count"],"lastEnabledStep":[1026,"last-enabled-step"],"scrollEnabled":[32],"showScrollLeft":[32],"showScrollRight":[32]},[[0,"change","defaultChangeHandler"]]]]],["q2-avatar.cjs",[[1,"q2-avatar",{"name":[513],"initials":[513],"src":[513],"icon":[1],"badSrc":[32]}]]],["q2-carousel.cjs",[[4,"q2-carousel",{"autoPlay":[516,"auto-play"],"fullWidthPanes":[516,"full-width-panes"],"hidePagination":[516,"hide-pagination"],"showNavigationArrows":[516,"show-navigation-arrows"],"ariaLabel":[513,"aria-label"],"label":[513],"index":[1538],"universalCarouselOptions":[32],"fullWidthDisplayOptions":[32],"activePaneIndex":[32],"applyFocus":[32],"compactMode":[32],"autoPlayInProgress":[32],"carouselWrapperWidth":[32],"tabIndex":[32]},[[0,"change","onHostElementChange"]]]]],["q2-checkbox.cjs",[[1,"q2-checkbox",{"checked":[1540],"type":[513],"label":[513],"hideLabel":[516,"hide-label"],"ariaLabel":[513,"aria-label"],"indeterminate":[516],"disabled":[516],"value":[513],"name":[513],"hasError":[516,"has-error"],"groupDisabled":[516,"group-disabled"],"alignment":[513]},[[0,"change","defaultChangeHandler"]]]]],["q2-checkbox-group.cjs",[[1,"q2-checkbox-group",{"label":[513],"value":[1040],"disabled":[516],"optional":[516],"hasError":[516,"has-error"]},[[0,"change","onHostElementChange"]]]]],["q2-option.cjs",[[1,"q2-option",{"role":[513],"tabindex":[513],"display":[513],"value":[513],"disabled":[516],"optionId":[513,"option-id"],"disabledGroup":[516,"disabled-group"],"selected":[516],"hidden":[516],"multiline":[516],"active":[516],"_multiSelectHidden":[516,"_multiselecthidden"]}]]],["q2-radio-group.cjs",[[1,"q2-radio-group",{"label":[513],"value":[1025],"disabled":[516],"name":[513],"optional":[516],"tilelayout":[516],"tileAlignment":[513,"tile-alignment"],"hasError":[516,"has-error"]},[[0,"change","onHostElementChange"]]]]],["q2-tab-container.cjs",[[1,"q2-tab-container",{"value":[1537],"type":[513],"name":[513],"color":[513],"noPrint":[516,"no-print"],"hasLeft":[32],"hasRight":[32],"tabs":[32]},[[0,"change","defaultChangeHandler"],[9,"resize","onResize"],[0,"focus","onFocus"]]]]],["q2-textarea.cjs",[[1,"q2-textarea",{"value":[1025],"label":[513],"hideLabel":[516,"hide-label"],"hideMessages":[516,"hide-messages"],"optional":[516],"placeholder":[513],"disabled":[516],"readonly":[516],"spellcheck":[516],"maxlength":[1538],"rows":[514],"cols":[514],"resize":[513],"errors":[16],"hints":[16],"hasFocus":[32],"downParams":[32]},[[0,"focus","onHostElementFocus"],[0,"change","onHostElementChange"]]]]],["q2-carousel-pane.cjs",[[4,"q2-carousel-pane",{"index":[2],"siblingCount":[2,"sibling-count"],"hideFromScreenReader":[516,"hide-from-screen-reader"],"isActivePane":[516,"is-active-pane"],"label":[513]}]]],["q2-loading-element.cjs",[[0,"q2-loading-element",{"shape":[513],"width":[513],"height":[513],"borderRadius":[513,"border-radius"]}]]],["q2-loc.cjs",[[1,"q2-loc",{"value":[513],"substitutions":[16]}]]],["q2-optgroup.cjs",[[1,"q2-optgroup",{"disabled":[516],"label":[513],"hidden":[32]}]]],["q2-radio.cjs",[[4,"q2-radio",{"label":[513],"hideLabel":[516,"hide-label"],"value":[513],"disabled":[516],"checked":[516],"name":[513],"ariaLabel":[513,"aria-label"],"groupDisabled":[4,"group-disabled"],"groupTileLayout":[4,"group-tile-layout"]},[[0,"click","onHostClick"]]]]],["q2-stepper-pane.cjs",[[1,"q2-stepper-pane",{"label":[513],"description":[513],"isActive":[516,"is-active"]}]]],["q2-tab-pane.cjs",[[1,"q2-tab-pane",{"value":[513],"label":[513],"name":[513],"selected":[516],"index":[2],"guid":[2]}]]],["tecton-tab-pane.cjs",[[1,"tecton-tab-pane",{"value":[513],"label":[513],"name":[513],"selected":[516],"index":[2],"guid":[2],"provided":[516],"url":[513],"moduleId":[513,"module-id"],"minHeight":[513,"min-height"],"authPayload":[16],"showForm":[4,"show-form"],"_showForm":[32]}]]],["q2-dropdown-item.cjs",[[1,"q2-dropdown-item",{"disabled":[516],"removable":[516],"separator":[516],"label":[513],"ariaLabel":[513,"aria-label"],"value":[513]},[[0,"focus","onHostElementFocus"]]]]],["q2-message.cjs",[[1,"q2-message",{"type":[513],"appearance":[513],"description":[516]}]]],["q2-input.cjs",[[1,"q2-input",{"value":[1025],"label":[513],"hideLabel":[516,"hide-label"],"type":[513],"placeholder":[513],"disabled":[516],"autocomplete":[513],"autocorrect":[513],"autocapitalize":[513],"hideMessages":[516,"hide-messages"],"iconLeft":[513,"icon-left"],"iconRight":[513,"icon-right"],"readonly":[516],"clearable":[516],"optional":[516],"formatModifier":[513,"format-modifier"],"maxlength":[1538],"pseudo":[516],"showVisibilityToggle":[516,"show-visibility-toggle"],"textHidden":[1540,"text-hidden"],"ariaControls":[1,"aria-controls"],"role":[1],"ariaOwns":[1,"aria-owns"],"ariaLabel":[513,"aria-label"],"ariaHaspopup":[1,"aria-haspopup"],"ariaExpanded":[4,"aria-expanded"],"ariaActivedescendant":[8,"aria-activedescendant"],"errors":[16],"hints":[16],"formattedValueObject":[32],"hasFocus":[32]},[[0,"focus","onHostElementFocus"],[0,"change","onHostElementChange"]]]]],["click-elsewhere.cjs",[[0,"click-elsewhere"]]],["q2-btn_2.cjs",[[1,"q2-btn",{"ariaExpanded":[4,"aria-expanded"],"ariaHasPopup":[8,"aria-has-popup"],"ariaControls":[1,"aria-controls"],"ariaSelected":[4,"aria-selected"],"label":[513],"hideLabel":[516,"hide-label"],"ariaLabel":[513,"aria-label"],"tabIndex":[2,"tab-index"],"intent":[513],"disabled":[516],"type":[513],"loading":[516],"badge":[516],"active":[516],"fab":[516],"iconPosition":[32]},[[2,"click","disable"],[0,"focus","delegateFocus"]]],[1,"q2-loading",{"type":[513],"shape":[513],"modifiers":[513],"counts":[513],"label":[513],"ariaLabel":[513,"aria-label"],"inline":[516]}]]]], options);
17
+ return index.bootstrapLazy([["q2-icon.cjs",[[1,"q2-icon",{"type":[513],"label":[513]}]]],["q2-calendar.cjs",[[1,"q2-calendar",{"value":[1537],"label":[513],"hideLabel":[516,"hide-label"],"ariaLabel":[513,"aria-label"],"optional":[516],"disabled":[516],"invalid":[1540],"typeable":[516],"placeholder":[513],"buttonLabel":[513,"button-label"],"disabledMsg":[513,"disabled-msg"],"calendarLabel":[513,"calendar-label"],"disclaimer":[513],"displayFormat":[513,"display-format"],"startDate":[513,"start-date"],"endDate":[513,"end-date"],"cutoffTime":[513,"cutoff-time"],"daysOfWeekChecksum":[514,"days-of-week-checksum"],"popDirection":[513,"pop-direction"],"errors":[1040],"invalidDates":[16],"validDates":[16],"onsuccess":[16],"dropdownOpen":[32],"keyboardSelection":[32],"typedValue":[32],"dateList":[32],"hintMessage":[32],"hintMessageType":[32]},[[0,"change","defaultChangeHandler"],[0,"error","defaultErrorHandler"],[0,"success","defaultSuccessHandler"]]]]],["q2-dropdown.cjs",[[1,"q2-dropdown",{"type":[513],"icon":[513],"label":[513],"hideLabel":[516,"hide-label"],"ariaLabel":[513,"aria-label"],"disabled":[516],"popDirection":[513,"pop-direction"],"name":[513],"context":[513],"contextValue":[513,"context-value"],"resolvedType":[513,"resolved-type"],"dropdownOpen":[32]}]]],["q2-select.cjs",[[1,"q2-select",{"label":[513],"hideLabel":[516,"hide-label"],"value":[1025],"ariaLabel":[513,"aria-label"],"selectedOptions":[1032,"selected-options"],"disabled":[516],"invalid":[516],"errors":[16],"multiple":[516],"minRows":[2,"min-rows"],"popDirection":[513,"pop-direction"],"searchable":[516],"multilineOptions":[516,"multiline-options"],"optional":[516],"dropdownOpen":[32],"onlyShowingSelected":[32],"activeOptionId":[32],"searchText":[32],"hasCustomDisplay":[32],"inputFocused":[32],"statusMessage":[32]},[[0,"change","onHostElementChange"],[0,"input","onHostElementInput"],[0,"click","clickHandler"],[0,"keydown","keydownHandler"]]]]],["q2-editable-field.cjs",[[1,"q2-editable-field",{"value":[1537],"editing":[1540],"label":[513],"hideLabel":[516,"hide-label"],"ariaLabel":[513,"aria-label"],"type":[513],"formatModifier":[513,"format-modifier"],"truncated":[513],"maxlength":[514],"persistentLabel":[516,"persistent-label"],"hints":[16],"errors":[16]},[[0,"change","onHostElementChange"]]]]],["q2-section.cjs",[[1,"q2-section",{"label":[513],"collapsible":[516],"noCollapseIcon":[516,"no-collapse-icon"],"expanded":[1540],"contentHeight":[32],"hasYieldedHeader":[32]},[[0,"change","defaultChangeHandler"]]]]],["q2-stepper.cjs",[[1,"q2-stepper",{"currentStep":[1538,"current-step"],"stepCount":[1026,"step-count"],"lastEnabledStep":[1026,"last-enabled-step"],"scrollEnabled":[32],"showScrollLeft":[32],"showScrollRight":[32]},[[0,"change","defaultChangeHandler"]]]]],["q2-tab-container.cjs",[[1,"q2-tab-container",{"value":[1537],"type":[513],"name":[513],"color":[513],"noPrint":[516,"no-print"],"hasLeft":[32],"hasRight":[32],"scrollEnabled":[32],"showScrollLeft":[32],"showScrollRight":[32],"tabs":[32]},[[0,"change","defaultChangeHandler"],[9,"resize","onResize"],[0,"focus","onFocus"]]]]],["q2-avatar.cjs",[[1,"q2-avatar",{"name":[513],"initials":[513],"src":[513],"icon":[1],"badSrc":[32]}]]],["q2-carousel.cjs",[[4,"q2-carousel",{"autoPlay":[516,"auto-play"],"fullWidthPanes":[516,"full-width-panes"],"hidePagination":[516,"hide-pagination"],"showNavigationArrows":[516,"show-navigation-arrows"],"ariaLabel":[513,"aria-label"],"label":[513],"index":[1538],"universalCarouselOptions":[32],"fullWidthDisplayOptions":[32],"activePaneIndex":[32],"applyFocus":[32],"compactMode":[32],"autoPlayInProgress":[32],"carouselWrapperWidth":[32],"tabIndex":[32]},[[0,"change","onHostElementChange"]]]]],["q2-checkbox.cjs",[[1,"q2-checkbox",{"checked":[1540],"type":[513],"label":[513],"hideLabel":[516,"hide-label"],"ariaLabel":[513,"aria-label"],"indeterminate":[516],"disabled":[516],"value":[513],"name":[513],"hasError":[516,"has-error"],"groupDisabled":[516,"group-disabled"],"alignment":[513]},[[0,"change","defaultChangeHandler"]]]]],["q2-checkbox-group.cjs",[[1,"q2-checkbox-group",{"label":[513],"value":[1040],"disabled":[516],"optional":[516],"hasError":[516,"has-error"]},[[0,"change","onHostElementChange"]]]]],["q2-option.cjs",[[1,"q2-option",{"role":[513],"tabindex":[513],"display":[513],"value":[513],"disabled":[516],"optionId":[513,"option-id"],"disabledGroup":[516,"disabled-group"],"selected":[516],"hidden":[516],"multiline":[516],"active":[516],"_multiSelectHidden":[516,"_multiselecthidden"]}]]],["q2-radio-group.cjs",[[1,"q2-radio-group",{"label":[513],"value":[1025],"disabled":[516],"name":[513],"optional":[516],"tilelayout":[516],"tileAlignment":[513,"tile-alignment"],"hasError":[516,"has-error"]},[[0,"change","onHostElementChange"]]]]],["q2-textarea.cjs",[[1,"q2-textarea",{"value":[1025],"label":[513],"hideLabel":[516,"hide-label"],"hideMessages":[516,"hide-messages"],"optional":[516],"placeholder":[513],"disabled":[516],"readonly":[516],"spellcheck":[516],"maxlength":[1538],"rows":[514],"cols":[514],"resize":[513],"errors":[16],"hints":[16],"hasFocus":[32],"downParams":[32]},[[0,"focus","onHostElementFocus"],[0,"change","onHostElementChange"]]]]],["q2-carousel-pane.cjs",[[4,"q2-carousel-pane",{"index":[2],"siblingCount":[2,"sibling-count"],"hideFromScreenReader":[516,"hide-from-screen-reader"],"isActivePane":[516,"is-active-pane"],"label":[513]}]]],["q2-loading-element.cjs",[[0,"q2-loading-element",{"shape":[513],"width":[513],"height":[513],"borderRadius":[513,"border-radius"]}]]],["q2-loc.cjs",[[1,"q2-loc",{"value":[513],"substitutions":[16]}]]],["q2-optgroup.cjs",[[1,"q2-optgroup",{"disabled":[516],"label":[513],"hidden":[32]}]]],["q2-radio.cjs",[[4,"q2-radio",{"label":[513],"hideLabel":[516,"hide-label"],"value":[513],"disabled":[516],"checked":[516],"name":[513],"ariaLabel":[513,"aria-label"],"groupDisabled":[4,"group-disabled"],"groupTileLayout":[4,"group-tile-layout"]},[[0,"click","onHostClick"]]]]],["q2-stepper-pane.cjs",[[1,"q2-stepper-pane",{"label":[513],"description":[513],"isActive":[516,"is-active"]}]]],["q2-tab-pane.cjs",[[1,"q2-tab-pane",{"value":[513],"label":[513],"name":[513],"selected":[516],"index":[2],"guid":[2]}]]],["tecton-tab-pane.cjs",[[1,"tecton-tab-pane",{"value":[513],"label":[513],"name":[513],"selected":[516],"index":[2],"guid":[2],"provided":[516],"url":[513],"moduleId":[513,"module-id"],"minHeight":[513,"min-height"],"authPayload":[16],"showForm":[4,"show-form"],"_showForm":[32]}]]],["q2-dropdown-item.cjs",[[1,"q2-dropdown-item",{"disabled":[516],"removable":[516],"separator":[516],"label":[513],"ariaLabel":[513,"aria-label"],"value":[513]},[[0,"focus","onHostElementFocus"]]]]],["q2-message.cjs",[[1,"q2-message",{"type":[513],"appearance":[513],"description":[516],"presentToggle":[32],"present":[64]}]]],["q2-input.cjs",[[1,"q2-input",{"value":[1025],"label":[513],"hideLabel":[516,"hide-label"],"type":[513],"placeholder":[513],"disabled":[516],"autocomplete":[513],"autocorrect":[513],"autocapitalize":[513],"hideMessages":[516,"hide-messages"],"iconLeft":[513,"icon-left"],"iconRight":[513,"icon-right"],"readonly":[516],"clearable":[516],"optional":[516],"formatModifier":[513,"format-modifier"],"maxlength":[1538],"pseudo":[516],"showVisibilityToggle":[516,"show-visibility-toggle"],"textHidden":[1540,"text-hidden"],"ariaControls":[1,"aria-controls"],"role":[1],"ariaOwns":[1,"aria-owns"],"ariaLabel":[513,"aria-label"],"ariaHaspopup":[1,"aria-haspopup"],"ariaExpanded":[4,"aria-expanded"],"ariaActivedescendant":[8,"aria-activedescendant"],"errors":[16],"hints":[16],"formattedValueObject":[32],"hasFocus":[32]},[[0,"focus","onHostElementFocus"],[0,"change","onHostElementChange"]]]]],["click-elsewhere.cjs",[[0,"click-elsewhere"]]],["q2-btn_2.cjs",[[1,"q2-btn",{"ariaExpanded":[4,"aria-expanded"],"ariaHasPopup":[8,"aria-has-popup"],"ariaControls":[1,"aria-controls"],"ariaSelected":[4,"aria-selected"],"label":[513],"hideLabel":[516,"hide-label"],"ariaLabel":[513,"aria-label"],"tabIndex":[2,"tab-index"],"intent":[513],"disabled":[516],"type":[513],"loading":[516],"badge":[516],"active":[516],"fab":[516],"iconPosition":[32]},[[2,"click","disable"],[0,"focus","delegateFocus"]]],[1,"q2-loading",{"type":[513],"shape":[513],"modifiers":[513],"counts":[513],"label":[513],"ariaLabel":[513,"aria-label"],"inline":[516]}]]]], options);
18
18
  });
19
19
  };
20
20
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-6b2c271e.js');
6
- const icons = require('./icons-fa5f4367.js');
5
+ const index = require('./index-c2e53804.js');
6
+ const icons = require('./icons-4595ee47.js');
7
7
 
8
8
  const stylesCss = "*{box-sizing:border-box}*:active{outline:none}*:focus{outline:none;box-shadow:var(--const-global-focus)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}.avatar-img{object-fit:cover;height:var(--tct-avatar-img-height, var(--tct-avatar-height, 44px));width:var(--tct-avatar-img-width, var(--tct-avatar-width, 44px));border-radius:var(--tct-avatar-img-br, 50%);background-color:var(--tct-avatar-bg, #9e9e9e)}.avatar-initials{height:var(--tct-avatar-height, 44px);width:var(--tct-avatar-width, 44px);background-color:var(--tct-avatar-bg, var(--t-gray-8, #9e9e9e));border-radius:var(--tct-avatar-br, 50%)}.size-1{--tct-avatar-font-size:var(--tct-avatar-size-1, 60px)}.size-2{--tct-avatar-font-size:var(--tct-avatar-size-2, 50px)}.size-3{--tct-avatar-font-size:var(--tct-avatar-size-3, 40px)}.size-4{--tct-avatar-font-size:var(--tct-avatar-size-4, 30px)}text{fill:var(--tct-avatar-color, #ffffff);font-weight:var(--tct-avatar-font-weight, 200);font-size:var(--tct-avatar-font-size, 40px)}.fallback{height:var(--tct-avatar-fallback-height, var(--tct-avatar-height, 44px));width:var(--tct-avatar-fallback-width, var(--tct-avatar-width, 44px));border-radius:var(--tct-avatar-fallback-br, var(--tct-avatar-img-br, 50%));background-color:var(--tct-avatar-fallback-bg, var(--tct-avatar-bg, #9e9e9e));display:flex;align-items:center;justify-content:center}q2-icon{--t-icon-size:var(--tct-avatar-fallback-icon-size, 65%);--t-icon-fill:var(--tct-avatar-fallback-fill, transparent);--t-icon-stroke-primary:var(--tct-avatar-fallback-stroke-primary, currentcolor);--t-icon-stroke-secondary:var(--tct-avatar-fallback-stroke-secondary, currentcolor);color:var(--tct-avatar-fallback-color, var(--tct-avatar-color, var(--t-base, #ffffff)));width:var(--t-icon-size);height:var(--t-icon-size)}";
9
9
 
@@ -46,7 +46,7 @@ const Q2Avatar = class {
46
46
  const showImg = this.src && !this.badSrc;
47
47
  const showInitials = (this.name || this.initials) && (!this.src || this.badSrc);
48
48
  const showFallback = !this.name && !this.initials && (!this.src || this.badSrc);
49
- return (index.h("div", null, showImg && (index.h("img", { class: "avatar-img", "test-id": "userImage", src: this.src, onError: this.onError })), showInitials && (index.h("svg", { viewBox: "0 0 100 100", preserveAspectRatio: "xMidYMid meet", "test-id": "userInitials", class: `avatar-initials size-${computedInitials.length}` }, index.h("text", { x: "50", y: "50", "dominant-baseline": "central", "text-anchor": "middle", "aria-hidden": "true" }, computedInitials))), showFallback && (index.h("div", { "test-id": "fallbackIcon", class: "fallback" }, index.h("q2-icon", { type: this.icon })))));
49
+ return (index.h("div", null, showImg && (index.h("img", { class: "avatar-img", "test-id": "userImage", src: this.src, onError: this.onError, alt: this.name || '' })), showInitials && (index.h("svg", { viewBox: "0 0 100 100", preserveAspectRatio: "xMidYMid meet", "test-id": "userInitials", class: `avatar-initials size-${computedInitials.length}`, "aria-label": this.name, "aria-hidden": !this.name && 'true' }, index.h("text", { x: "50", y: "50", "dominant-baseline": "central", "text-anchor": "middle", "aria-hidden": "true" }, computedInitials))), showFallback && (index.h("div", { "test-id": "fallbackIcon", class: "fallback" }, index.h("q2-icon", { type: this.icon })))));
50
50
  }
51
51
  get el() { return index.getElement(this); }
52
52
  static get watchers() { return {
@@ -2,9 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-6b2c271e.js');
6
- const index$1 = require('./index-14348270.js');
7
- const shapes = require('./shapes-a7595d72.js');
5
+ const index = require('./index-c2e53804.js');
6
+ const index$1 = require('./index-f4153f5a.js');
7
+ const shapes = require('./shapes-086c0365.js');
8
8
 
9
9
  const stylesCss$1 = "*{box-sizing:border-box}*:active{outline:none}*:focus{outline:none;box-shadow:var(--const-global-focus)}:host{box-shadow:none !important}::-moz-focus-inner{border:none}input,textarea,button{font-family:inherit;font-size:inherit}:host(.sr),:host(.sr) button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.sr,.sr button{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap}.hidden{display:none}:host([hidden]){display:none}.invisible{visibility:hidden}:host{display:inline-block}:host([hidden]){display:none}:host([block]){display:block;width:100%}:host{--comp-btn-primary-bg:var(--tct-btn-primary-bg, var(--t-button-primary-bg, #2e2e2e));--comp-btn-primary-font-color:var(--tct-btn-primary-font-color, var(--t-button-primary-font-color, var(--tct-white, var(--app-white, #ffffff))));--comp-btn-fallback-box-shadow:0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);--comp-btn-fallback-hover-box-shadow:0 5px 10px rgba(0, 0, 0, 0.19),\n 0 3px 3px rgba(0, 0, 0, 0.23);--comp-btn-neutral-fallback-hover-box-shadow:0 5px 10px rgba(0, 0, 0, 0.24),\n 0 3px 3px rgba(0, 0, 0, 0.36);--comp-btn-primary-box-shadow:var(--tct-btn-primary-box-shadow, var(--comp-btn-fallback-box-shadow));--comp-btn-primary-hover-box-shadow:var(--tct-btn-primary-hover-box-shadow, var(--comp-btn-fallback-hover-box-shadow));--comp-btn-secondary-bg:var(--tct-btn-secondary-bg, var(--t-button-default-bg, #cccccc));--comp-btn-secondary-font-color:var(--tct-btn-secondary-font-color, var(--t-button-default-font-color, #2e2e2e));--comp-btn-secondary-box-shadow:var(--tct-btn-secondary-box-shadow, var(--comp-btn-fallback-box-shadow));--comp-btn-secondary-hover-box-shadow:var(--tct-btn-secondary-hover-box-shadow, var(--comp-btn-fallback-hover-box-shadow));--comp-btn-tween:var(--tct-btn-tween, var(--tct-tween-1, var(--app-tween-1, 0.2s ease)));--comp-btn-neutral-bg:var(--tct-btn-neutral-bg, transparent);--comp-btn-neutral-font-color:var(--tct-btn-neutral-font-color, var(--t-button-default-font-color, #2e2e2e));--comp-btn-neutral-box-shadow:var(--tct-btn-neutral-box-shadow, var(--comp-btn-fallback-box-shadow));--comp-btn-neutral-hover-box-shadow:var(--tct-btn-neutral-hover-box-shadow, var(--comp-btn-neutral-fallback-hover-box-shadow))}button{margin:var(--tct-scale-0, var(--app-scale-0, 0));padding:var(--tct-scale-0, var(--app-scale-0, 0));display:inline-block;width:100%;border:0;background:transparent;box-shadow:none;border-radius:0;font-weight:400;color:inherit;cursor:pointer;transition:var(--comp-btn-tween);transition-property:background, color, box-shadow, fill, border-color, border-width;outline:0}button:disabled{opacity:var(--tct-btn-disabled-opacity, var(--tct-disabled-opacity, var(--app-disabled-opacity, 0.4)));cursor:not-allowed}:host([size=\"1\"]) button{padding:var(--tct-scale-1, var(--app-scale-1, 5px))}:host([color]:not([size])) button,:host([intent]:not([size])) button{padding:var(--tct-btn-padding, var(--tct-scale-2, var(--app-scale-2, 10px)))}:host([size=\"2\"]) button{padding:var(--tct-scale-2, var(--app-scale-2, 10px))}:host([size=\"3\"]) button{padding:var(--tct-scale-3, var(--app-scale-3, 15px))}:host([size=\"4x\"]) button{padding:var(--tct-scale-4x, var(--app-scale-4x, 20px))}:host([size=\"4\"]) button{padding:var(--tct-scale-6x, var(--app-scale-6x, 30px))}:host([color]) button,:host([intent]) button{border-style:solid;font-size:var(--tct-btn-font-size, inherit)}:host([color=primary]) button,:host([intent=workflow-primary]) button{background:var(--comp-btn-primary-bg);color:var(--comp-btn-primary-font-color);border-color:var(--tct-btn-primary-border-color, transparent);border-width:var(--tct-btn-primary-border-width, 0);border-radius:var(--tct-btn-primary-border-radius, var(--tct-border-radius-1, var(--app-border-radius-1, 3px)));box-shadow:var(--comp-btn-primary-box-shadow);font-weight:var(--tct-btn-primary-font-weight, 600);text-transform:var(--tct-btn-primary-text-transform, none);letter-spacing:var(--tct-btn-primary-letter-spacing, normal)}:host([color=primary]) button:enabled:hover,:host([color=primary]) button:enabled:focus,:host([color=primary]) button:enabled:active,:host([intent=workflow-primary]) button:enabled:hover,:host([intent=workflow-primary]) button:enabled:focus,:host([intent=workflow-primary]) button:enabled:active{background:var(--tct-btn-primary-hover-bg, var(--t-button-primary-hover-bg, var(--tct-gray-5, var(--t-gray-5, var(--tct-gray-d2, var(--app-gray-d2, #404040))))));color:var(--tct-btn-primary-hover-font-color, var(--t-button-primary-hover-font-color, var(--tct-white, var(--app-white, #ffffff))));border-color:var(--tct-btn-primary-hover-border-color, var(--tct-btn-primary-border-color, transparent))}:host([color=primary]) button:hover:enabled,:host([color=primary]) button:active:enabled,:host([intent=workflow-primary]) button:hover:enabled,:host([intent=workflow-primary]) button:active:enabled{box-shadow:var(--comp-btn-primary-hover-box-shadow)}:host([color=primary]) button:focus,:host([intent=workflow-primary]) button:focus{box-shadow:var(--tct-global-focus, var(--const-global-focus, var(--comp-btn-primary-hover-box-shadow, 0 0 0 2px #33b4ff)))}:host([color=primary]) button:disabled,:host([intent=workflow-primary]) button:disabled{background:var(--tct-btn-primary-disabled-bg, var(--comp-btn-primary-bg));color:var(--tct-btn-primary-disabled-font-color, var(--comp-btn-primary-font-color));box-shadow:var(--tct-btn-primary-disabled-box-shadow, var(--comp-btn-primary-box-shadow))}:host([color=secondary]) button,:host([intent=workflow-secondary]) button{background:var(--comp-btn-secondary-bg);color:var(--comp-btn-secondary-font-color, var(--tct-btn-secondary-font-color, var(--t-button-secondary-font-color, var(--tct-white, var(--app-white, #ffffff)))));border-color:var(--tct-btn-secondary-border-color, transparent);border-width:var(--tct-btn-secondary-border-width, 0);border-radius:var(--tct-btn-secondary-border-radius, var(--tct-border-radius-1, var(--app-border-radius-1, 3px)));box-shadow:var(--comp-btn-secondary-box-shadow);font-weight:var(--tct-btn-secondary-font-weight, 600);text-transform:var(--tct-btn-secondary-text-transform, none);letter-spacing:var(--tct-btn-secondary-letter-spacing, normal)}:host([color=secondary]) button:enabled:hover,:host([color=secondary]) button:enabled:focus,:host([color=secondary]) button:enabled:active,:host([intent=workflow-secondary]) button:enabled:hover,:host([intent=workflow-secondary]) button:enabled:focus,:host([intent=workflow-secondary]) button:enabled:active{background:var(--tct-btn-secondary-hover-bg, var(--t-button-default-hover-bg, var(--tct-gray-5, var(--t-gray-5, var(--tct-gray-d2, var(--app-gray-d2, #404040))))));color:var(--tct-btn-secondary-hover-font-color, var(--t-button-default-hover-font-color, var(--tct-white, var(--app-white, #ffffff))));border-color:var(--tct-btn-secondary-hover-border-color, var(--tct-btn-secondary-border-color, transparent))}:host([color=secondary]) button:hover:enabled,:host([color=secondary]) button:active:enabled,:host([intent=workflow-secondary]) button:hover:enabled,:host([intent=workflow-secondary]) button:active:enabled{box-shadow:var(--comp-btn-secondary-hover-box-shadow)}:host([color=secondary]) button:focus,:host([intent=workflow-secondary]) button:focus{box-shadow:var(--tct-global-focus, var(--const-global-focus, var(--comp-btn-secondary-hover-box-shadow)))}:host([color=secondary]) button:disabled,:host([intent=workflow-secondary]) button:disabled{background:var(--tct-btn-secondary-disabled-bg, var(--comp-btn-secondary-bg));color:var(--tct-btn-secondary-disabled-font-color, var(--comp-btn-secondary-font-color));box-shadow:var(--tct-btn-secondary-disabled-box-shadow, var(--comp-btn-secondary-box-shadow))}:host([intent=neutral]) button{background:var(--comp-btn-neutral-bg, var(--tct-btn-neutral-bg, transparent));color:var(--comp-btn-neutral-font-color, var(--tct-btn-neutral-font-color, var(--t-button-neutral-font-color, var(--tct-gray-1, var(--t-gray-1, var(--tct-black, var(--app-black, #0d0d0d)))))));border-color:var(--tct-btn-neutral-border-color, transparent);border-width:var(--tct-btn-neutral-border-width, 0);border-radius:var(--tct-btn-neutral-border-radius, var(--tct-border-radius-1, var(--app-border-radius-1, 3px)));box-shadow:var(--comp-btn-neutral-box-shadow);font-weight:var(--tct-btn-neutral-font-weight, 600);text-transform:var(--tct-btn-neutral-text-transform, none);letter-spacing:var(--tct-btn-neutral-letter-spacing, normal)}:host([intent=neutral]) button:enabled:hover,:host([intent=neutral]) button:enabled:focus,:host([intent=neutral]) button:enabled:active{background:var(--tct-btn-neutral-hover-bg, transparent);color:var(--tct-btn-neutral-hover-font-color, var(--t-button-default-hover-font-color, var(--tct-white, var(--app-white, #ffffff))));border-color:var(--tct-btn-neutral-hover-border-color, var(--tct-btn-neutral-border-color, transparent))}:host([intent=neutral]) button:hover:enabled,:host([intent=neutral]) button:active:enabled{box-shadow:var(--comp-btn-neutral-hover-box-shadow)}:host([intent=neutral]) button:focus{box-shadow:var(--tct-global-focus, var(--const-global-focus, var(--comp-btn-neutral-hover-box-shadow)))}:host([intent=neutral]) button:disabled{background:var(--tct-btn-neutral-disabled-bg, var(--comp-btn-neutral-bg));color:var(--tct-btn-neutral-disabled-font-color, var(--comp-btn-neutral-font-color));box-shadow:var(--tct-btn-neutral-disabled-box-shadow, var(--comp-btn-neutral-box-shadow))}:host button.icon-only{width:var(--tct-btn-icon-width, 44px);height:var(--tct-btn-icon-height, 44px);border-radius:var(--tct-btn-icon-border-radius, 0)}:host button.icon-only:hover,:host button.icon-only:focus{background-color:var(--tct-btn-icon-hover-bg, var(--tct-gray-14, var(--t-gray-13, var(--tct-gray-l3, var(--app-gray-l3, #f2f2f2)))))}:host(:not([intent])[active]) button.icon-only{background-color:var(--tct-btn-icon-active-bg, var(--tct-btn-icon-hover-bg, var(--tct-gray-14, var(--t-gray-14, var(--tct-gray-l3, var(--app-gray-l3, #f2f2f2))))))}:host(:not([intent])) button.icon-only:hover *,:host(:not([intent])) button.icon-only:focus *,:host(:not([intent])[active]) button.icon-only *{color:var(--tct-btn-icon-hover-color, var(--tct-link-hover-color, var(--t-link-hover-color, #080808)))}:host([badge]) button{padding:var(--tct-btn-badge-padding, 2px 5px);font-size:var(--tct-btn-badge-font-size, var(--tct-btn-font-size, inherit));border-radius:var(--tct-btn-badge-border-radius, var(--tct-border-radius-1, var(--app-border-radius-1, 3px)));background-color:var(--tct-btn-badge-bg, transparent);color:var(--tct-btn-badge-font-color, inherit)}:host([badge]) button ::slotted(q2-icon){--tct-icon-size:1em}:host([badge]:hover) button:enabled{background-color:var(--tct-btn-badge-hover-bg, var(--tct-gray-14, var(--t-gray-14, var(--tct-gray-l3, var(--app-gray-l3, #f2f2f2)))));color:var(--tct-btn-badge-hover-font-color, var(--tct-gray-5, var(--t-gray-5, var(--tct-gray-d2, var(--app-gray-d2, #404040)))))}:host(.selected[badge]) button,:host([active][badge]) button{background-color:var(--tct-btn-badge-active-bg, var(--comp-btn-primary-bg));color:var(--tct-btn-badge-active-font-color, var(--comp-btn-primary-font-color))}div{display:flex;align-items:center;justify-content:center;gap:var(--app-scale-1, 5px)}:host([loading]) .icon-right div{flex-direction:row-reverse}q2-loading{--tct-loading-primary-color:currentColor;--tct-loading-secondary-color:currentColor;--tct-loading-spinner-size:24px}:host([loading]) ::slotted(q2-icon){display:none}:host([loading]) button{pointer-events:none}";
10
10