@volverjs/ui-vue 0.0.10-beta.2 → 0.0.10-beta.20

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 (251) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +98 -3
  3. package/auto-imports.d.ts +6 -2
  4. package/bin/icons.cjs +1 -1
  5. package/bin/icons.js +23 -16
  6. package/dist/Volver.d.ts +1 -1
  7. package/dist/components/VvAccordion/VvAccordion.es.js +67 -13
  8. package/dist/components/VvAccordion/VvAccordion.umd.js +1 -1
  9. package/dist/components/VvAccordion/VvAccordion.vue.d.ts +13 -6
  10. package/dist/components/VvAccordion/index.d.ts +4 -1
  11. package/dist/components/VvAccordionGroup/VvAccordionGroup.es.js +111 -37
  12. package/dist/components/VvAccordionGroup/VvAccordionGroup.umd.js +1 -1
  13. package/dist/components/VvAccordionGroup/VvAccordionGroup.vue.d.ts +15 -8
  14. package/dist/components/VvAccordionGroup/index.d.ts +4 -1
  15. package/dist/components/VvAction/VvAction.es.js +56 -12
  16. package/dist/components/VvAction/VvAction.umd.js +1 -1
  17. package/dist/components/VvAction/VvAction.vue.d.ts +59 -12
  18. package/dist/components/VvAction/index.d.ts +25 -4
  19. package/dist/components/VvAlert/VvAlert.es.js +188 -152
  20. package/dist/components/VvAlert/VvAlert.umd.js +1 -1
  21. package/dist/components/VvAlert/VvAlert.vue.d.ts +18 -8
  22. package/dist/components/VvAlert/index.d.ts +9 -5
  23. package/dist/components/VvAlertGroup/VvAlertGroup.es.js +230 -174
  24. package/dist/components/VvAlertGroup/VvAlertGroup.umd.js +1 -1
  25. package/dist/components/VvAlertGroup/VvAlertGroup.vue.d.ts +13 -6
  26. package/dist/components/VvAlertGroup/index.d.ts +6 -2
  27. package/dist/components/VvAvatar/VvAvatar.es.js +54 -9
  28. package/dist/components/VvAvatar/VvAvatar.umd.js +1 -1
  29. package/dist/components/VvAvatar/VvAvatar.vue.d.ts +12 -4
  30. package/dist/components/VvAvatar/index.d.ts +4 -1
  31. package/dist/components/VvAvatarGroup/VvAvatarGroup.es.js +111 -36
  32. package/dist/components/VvAvatarGroup/VvAvatarGroup.umd.js +1 -1
  33. package/dist/components/VvAvatarGroup/VvAvatarGroup.vue.d.ts +10 -3
  34. package/dist/components/VvAvatarGroup/index.d.ts +4 -1
  35. package/dist/components/VvBadge/VvBadge.es.js +71 -16
  36. package/dist/components/VvBadge/VvBadge.umd.js +1 -1
  37. package/dist/components/VvBadge/VvBadge.vue.d.ts +12 -4
  38. package/dist/components/VvBadge/index.d.ts +4 -1
  39. package/dist/components/VvBreadcrumb/VvBreadcrumb.es.js +257 -49
  40. package/dist/components/VvBreadcrumb/VvBreadcrumb.umd.js +1 -1
  41. package/dist/components/VvBreadcrumb/VvBreadcrumb.vue.d.ts +27 -7
  42. package/dist/components/VvBreadcrumb/index.d.ts +6 -10
  43. package/dist/components/VvButton/VvButton.es.js +165 -137
  44. package/dist/components/VvButton/VvButton.umd.js +1 -1
  45. package/dist/components/VvButton/VvButton.vue.d.ts +101 -27
  46. package/dist/components/VvButton/index.d.ts +41 -14
  47. package/dist/components/VvButtonGroup/VvButtonGroup.es.js +67 -15
  48. package/dist/components/VvButtonGroup/VvButtonGroup.umd.js +1 -1
  49. package/dist/components/VvButtonGroup/VvButtonGroup.vue.d.ts +23 -10
  50. package/dist/components/VvButtonGroup/index.d.ts +8 -2
  51. package/dist/components/VvCard/VvCard.es.js +79 -24
  52. package/dist/components/VvCard/VvCard.umd.js +1 -1
  53. package/dist/components/VvCard/VvCard.vue.d.ts +12 -4
  54. package/dist/components/VvCard/index.d.ts +4 -1
  55. package/dist/components/VvCheckbox/VvCheckbox.es.js +89 -21
  56. package/dist/components/VvCheckbox/VvCheckbox.umd.js +1 -1
  57. package/dist/components/VvCheckbox/VvCheckbox.vue.d.ts +104 -32
  58. package/dist/components/VvCheckbox/index.d.ts +45 -12
  59. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.es.js +168 -66
  60. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.umd.js +1 -1
  61. package/dist/components/VvCheckboxGroup/VvCheckboxGroup.vue.d.ts +100 -29
  62. package/dist/components/VvCheckboxGroup/index.d.ts +45 -12
  63. package/dist/components/VvCombobox/VvCombobox.es.js +721 -527
  64. package/dist/components/VvCombobox/VvCombobox.umd.js +1 -1
  65. package/dist/components/VvCombobox/VvCombobox.vue.d.ts +145 -72
  66. package/dist/components/VvCombobox/index.d.ts +53 -22
  67. package/dist/components/VvDialog/VvDialog.es.js +133 -141
  68. package/dist/components/VvDialog/VvDialog.umd.js +1 -1
  69. package/dist/components/VvDialog/VvDialog.vue.d.ts +4 -4
  70. package/dist/components/VvDropdown/VvDropdown.es.js +121 -55
  71. package/dist/components/VvDropdown/VvDropdown.umd.js +1 -1
  72. package/dist/components/VvDropdown/VvDropdown.vue.d.ts +61 -35
  73. package/dist/components/VvDropdown/VvDropdownAction.vue.d.ts +72 -11
  74. package/dist/components/VvDropdown/VvDropdownItem.vue.d.ts +1 -1
  75. package/dist/components/VvDropdown/VvDropdownOptgroup.vue.d.ts +12 -4
  76. package/dist/components/VvDropdown/VvDropdownOption.vue.d.ts +26 -7
  77. package/dist/components/VvDropdown/index.d.ts +16 -11
  78. package/dist/components/VvDropdownAction/VvDropdownAction.es.js +80 -21
  79. package/dist/components/VvDropdownAction/VvDropdownAction.umd.js +1 -1
  80. package/dist/components/VvDropdownItem/VvDropdownItem.es.js +13 -7
  81. package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.es.js +56 -8
  82. package/dist/components/VvDropdownOptgroup/VvDropdownOptgroup.umd.js +1 -1
  83. package/dist/components/VvDropdownOption/VvDropdownOption.es.js +76 -17
  84. package/dist/components/VvDropdownOption/VvDropdownOption.umd.js +1 -1
  85. package/dist/components/VvIcon/VvIcon.es.js +23 -96
  86. package/dist/components/VvIcon/VvIcon.umd.js +1 -1
  87. package/dist/components/VvIcon/VvIcon.vue.d.ts +23 -66
  88. package/dist/components/VvIcon/index.d.ts +21 -48
  89. package/dist/components/VvInputFile/VvInputFile.es.js +1558 -0
  90. package/dist/components/VvInputFile/VvInputFile.umd.js +1 -0
  91. package/dist/components/VvInputFile/VvInputFile.vue.d.ts +190 -0
  92. package/dist/components/VvInputFile/index.d.ts +74 -0
  93. package/dist/components/VvInputText/VvInputClearAction.d.ts +2 -2
  94. package/dist/components/VvInputText/VvInputPasswordAction.d.ts +1 -1
  95. package/dist/components/VvInputText/VvInputStepAction.d.ts +1 -1
  96. package/dist/components/VvInputText/VvInputText.es.js +266 -242
  97. package/dist/components/VvInputText/VvInputText.umd.js +1 -1
  98. package/dist/components/VvInputText/VvInputText.vue.d.ts +153 -46
  99. package/dist/components/VvInputText/index.d.ts +69 -18
  100. package/dist/components/VvNav/VvNav.es.js +150 -73
  101. package/dist/components/VvNav/VvNav.umd.js +1 -1
  102. package/dist/components/VvNav/VvNav.vue.d.ts +41 -14
  103. package/dist/components/VvNav/VvNavItem.vue.d.ts +9 -0
  104. package/dist/components/VvNav/{VvNavSeparator.d.ts → VvNavSeparator.vue.d.ts} +1 -1
  105. package/dist/components/VvNav/index.d.ts +5 -13
  106. package/dist/components/VvNavItem/VvNavItem.es.js +435 -0
  107. package/dist/components/VvNavItem/VvNavItem.umd.js +1 -0
  108. package/dist/components/VvNavSeparator/VvNavSeparator.es.js +24 -0
  109. package/dist/components/VvNavSeparator/VvNavSeparator.umd.js +1 -0
  110. package/dist/components/VvProgress/VvProgress.es.js +65 -14
  111. package/dist/components/VvProgress/VvProgress.umd.js +1 -1
  112. package/dist/components/VvProgress/VvProgress.vue.d.ts +10 -3
  113. package/dist/components/VvProgress/index.d.ts +4 -1
  114. package/dist/components/VvRadio/VvRadio.es.js +89 -21
  115. package/dist/components/VvRadio/VvRadio.umd.js +1 -1
  116. package/dist/components/VvRadio/VvRadio.vue.d.ts +102 -30
  117. package/dist/components/VvRadio/index.d.ts +44 -11
  118. package/dist/components/VvRadioGroup/VvRadioGroup.es.js +168 -66
  119. package/dist/components/VvRadioGroup/VvRadioGroup.umd.js +1 -1
  120. package/dist/components/VvRadioGroup/VvRadioGroup.vue.d.ts +100 -29
  121. package/dist/components/VvRadioGroup/index.d.ts +45 -12
  122. package/dist/components/VvSelect/VvSelect.es.js +244 -226
  123. package/dist/components/VvSelect/VvSelect.umd.js +1 -1
  124. package/dist/components/VvSelect/VvSelect.vue.d.ts +112 -39
  125. package/dist/components/VvSelect/index.d.ts +48 -14
  126. package/dist/components/VvTab/VvTab.es.js +251 -110
  127. package/dist/components/VvTab/VvTab.umd.js +1 -1
  128. package/dist/components/VvTab/VvTab.vue.d.ts +50 -13
  129. package/dist/components/VvTab/index.d.ts +13 -4
  130. package/dist/components/VvTextarea/VvTextarea.es.js +225 -212
  131. package/dist/components/VvTextarea/VvTextarea.umd.js +1 -1
  132. package/dist/components/VvTextarea/VvTextarea.vue.d.ts +155 -48
  133. package/dist/components/VvTextarea/index.d.ts +68 -19
  134. package/dist/components/VvTooltip/VvTooltip.es.js +72 -17
  135. package/dist/components/VvTooltip/VvTooltip.umd.js +1 -1
  136. package/dist/components/VvTooltip/VvTooltip.vue.d.ts +10 -3
  137. package/dist/components/VvTooltip/index.d.ts +4 -1
  138. package/dist/components/index.d.ts +10 -0
  139. package/dist/components/index.es.js +2635 -1301
  140. package/dist/components/index.umd.js +1 -1
  141. package/dist/composables/alert/useAlert.d.ts +37 -4
  142. package/dist/composables/dropdown/useProvideDropdown.d.ts +1 -1
  143. package/dist/composables/index.d.ts +1 -0
  144. package/dist/composables/index.es.js +88 -1
  145. package/dist/composables/index.umd.js +1 -1
  146. package/dist/composables/useBlurhash.d.ts +7 -0
  147. package/dist/composables/useComponentIcon.d.ts +9 -8
  148. package/dist/composables/useVolver.d.ts +1 -1
  149. package/dist/directives/index.d.ts +3 -5
  150. package/dist/directives/index.es.js +92 -31
  151. package/dist/directives/index.umd.js +1 -1
  152. package/dist/directives/v-tooltip.es.js +90 -26
  153. package/dist/directives/v-tooltip.umd.js +1 -1
  154. package/dist/icons.es.js +6 -6
  155. package/dist/icons.umd.js +1 -1
  156. package/dist/index.d.ts +3 -1
  157. package/dist/index.es.js +81 -16
  158. package/dist/index.umd.js +1 -1
  159. package/dist/props/index.d.ts +287 -73
  160. package/dist/resolvers/unplugin.d.ts +6 -1
  161. package/dist/resolvers/unplugin.es.js +78 -10
  162. package/dist/resolvers/unplugin.umd.js +1 -1
  163. package/dist/stories/AccordionGroup/AccordionGroup.stories.d.ts +72 -84
  164. package/dist/stories/AccordionGroup/AccordionGroupSlots.stories.d.ts +623 -461
  165. package/dist/stories/AlertGroup/AlertGroupWithComposable.stories.d.ts +1 -1
  166. package/dist/stories/Blurhash/BlurhashComposable.stories.d.ts +4 -0
  167. package/dist/stories/Combobox/Combobox.settings.d.ts +8 -0
  168. package/dist/stories/Icon/Icon.settings.d.ts +1 -0
  169. package/dist/stories/InputFile/InputFile.settings.d.ts +56 -0
  170. package/dist/stories/InputFile/InputFile.stories.d.ts +13 -0
  171. package/dist/stories/InputFile/InputFileModifiers.stories.d.ts +9 -0
  172. package/dist/stories/InputFile/InputFileSlots.stories.d.ts +6 -0
  173. package/dist/stories/Tab/Tab.settings.d.ts +4 -37
  174. package/dist/types/alert.d.ts +13 -0
  175. package/dist/types/blurhash.d.ts +12 -0
  176. package/dist/types/floating-ui.d.ts +6 -0
  177. package/dist/types/generic.d.ts +4 -0
  178. package/dist/types/group.d.ts +37 -0
  179. package/dist/types/index.d.ts +7 -0
  180. package/dist/types/input-file.d.ts +14 -0
  181. package/dist/types/nav.d.ts +18 -0
  182. package/dist/utils/ObjectUtilities.d.ts +0 -1
  183. package/dist/workers/blurhash.d.ts +1 -0
  184. package/package.json +91 -74
  185. package/src/Volver.ts +31 -20
  186. package/src/assets/icons/detailed.json +1 -1
  187. package/src/assets/icons/normal.json +1 -1
  188. package/src/assets/icons/simple.json +1 -1
  189. package/src/components/VvAccordion/VvAccordion.vue +2 -2
  190. package/src/components/VvAction/VvAction.vue +5 -2
  191. package/src/components/VvAlert/index.ts +1 -3
  192. package/src/components/VvAlertGroup/index.ts +2 -1
  193. package/src/components/VvBreadcrumb/VvBreadcrumb.vue +20 -19
  194. package/src/components/VvBreadcrumb/index.ts +2 -8
  195. package/src/components/VvButton/VvButton.vue +6 -6
  196. package/src/components/VvButton/index.ts +2 -4
  197. package/src/components/VvCombobox/VvCombobox.vue +24 -16
  198. package/src/components/VvCombobox/index.ts +4 -0
  199. package/src/components/VvIcon/VvIcon.vue +2 -2
  200. package/src/components/VvIcon/index.ts +22 -48
  201. package/src/components/VvInputFile/VvInputFile.vue +302 -0
  202. package/src/components/VvInputFile/index.ts +38 -0
  203. package/src/components/VvInputText/VvInputText.vue +13 -14
  204. package/src/components/VvNav/VvNav.vue +30 -50
  205. package/src/components/VvNav/VvNavItem.vue +18 -0
  206. package/src/components/VvNav/VvNavSeparator.vue +11 -0
  207. package/src/components/VvNav/index.ts +2 -15
  208. package/src/components/VvSelect/VvSelect.vue +5 -8
  209. package/src/components/VvTab/VvTab.vue +63 -35
  210. package/src/components/VvTab/index.ts +10 -4
  211. package/src/components/VvTextarea/VvTextarea.vue +6 -9
  212. package/src/components/index.ts +10 -0
  213. package/src/composables/index.ts +1 -0
  214. package/src/composables/useBlurhash.ts +76 -0
  215. package/src/composables/useComponentIcon.ts +15 -14
  216. package/src/composables/useUniqueId.ts +2 -2
  217. package/src/directives/index.ts +3 -6
  218. package/src/directives/v-tooltip.ts +19 -10
  219. package/src/index.ts +3 -1
  220. package/src/props/index.ts +115 -27
  221. package/src/resolvers/unplugin.ts +24 -14
  222. package/src/stories/AlertGroup/AlertGroupWithComposable.stories.ts +2 -2
  223. package/src/stories/Blurhash/BlurhashComposable.stories.ts +195 -0
  224. package/src/stories/Combobox/Combobox.settings.ts +8 -0
  225. package/src/stories/Icon/Icon.settings.ts +3 -3
  226. package/src/stories/InputFile/InputFile.settings.ts +36 -0
  227. package/src/stories/InputFile/InputFile.stories.ts +98 -0
  228. package/src/stories/InputFile/InputFileModifiers.stories.ts +51 -0
  229. package/src/stories/InputFile/InputFileSlots.stories.ts +25 -0
  230. package/src/stories/Nav/Nav.settings.ts +3 -4
  231. package/src/stories/Nav/Nav.test.ts +4 -15
  232. package/src/stories/Tab/Tab.settings.ts +9 -9
  233. package/src/stories/Tab/Tab.stories.ts +2 -2
  234. package/src/stories/Tab/Tab.test.ts +6 -14
  235. package/src/stories/argTypes.ts +1 -1
  236. package/src/types/blurhash.ts +21 -0
  237. package/src/types/generic.ts +6 -0
  238. package/src/types/index.ts +7 -0
  239. package/src/types/input-file.ts +16 -0
  240. package/src/types/nav.ts +20 -0
  241. package/src/utils/ObjectUtilities.ts +0 -11
  242. package/src/workers/blurhash.ts +9 -0
  243. package/dist/components/VvNav/VvNavItemTitle.vue.d.ts +0 -6
  244. package/dist/components/VvNavItemTitle/VvNavItemTitle.es.js +0 -19
  245. package/dist/components/VvNavItemTitle/VvNavItemTitle.umd.js +0 -1
  246. package/src/components/VvNav/VvNavItemTitle.vue +0 -11
  247. package/src/components/VvNav/VvNavSeparator.ts +0 -8
  248. package/src/types/generic.d.ts +0 -6
  249. /package/src/types/{alert.d.ts → alert.ts} +0 -0
  250. /package/src/types/{floating-ui.d.ts → floating-ui.ts} +0 -0
  251. /package/src/types/{group.d.ts → group.ts} +0 -0
