@loadsmart/miranda-wc 1.96.3 → 1.98.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 (123) hide show
  1. package/dist/{alert-circle-B_r0Z8M-.js → alert-circle-0yyTnB0M-Dd2iwsJN.js} +2 -2
  2. package/dist/alert-circle-0yyTnB0M-Dd2iwsJN.js.map +1 -0
  3. package/dist/{arrow-left-CXVdj66V.js → arrow-left-DOwM8dD--Bemagng4.js} +2 -2
  4. package/dist/arrow-left-DOwM8dD--Bemagng4.js.map +1 -0
  5. package/dist/arrow-sort-down-DwJRrMFD-CV6cRBEt.js +2 -0
  6. package/dist/arrow-sort-down-DwJRrMFD-CV6cRBEt.js.map +1 -0
  7. package/dist/arrow-sort-up-DTuf1JbN-CwnmvifJ.js +2 -0
  8. package/dist/arrow-sort-up-DTuf1JbN-CwnmvifJ.js.map +1 -0
  9. package/dist/arrow-sort-up-down-CekAJqEq-3y2BzUOT.js +2 -0
  10. package/dist/arrow-sort-up-down-CekAJqEq-3y2BzUOT.js.map +1 -0
  11. package/dist/{attention-B8NSIZzD.js → attention-CcLOU7qx-BC6VhZgL.js} +2 -2
  12. package/dist/attention-CcLOU7qx-BC6VhZgL.js.map +1 -0
  13. package/dist/{bell-Bm4EDYRv.js → bell-uKZILMt4-BDQv0gA9.js} +2 -2
  14. package/dist/bell-uKZILMt4-BDQv0gA9.js.map +1 -0
  15. package/dist/{caret-down-CWXIl_Qz.js → caret-down-BIfrA-eY-DldOHuL3.js} +2 -2
  16. package/dist/caret-down-BIfrA-eY-DldOHuL3.js.map +1 -0
  17. package/dist/{caret-left-B6dsgFcu.js → caret-left-sofEMjOB-DvW7n9Gm.js} +2 -2
  18. package/dist/caret-left-sofEMjOB-DvW7n9Gm.js.map +1 -0
  19. package/dist/{caret-right-CBPRvCPD.js → caret-right-DyRw4vWq-C09UvrPT.js} +2 -2
  20. package/dist/caret-right-DyRw4vWq-C09UvrPT.js.map +1 -0
  21. package/dist/{check-Bo8aJ8aA.js → check-CBIF9zkj-vkm_vkC6.js} +2 -2
  22. package/dist/check-CBIF9zkj-vkm_vkC6.js.map +1 -0
  23. package/dist/{close-C--so-sD.js → close-V1xd5yiJ-B9WyqFwO.js} +2 -2
  24. package/dist/close-V1xd5yiJ-B9WyqFwO.js.map +1 -0
  25. package/dist/components/banner/banner.d.ts +1 -1
  26. package/dist/components/button/base-button.styles.d.ts.map +1 -1
  27. package/dist/components/close-button/close-button.d.ts +7 -0
  28. package/dist/components/close-button/close-button.d.ts.map +1 -1
  29. package/dist/components/close-button/close-button.styles.d.ts.map +1 -1
  30. package/dist/components/icon/index.d.ts +1 -3
  31. package/dist/components/icon/index.d.ts.map +1 -1
  32. package/dist/components/label/label.d.ts +1 -1
  33. package/dist/components/labeled-value/labeled-value-label.d.ts +2 -1
  34. package/dist/components/labeled-value/labeled-value-label.d.ts.map +1 -1
  35. package/dist/components/table/index.d.ts +4 -2
  36. package/dist/components/table/index.d.ts.map +1 -1
  37. package/dist/components/table/table-cell.d.ts +4 -0
  38. package/dist/components/table/table-cell.d.ts.map +1 -1
  39. package/dist/components/table/table-feedback.d.ts +18 -0
  40. package/dist/components/table/table-feedback.d.ts.map +1 -0
  41. package/dist/components/table/table-head-cell.d.ts +60 -0
  42. package/dist/components/table/table-head-cell.d.ts.map +1 -0
  43. package/dist/components/table/table.d.ts.map +1 -1
  44. package/dist/components/table/table.styles.d.ts +2 -0
  45. package/dist/components/table/table.styles.d.ts.map +1 -1
  46. package/dist/components/table/table.types.d.ts +29 -0
  47. package/dist/components/table/table.types.d.ts.map +1 -1
  48. package/dist/components/tag/actionable-tag.d.ts +97 -0
  49. package/dist/components/tag/actionable-tag.d.ts.map +1 -0
  50. package/dist/components/tag/actionable-tag.styles.d.ts +2 -0
  51. package/dist/components/tag/actionable-tag.styles.d.ts.map +1 -0
  52. package/dist/components/tag/base-tag.styles.d.ts +2 -0
  53. package/dist/components/tag/base-tag.styles.d.ts.map +1 -0
  54. package/dist/components/tag/index.d.ts +2 -0
  55. package/dist/components/tag/index.d.ts.map +1 -1
  56. package/dist/components/tag/tag.d.ts +2 -2
  57. package/dist/components/tag/tag.d.ts.map +1 -1
  58. package/dist/components/tag/tag.styles.d.ts +1 -2
  59. package/dist/components/tag/tag.styles.d.ts.map +1 -1
  60. package/dist/components/text/text.d.ts +2 -0
  61. package/dist/components/text/text.d.ts.map +1 -1
  62. package/dist/components/tooltip/tooltip.styles.d.ts.map +1 -1
  63. package/dist/{double-caret-left-BZNyKV4f.js → double-caret-left-C0u_I_64-DEOH-B_a.js} +2 -2
  64. package/dist/double-caret-left-C0u_I_64-DEOH-B_a.js.map +1 -0
  65. package/dist/{double-caret-right-BqJFkODU.js → double-caret-right-DWeiJR91-D9HlOYuA.js} +2 -2
  66. package/dist/double-caret-right-DWeiJR91-D9HlOYuA.js.map +1 -0
  67. package/dist/{indeterminate-D99pbxfR.js → indeterminate-CCqFCJnX-BmhAGLrL.js} +2 -2
  68. package/dist/indeterminate-CCqFCJnX-BmhAGLrL.js.map +1 -0
  69. package/dist/{index-BFHGxZ6k.js → index-D_d7uHpr.js} +491 -288
  70. package/dist/index-D_d7uHpr.js.map +1 -0
  71. package/dist/index.js +1 -1
  72. package/dist/{info-circle-CBKQ88Xu.js → info-circle-O-nqY8__-B6GUXwBw.js} +2 -2
  73. package/dist/info-circle-O-nqY8__-B6GUXwBw.js.map +1 -0
  74. package/dist/mixins/polymorphic-tag/polymorphic-tag.d.ts +2 -2
  75. package/dist/utils/conditional.d.ts +22 -0
  76. package/dist/utils/conditional.d.ts.map +1 -0
  77. package/package.json +2 -1
  78. package/dist/alert-circle-B_r0Z8M-.js.map +0 -1
  79. package/dist/arrow-left-CXVdj66V.js.map +0 -1
  80. package/dist/attention-B8NSIZzD.js.map +0 -1
  81. package/dist/bell-Bm4EDYRv.js.map +0 -1
  82. package/dist/caret-down-CWXIl_Qz.js.map +0 -1
  83. package/dist/caret-left-B6dsgFcu.js.map +0 -1
  84. package/dist/caret-right-CBPRvCPD.js.map +0 -1
  85. package/dist/check-Bo8aJ8aA.js.map +0 -1
  86. package/dist/close-C--so-sD.js.map +0 -1
  87. package/dist/components/icon/available-icons.d.ts +0 -4
  88. package/dist/components/icon/available-icons.d.ts.map +0 -1
  89. package/dist/components/icon/icon.d.ts +0 -59
  90. package/dist/components/icon/icon.d.ts.map +0 -1
  91. package/dist/components/icon/icon.styles.d.ts +0 -3
  92. package/dist/components/icon/icon.styles.d.ts.map +0 -1
  93. package/dist/components/icon/icons/alert-circle.d.ts +0 -3
  94. package/dist/components/icon/icons/alert-circle.d.ts.map +0 -1
  95. package/dist/components/icon/icons/arrow-left.d.ts +0 -3
  96. package/dist/components/icon/icons/arrow-left.d.ts.map +0 -1
  97. package/dist/components/icon/icons/attention.d.ts +0 -3
  98. package/dist/components/icon/icons/attention.d.ts.map +0 -1
  99. package/dist/components/icon/icons/bell.d.ts +0 -3
  100. package/dist/components/icon/icons/bell.d.ts.map +0 -1
  101. package/dist/components/icon/icons/caret-down.d.ts +0 -3
  102. package/dist/components/icon/icons/caret-down.d.ts.map +0 -1
  103. package/dist/components/icon/icons/caret-left.d.ts +0 -3
  104. package/dist/components/icon/icons/caret-left.d.ts.map +0 -1
  105. package/dist/components/icon/icons/caret-right.d.ts +0 -3
  106. package/dist/components/icon/icons/caret-right.d.ts.map +0 -1
  107. package/dist/components/icon/icons/check.d.ts +0 -3
  108. package/dist/components/icon/icons/check.d.ts.map +0 -1
  109. package/dist/components/icon/icons/close.d.ts +0 -3
  110. package/dist/components/icon/icons/close.d.ts.map +0 -1
  111. package/dist/components/icon/icons/double-caret-left.d.ts +0 -3
  112. package/dist/components/icon/icons/double-caret-left.d.ts.map +0 -1
  113. package/dist/components/icon/icons/double-caret-right.d.ts +0 -3
  114. package/dist/components/icon/icons/double-caret-right.d.ts.map +0 -1
  115. package/dist/components/icon/icons/indeterminate.d.ts +0 -3
  116. package/dist/components/icon/icons/indeterminate.d.ts.map +0 -1
  117. package/dist/components/icon/icons/info-circle.d.ts +0 -3
  118. package/dist/components/icon/icons/info-circle.d.ts.map +0 -1
  119. package/dist/double-caret-left-BZNyKV4f.js.map +0 -1
  120. package/dist/double-caret-right-BqJFkODU.js.map +0 -1
  121. package/dist/indeterminate-D99pbxfR.js.map +0 -1
  122. package/dist/index-BFHGxZ6k.js.map +0 -1
  123. package/dist/info-circle-CBKQ88Xu.js.map +0 -1
@@ -1,2 +1,2 @@
1
- import{b}from"./index-BFHGxZ6k.js";var alertCircle=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24 4C12.973 4 4 12.973 4 24s8.973 20 20 20 20-8.973 20-20S35.027 4 24 4zm0 34.545a2.728 2.728 0 0 1 0-5.454 2.728 2.728 0 0 1 0 5.454zm2.727-10h-5.454V10.364h5.454z"/></svg>`;export{alertCircle as default};
2
- //# sourceMappingURL=alert-circle-B_r0Z8M-.js.map
1
+ import{b}from"./index-D_d7uHpr.js";var alertCircle=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path fill="currentColor" fill-rule="evenodd" d="M24 4C12.973 4 4 12.973 4 24s8.973 20 20 20 20-8.973 20-20S35.027 4 24 4zm0 34.545a2.728 2.728 0 0 1 0-5.454 2.728 2.728 0 0 1 0 5.454zm2.727-10h-5.454V10.364h5.454z"/></svg>`;export{alertCircle as default};
2
+ //# sourceMappingURL=alert-circle-0yyTnB0M-Dd2iwsJN.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"alert-circle-0yyTnB0M-Dd2iwsJN.js","sources":["../../miranda-icons/dist/alert-circle-0yyTnB0M.js"],"sourcesContent":["import{b}from\"./index-B_13lP_9.js\";var alertCircle=b`<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\"><path fill=\"currentColor\" fill-rule=\"evenodd\" d=\"M24 4C12.973 4 4 12.973 4 24s8.973 20 20 20 20-8.973 20-20S35.027 4 24 4zm0 34.545a2.728 2.728 0 0 1 0-5.454 2.728 2.728 0 0 1 0 5.454zm2.727-10h-5.454V10.364h5.454z\"/></svg>`;export{alertCircle as default};\n//# sourceMappingURL=alert-circle-0yyTnB0M.js.map\n"],"names":["alertCircle","b"],"mappings":"mCAAsC,IAACA,YAAYC,CAAC"}
@@ -1,2 +1,2 @@
1
- import{b}from"./index-BFHGxZ6k.js";var arrowLeft=b`<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="M27.1587 9.17872C26.046 8.06456 25.0052 7.02278 23.9833 6C17.9911 12.0005 11.9849 18.0146 6 24.0079C11.9773 29.9935 17.9834 36.0076 23.9675 42C24.9772 40.9885 26.0216 39.9427 27.0833 38.8796C22.9235 34.717 18.7311 30.5219 14.4922 26.2801C23.7032 26.2801 32.8419 26.2801 42 26.2801C42 24.7661 42 23.2737 42 21.7615C32.8581 21.7615 23.7172 21.7615 14.583 21.7615C18.7794 17.5627 22.9695 13.3703 27.1587 9.17872Z" fill="currentColor"/></svg>`;export{arrowLeft as default};
2
- //# sourceMappingURL=arrow-left-CXVdj66V.js.map
1
+ import{b}from"./index-D_d7uHpr.js";var arrowLeft=b`<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="M27.1587 9.17872C26.046 8.06456 25.0052 7.02278 23.9833 6C17.9911 12.0005 11.9849 18.0146 6 24.0079C11.9773 29.9935 17.9834 36.0076 23.9675 42C24.9772 40.9885 26.0216 39.9427 27.0833 38.8796C22.9235 34.717 18.7311 30.5219 14.4922 26.2801C23.7032 26.2801 32.8419 26.2801 42 26.2801C42 24.7661 42 23.2737 42 21.7615C32.8581 21.7615 23.7172 21.7615 14.583 21.7615C18.7794 17.5627 22.9695 13.3703 27.1587 9.17872Z" fill="currentColor"/></svg>`;export{arrowLeft as default};
2
+ //# sourceMappingURL=arrow-left-DOwM8dD--Bemagng4.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-left-DOwM8dD--Bemagng4.js","sources":["../../miranda-icons/dist/arrow-left-DOwM8dD-.js"],"sourcesContent":["import{b}from\"./index-B_13lP_9.js\";var arrowLeft=b`<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M27.1587 9.17872C26.046 8.06456 25.0052 7.02278 23.9833 6C17.9911 12.0005 11.9849 18.0146 6 24.0079C11.9773 29.9935 17.9834 36.0076 23.9675 42C24.9772 40.9885 26.0216 39.9427 27.0833 38.8796C22.9235 34.717 18.7311 30.5219 14.4922 26.2801C23.7032 26.2801 32.8419 26.2801 42 26.2801C42 24.7661 42 23.2737 42 21.7615C32.8581 21.7615 23.7172 21.7615 14.583 21.7615C18.7794 17.5627 22.9695 13.3703 27.1587 9.17872Z\" fill=\"currentColor\"/></svg>`;export{arrowLeft as default};\n//# sourceMappingURL=arrow-left-DOwM8dD-.js.map\n"],"names":["arrowLeft","b"],"mappings":"mCAAsC,IAACA,UAAUC,CAAC"}
@@ -0,0 +1,2 @@
1
+ import{b}from"./index-D_d7uHpr.js";var arrowSortDown=b`<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="M21.8 35.473V4h4.4v31.473l5.698-5.766L35 32.868 24 44 13 32.868l3.102-3.161 5.698 5.766Z" fill="currentColor"/></svg>`;export{arrowSortDown as default};
2
+ //# sourceMappingURL=arrow-sort-down-DwJRrMFD-CV6cRBEt.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-sort-down-DwJRrMFD-CV6cRBEt.js","sources":["../../miranda-icons/dist/arrow-sort-down-DwJRrMFD.js"],"sourcesContent":["import{b}from\"./index-B_13lP_9.js\";var arrowSortDown=b`<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.8 35.473V4h4.4v31.473l5.698-5.766L35 32.868 24 44 13 32.868l3.102-3.161 5.698 5.766Z\" fill=\"currentColor\"/></svg>`;export{arrowSortDown as default};\n//# sourceMappingURL=arrow-sort-down-DwJRrMFD.js.map\n"],"names":["arrowSortDown","b"],"mappings":"mCAAsC,IAACA,cAAcC,CAAC"}
@@ -0,0 +1,2 @@
1
+ import{b}from"./index-D_d7uHpr.js";var arrowSortUp=b`<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="M21.8 12.527V44h4.4V12.527l5.698 5.766L35 15.132 24 4 13 15.132l3.102 3.161 5.698-5.766Z" fill="currentColor"/></svg>`;export{arrowSortUp as default};
2
+ //# sourceMappingURL=arrow-sort-up-DTuf1JbN-CwnmvifJ.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-sort-up-DTuf1JbN-CwnmvifJ.js","sources":["../../miranda-icons/dist/arrow-sort-up-DTuf1JbN.js"],"sourcesContent":["import{b}from\"./index-B_13lP_9.js\";var arrowSortUp=b`<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M21.8 12.527V44h4.4V12.527l5.698 5.766L35 15.132 24 4 13 15.132l3.102 3.161 5.698-5.766Z\" fill=\"currentColor\"/></svg>`;export{arrowSortUp as default};\n//# sourceMappingURL=arrow-sort-up-DTuf1JbN.js.map\n"],"names":["arrowSortUp","b"],"mappings":"mCAAsC,IAACA,YAAYC,CAAC"}
@@ -0,0 +1,2 @@
1
+ import{b}from"./index-D_d7uHpr.js";var arrowSortUpDown=b`<svg viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg"><path d="M22.592 31.408a2.248 2.248 0 0 1 0 3.188l-6 6a2.25 2.25 0 0 1-3.188 0l-6-6a2.255 2.255 0 0 1 3.188-3.188l2.158 2.154V9a2.25 2.25 0 0 1 4.5 0v24.563l2.158-2.16a2.25 2.25 0 0 1 3.184.005Zm18-18-6-6a2.25 2.25 0 0 0-3.188 0l-6 6a2.254 2.254 0 1 0 3.188 3.188l2.158-2.159V39a2.25 2.25 0 0 0 4.5 0V14.437l2.158 2.16a2.254 2.254 0 0 0 3.188-3.187l-.004-.002Z" fill="currentColor"/></svg>`;export{arrowSortUpDown as default};
2
+ //# sourceMappingURL=arrow-sort-up-down-CekAJqEq-3y2BzUOT.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arrow-sort-up-down-CekAJqEq-3y2BzUOT.js","sources":["../../miranda-icons/dist/arrow-sort-up-down-CekAJqEq.js"],"sourcesContent":["import{b}from\"./index-B_13lP_9.js\";var arrowSortUpDown=b`<svg viewBox=\"0 0 48 48\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22.592 31.408a2.248 2.248 0 0 1 0 3.188l-6 6a2.25 2.25 0 0 1-3.188 0l-6-6a2.255 2.255 0 0 1 3.188-3.188l2.158 2.154V9a2.25 2.25 0 0 1 4.5 0v24.563l2.158-2.16a2.25 2.25 0 0 1 3.184.005Zm18-18-6-6a2.25 2.25 0 0 0-3.188 0l-6 6a2.254 2.254 0 1 0 3.188 3.188l2.158-2.159V39a2.25 2.25 0 0 0 4.5 0V14.437l2.158 2.16a2.254 2.254 0 0 0 3.188-3.187l-.004-.002Z\" fill=\"currentColor\"/></svg>`;export{arrowSortUpDown as default};\n//# sourceMappingURL=arrow-sort-up-down-CekAJqEq.js.map\n"],"names":["arrowSortUpDown","b"],"mappings":"mCAAsC,IAACA,gBAAgBC,CAAC"}
@@ -1,2 +1,2 @@
1
- import{b}from"./index-BFHGxZ6k.js";var attention=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M6.732 42.889h34.537c2.06 0 3.376-2.192 2.406-4.005l-17.27-32.33c-1.026-1.924-3.785-1.924-4.813 0L4.324 38.883c-.968 1.813.349 4.005 2.408 4.005zm14.542-24.504h5.452v10.89h-5.452zM24 31.998a2.726 2.726 0 0 1 2.726 2.723A2.726 2.726 0 0 1 24 37.444a2.726 2.726 0 0 1-2.726-2.723A2.726 2.726 0 0 1 24 31.998z"/></svg>`;export{attention as default};
2
- //# sourceMappingURL=attention-B8NSIZzD.js.map
1
+ import{b}from"./index-D_d7uHpr.js";var attention=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M6.732 42.889h34.537c2.06 0 3.376-2.192 2.406-4.005l-17.27-32.33c-1.026-1.924-3.785-1.924-4.813 0L4.324 38.883c-.968 1.813.349 4.005 2.408 4.005zm14.542-24.504h5.452v10.89h-5.452zM24 31.998a2.726 2.726 0 0 1 2.726 2.723A2.726 2.726 0 0 1 24 37.444a2.726 2.726 0 0 1-2.726-2.723A2.726 2.726 0 0 1 24 31.998z"/></svg>`;export{attention as default};
2
+ //# sourceMappingURL=attention-CcLOU7qx-BC6VhZgL.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"attention-CcLOU7qx-BC6VhZgL.js","sources":["../../miranda-icons/dist/attention-CcLOU7qx.js"],"sourcesContent":["import{b}from\"./index-B_13lP_9.js\";var attention=b`<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\"><path d=\"M6.732 42.889h34.537c2.06 0 3.376-2.192 2.406-4.005l-17.27-32.33c-1.026-1.924-3.785-1.924-4.813 0L4.324 38.883c-.968 1.813.349 4.005 2.408 4.005zm14.542-24.504h5.452v10.89h-5.452zM24 31.998a2.726 2.726 0 0 1 2.726 2.723A2.726 2.726 0 0 1 24 37.444a2.726 2.726 0 0 1-2.726-2.723A2.726 2.726 0 0 1 24 31.998z\"/></svg>`;export{attention as default};\n//# sourceMappingURL=attention-CcLOU7qx.js.map\n"],"names":["attention","b"],"mappings":"mCAAsC,IAACA,UAAUC,CAAC"}
@@ -1,2 +1,2 @@
1
- import{b}from"./index-BFHGxZ6k.js";var bell=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M34.417 21.526v9.133l3.632 3.654v1.826H9v-1.827l3.631-3.653v-9.133c0-5.626 2.96-10.302 8.17-11.544V8.74A2.728 2.728 0 0123.524 6a2.728 2.728 0 012.724 2.74v1.242c5.192 1.242 8.17 5.937 8.17 11.544zm-7.262 16.44c0 2.01-1.634 3.653-3.63 3.653-2.016 0-3.632-1.644-3.632-3.653h7.262z"/></svg>`;export{bell as default};
2
- //# sourceMappingURL=bell-Bm4EDYRv.js.map
1
+ import{b}from"./index-D_d7uHpr.js";var bell=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M34.417 21.526v9.133l3.632 3.654v1.826H9v-1.827l3.631-3.653v-9.133c0-5.626 2.96-10.302 8.17-11.544V8.74A2.728 2.728 0 0123.524 6a2.728 2.728 0 012.724 2.74v1.242c5.192 1.242 8.17 5.937 8.17 11.544zm-7.262 16.44c0 2.01-1.634 3.653-3.63 3.653-2.016 0-3.632-1.644-3.632-3.653h7.262z"/></svg>`;export{bell as default};
2
+ //# sourceMappingURL=bell-uKZILMt4-BDQv0gA9.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"bell-uKZILMt4-BDQv0gA9.js","sources":["../../miranda-icons/dist/bell-uKZILMt4.js"],"sourcesContent":["import{b}from\"./index-B_13lP_9.js\";var bell=b`<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\"><path d=\"M34.417 21.526v9.133l3.632 3.654v1.826H9v-1.827l3.631-3.653v-9.133c0-5.626 2.96-10.302 8.17-11.544V8.74A2.728 2.728 0 0123.524 6a2.728 2.728 0 012.724 2.74v1.242c5.192 1.242 8.17 5.937 8.17 11.544zm-7.262 16.44c0 2.01-1.634 3.653-3.63 3.653-2.016 0-3.632-1.644-3.632-3.653h7.262z\"/></svg>`;export{bell as default};\n//# sourceMappingURL=bell-uKZILMt4.js.map\n"],"names":["bell","b"],"mappings":"mCAAsC,IAACA,KAAKC,CAAC"}
@@ -1,5 +1,5 @@
1
- import{b}from"./index-BFHGxZ6k.js";var caretDown=b`<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ import{b}from"./index-D_d7uHpr.js";var caretDown=b`<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path d="M10.1479 4.89793L6.39795 8.64793C6.34569 8.70037 6.28359 8.74198 6.21522 8.77037C6.14685 8.79876 6.07354 8.81337 5.99951 8.81337C5.92548 8.81337 5.85217 8.79876 5.7838 8.77037C5.71543 8.74198 5.65333 8.70037 5.60107 8.64793L1.85107 4.89793C1.7454 4.79226 1.68604 4.64893 1.68604 4.49949C1.68604 4.35005 1.7454 4.20673 1.85107 4.10105C1.95675 3.99538 2.10007 3.93602 2.24951 3.93602C2.39895 3.93602 2.54228 3.99538 2.64795 4.10105L5.99998 7.45308L9.35201 4.10059C9.45768 3.99491 9.601 3.93555 9.75045 3.93555C9.89989 3.93555 10.0432 3.99491 10.1489 4.10059C10.2546 4.20626 10.3139 4.34958 10.3139 4.49902C10.3139 4.64847 10.2546 4.79179 10.1489 4.89746L10.1479 4.89793Z" fill="currentColor"/>
3
3
  </svg>