package/dist/icons.es.js CHANGED
@@ -1,5 +1,5 @@
1
1
  const prefix$2 = "normal";
2
- const lastModified$2 = 1693916210;
2
+ const lastModified$2 = 1702982121;
3
3
  const icons$3 = {
4
4
  add: {
5
5
  body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 12h16m-8-8v16"/>'
@@ -211,7 +211,7 @@ const icons$3 = {
211
211
  body: '<g fill="none"><path d="M13.993 16.723v-.379l4 2.381a2.049 2.049 0 003-2V7.282a2.051 2.051 0 00-3-2l-4 2.389v-.385a2.054 2.054 0 00-3-2L3.073 10a2.4 2.4 0 000 4l7.92 4.725a1.867 1.867 0 00.961.275 2.165 2.165 0 002.039-2.277Z"/><path fill="currentColor" d="M11.937 16.96a.441.441 0 00.058-.237v-3.897l6.942 4.132a.448.448 0 00.056-.235V7.279a.447.447 0 00-.057-.236l-6.941 4.145V7.279a.441.441 0 00-.058-.239l-7.84 4.68c-.057.034-.099.155-.1.282 0 .129.045.253.1.286l7.84 4.672m.017 2.038c-.32 0-.648-.086-.963-.273l-7.918-4.72c-1.434-.857-1.434-3.15 0-4.003l7.918-4.727c1.361-.81 3.004.286 3.004 2.004v.385l4-2.389c1.355-.81 2.998.286 2.998 2.004v9.444c0 1.718-1.643 2.814-2.998 2.002l-4-2.381v.379c0 1.322-.973 2.275-2.041 2.275Z"/><path d="M10.074 10.006a2.4 2.4 0 000 4l7.923 4.722a2.053 2.053 0 003-2V7.28a2.053 2.053 0 00-3-2Z"/><path fill="currentColor" d="M10.998 12.003c0 .128.043.25.1.284l7.841 4.676a.436.436 0 00.058-.237V7.28a.436.436 0 00-.058-.237l-7.84 4.676c-.058.035-.101.157-.101.284m-2 0c0-.787.358-1.573 1.076-2.002l7.92-4.723c1.359-.81 3.003.286 3.003 2.002v9.446c0 1.717-1.644 2.813-3.003 2.002l-7.92-4.723c-.718-.428-1.076-1.215-1.076-2.002Z"/></g>'
212
212
  },
213
213
  "fast-forward": {
214
- body: '<g fill="none"><path d="M10 16.719v-.381l-4 2.383a2.049 2.049 0 01-3-2V7.276a2.051 2.051 0 013-2l4 2.389V7.28a2.054 2.054 0 013-2l7.918 4.727a2.4 2.4 0 010 4L13 18.728a1.867 1.867 0 01-.963.273A2.165 2.165 0 0110 16.719Z"/><path fill="currentColor" d="m12.059 16.957 7.836-4.674c.058-.035.103-.158.101-.287 0-.127-.04-.248-.1-.283L12.06 7.035a.432.432 0 00-.059.238v3.909L5.059 7.037a.45.45 0 00-.057.236v9.446c0 .113.027.19.057.234L12 12.818v3.9c0 .116.03.194.059.239m-.018 2.037c-1.068 0-2.041-.953-2.041-2.275v-.381L6 18.72c-.313.187-.64.273-.96.273-1.065 0-2.038-.953-2.038-2.275V7.273c0-1.322.973-2.275 2.039-2.275.318 0 .646.084.959.272l4 2.388v-.385c0-1.322.973-2.275 2.041-2.275.32 0 .648.084.963.272l7.918 4.726c1.433.854 1.433 3.147 0 4.004l-7.918 4.72a1.867 1.867 0 01-.963.274Z"/></g><g fill="none"><path d="M13.922 9.995a2.4 2.4 0 010 4l-7.92 4.723a2.054 2.054 0 01-3-2V7.274a2.054 2.054 0 013-2Z"/><path fill="currentColor" d="M12.999 11.997c0-.127-.044-.25-.101-.284L5.057 7.037a.436.436 0 00-.058.237v9.447c0 .116.03.192.058.237l7.84-4.676c.058-.035.102-.157.102-.285m2 0c0 .787-.36 1.574-1.077 2.002l-7.92 4.724c-1.359.81-3.003-.286-3.003-2.002V7.274c0-1.717 1.644-2.813 3.003-2.002l7.92 4.723c.718.428 1.077 1.215 1.077 2.002Z"/></g>'
214
+ body: '<g fill="none"><path d="M10 16.719v-.381l-4 2.383a2.049 2.049 0 01-3-2V7.276a2.051 2.051 0 013-2l4 2.389V7.28a2.054 2.054 0 013-2l7.918 4.727a2.4 2.4 0 010 4L13 18.728a1.867 1.867 0 01-.963.273A2.165 2.165 0 0110 16.719Z"/><path fill="currentColor" d="m12.059 16.957 7.836-4.674c.058-.035.103-.158.101-.287 0-.127-.04-.248-.1-.283L12.06 7.035a.432.432 0 00-.059.238v3.909L5.059 7.037a.45.45 0 00-.057.236v9.446c0 .113.027.19.057.234L12 12.818v3.9c0 .116.03.194.059.239m-.018 2.037c-1.068 0-2.041-.953-2.041-2.275v-.381L6 18.72c-.312.187-.64.273-.96.273-1.065 0-2.038-.953-2.038-2.275V7.273c0-1.322.973-2.275 2.039-2.275.318 0 .646.084.959.272l4 2.388v-.385c0-1.322.973-2.275 2.041-2.275.32 0 .648.084.963.272l7.918 4.726c1.433.854 1.433 3.147 0 4.004l-7.918 4.72a1.867 1.867 0 01-.963.274Z"/></g><g fill="none"><path d="M13.922 9.995a2.4 2.4 0 010 4l-7.92 4.723a2.054 2.054 0 01-3-2V7.274a2.054 2.054 0 013-2Z"/><path fill="currentColor" d="M12.999 11.997c0-.127-.044-.25-.101-.284L5.057 7.037a.436.436 0 00-.058.237v9.447c0 .116.03.192.058.237l7.84-4.676c.058-.035.102-.157.102-.285m2 0c0 .787-.36 1.574-1.077 2.002l-7.92 4.724c-1.359.81-3.003-.286-3.003-2.002V7.274c0-1.717 1.644-2.813 3.003-2.002l7.92 4.723c.718.428 1.077 1.215 1.077 2.002Z"/></g>'
215
215
  },
216
216
  file: {
217
217
  body: '<g stroke-linejoin="round"><g fill="none"><path d="M18.999 7.629V19a1.856 1.856 0 01-2 2h-10a1.856 1.856 0 01-2-2V5a1.856 1.856 0 012-2h7.158Z"/><path fill="currentColor" d="M7 5v14h10V8.484L13.354 5H7m0-2h7.158L19 7.63V19c0 1.243-.775 2-2 2H7c-1.224 0-2-.757-2-2V5c0-1.243.776-2 2-2Z"/></g><path fill="currentColor" stroke="currentColor" stroke-width="2" d="M16.999 8h-3V5Z"/></g>'
@@ -614,7 +614,7 @@ const normal = {
614
614
  height: height$1
615
615
  };
616
616
  const prefix$1 = "detailed";
617
- const lastModified$1 = 1693916210;
617
+ const lastModified$1 = 1702982121;
618
618
  const icons$2 = {
619
619
  add: {
620
620
  body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-width="2" d="M4 15.999h24m-12-12v24"/>'
@@ -1227,7 +1227,7 @@ const detailed = {
1227
1227
  height
1228
1228
  };
1229
1229
  const prefix = "simple";
1230
- const lastModified = 1693916210;
1230
+ const lastModified = 1702982121;
1231
1231
  const icons$1 = {
1232
1232
  add: {
1233
1233
  body: '<path fill="none" stroke="currentColor" stroke-linecap="round" d="M.5 8h15M8 .5v15"/>'
@@ -1459,7 +1459,7 @@ const icons$1 = {
1459
1459
  height: 16.009
1460
1460
  },
1461
1461
  "fast-back": {
1462
- body: '<g fill="none"><path d="M10 11.377v-.359l3.5 1.784a1.7 1.7 0 002.5-1.425V4.625a1.7 1.7 0 00-2.5-1.423L10 4.982v-.357a1.7 1.7 0 00-2.5-1.423L.9 6.575a1.588 1.588 0 000 2.857l6.6 3.37a1.775 1.775 0 00.8.2 1.665 1.665 0 001.7-1.625Z"/><path fill="currentColor" d="M8.299 12.002c.337 0 .701-.239.701-.625V9.382l4.95 2.535a.767.767 0 00.348.085c.337 0 .702-.24.702-.625V4.625c0-.385-.365-.623-.702-.623a.756.756 0 00-.348.086L9 6.616V4.625c0-.385-.364-.623-.7-.623a.763.763 0 00-.35.086L1.353 7.46A.6.6 0 001 8.002c0 .108.035.375.351.536l6.597 3.377a.771.771 0 00.35.087m0 1c-.266 0-.541-.063-.803-.195l-6.6-3.38a1.588 1.588 0 010-2.857l6.6-3.373C8.632 2.617 10 3.4 10 4.625v.357l3.495-1.785C14.628 2.617 16 3.4 16 4.625v6.752c0 1.227-1.372 2.01-2.505 1.43L10 11.017v.36c0 .943-.81 1.625-1.701 1.625Z"/><path d="M6.9 6.57a1.589 1.589 0 000 2.861l6.6 3.374a1.7 1.7 0 002.5-1.43v-6.75a1.7 1.7 0 00-2.5-1.43Z"/><path fill="currentColor" d="M7 8c0 .108.034.377.353.54l6.6 3.375a.756.756 0 00.743-.027.597.597 0 00.304-.513v-6.75a.597.597 0 00-.304-.513.756.756 0 00-.743-.027l-6.6 3.375A.598.598 0 007 8M6 8c0-.562.3-1.125.897-1.43l6.6-3.375C14.63 2.615 16 3.399 16 4.625v6.75c0 1.226-1.37 2.01-2.503 1.43l-6.6-3.375A1.596 1.596 0 016 8Z"/></g>'
1462
+ body: '<g fill="none"><path d="M10 11.377v-.359l3.5 1.784a1.7 1.7 0 002.5-1.425V4.625a1.7 1.7 0 00-2.5-1.423L10 4.982v-.357a1.7 1.7 0 00-2.5-1.423L.9 6.575a1.588 1.588 0 000 2.857l6.6 3.37a1.775 1.775 0 00.8.2 1.665 1.665 0 001.7-1.625Z"/><path fill="currentColor" d="M8.299 12.002c.337 0 .701-.239.701-.625V9.382l4.95 2.535a.767.767 0 00.348.085c.337 0 .702-.24.702-.625V4.625c0-.385-.365-.623-.702-.623a.756.756 0 00-.348.086L9 6.616V4.625c0-.385-.364-.623-.7-.623a.763.763 0 00-.35.086L1.353 7.46A.6.6 0 001 8.002c0 .108.035.375.351.536l6.597 3.377a.771.771 0 00.35.087m0 1c-.266 0-.541-.062-.803-.195l-6.6-3.38a1.588 1.588 0 010-2.857l6.6-3.373C8.632 2.617 10 3.4 10 4.625v.357l3.495-1.785C14.628 2.617 16 3.4 16 4.625v6.752c0 1.227-1.372 2.01-2.505 1.43L10 11.017v.36c0 .943-.81 1.625-1.701 1.625Z"/><path d="M6.9 6.57a1.589 1.589 0 000 2.861l6.6 3.374a1.7 1.7 0 002.5-1.43v-6.75a1.7 1.7 0 00-2.5-1.43Z"/><path fill="currentColor" d="M7 8c0 .108.034.377.353.54l6.6 3.375a.756.756 0 00.743-.027.597.597 0 00.304-.513v-6.75a.597.597 0 00-.304-.513.756.756 0 00-.743-.027l-6.6 3.375A.598.598 0 007 8M6 8c0-.562.3-1.125.897-1.43l6.6-3.375C14.63 2.615 16 3.399 16 4.625v6.75c0 1.226-1.37 2.01-2.503 1.43l-6.6-3.375A1.596 1.596 0 016 8Z"/></g>'
1463
1463
  },
1464
1464
  "fast-forward": {
1465
1465
  body: '<g fill="none"><path d="M5.999 11.377v-.359l-3.5 1.789a1.7 1.7 0 01-2.5-1.43V4.625a1.7 1.7 0 012.5-1.428l3.5 1.785v-.357a1.7 1.7 0 012.5-1.428l6.6 3.373a1.588 1.588 0 010 2.857l-6.6 3.379a1.775 1.775 0 01-.8.2 1.665 1.665 0 01-1.7-1.629Z"/><path fill="currentColor" d="M7.701 12.002a.76.76 0 00.348-.086l6.601-3.379a.595.595 0 00.35-.535.6.6 0 00-.35-.541l-6.6-3.373a.771.771 0 00-.35-.086c-.337 0-.7.238-.7.623v1.99L2.049 4.088a.752.752 0 00-.347-.086c-.338 0-.702.238-.702.623v6.752c0 .168.065.312.193.43a.752.752 0 00.855.11L7 9.382v1.994c0 .387.364.625.701.625m0 1C6.81 13.002 6 12.32 6 11.377v-.36l-3.495 1.79c-1.133.582-2.506-.204-2.505-1.43V4.625c.001-1.223 1.373-2.008 2.505-1.428L6 4.982v-.357c.001-1.223 1.367-2.008 2.505-1.428l6.6 3.373a1.588 1.588 0 010 2.858l-6.6 3.379a1.775 1.775 0 01-.804.195Z"/><path d="M9.101 6.57a1.589 1.589 0 010 2.86l-6.6 3.375a1.7 1.7 0 01-2.5-1.43v-6.75a1.7 1.7 0 012.5-1.43Z"/><path fill="currentColor" d="M9.001 8a.598.598 0 00-.353-.54l-6.6-3.375a.756.756 0 00-.743.027.597.597 0 00-.304.513v6.75c0 .284.19.443.304.513a.754.754 0 00.743.027l6.6-3.375A.598.598 0 009.001 8m1 0c0 .562-.3 1.125-.897 1.43l-6.6 3.375C1.37 13.385 0 12.601 0 11.375v-6.75c0-1.226 1.37-2.01 2.503-1.43l6.6 3.375c.598.305.897.868.897 1.43Z"/></g>'
@@ -1663,7 +1663,7 @@ const icons$1 = {
1663
1663
  body: '<g stroke="currentColor" transform="translate(4 2.666)"><path fill="rgba(0,0,0,0)" d="M4 7.834A4.472 4.472 0 01.17 5.693a2.5 2.5 0 100-4.721 4.5 4.5 0 017.659 0 2.5 2.5 0 100 4.721A4.479 4.479 0 014 7.834Z"/><path fill="none" stroke-linejoin="round" d="M-.5 13.334a4.5 4.5 0 014.5-4.5 4.5 4.5 0 014.5 4.5"/><circle cx="2.5" cy="2.5" r="2.5" fill="rgba(0,0,0,0)" transform="translate(-1.5 .834)"/><circle cx="2.5" cy="2.5" r="2.5" fill="rgba(0,0,0,0)" transform="translate(4.5 .834)"/></g>'
1664
1664
  },
1665
1665
  "profile-add": {
1666
- body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M9.5 3.5h6m-3-3v6"/><g fill="rgba(0,0,0,0)"><path d="M4.999 11.502a3.53 3.53 0 01-3.15-1.973l-.075-.154-.153-.076A1.993 1.993 0 01.501 7.5c0-1.06.825-1.938 1.88-1.998l.172-.012.13-.113A3.493 3.493 0 014.999 4.5c.856 0 1.679.31 2.318.877l.13.113.172.012a2.003 2.003 0 01.759 3.797l-.153.076-.076.154A3.482 3.482 0 015 11.502Z"/><path fill="currentColor" d="M4.999 11.002a2.984 2.984 0 002.7-1.691l.15-.309.31-.152c.52-.256.843-.772.843-1.35 0-.793-.621-1.453-1.413-1.5l-.344-.02-.259-.228a2.999 2.999 0 00-3.972 0l-.26.228-.345.02a1.502 1.502 0 00-1.408 1.5c0 .578.322 1.096.84 1.352l.308.15.15.309a3.026 3.026 0 002.7 1.691m0 1c-1.58 0-2.95-.922-3.599-2.254a2.504 2.504 0 01.952-4.746A3.989 3.989 0 014.999 4c1.018 0 1.944.379 2.65 1.002a2.503 2.503 0 01.95 4.746 4.002 4.002 0 01-3.6 2.254Z"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" d="M1.5 16a3.5 3.5 0 017 0"/><g fill="none" stroke="currentColor" transform="translate(0 5)"><rect width="5" height="5" rx="2.5" stroke="none"/><rect width="4" height="4" x=".5" y=".5" rx="2"/></g><g fill="none" stroke="currentColor" transform="translate(5 5)"><rect width="5" height="5" rx="2.5" stroke="none"/><rect width="4" height="4" x=".5" y=".5" rx="2"/></g>'
1666
+ body: '<path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="M9.5 3.5h6m-3-3v6"/><g fill="rgba(0,0,0,0)"><path d="M4.999 11.502a3.53 3.53 0 01-3.15-1.973l-.075-.154-.153-.076A1.993 1.993 0 01.501 7.5a2 2 0 011.88-1.998l.172-.012.13-.113A3.493 3.493 0 014.999 4.5c.856 0 1.679.31 2.318.877l.13.113.172.012a2.003 2.003 0 01.759 3.797l-.153.076-.076.154A3.482 3.482 0 015 11.502Z"/><path fill="currentColor" d="M4.999 11.002a2.984 2.984 0 002.7-1.691l.15-.309.31-.152c.52-.256.843-.772.843-1.35 0-.793-.621-1.453-1.413-1.5l-.344-.02-.259-.228a2.999 2.999 0 00-3.972 0l-.26.228-.345.02a1.502 1.502 0 00-1.408 1.5c0 .578.322 1.096.84 1.352l.308.15.15.309a3.026 3.026 0 002.7 1.691m0 1c-1.58 0-2.95-.922-3.599-2.254a2.504 2.504 0 01.952-4.746A3.989 3.989 0 014.999 4c1.018 0 1.944.379 2.65 1.002a2.503 2.503 0 01.95 4.746 4.002 4.002 0 01-3.6 2.254Z"/></g><path fill="none" stroke="currentColor" stroke-linejoin="round" d="M1.5 16a3.5 3.5 0 017 0"/><g fill="none" stroke="currentColor" transform="translate(0 5)"><rect width="5" height="5" rx="2.5" stroke="none"/><rect width="4" height="4" x=".5" y=".5" rx="2"/></g><g fill="none" stroke="currentColor" transform="translate(5 5)"><rect width="5" height="5" rx="2.5" stroke="none"/><rect width="4" height="4" x=".5" y=".5" rx="2"/></g>'
1667
1667
  },
1668
1668
  "push-pin-off": {
1669
1669
  body: '<path fill="currentColor" d="M7.988 16a1.257 1.257 0 01-.967-.449 6.8 6.8 0 01-1.521-2.93l.885-.885a5.35 5.35 0 001.4 3.172.262.262 0 00.2.094.272.272 0 00.19-.08l6.743-6.738a.27.27 0 00.075-.209.251.251 0 00-.093-.191 5.347 5.347 0 00-3.174-1.393l.89-.889a6.818 6.818 0 012.932 1.52 1.291 1.291 0 01.447.914 1.27 1.27 0 01-.372.953l-6.739 6.738a1.247 1.247 0 01-.896.373ZM4.632 9.248 2 6.621a.244.244 0 00-.187-.08l-.944-.006a.885.885 0 01-.8-.541.873.873 0 01.19-.947L5.043.258a.878.878 0 011.494.617v.939A.257.257 0 006.612 2l2.634 2.635-.707.707-2.631-2.633a1.274 1.274 0 01-.373-.891v-.639L1.178 5.538h.638a1.268 1.268 0 01.892.367l2.631 2.633-.706.705Z"/><path fill="none" stroke="currentColor" stroke-linecap="round" stroke-miterlimit="10" d="m12 12 3 3M1 15 15 1"/>'