4
4
  `;export{caretDown as default};
5
- //# sourceMappingURL=caret-down-CWXIl_Qz.js.map
5
+ //# sourceMappingURL=caret-down-BIfrA-eY-DldOHuL3.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"caret-down-BIfrA-eY-DldOHuL3.js","sources":["../../miranda-icons/dist/caret-down-BIfrA-eY.js"],"sourcesContent":["import{b}from\"./index-B_13lP_9.js\";var caretDown=b`<svg width=\"12\" height=\"12\" viewBox=\"0 0 12 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M10.1479 4.89793L6.39795 8.64793C6.34569 8.70037 6.28359 8.74198 6.21522 8.77037C6.14685 8.79876 6.07354 8.81337 5.99951 8.81337C5.92548 8.81337 5.85217 8.79876 5.7838 8.77037C5.71543 8.74198 5.65333 8.70037 5.60107 8.64793L1.85107 4.89793C1.7454 4.79226 1.68604 4.64893 1.68604 4.49949C1.68604 4.35005 1.7454 4.20673 1.85107 4.10105C1.95675 3.99538 2.10007 3.93602 2.24951 3.93602C2.39895 3.93602 2.54228 3.99538 2.64795 4.10105L5.99998 7.45308L9.35201 4.10059C9.45768 3.99491 9.601 3.93555 9.75045 3.93555C9.89989 3.93555 10.0432 3.99491 10.1489 4.10059C10.2546 4.20626 10.3139 4.34958 10.3139 4.49902C10.3139 4.64847 10.2546 4.79179 10.1489 4.89746L10.1479 4.89793Z\" fill=\"currentColor\"/>\n</svg>\n`;export{caretDown as default};\n//# sourceMappingURL=caret-down-BIfrA-eY.js.map\n"],"names":["caretDown","b"],"mappings":"mCAAsC,IAACA,UAAUC,CAAC;;;"}
@@ -1,5 +1,5 @@
1
- import{b}from"./index-BFHGxZ6k.js";var caretLeft=b`<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ import{b}from"./index-D_d7uHpr.js";var caretLeft=b`<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path d="M31.5919 37.4081C32.0146 37.8308 32.2521 38.4041 32.2521 39.0019C32.2521 39.5997 32.0146 40.173 31.5919 40.5956C31.1693 41.0183 30.596 41.2558 29.9982 41.2558C29.4004 41.2558 28.8271 41.0183 28.4044 40.5956L13.4044 25.5956C13.1947 25.3866 13.0283 25.1382 12.9147 24.8647C12.8011 24.5912 12.7427 24.298 12.7427 24.0019C12.7427 23.7058 12.8011 23.4125 12.9147 23.139C13.0283 22.8656 13.1947 22.6172 13.4044 22.4081L28.4044 7.40814C28.8271 6.98545 29.4004 6.74799 29.9982 6.74799C30.596 6.74799 31.1693 6.98545 31.5919 7.40814C32.0146 7.83083 32.2521 8.40412 32.2521 9.00189C32.2521 9.59966 32.0146 10.1729 31.5919 10.5956L18.1876 24L31.5919 37.4081Z" fill="currentColor"/>
3
3
  </svg>
4
4
  `;export{caretLeft as default};
5
- //# sourceMappingURL=caret-left-B6dsgFcu.js.map
5
+ //# sourceMappingURL=caret-left-sofEMjOB-DvW7n9Gm.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"caret-left-sofEMjOB-DvW7n9Gm.js","sources":["../../miranda-icons/dist/caret-left-sofEMjOB.js"],"sourcesContent":["import{b}from\"./index-B_13lP_9.js\";var caretLeft=b`<svg width=\"48\" height=\"48\" viewBox=\"0 0 48 48\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M31.5919 37.4081C32.0146 37.8308 32.2521 38.4041 32.2521 39.0019C32.2521 39.5997 32.0146 40.173 31.5919 40.5956C31.1693 41.0183 30.596 41.2558 29.9982 41.2558C29.4004 41.2558 28.8271 41.0183 28.4044 40.5956L13.4044 25.5956C13.1947 25.3866 13.0283 25.1382 12.9147 24.8647C12.8011 24.5912 12.7427 24.298 12.7427 24.0019C12.7427 23.7058 12.8011 23.4125 12.9147 23.139C13.0283 22.8656 13.1947 22.6172 13.4044 22.4081L28.4044 7.40814C28.8271 6.98545 29.4004 6.74799 29.9982 6.74799C30.596 6.74799 31.1693 6.98545 31.5919 7.40814C32.0146 7.83083 32.2521 8.40412 32.2521 9.00189C32.2521 9.59966 32.0146 10.1729 31.5919 10.5956L18.1876 24L31.5919 37.4081Z\" fill=\"currentColor\"/>\n</svg>\n`;export{caretLeft as default};\n//# sourceMappingURL=caret-left-sofEMjOB.js.map\n"],"names":["caretLeft","b"],"mappings":"mCAAsC,IAACA,UAAUC,CAAC;;;"}
@@ -1,5 +1,5 @@
1
- import{b}from"./index-BFHGxZ6k.js";var caretRight=b`<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
1
+ import{b}from"./index-D_d7uHpr.js";var caretRight=b`<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
2
  <path d="M11.5306 8.53063L6.5306 13.5306C6.3897 13.6715 6.19861 13.7507 5.99935 13.7507C5.80009 13.7507 5.60899 13.6715 5.4681 13.5306C5.3272 13.3897 5.24805 13.1986 5.24805 12.9994C5.24805 12.8001 5.3272 12.609 5.4681 12.4681L9.93747 8L5.46935 3.53063C5.39958 3.46086 5.34424 3.37804 5.30649 3.28689C5.26873 3.19574 5.2493 3.09804 5.2493 2.99938C5.2493 2.90072 5.26873 2.80302 5.30649 2.71187C5.34424 2.62072 5.39958 2.53789 5.46935 2.46813C5.53911 2.39836 5.62194 2.34302 5.71309 2.30527C5.80424 2.26751 5.90194 2.24808 6.0006 2.24808C6.09926 2.24808 6.19696 2.26751 6.28811 2.30527C6.37926 2.34302 6.46208 2.39836 6.53185 2.46813L11.5318 7.46813C11.6017 7.53789 11.6571 7.62075 11.6948 7.71196C11.7326 7.80316 11.7519 7.90093 11.7518 7.99964C11.7517 8.09835 11.7321 8.19606 11.6941 8.28718C11.6562 8.3783 11.6006 8.46103 11.5306 8.53063Z" fill="currentColor"/>
3
3
  </svg>
4
4
  `;export{caretRight as default};
5
- //# sourceMappingURL=caret-right-CBPRvCPD.js.map
5
+ //# sourceMappingURL=caret-right-DyRw4vWq-C09UvrPT.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"caret-right-DyRw4vWq-C09UvrPT.js","sources":["../../miranda-icons/dist/caret-right-DyRw4vWq.js"],"sourcesContent":["import{b}from\"./index-B_13lP_9.js\";var caretRight=b`<svg width=\"16\" height=\"16\" viewBox=\"0 0 16 16\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\">\n<path d=\"M11.5306 8.53063L6.5306 13.5306C6.3897 13.6715 6.19861 13.7507 5.99935 13.7507C5.80009 13.7507 5.60899 13.6715 5.4681 13.5306C5.3272 13.3897 5.24805 13.1986 5.24805 12.9994C5.24805 12.8001 5.3272 12.609 5.4681 12.4681L9.93747 8L5.46935 3.53063C5.39958 3.46086 5.34424 3.37804 5.30649 3.28689C5.26873 3.19574 5.2493 3.09804 5.2493 2.99938C5.2493 2.90072 5.26873 2.80302 5.30649 2.71187C5.34424 2.62072 5.39958 2.53789 5.46935 2.46813C5.53911 2.39836 5.62194 2.34302 5.71309 2.30527C5.80424 2.26751 5.90194 2.24808 6.0006 2.24808C6.09926 2.24808 6.19696 2.26751 6.28811 2.30527C6.37926 2.34302 6.46208 2.39836 6.53185 2.46813L11.5318 7.46813C11.6017 7.53789 11.6571 7.62075 11.6948 7.71196C11.7326 7.80316 11.7519 7.90093 11.7518 7.99964C11.7517 8.09835 11.7321 8.19606 11.6941 8.28718C11.6562 8.3783 11.6006 8.46103 11.5306 8.53063Z\" fill=\"currentColor\"/>\n</svg>\n`;export{caretRight as default};\n//# sourceMappingURL=caret-right-DyRw4vWq.js.map\n"],"names":["caretRight","b"],"mappings":"mCAAsC,IAACA,WAAWC,CAAC;;;"}
@@ -1,2 +1,2 @@
1
- import{b}from"./index-BFHGxZ6k.js";var check=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M44.4205 13.3433L40.1778 9.10067L18.9646 30.3139L9.06512 20.4144L4.82248 24.657L14.722 34.5565L18.9646 38.7992L23.2073 34.5565L44.4205 13.3433Z"/></svg>`;export{check as default};
2
- //# sourceMappingURL=check-Bo8aJ8aA.js.map
1
+ import{b}from"./index-D_d7uHpr.js";var check=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M44.4205 13.3433L40.1778 9.10067L18.9646 30.3139L9.06512 20.4144L4.82248 24.657L14.722 34.5565L18.9646 38.7992L23.2073 34.5565L44.4205 13.3433Z"/></svg>`;export{check as default};
2
+ //# sourceMappingURL=check-CBIF9zkj-vkm_vkC6.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"check-CBIF9zkj-vkm_vkC6.js","sources":["../../miranda-icons/dist/check-CBIF9zkj.js"],"sourcesContent":["import{b}from\"./index-B_13lP_9.js\";var check=b`<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\"><path d=\"M44.4205 13.3433L40.1778 9.10067L18.9646 30.3139L9.06512 20.4144L4.82248 24.657L14.722 34.5565L18.9646 38.7992L23.2073 34.5565L44.4205 13.3433Z\"/></svg>`;export{check as default};\n//# sourceMappingURL=check-CBIF9zkj.js.map\n"],"names":["check","b"],"mappings":"mCAAsC,IAACA,MAAMC,CAAC"}
@@ -1,2 +1,2 @@
1
- import{b}from"./index-BFHGxZ6k.js";var close=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M40.9706 11.2721L36.7279 7.02944L24 19.7574L11.2721 7.02944L7.02944 11.2721L19.7574 24L7.02944 36.7279L11.2721 40.9706L24 28.2426L36.7279 40.9706L40.9706 36.7279L28.2426 24L40.9706 11.2721Z"/></svg>`;export{close as default};
2
- //# sourceMappingURL=close-C--so-sD.js.map
1
+ import{b}from"./index-D_d7uHpr.js";var close=b`<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48"><path d="M40.9706 11.2721L36.7279 7.02944L24 19.7574L11.2721 7.02944L7.02944 11.2721L19.7574 24L7.02944 36.7279L11.2721 40.9706L24 28.2426L36.7279 40.9706L40.9706 36.7279L28.2426 24L40.9706 11.2721Z"/></svg>`;export{close as default};
2
+ //# sourceMappingURL=close-V1xd5yiJ-B9WyqFwO.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"close-V1xd5yiJ-B9WyqFwO.js","sources":["../../miranda-icons/dist/close-V1xd5yiJ.js"],"sourcesContent":["import{b}from\"./index-B_13lP_9.js\";var close=b`<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 48 48\"><path d=\"M40.9706 11.2721L36.7279 7.02944L24 19.7574L11.2721 7.02944L7.02944 11.2721L19.7574 24L7.02944 36.7279L11.2721 40.9706L24 28.2426L36.7279 40.9706L40.9706 36.7279L28.2426 24L40.9706 11.2721Z\"/></svg>`;export{close as default};\n//# sourceMappingURL=close-V1xd5yiJ.js.map\n"],"names":["close","b"],"mappings":"mCAAsC,IAACA,MAAMC,CAAC"}
@@ -43,7 +43,7 @@ export declare class Banner extends Component implements BannerProps {
43
43
  constructor();
44
44
  get primaryAction(): BannerActionPrimary | null;
45
45
  updated(changedProperties: PropertyValues): void;
46
- render(): typeof nothing | import("lit-html").TemplateResult<1>;
46
+ render(): import("lit-html").TemplateResult<1> | typeof nothing;
47
47
  }
48
48
  declare global {
49
49
  interface HTMLElementTagNameMap {
@@ -1 +1 @@
1
- {"version":3,"file":"base-button.styles.d.ts","sourceRoot":"","sources":["../../../src/components/button/base-button.styles.ts"],"names":[],"mappings":"AAMA,iBAAS,MAAM,4BA4Gd;AAED,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"base-button.styles.d.ts","sourceRoot":"","sources":["../../../src/components/button/base-button.styles.ts"],"names":[],"mappings":"AAMA,iBAAS,MAAM,4BA8Gd;AAED,eAAe,MAAM,CAAC"}
@@ -1,3 +1,4 @@
1
+ import type { PropertyValues } from 'lit';
1
2
  import { Component } from '../component';
2
3
  import '../icon';
3
4
  export type CloseButtonSize = 'small' | 'default' | 'large';
@@ -17,15 +18,18 @@ export declare class CloseButton extends Component implements CloseButtonProps {
17
18
  };
18
19
  disabled: {
19
20
  type: BooleanConstructor;
21
+ reflect: boolean;
20
22
  };
21
23
  inverted: {
22
24
  type: BooleanConstructor;
25
+ reflect: boolean;
23
26
  };
24
27
  label: {
25
28
  type: StringConstructor;
26
29
  };
27
30
  size: {
28
31
  type: StringConstructor;
32
+ reflect: boolean;
29
33
  };
30
34
  };
31
35
  /**
@@ -49,6 +53,9 @@ export declare class CloseButton extends Component implements CloseButtonProps {
49
53
  */
50
54
  size: CloseButtonProps['size'];
51
55
  constructor();
56
+ connectedCallback(): void;
57
+ disconnectedCallback(): void;
58
+ update(changedProperties: PropertyValues<this>): void;
52
59
  render(): import("lit-html").TemplateResult<1>;
53
60
  focus(options?: FocusOptions | undefined): void;
54
61
  }
@@ -1 +1 @@
1
- {"version":3,"file":"close-button.d.ts","sourceRoot":"","sources":["../../../src/components/close-button/close-button.ts"],"names":[],"mappings":"AAIA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGzC,OAAO,SAAS,CAAC;AAEjB,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;AAE5D,MAAM,WAAW,gBAAgB;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,eAAe,CAAC;CACvB;AAED,qBAAa,WAAY,SAAQ,SAAU,YAAW,gBAAgB;;IACrE,OAAgB,MAAM,4BAAc;IAEpC,WAAoB,UAAU;;;;;;;;;;;;;;;;MAQ7B;IAED;;OAEG;IACK,QAAQ,EAAE,gBAAgB,CAAC,UAAU,CAAC,CAAC;IAE/C;;OAEG;IACK,QAAQ,EAAE,gBAAgB,CAAC,UAAU,CAAC,CAAC;IAE/C;;OAEG;IACK,QAAQ,EAAE,gBAAgB,CAAC,UAAU,CAAC,CAAC;IAE/C;;OAEG;IACK,KAAK,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;IAEzC;;OAEG;IACK,IAAI,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;;IAU9B,MAAM;IAsBN,KAAK,CAAC,OAAO,CAAC,EAAE,YAAY,GAAG,SAAS,GAAG,IAAI;CAWxD;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,gBAAgB,EAAE,WAAW,CAAC;KAC9B;CACD"}
1
+ {"version":3,"file":"close-button.d.ts","sourceRoot":"","sources":["../../../src/components/close-button/close-button.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAE1C,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAIzC,OAAO,SAAS,CAAC;AAEjB,MAAM,MAAM,eAAe,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;AAE5D,MAAM,WAAW,gBAAgB;IAChC,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,IAAI,CAAC,EAAE,eAAe,CAAC;CACvB;AAED,qBAAa,WAAY,SAAQ,SAAU,YAAW,gBAAgB;;IACrE,OAAgB,MAAM,4BAAc;IAEpC,WAAoB,UAAU;;;;;;;;;;;;;;;;;;;MAQ7B;IAED;;OAEG;IACK,QAAQ,EAAE,gBAAgB,CAAC,UAAU,CAAC,CAAC;IAE/C;;OAEG;IACK,QAAQ,EAAE,gBAAgB,CAAC,UAAU,CAAC,CAAC;IAE/C;;OAEG;IACK,QAAQ,EAAE,gBAAgB,CAAC,UAAU,CAAC,CAAC;IAE/C;;OAEG;IACK,KAAK,EAAE,gBAAgB,CAAC,OAAO,CAAC,CAAC;IAEzC;;OAEG;IACK,IAAI,EAAE,gBAAgB,CAAC,MAAM,CAAC,CAAC;;IAyC9B,iBAAiB,IAAI,IAAI;IAUzB,oBAAoB,IAAI,IAAI;IAM5B,MAAM,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC,GAAG,IAAI;IAsBrD,MAAM;IAIN,KAAK,CAAC,OAAO,CAAC,EAAE,YAAY,GAAG,SAAS,GAAG,IAAI;CAexD;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,gBAAgB,EAAE,WAAW,CAAC;KAC9B;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"close-button.styles.d.ts","sourceRoot":"","sources":["../../../src/components/close-button/close-button.styles.ts"],"names":[],"mappings":"AAMA,wBAAgB,MAAM,4BA8ErB"}
1
+ {"version":3,"file":"close-button.styles.d.ts","sourceRoot":"","sources":["../../../src/components/close-button/close-button.styles.ts"],"names":[],"mappings":"AAMA,wBAAgB,MAAM,4BA0FrB"}
@@ -1,4 +1,2 @@
1
- export { Icon } from './icon';
2
- export type { IconProps } from './icon';
3
- export type { IconName } from './available-icons';
1
+ export * from '@loadsmart/miranda-icons';
4
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/icon/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,QAAQ,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,MAAM,QAAQ,CAAC;AACxC,YAAY,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/icon/index.ts"],"names":[],"mappings":"AAAA,cAAc,0BAA0B,CAAC"}
@@ -20,7 +20,7 @@ export declare class Label extends Component implements LabelProps {
20
20
  };
21
21
  required: LabelProps['required'];
22
22
  size: LabelProps['size'];
23
- requiredTemplate(): typeof nothing | import("lit-html").TemplateResult<1>;
23
+ requiredTemplate(): import("lit-html").TemplateResult<1> | typeof nothing;
24
24
  private labelClassList;
25
25
  render(): import("lit-html").TemplateResult<1>;
26
26
  getSize(): LabelProps['size'];
@@ -1,3 +1,4 @@
1
+ import type { PropertyValues } from 'lit';
1
2
  import { Text } from '../text';
2
3
  export declare class LabeledValueLabel extends Text {
3
4
  static get properties(): {
@@ -21,7 +22,7 @@ export declare class LabeledValueLabel extends Text {
21
22
  role: string;
22
23
  constructor();
23
24
  connectedCallback(): void;
24
- update(changedProperties: Map<string | number | symbol, unknown>): void;
25
+ update(changedProperties: PropertyValues<this>): void;
25
26
  }
26
27
  declare global {
27
28
  interface HTMLElementTagNameMap {
@@ -1 +1 @@
1
- {"version":3,"file":"labeled-value-label.d.ts","sourceRoot":"","sources":["../../../src/components/labeled-value/labeled-value-label.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAO/B,qBAAa,iBAAkB,SAAQ,IAAI;IAC1C,WAAoB,UAAU;;;;;;;;;;;;;;;;;MAK7B;IAEO,IAAI,EAAE,MAAM,CAAC;;IASZ,iBAAiB;IAOjB,MAAM,CAAC,iBAAiB,EAAE,GAAG,CAAC,MAAM,GAAG,MAAM,GAAG,MAAM,EAAE,OAAO,CAAC;CAiBzE;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,uBAAuB,EAAE,iBAAiB,CAAC;KAC3C;CACD"}
1
+ {"version":3,"file":"labeled-value-label.d.ts","sourceRoot":"","sources":["../../../src/components/labeled-value/labeled-value-label.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAC1C,OAAO,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAO/B,qBAAa,iBAAkB,SAAQ,IAAI;IAC1C,WAAoB,UAAU;;;;;;;;;;;;;;;;;MAK7B;IAEO,IAAI,EAAE,MAAM,CAAC;;IASZ,iBAAiB;IAOjB,MAAM,CAAC,iBAAiB,EAAE,cAAc,CAAC,IAAI,CAAC;CAiBvD;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,uBAAuB,EAAE,iBAAiB,CAAC;KAC3C;CACD"}
@@ -1,9 +1,11 @@
1
1
  export { Table, defaultTableProps } from './table';
2
2
  export { TableHead } from './table-head';
3
+ export { TableHeadCell, defaultTableHeadCellProps } from './table-head-cell';
3
4
  export { TableBody } from './table-body';
4
5
  export { TableFoot } from './table-foot';
5
6
  export { TableRow } from './table-row';
6
- export { TableToolbar } from './table-toolbar';
7
7
  export { TableCell, defaultTableCellProps } from './table-cell';
8
- export type { TableProps, TableCellProps } from './table.types';
8
+ export { TableToolbar } from './table-toolbar';
9
+ export { TableFeedback } from './table-feedback';
10
+ export type { TableProps, TableCellProps, TableHeadCellProps, TableCellAlignment, TableSize, TableHeadCellSortEventDetails, } from './table.types';
9
11
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,SAAS,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAChE,YAAY,EAAE,UAAU,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/table/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AACnD,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,aAAa,EAAE,yBAAyB,EAAE,MAAM,mBAAmB,CAAC;AAC7E,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,EAAE,QAAQ,EAAE,MAAM,aAAa,CAAC;AACvC,OAAO,EAAE,SAAS,EAAE,qBAAqB,EAAE,MAAM,cAAc,CAAC;AAChE,OAAO,EAAE,YAAY,EAAE,MAAM,iBAAiB,CAAC;AAC/C,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,YAAY,EACX,UAAU,EACV,cAAc,EACd,kBAAkB,EAClB,kBAAkB,EAClB,SAAS,EACT,6BAA6B,GAC7B,MAAM,eAAe,CAAC"}
@@ -21,6 +21,10 @@ export declare class TableCell extends LitElement implements TableCellProps {
21
21
  };
22
22
  alignment: TableCellProps['alignment'];
23
23
  constructor();
24
+ /**
25
+ * TODO: This role validation is not necessary anymore since we have a dedicated table-head-cell now.
26
+ * We can remove it for the next major release to avoid breaking changes.
27
+ */
24
28
  protected firstUpdated(): void;
25
29
  protected update(changedProperties: PropertyValues<TableCellProps>): void;
26
30
  render(): import("lit-html").TemplateResult<1>;
@@ -1 +1 @@
1
- {"version":3,"file":"table-cell.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-cell.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAE,MAAM,KAAK,CAAC;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAEpD,eAAO,MAAM,qBAAqB;;CAExB,CAAC;AAEX,qBAAa,SAAU,SAAQ,UAAW,YAAW,cAAc;IAClE,OAAgB,MAAM,4BAAuB;IAE7C,WAAoB,UAAU;;;;;;;;;;;;MAM7B;IAEO,SAAS,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC;;cAQ5B,YAAY,IAAI,IAAI;cAMpB,MAAM,CACxB,iBAAiB,EAAE,cAAc,CAAC,cAAc,CAAC,GAC/C,IAAI;IAWE,MAAM;CAGf;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,cAAc,EAAE,SAAS,CAAC;KAC1B;CACD"}
1
+ {"version":3,"file":"table-cell.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-cell.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAE,MAAM,KAAK,CAAC;AACvC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAG1C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,eAAe,CAAC;AAEpD,eAAO,MAAM,qBAAqB;;CAExB,CAAC;AAEX,qBAAa,SAAU,SAAQ,UAAW,YAAW,cAAc;IAClE,OAAgB,MAAM,4BAAuB;IAE7C,WAAoB,UAAU;;;;;;;;;;;;MAM7B;IAEO,SAAS,EAAE,cAAc,CAAC,WAAW,CAAC,CAAC;;IAQ/C;;;OAGG;cACgB,YAAY,IAAI,IAAI;cAMpB,MAAM,CACxB,iBAAiB,EAAE,cAAc,CAAC,cAAc,CAAC,GAC/C,IAAI;IAWE,MAAM;CAGf;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,cAAc,EAAE,SAAS,CAAC;KAC1B;CACD"}
@@ -0,0 +1,18 @@
1
+ import { LitElement } from 'lit';
2
+ export declare class TableFeedback extends LitElement {
3
+ static styles: import("lit").CSSResult[];
4
+ static get properties(): {
5
+ slot: {
6
+ type: StringConstructor;
7
+ reflect: boolean;
8
+ };
9
+ };
10
+ constructor();
11
+ render(): import("lit-html").TemplateResult<1>;
12
+ }
13
+ declare global {
14
+ interface HTMLElementTagNameMap {
15
+ 'm-table-feedback': TableFeedback;
16
+ }
17
+ }
18
+ //# sourceMappingURL=table-feedback.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-feedback.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-feedback.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAE,MAAM,KAAK,CAAC;AAIvC,qBAAa,aAAc,SAAQ,UAAU;IAC5C,OAAgB,MAAM,4BAA2B;IAEjD,WAAoB,UAAU;;;;;MAI7B;;IAOQ,MAAM;CAGf;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,kBAAkB,EAAE,aAAa,CAAC;KAClC;CACD"}
@@ -0,0 +1,60 @@
1
+ import type { PropertyValues } from 'lit';
2
+ import '../icon';
3
+ import { Component } from '../component';
4
+ import type { TableHeadCellProps } from './table.types';
5
+ export declare const defaultTableHeadCellProps: {
6
+ readonly alignment: "left";
7
+ readonly sortable: false;
8
+ readonly sortDirection: undefined;
9
+ readonly disabled: false;
10
+ };
11
+ export declare class TableHeadCell extends Component implements TableHeadCellProps {
12
+ #private;
13
+ static styles: import("lit").CSSResult[][];
14
+ static get properties(): {
15
+ slot: {
16
+ type: StringConstructor;
17
+ reflect: boolean;
18
+ };
19
+ role: {
20
+ type: StringConstructor;
21
+ reflect: boolean;
22
+ };
23
+ alignment: {
24
+ type: StringConstructor;
25
+ };
26
+ columnId: {
27
+ type: StringConstructor;
28
+ attribute: string;
29
+ };
30
+ sortable: {
31
+ type: BooleanConstructor;
32
+ reflect: boolean;
33
+ };
34
+ sortDirection: {
35
+ type: StringConstructor;
36
+ attribute: string;
37
+ };
38
+ disabled: {
39
+ type: BooleanConstructor;
40
+ reflect: boolean;
41
+ };
42
+ };
43
+ alignment: TableHeadCellProps['alignment'];
44
+ columnId: TableHeadCellProps['columnId'];
45
+ sortable: TableHeadCellProps['sortable'];
46
+ sortDirection: TableHeadCellProps['sortDirection'];
47
+ disabled: TableHeadCellProps['disabled'];
48
+ ['m-sort']: TableHeadCellProps['m-sort'];
49
+ constructor();
50
+ connectedCallback(): void;
51
+ disconnectedCallback(): void;
52
+ protected update(changedProperties: PropertyValues<TableHeadCellProps>): void;
53
+ render(): import("lit-html").TemplateResult<1>;
54
+ }
55
+ declare global {
56
+ interface HTMLElementTagNameMap {
57
+ 'm-table-head-cell': TableHeadCell;
58
+ }
59
+ }
60
+ //# sourceMappingURL=table-head-cell.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"table-head-cell.d.ts","sourceRoot":"","sources":["../../../src/components/table/table-head-cell.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,KAAK,CAAC;AAI1C,OAAO,SAAS,CAAC;AACjB,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAGzC,OAAO,KAAK,EAEX,kBAAkB,EAElB,MAAM,eAAe,CAAC;AAEvB,eAAO,MAAM,yBAAyB;;;;;CAK5B,CAAC;AAEX,qBAAa,aAAc,SAAQ,SAAU,YAAW,kBAAkB;;IACzE,OAAgB,MAAM,8BAA2B;IAEjD,WAAoB,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;MAU7B;IAEO,SAAS,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;IAE3C,QAAQ,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IAEzC,QAAQ,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IAEzC,aAAa,EAAE,kBAAkB,CAAC,eAAe,CAAC,CAAC;IAEnD,QAAQ,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IAEzC,CAAC,QAAQ,CAAC,EAAE,kBAAkB,CAAC,QAAQ,CAAC,CAAC;;IAYxC,iBAAiB,IAAI,IAAI;IAMzB,oBAAoB,IAAI,IAAI;cAMlB,MAAM,CACxB,iBAAiB,EAAE,cAAc,CAAC,kBAAkB,CAAC,GACnD,IAAI;IAWE,MAAM;CAkDf;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,mBAAmB,EAAE,aAAa,CAAC;KACnC;CACD"}
@@ -1 +1 @@
1
- {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/components/table/table.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAE,MAAM,KAAK,CAAC;AAGvC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,WAAW,CAAC;AAEnB,eAAO,MAAM,iBAAiB;;CAEpB,CAAC;AAEX,qBAAa,KAAM,SAAQ,UAAW,YAAW,UAAU;IAC1D,OAAgB,MAAM,4BAAmB;IAEzC,WAAoB,UAAU;;;;;;;;;MAK7B;IAEO,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;;IAQxB,MAAM;CAYf;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,SAAS,EAAE,KAAK,CAAC;KACjB;CACD"}
1
+ {"version":3,"file":"table.d.ts","sourceRoot":"","sources":["../../../src/components/table/table.ts"],"names":[],"mappings":"AAAA,OAAO,EAAQ,UAAU,EAAE,MAAM,KAAK,CAAC;AAGvC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAChD,OAAO,WAAW,CAAC;AAEnB,eAAO,MAAM,iBAAiB;;CAEpB,CAAC;AAEX,qBAAa,KAAM,SAAQ,UAAW,YAAW,UAAU;IAC1D,OAAgB,MAAM,4BAAmB;IAEzC,WAAoB,UAAU;;;;;;;;;MAK7B;IAEO,IAAI,EAAE,UAAU,CAAC,MAAM,CAAC,CAAC;;IAYxB,MAAM;CAaf;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,SAAS,EAAE,KAAK,CAAC;KACjB;CACD"}
@@ -5,4 +5,6 @@ export declare function tableBodyStyles(): import("lit").CSSResult;
5
5
  export declare function tableFootStyles(): import("lit").CSSResult;
6
6
  export declare function tableRowStyles(): import("lit").CSSResult;
7
7
  export declare function tableCellStyles(): import("lit").CSSResult;
8
+ export declare function tableHeadCellStyles(): import("lit").CSSResult[];
9
+ export declare function tableFeedbackStyles(): import("lit").CSSResult;
8
10
  //# sourceMappingURL=table.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table.styles.d.ts","sourceRoot":"","sources":["../../../src/components/table/table.styles.ts"],"names":[],"mappings":"AAMA,wBAAgB,WAAW,4BAoB1B;AAED,wBAAgB,kBAAkB,4BAOjC;AAED,wBAAgB,eAAe,4BAa9B;AAED,wBAAgB,eAAe,4BA8B9B;AAED,wBAAgB,eAAe,4BAa9B;AAED,wBAAgB,cAAc,4BAM7B;AAED,wBAAgB,eAAe,4BAkB9B"}
1
+ {"version":3,"file":"table.styles.d.ts","sourceRoot":"","sources":["../../../src/components/table/table.styles.ts"],"names":[],"mappings":"AAMA,wBAAgB,WAAW,4BAoB1B;AAED,wBAAgB,kBAAkB,4BAOjC;AAED,wBAAgB,eAAe,4BAa9B;AAED,wBAAgB,eAAe,4BA8B9B;AAED,wBAAgB,eAAe,4BAa9B;AAED,wBAAgB,cAAc,4BAM7B;AAED,wBAAgB,eAAe,4BAkB9B;AAED,wBAAgB,mBAAmB,8BA0BlC;AAED,wBAAgB,mBAAmB,4BASlC"}
@@ -1,5 +1,6 @@
1
1
  export type TableSize = 'small' | 'default' | 'large';
2
2
  export type TableCellAlignment = 'left' | 'center' | 'right';
3
+ export type SortDirection = 'asc' | 'desc';
3
4
  export type TableProps = {
4
5
  /**
5
6
  * Determines the height of the cell.
@@ -14,4 +15,32 @@ export type TableCellProps = {
14
15
  */
15
16
  alignment?: TableCellAlignment;
16
17
  };
18
+ export type TableHeadCellSortEventDetails = {
19
+ columnId: string;
20
+ sortDirection: SortDirection | undefined;
21
+ };
22
+ export type TableHeadCellProps = TableCellProps & {
23
+ /**
24
+ * Useful to identify the selected column header when sorting.
25
+ */
26
+ columnId: string;
27
+ /**
28
+ * If true, the sort handle will be rendered next to the main content.
29
+ * @default false
30
+ */
31
+ sortable?: boolean;
32
+ /**
33
+ * If sortable is true and sortDirection is provided, the handle icon will point to the given direction, otherwise, it will show up-down arrows.
34
+ */
35
+ sortDirection?: SortDirection;
36
+ /**
37
+ * Applies disabled styles to the cell. Even if sortable is true, it won't be clickable.
38
+ * @default false
39
+ */
40
+ disabled?: boolean;
41
+ /**
42
+ * Click event handler for sortable head cells.
43
+ */
44
+ 'm-sort'?: (event: CustomEvent<TableHeadCellSortEventDetails>) => void;
45
+ };
17
46
  //# sourceMappingURL=table.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"table.types.d.ts","sourceRoot":"","sources":["../../../src/components/table/table.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;AACtD,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE7D,MAAM,MAAM,UAAU,GAAG;IACxB;;;OAGG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC5B;;;OAGG;IACH,SAAS,CAAC,EAAE,kBAAkB,CAAC;CAC/B,CAAC"}
1
+ {"version":3,"file":"table.types.d.ts","sourceRoot":"","sources":["../../../src/components/table/table.types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,SAAS,GAAG,OAAO,GAAG,SAAS,GAAG,OAAO,CAAC;AACtD,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,QAAQ,GAAG,OAAO,CAAC;AAC7D,MAAM,MAAM,aAAa,GAAG,KAAK,GAAG,MAAM,CAAC;AAE3C,MAAM,MAAM,UAAU,GAAG;IACxB;;;OAGG;IACH,IAAI,CAAC,EAAE,SAAS,CAAC;CACjB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG;IAC5B;;;OAGG;IACH,SAAS,CAAC,EAAE,kBAAkB,CAAC;CAC/B,CAAC;AAEF,MAAM,MAAM,6BAA6B,GAAG;IAC3C,QAAQ,EAAE,MAAM,CAAC;IACjB,aAAa,EAAE,aAAa,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,cAAc,GAAG;IACjD;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;IAC9B;;;OAGG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,6BAA6B,CAAC,KAAK,IAAI,CAAC;CACvE,CAAC"}
@@ -0,0 +1,97 @@
1
+ import { Component } from '../component';
2
+ import type { TagProps } from './tag';
3
+ import '../close-button';
4
+ import '../text';
5
+ export type ActionableTagVariant = 'default' | 'accent';
6
+ export type ActionableTagChangeEventDetail = {
7
+ selected: boolean;
8
+ };
9
+ export interface ActionableTagProps extends Pick<TagProps, 'size' | 'isSkeleton'> {
10
+ variant?: ActionableTagVariant;
11
+ selectable?: boolean;
12
+ selected?: boolean;
13
+ removable?: boolean;
14
+ disabled?: boolean;
15
+ 'm-remove'?: (event: CustomEvent) => void;
16
+ 'm-change'?: (event: CustomEvent<ActionableTagChangeEventDetail>) => void;
17
+ }
18
+ export declare class ActionableTag extends Component implements ActionableTagProps {
19
+ #private;
20
+ static styles: (import("lit").CSSResult | import("lit").CSSResult[])[][];
21
+ static get properties(): {
22
+ variant: {
23
+ type: StringConstructor;
24
+ };
25
+ size: {
26
+ type: StringConstructor;
27
+ };
28
+ selectable: {
29
+ type: BooleanConstructor;
30
+ reflect: boolean;
31
+ };
32
+ selected: {
33
+ type: BooleanConstructor;
34
+ reflect: boolean;
35
+ };
36
+ removable: {
37
+ type: BooleanConstructor;
38
+ reflect: boolean;
39
+ };
40
+ disabled: {
41
+ type: BooleanConstructor;
42
+ reflect: boolean;
43
+ };
44
+ isSkeleton: {
45
+ type: BooleanConstructor;
46
+ attribute: string;
47
+ };
48
+ };
49
+ /**
50
+ * Tag variant.
51
+ */
52
+ variant: ActionableTagProps['variant'];
53
+ /**
54
+ * Tag size.
55
+ */
56
+ size: ActionableTagProps['size'];
57
+ /**
58
+ * Should the tag be clickable?
59
+ */
60
+ selectable: ActionableTagProps['selectable'];
61
+ /**
62
+ * Is the tag selected?
63
+ */
64
+ selected: ActionableTagProps['selected'];
65
+ /**
66
+ * Should it show the remove button?
67
+ */
68
+ removable: ActionableTagProps['removable'];
69
+ /**
70
+ * Is the tag and/or the close button disabled?
71
+ */
72
+ disabled: ActionableTagProps['disabled'];
73
+ /**
74
+ * Tag skeleton loader.
75
+ */
76
+ isSkeleton: ActionableTagProps['isSkeleton'];
77
+ /**
78
+ * Event handler for removing the tag.
79
+ */
80
+ ['m-remove']: ActionableTagProps['m-remove'];
81
+ /**
82
+ * Event handler for selecting or unselecting the tag.
83
+ */
84
+ ['m-change']: ActionableTagProps['m-change'];
85
+ constructor();
86
+ /**
87
+ * Which HTML tag should be used to render this element.
88
+ */
89
+ private get tag();
90
+ render(): import("lit-html").TemplateResult;
91
+ }
92
+ declare global {
93
+ interface HTMLElementTagNameMap {
94
+ 'm-actionable-tag': ActionableTag;
95
+ }
96
+ }
97
+ //# sourceMappingURL=actionable-tag.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actionable-tag.d.ts","sourceRoot":"","sources":["../../../src/components/tag/actionable-tag.ts"],"names":[],"mappings":"AAMA,OAAO,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AACzC,OAAO,KAAK,EAAE,QAAQ,EAAW,MAAM,OAAO,CAAC;AAG/C,OAAO,iBAAiB,CAAC;AACzB,OAAO,SAAS,CAAC;AAEjB,MAAM,MAAM,oBAAoB,GAAG,SAAS,GAAG,QAAQ,CAAC;AAExD,MAAM,MAAM,8BAA8B,GAAG;IAC5C,QAAQ,EAAE,OAAO,CAAC;CAClB,CAAC;AAEF,MAAM,WAAW,kBAChB,SAAQ,IAAI,CAAC,QAAQ,EAAE,MAAM,GAAG,YAAY,CAAC;IAC7C,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;IAC1C,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,8BAA8B,CAAC,KAAK,IAAI,CAAC;CAC1E;AAED,qBAAa,aAAc,SAAQ,SAAU,YAAW,kBAAkB;;IACzE,OAAgB,MAAM,4DAA2B;IAEjD,WAAoB,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;MAU7B;IAED;;OAEG;IACK,OAAO,EAAE,kBAAkB,CAAC,SAAS,CAAC,CAAC;IAE/C;;OAEG;IACK,IAAI,EAAE,kBAAkB,CAAC,MAAM,CAAC,CAAC;IAEzC;;OAEG;IACK,UAAU,EAAE,kBAAkB,CAAC,YAAY,CAAC,CAAC;IAErD;;OAEG;IACK,QAAQ,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IAEjD;;OAEG;IACK,SAAS,EAAE,kBAAkB,CAAC,WAAW,CAAC,CAAC;IAEnD;;OAEG;IACK,QAAQ,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IAEjD;;OAEG;IACK,UAAU,EAAE,kBAAkB,CAAC,YAAY,CAAC,CAAC;IAErD;;OAEG;IACK,CAAC,UAAU,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IAErD;;OAEG;IACK,CAAC,UAAU,CAAC,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;;IAcrD;;OAEG;IACH,OAAO,KAAK,GAAG,GAId;IAEQ,MAAM;CA+Ff;AAID,OAAO,CAAC,MAAM,CAAC;IACd,UAAU,qBAAqB;QAC9B,kBAAkB,EAAE,aAAa,CAAC;KAClC;CACD"}
@@ -0,0 +1,2 @@
1
+ export declare function actionableTagStyles(): (import("lit").CSSResult | import("lit").CSSResult[])[];
2
+ //# sourceMappingURL=actionable-tag.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"actionable-tag.styles.d.ts","sourceRoot":"","sources":["../../../src/components/tag/actionable-tag.styles.ts"],"names":[],"mappings":"AAMA,wBAAgB,mBAAmB,4DA4GlC"}
@@ -0,0 +1,2 @@
1
+ export declare function baseTagStyles(): import("lit").CSSResult[];
2
+ //# sourceMappingURL=base-tag.styles.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"base-tag.styles.d.ts","sourceRoot":"","sources":["../../../src/components/tag/base-tag.styles.ts"],"names":[],"mappings":"AAKA,wBAAgB,aAAa,8BA6C5B"}
@@ -1,3 +1,5 @@
1
1
  export { Tag } from './tag';
2
2
  export type { TagProps, TagVariant, TagSize } from './tag';
3
+ export { ActionableTag } from './actionable-tag';
4
+ export type { ActionableTagProps, ActionableTagVariant, ActionableTagChangeEventDetail, } from './actionable-tag';
3
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/tag/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,YAAY,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/tag/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,OAAO,CAAC;AAC5B,YAAY,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,EAAE,MAAM,OAAO,CAAC;AAC3D,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,YAAY,EACX,kBAAkB,EAClB,oBAAoB,EACpB,8BAA8B,GAC9B,MAAM,kBAAkB,CAAC"}