@eightshift/ui-components 2.0.2 → 3.0.1

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 (111) hide show
  1. package/dist/{Button-OQ5EIPvt.js → Button-BPLceDeW.js} +5 -5
  2. package/dist/{Collection-CJM_asJz.js → Collection-CZxddMZS.js} +241 -135
  3. package/dist/{Color-B0HgM8f4.js → Color-MV5kBVXr.js} +1 -1
  4. package/dist/{ColorSwatch-Dv3Wxdl_.js → ColorSwatch-BqQfVu4L.js} +5 -5
  5. package/dist/{ComboBox-BnlZjJ3T.js → ComboBox-_RfyhwZw.js} +42 -21
  6. package/dist/{Dialog-CIh-hX93.js → Dialog-8tYeQ9n4.js} +202 -91
  7. package/dist/{FieldError-D7A6s7O5.js → FieldError-52GVSGgC.js} +2 -2
  8. package/dist/{FocusScope-Cs5_OoeA.js → FocusScope-Cri5BFRz.js} +206 -43
  9. package/dist/{Group-D6tr3U_n.js → Group-_emcIVxI.js} +3 -3
  10. package/dist/{Heading-DiYTXoIW.js → Heading-B2153VXe.js} +1 -1
  11. package/dist/{Hidden-DnOd_jPX.js → Hidden-rE6uR-lr.js} +2 -6
  12. package/dist/{Input-Se0m3ubj.js → Input-BxpFEIXV.js} +10 -10
  13. package/dist/{Label-Ca9uelsn.js → Label-icmbmNdI.js} +2 -2
  14. package/dist/{List-Br274SP1.js → List-CZMUbkFU.js} +3 -1
  15. package/dist/{ListBox-D9dFEh5A.js → ListBox-Ca6hiCqz.js} +29 -28
  16. package/dist/{OverlayArrow-1jx-ZyCR.js → OverlayArrow-CYXQSlEU.js} +7 -7
  17. package/dist/{Select-aab027f3.esm-HFNIFFya.js → Select-aab027f3.esm-PDJCDE95.js} +2 -2
  18. package/dist/{Separator-BhZycTUp.js → Separator-4IIDRlV_.js} +4 -4
  19. package/dist/{Slider-BZNaJylD.js → Slider-rz2XRMGm.js} +15 -16
  20. package/dist/{Text-aOUPPvTO.js → Text-DVSAPY-K.js} +1 -1
  21. package/dist/{VisuallyHidden-ClTQo25k.js → VisuallyHidden-f9zX67a_.js} +2 -2
  22. package/dist/assets/style-admin.css +1289 -1338
  23. package/dist/assets/style-editor.css +433 -482
  24. package/dist/assets/style.css +433 -482
  25. package/dist/assets/wp-font-enhancements.css +3 -3
  26. package/dist/assets/wp-ui-enhancements.css +45 -45
  27. package/dist/components/base-control/base-control.js +1 -1
  28. package/dist/components/button/button.js +6 -6
  29. package/dist/components/checkbox/checkbox.js +13 -10
  30. package/dist/components/color-pickers/color-picker.js +1 -1
  31. package/dist/components/color-pickers/color-swatch.js +3 -3
  32. package/dist/components/color-pickers/gradient-editor.js +4 -4
  33. package/dist/components/color-pickers/solid-color-picker.js +22 -24
  34. package/dist/components/component-toggle/component-toggle.js +1 -1
  35. package/dist/components/container-panel/container-panel.js +9 -3
  36. package/dist/components/draggable/draggable-handle.js +2 -2
  37. package/dist/components/draggable/draggable.js +1167 -871
  38. package/dist/components/draggable-list/draggable-list-item.js +2 -2
  39. package/dist/components/draggable-list/draggable-list.js +2 -2
  40. package/dist/components/expandable/expandable.js +9 -9
  41. package/dist/components/input-field/input-field.js +10 -9
  42. package/dist/components/item-collection/item-collection.js +1 -1
  43. package/dist/components/link-input/link-input.js +9 -10
  44. package/dist/components/matrix-align/matrix-align.js +2 -2
  45. package/dist/components/menu/menu.js +3 -3
  46. package/dist/components/modal/modal.js +7 -7
  47. package/dist/components/number-picker/number-picker.js +15 -13
  48. package/dist/components/option-select/option-select.js +1 -1
  49. package/dist/components/options-panel/options-panel.js +1 -1
  50. package/dist/components/placeholders/file-placeholder.js +1 -1
  51. package/dist/components/placeholders/image-placeholder.js +1 -1
  52. package/dist/components/popover/popover.js +2 -2
  53. package/dist/components/radio/radio.js +20 -17
  54. package/dist/components/repeater/repeater-item.js +10 -3
  55. package/dist/components/repeater/repeater.js +34 -5
  56. package/dist/components/responsive/mini-responsive.js +8 -5
  57. package/dist/components/responsive/responsive-legacy.js +2 -2
  58. package/dist/components/responsive/responsive.js +10 -7
  59. package/dist/components/responsive-preview/responsive-preview.js +1 -1
  60. package/dist/components/rich-label/rich-label.js +4 -3
  61. package/dist/components/select/async-multi-select.js +4 -4
  62. package/dist/components/select/async-single-select.js +3 -3
  63. package/dist/components/select/custom-select-default-components.js +1 -1
  64. package/dist/components/select/multi-select-components.js +3 -3
  65. package/dist/components/select/multi-select.js +4 -4
  66. package/dist/components/select/react-select-component-wrappers.js +1 -1
  67. package/dist/components/select/single-select.js +3 -3
  68. package/dist/components/select/v2/async-select.js +10 -10
  69. package/dist/components/select/v2/shared.js +2 -2
  70. package/dist/components/select/v2/single-select.js +24 -23
  71. package/dist/components/slider/column-config-slider.js +3 -3
  72. package/dist/components/slider/slider.js +3 -3
  73. package/dist/components/slider/utils.js +1 -1
  74. package/dist/components/tabs/tabs.js +46 -26
  75. package/dist/components/toggle/switch.js +7 -7
  76. package/dist/components/toggle/toggle.js +1 -1
  77. package/dist/components/toggle-button/toggle-button.js +6 -6
  78. package/dist/components/tooltip/tooltip.js +18 -24
  79. package/dist/{context-CDOs-GuR.js → context-D2KUdwNL.js} +1 -1
  80. package/dist/{default-i18n-CM1-Xvzf.js → default-i18n-CT_oS1Fy.js} +22 -3
  81. package/dist/icons/icons.js +229 -1629
  82. package/dist/icons/index.js +2 -3
  83. package/dist/icons/jsx-svg.js +1 -1
  84. package/dist/{index-641ee5b8.esm-DbdaYaxR.js → index-641ee5b8.esm-DIuJijyT.js} +31 -31
  85. package/dist/{index-CcCn9HWX.js → index-BKGQ6jGS.js} +1 -1
  86. package/dist/{index-BRp93Yfa.js → index-CFozsmNS.js} +4 -1
  87. package/dist/{multi-select-components-DJfz929p.js → multi-select-components-Sp-JEFEX.js} +4 -4
  88. package/dist/{react-jsx-parser.min-CVit0rZn.js → react-jsx-parser.min-DZCiis5V.js} +48 -20
  89. package/dist/{react-select-async.esm-DcVLw9X5.js → react-select-async.esm-Bql4G5iV.js} +3 -3
  90. package/dist/{react-select.esm-OZ0cmTjg.js → react-select.esm-B_TudhTU.js} +3 -3
  91. package/dist/{textSelection-BlTDSskG.js → textSelection-0UUS8Yfg.js} +8 -47
  92. package/dist/{useButton-CmLbE5vg.js → useButton-Cg474OYB.js} +5 -5
  93. package/dist/{useEvent-cLDJlznQ.js → useEvent-B0b-6KBr.js} +1 -1
  94. package/dist/useFocusRing-CV5l3lf6.js +107 -0
  95. package/dist/{useFormReset-NpLM2e3G.js → useFormReset-C5OggHsw.js} +1 -1
  96. package/dist/{useFormValidation-BWwmZQE2.js → useFormValidation-DhDNSjws.js} +3 -3
  97. package/dist/{focusSafely-CiqTTjWy.js → useHover-DwDr6ozG.js} +305 -98
  98. package/dist/{useLabel-C85N3Hzw.js → useLabel-D7HkNEHT.js} +2 -2
  99. package/dist/{useLabels-C_2wWraB.js → useLabels-D8cxd1Z8.js} +1 -1
  100. package/dist/{useListState-Z7FB_NzO.js → useListState-DVr6aYd_.js} +28 -13
  101. package/dist/{useLocalizedStringFormatter-BQ4TF72x.js → useLocalizedStringFormatter-CFP1YZWQ.js} +1 -1
  102. package/dist/{useNumberField-Bm6_BVl9.js → useNumberField-TwM0Z9D1.js} +10 -10
  103. package/dist/{useNumberFormatter-DlUVKkO7.js → useNumberFormatter-321rAb4J.js} +1 -1
  104. package/dist/{usePress-rg_OQIGW.js → usePress-Cucx-xSA.js} +69 -63
  105. package/dist/{useSingleSelectListState-Cu3xtEJS.js → useSingleSelectListState-CMGsRHHh.js} +2 -2
  106. package/dist/{useToggle-DzlgBLAJ.js → useToggle-C0I3vs0g.js} +9 -7
  107. package/dist/{useToggleState-DhSBQxkp.js → useToggleState-CmQX3SoX.js} +1 -1
  108. package/dist/{utils-39D0mStj.js → utils-DkCSC521.js} +38 -35
  109. package/package.json +32 -32
  110. package/dist/useFocusRing-CGp3guTX.js +0 -41
  111. package/dist/useFocusable-087cO5Ct.js +0 -81
@@ -26792,7 +26792,7 @@ const icons = {
26792
26792
  children: /* @__PURE__ */ jsx(
26793
26793
  "path",
26794
26794
  {
26795
- d: "M4.75 2.25v7.546m0 7.954V9.796m0 0h10.5m0 0V2.25m0 7.546v7.954",
26795
+ d: "M4.449 18H2l2.449-.286m0 .286h2.449l-2.449-.286m0 .286v-.286M4.449 2H2l2.449.321m0-.321h2.449l-2.449.321m0-.321v.321m0 7.679h11.102M4.449 10v7.714m0-7.714V2.321M15.551 10v7.714m0-7.714V2.321m0-.321h-2.449l2.449.321m0-.321H18l-2.449.321m0-.321v.321m0 15.679h-2.449l2.449-.286m0 .286H18l-2.449-.286m0 .286v-.286",
26796
26796
  stroke: "currentColor",
26797
26797
  strokeLinecap: "round",
26798
26798
  strokeLinejoin: "round",
@@ -29848,1705 +29848,305 @@ const icons = {
29848
29848
  }
29849
29849
  )
29850
29850
  }
29851
- )
29852
- };
29853
- const illustrations = {
29854
- gutter: /* @__PURE__ */ jsxs(
29855
- "svg",
29856
- {
29857
- width: "54",
29858
- height: "54",
29859
- viewBox: "0 0 54 54",
29860
- xmlns: "http://www.w3.org/2000/svg",
29861
- xmlnsXlink: "http://www.w3.org/1999/xlink",
29862
- children: [
29863
- /* @__PURE__ */ jsxs("defs", { children: [
29864
- /* @__PURE__ */ jsx(
29865
- "rect",
29866
- {
29867
- id: "prefix__a",
29868
- x: "0",
29869
- y: "0",
29870
- width: "54",
29871
- height: "54",
29872
- rx: "3"
29873
- }
29874
- ),
29875
- /* @__PURE__ */ jsx(
29876
- "mask",
29877
- {
29878
- id: "prefix__b",
29879
- maskContentUnits: "userSpaceOnUse",
29880
- maskUnits: "objectBoundingBox",
29881
- x: "0",
29882
- y: "0",
29883
- width: "54",
29884
- height: "54",
29885
- fill: "#fff",
29886
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
29887
- }
29888
- )
29889
- ] }),
29890
- /* @__PURE__ */ jsxs(
29891
- "g",
29892
- {
29893
- fill: "none",
29894
- fillRule: "evenodd",
29895
- children: [
29896
- /* @__PURE__ */ jsx(
29897
- "use",
29898
- {
29899
- stroke: "#C8C8C8",
29900
- mask: "url(#prefix__b)",
29901
- strokeWidth: "2",
29902
- strokeLinecap: "round",
29903
- strokeDasharray: "3",
29904
- xlinkHref: "#prefix__a"
29905
- }
29906
- ),
29907
- /* @__PURE__ */ jsx(
29908
- "rect",
29909
- {
29910
- fill: "currentColor",
29911
- x: "16",
29912
- y: "3",
29913
- width: "4",
29914
- height: "48",
29915
- rx: "1"
29916
- }
29917
- ),
29918
- /* @__PURE__ */ jsx(
29919
- "rect",
29920
- {
29921
- fill: "currentColor",
29922
- x: "34",
29923
- y: "3",
29924
- width: "4",
29925
- height: "48",
29926
- rx: "1"
29927
- }
29928
- ),
29929
- /* @__PURE__ */ jsx(
29930
- "rect",
29931
- {
29932
- stroke: "#DCDCDC",
29933
- x: "3.5",
29934
- y: "3.5",
29935
- width: "11",
29936
- height: "47",
29937
- rx: "2"
29938
- }
29939
- ),
29940
- /* @__PURE__ */ jsx(
29941
- "rect",
29942
- {
29943
- stroke: "#DCDCDC",
29944
- x: "39.5",
29945
- y: "3.5",
29946
- width: "11",
29947
- height: "47",
29948
- rx: "2"
29949
- }
29950
- ),
29951
- /* @__PURE__ */ jsx(
29952
- "rect",
29953
- {
29954
- stroke: "#DCDCDC",
29955
- x: "21.5",
29956
- y: "3.5",
29957
- width: "11",
29958
- height: "47",
29959
- rx: "2"
29960
- }
29961
- )
29962
- ]
29963
- }
29964
- )
29965
- ]
29966
- }
29967
- ),
29968
- verticalSpacing: /* @__PURE__ */ jsxs(
29969
- "svg",
29970
- {
29971
- width: "54",
29972
- height: "54",
29973
- viewBox: "0 0 54 54",
29974
- xmlns: "http://www.w3.org/2000/svg",
29975
- xmlnsXlink: "http://www.w3.org/1999/xlink",
29976
- children: [
29977
- /* @__PURE__ */ jsxs("defs", { children: [
29978
- /* @__PURE__ */ jsx(
29979
- "rect",
29980
- {
29981
- id: "prefix__a",
29982
- x: "0",
29983
- y: "0",
29984
- width: "54",
29985
- height: "54",
29986
- rx: "3"
29987
- }
29988
- ),
29989
- /* @__PURE__ */ jsx(
29990
- "mask",
29991
- {
29992
- id: "prefix__b",
29993
- maskContentUnits: "userSpaceOnUse",
29994
- maskUnits: "objectBoundingBox",
29995
- x: "0",
29996
- y: "0",
29997
- width: "54",
29998
- height: "54",
29999
- fill: "#fff",
30000
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
30001
- }
30002
- )
30003
- ] }),
30004
- /* @__PURE__ */ jsxs(
30005
- "g",
30006
- {
30007
- fill: "none",
30008
- fillRule: "evenodd",
30009
- children: [
30010
- /* @__PURE__ */ jsx(
30011
- "use",
30012
- {
30013
- stroke: "#C8C8C8",
30014
- mask: "url(#prefix__b)",
30015
- strokeWidth: "2",
30016
- strokeLinecap: "round",
30017
- strokeDasharray: "3",
30018
- xlinkHref: "#prefix__a"
30019
- }
30020
- ),
30021
- /* @__PURE__ */ jsx(
30022
- "rect",
30023
- {
30024
- fill: "currentColor",
30025
- x: "3",
30026
- y: "42",
30027
- width: "15",
30028
- height: "9",
30029
- rx: "2"
30030
- }
30031
- ),
30032
- /* @__PURE__ */ jsx(
30033
- "rect",
30034
- {
30035
- fill: "currentColor",
30036
- x: "20",
30037
- y: "42",
30038
- width: "14",
30039
- height: "9",
30040
- rx: "2"
30041
- }
30042
- ),
30043
- /* @__PURE__ */ jsx(
30044
- "rect",
30045
- {
30046
- fill: "currentColor",
30047
- x: "36",
30048
- y: "42",
30049
- width: "15",
30050
- height: "9",
30051
- rx: "2"
30052
- }
30053
- ),
30054
- /* @__PURE__ */ jsx(
30055
- "rect",
30056
- {
30057
- stroke: "#DCDCDC",
30058
- x: "3.5",
30059
- y: "3.5",
30060
- width: "14",
30061
- height: "37",
30062
- rx: "2"
30063
- }
30064
- ),
30065
- /* @__PURE__ */ jsx(
30066
- "rect",
30067
- {
30068
- stroke: "#DCDCDC",
30069
- x: "36.5",
30070
- y: "3.5",
30071
- width: "14",
30072
- height: "37",
30073
- rx: "2"
30074
- }
30075
- ),
30076
- /* @__PURE__ */ jsx(
30077
- "rect",
30078
- {
30079
- stroke: "#DCDCDC",
30080
- x: "20.5",
30081
- y: "3.5",
30082
- width: "13",
30083
- height: "37",
30084
- rx: "2"
30085
- }
30086
- )
30087
- ]
30088
- }
30089
- )
30090
- ]
30091
- }
30092
- ),
30093
- width: /* @__PURE__ */ jsxs(
30094
- "svg",
30095
- {
30096
- width: "54",
30097
- height: "54",
30098
- viewBox: "0 0 54 54",
30099
- xmlns: "http://www.w3.org/2000/svg",
30100
- xmlnsXlink: "http://www.w3.org/1999/xlink",
30101
- children: [
30102
- /* @__PURE__ */ jsxs("defs", { children: [
30103
- /* @__PURE__ */ jsx(
30104
- "rect",
30105
- {
30106
- id: "prefix__a",
30107
- x: "0",
30108
- y: "0",
30109
- width: "54",
30110
- height: "54",
30111
- rx: "3"
30112
- }
30113
- ),
30114
- /* @__PURE__ */ jsx(
30115
- "mask",
30116
- {
30117
- id: "prefix__b",
30118
- maskContentUnits: "userSpaceOnUse",
30119
- maskUnits: "objectBoundingBox",
30120
- x: "0",
30121
- y: "0",
30122
- width: "54",
30123
- height: "54",
30124
- fill: "#fff",
30125
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
30126
- }
30127
- )
30128
- ] }),
30129
- /* @__PURE__ */ jsxs(
30130
- "g",
30131
- {
30132
- fill: "none",
30133
- fillRule: "evenodd",
30134
- children: [
30135
- /* @__PURE__ */ jsx(
30136
- "use",
30137
- {
30138
- stroke: "#C8C8C8",
30139
- mask: "url(#prefix__b)",
30140
- strokeWidth: "2",
30141
- strokeLinecap: "round",
30142
- strokeDasharray: "3",
30143
- xlinkHref: "#prefix__a"
30144
- }
30145
- ),
30146
- /* @__PURE__ */ jsx(
30147
- "rect",
30148
- {
30149
- stroke: "currentColor",
30150
- x: "3.5",
30151
- y: "3.5",
30152
- width: "15",
30153
- height: "13",
30154
- rx: "2"
30155
- }
30156
- ),
30157
- /* @__PURE__ */ jsx(
30158
- "rect",
30159
- {
30160
- stroke: "currentColor",
30161
- x: "3.5",
30162
- y: "37.5",
30163
- width: "47",
30164
- height: "13",
30165
- rx: "2"
30166
- }
30167
- ),
30168
- /* @__PURE__ */ jsx(
30169
- "rect",
30170
- {
30171
- stroke: "currentColor",
30172
- x: "3.5",
30173
- y: "20.5",
30174
- width: "23",
30175
- height: "13",
30176
- rx: "2"
30177
- }
30178
- ),
30179
- /* @__PURE__ */ jsx(
30180
- "circle",
30181
- {
30182
- fill: "#D8D8D8",
30183
- cx: "24.5",
30184
- cy: "9.5",
30185
- r: "1.5"
30186
- }
30187
- ),
30188
- /* @__PURE__ */ jsx(
30189
- "circle",
30190
- {
30191
- fill: "#D8D8D8",
30192
- cx: "31.5",
30193
- cy: "9.5",
30194
- r: "1.5"
30195
- }
30196
- ),
30197
- /* @__PURE__ */ jsx(
30198
- "circle",
30199
- {
30200
- fill: "#D8D8D8",
30201
- cx: "31.5",
30202
- cy: "27",
30203
- r: "1.5"
30204
- }
30205
- ),
30206
- /* @__PURE__ */ jsx(
30207
- "circle",
30208
- {
30209
- fill: "#D8D8D8",
30210
- cx: "38.5",
30211
- cy: "9.5",
30212
- r: "1.5"
30213
- }
30214
- ),
30215
- /* @__PURE__ */ jsx(
30216
- "circle",
30217
- {
30218
- fill: "#D8D8D8",
30219
- cx: "38.5",
30220
- cy: "27",
30221
- r: "1.5"
30222
- }
30223
- ),
30224
- /* @__PURE__ */ jsx(
30225
- "circle",
30226
- {
30227
- fill: "#D8D8D8",
30228
- cx: "45.5",
30229
- cy: "9.5",
30230
- r: "1.5"
30231
- }
30232
- ),
30233
- /* @__PURE__ */ jsx(
30234
- "circle",
30235
- {
30236
- fill: "#D8D8D8",
30237
- cx: "45.5",
30238
- cy: "27",
30239
- r: "1.5"
30240
- }
30241
- )
30242
- ]
30243
- }
30244
- )
30245
- ]
30246
- }
30247
- ),
30248
- offset: /* @__PURE__ */ jsxs(
30249
- "svg",
30250
- {
30251
- width: "54",
30252
- height: "54",
30253
- viewBox: "0 0 54 54",
30254
- xmlns: "http://www.w3.org/2000/svg",
30255
- xmlnsXlink: "http://www.w3.org/1999/xlink",
30256
- children: [
30257
- /* @__PURE__ */ jsxs("defs", { children: [
30258
- /* @__PURE__ */ jsx(
30259
- "rect",
30260
- {
30261
- id: "prefix__a",
30262
- x: "0",
30263
- y: "0",
30264
- width: "54",
30265
- height: "54",
30266
- rx: "3"
30267
- }
30268
- ),
30269
- /* @__PURE__ */ jsx(
30270
- "mask",
30271
- {
30272
- id: "prefix__b",
30273
- maskContentUnits: "userSpaceOnUse",
30274
- maskUnits: "objectBoundingBox",
30275
- x: "0",
30276
- y: "0",
30277
- width: "54",
30278
- height: "54",
30279
- fill: "#fff",
30280
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
30281
- }
30282
- )
30283
- ] }),
30284
- /* @__PURE__ */ jsxs(
30285
- "g",
30286
- {
30287
- fill: "none",
30288
- fillRule: "evenodd",
30289
- children: [
30290
- /* @__PURE__ */ jsx(
30291
- "use",
30292
- {
30293
- stroke: "#C8C8C8",
30294
- mask: "url(#prefix__b)",
30295
- strokeWidth: "2",
30296
- strokeLinecap: "round",
30297
- strokeDasharray: "3",
30298
- xlinkHref: "#prefix__a"
30299
- }
30300
- ),
30301
- /* @__PURE__ */ jsx(
30302
- "rect",
30303
- {
30304
- stroke: "currentColor",
30305
- x: "39.5",
30306
- y: "3.5",
30307
- width: "11",
30308
- height: "13",
30309
- rx: "2"
30310
- }
30311
- ),
30312
- /* @__PURE__ */ jsx(
30313
- "rect",
30314
- {
30315
- stroke: "currentColor",
30316
- x: "21.5",
30317
- y: "20.5",
30318
- width: "11",
30319
- height: "13",
30320
- rx: "2"
30321
- }
30322
- ),
30323
- /* @__PURE__ */ jsx(
30324
- "rect",
30325
- {
30326
- stroke: "currentColor",
30327
- x: "30.5",
30328
- y: "37.5",
30329
- width: "11",
30330
- height: "13",
30331
- rx: "2"
30332
- }
30333
- ),
30334
- /* @__PURE__ */ jsxs(
30335
- "g",
30336
- {
30337
- stroke: "#D8D8D8",
30338
- strokeLinecap: "round",
30339
- strokeWidth: "1.5",
30340
- children: [
30341
- /* @__PURE__ */ jsx("path", { d: "M4.5 10h32" }),
30342
- /* @__PURE__ */ jsx(
30343
- "path",
30344
- {
30345
- strokeLinejoin: "round",
30346
- d: "M34.025 7.033L36.897 10l-2.872 3.023"
30347
- }
30348
- )
30349
- ]
30350
- }
30351
- ),
30352
- /* @__PURE__ */ jsxs(
30353
- "g",
30354
- {
30355
- stroke: "#D8D8D8",
30356
- strokeLinecap: "round",
30357
- strokeWidth: "1.5",
30358
- children: [
30359
- /* @__PURE__ */ jsx("path", { d: "M4.5 27h14" }),
30360
- /* @__PURE__ */ jsx(
30361
- "path",
30362
- {
30363
- strokeLinejoin: "round",
30364
- d: "M16.025 24.033L18.897 27l-2.872 3.023"
30365
- }
30366
- )
30367
- ]
30368
- }
30369
- ),
30370
- /* @__PURE__ */ jsxs(
30371
- "g",
30372
- {
30373
- stroke: "#D8D8D8",
30374
- strokeLinecap: "round",
30375
- strokeWidth: "1.5",
30376
- children: [
30377
- /* @__PURE__ */ jsx("path", { d: "M4.5 44.467l23 .033" }),
30378
- /* @__PURE__ */ jsx(
30379
- "path",
30380
- {
30381
- strokeLinejoin: "round",
30382
- d: "M25.025 41.5l2.872 2.967-2.872 3.023"
30383
- }
30384
- )
30385
- ]
30386
- }
30387
- )
30388
- ]
30389
- }
30390
- )
30391
- ]
30392
- }
30393
- ),
30394
- order: /* @__PURE__ */ jsxs(
30395
- "svg",
30396
- {
30397
- width: "54",
30398
- height: "54",
30399
- viewBox: "0 0 54 54",
30400
- xmlns: "http://www.w3.org/2000/svg",
30401
- xmlnsXlink: "http://www.w3.org/1999/xlink",
30402
- children: [
30403
- /* @__PURE__ */ jsxs("defs", { children: [
30404
- /* @__PURE__ */ jsx(
30405
- "rect",
30406
- {
30407
- id: "prefix__a",
30408
- x: "0",
30409
- y: "0",
30410
- width: "54",
30411
- height: "54",
30412
- rx: "3"
30413
- }
30414
- ),
30415
- /* @__PURE__ */ jsx(
30416
- "mask",
30417
- {
30418
- id: "prefix__b",
30419
- maskContentUnits: "userSpaceOnUse",
30420
- maskUnits: "objectBoundingBox",
30421
- x: "0",
30422
- y: "0",
30423
- width: "54",
30424
- height: "54",
30425
- fill: "#fff",
30426
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
30427
- }
30428
- )
30429
- ] }),
30430
- /* @__PURE__ */ jsxs(
30431
- "g",
30432
- {
30433
- fill: "none",
30434
- fillRule: "evenodd",
30435
- children: [
30436
- /* @__PURE__ */ jsx(
30437
- "use",
30438
- {
30439
- stroke: "#C8C8C8",
30440
- mask: "url(#prefix__b)",
30441
- strokeWidth: "2",
30442
- strokeLinecap: "round",
30443
- strokeDasharray: "3",
30444
- xlinkHref: "#prefix__a"
30445
- }
30446
- ),
30447
- /* @__PURE__ */ jsxs("g", { transform: "translate(3 3)", children: [
30448
- /* @__PURE__ */ jsx(
30449
- "rect",
30450
- {
30451
- stroke: "currentColor",
30452
- x: ".5",
30453
- y: ".5",
30454
- width: "13",
30455
- height: "47",
30456
- rx: "2"
30457
- }
30458
- ),
30459
- /* @__PURE__ */ jsx(
30460
- "path",
30461
- {
30462
- d: "M8.532 28v-8.566H7.044l-2.76 2.197.873 1.09.985-.791c.117-.094.326-.291.627-.592l-.03.89-.017.815V28h1.81z",
30463
- fill: "currentColor",
30464
- fillRule: "nonzero"
30465
- }
30466
- )
30467
- ] }),
30468
- /* @__PURE__ */ jsx(
30469
- "rect",
30470
- {
30471
- x: ".5",
30472
- y: ".5",
30473
- width: "13",
30474
- height: "47",
30475
- rx: "2",
30476
- stroke: "currentColor",
30477
- transform: "translate(37 3)"
30478
- }
30479
- ),
30480
- /* @__PURE__ */ jsx(
30481
- "path",
30482
- {
30483
- d: "M47.044 31v-1.523h-3.732v-.082l1.101-1.038c.734-.671 1.247-1.189 1.538-1.552.291-.364.506-.718.645-1.064.138-.345.208-.716.208-1.11a2.18 2.18 0 00-.34-1.207 2.262 2.262 0 00-.955-.82c-.41-.196-.883-.293-1.418-.293-.406 0-.774.04-1.102.12a3.85 3.85 0 00-.908.342c-.277.149-.627.403-1.049.762l.985 1.166a4.99 4.99 0 01.978-.65c.313-.153.635-.229.967-.229.316 0 .57.084.759.252.19.168.284.424.284.768 0 .23-.043.453-.129.668a2.983 2.983 0 01-.422.7c-.195.252-.611.704-1.248 1.356l-2.15 2.174V31h5.988z",
30484
- fill: "currentColor",
30485
- fillRule: "nonzero"
30486
- }
30487
- ),
30488
- /* @__PURE__ */ jsxs("g", { transform: "translate(20 3)", children: [
30489
- /* @__PURE__ */ jsx(
30490
- "rect",
30491
- {
30492
- stroke: "currentColor",
30493
- x: ".5",
30494
- y: ".5",
30495
- width: "13",
30496
- height: "47",
30497
- rx: "2"
30498
- }
30499
- ),
30500
- /* @__PURE__ */ jsx(
30501
- "path",
30502
- {
30503
- d: "M6.505 28.117c1.11 0 1.963-.23 2.56-.688.598-.46.897-1.1.897-1.925 0-.567-.178-1.017-.533-1.35-.356-.335-.88-.545-1.57-.63v-.036c.585-.14 1.04-.398 1.365-.773.324-.375.486-.83.486-1.365 0-.641-.257-1.141-.77-1.5-.514-.36-1.214-.54-2.101-.54-1.082 0-2.014.282-2.795.844l.838 1.248c.355-.23.679-.392.97-.486a2.79 2.79 0 01.858-.14c.812 0 1.219.324 1.219.972 0 .422-.154.72-.46.894-.307.173-.792.26-1.456.26H5.35v1.389H6c.719 0 1.242.084 1.57.252.328.168.492.453.492.855 0 .45-.142.776-.427.979-.285.203-.727.305-1.324.305a4.61 4.61 0 01-1.184-.159 5.589 5.589 0 01-1.096-.41v1.541c.719.309 1.543.463 2.473.463z",
30504
- fill: "currentColor",
30505
- fillRule: "nonzero"
30506
- }
30507
- )
30508
- ] })
30509
- ]
30510
- }
30511
- )
30512
- ]
30513
- }
30514
- ),
30515
- hide: /* @__PURE__ */ jsxs(
30516
- "svg",
30517
- {
30518
- width: "54",
30519
- height: "54",
30520
- viewBox: "0 0 54 54",
30521
- xmlns: "http://www.w3.org/2000/svg",
30522
- xmlnsXlink: "http://www.w3.org/1999/xlink",
30523
- children: [
30524
- /* @__PURE__ */ jsxs("defs", { children: [
30525
- /* @__PURE__ */ jsx(
30526
- "rect",
30527
- {
30528
- id: "prefix__a",
30529
- x: "0",
30530
- y: "0",
30531
- width: "54",
30532
- height: "54",
30533
- rx: "3"
30534
- }
30535
- ),
30536
- /* @__PURE__ */ jsx(
30537
- "mask",
30538
- {
30539
- id: "prefix__b",
30540
- maskContentUnits: "userSpaceOnUse",
30541
- maskUnits: "objectBoundingBox",
30542
- x: "0",
30543
- y: "0",
30544
- width: "54",
30545
- height: "54",
30546
- fill: "#fff",
30547
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
30548
- }
30549
- )
30550
- ] }),
30551
- /* @__PURE__ */ jsxs(
30552
- "g",
30553
- {
30554
- fill: "none",
30555
- fillRule: "evenodd",
30556
- children: [
30557
- /* @__PURE__ */ jsxs("g", { children: [
30558
- /* @__PURE__ */ jsx(
30559
- "use",
30560
- {
30561
- stroke: "#C8C8C8",
30562
- mask: "url(#prefix__b)",
30563
- strokeWidth: "2",
30564
- strokeLinecap: "round",
30565
- strokeDasharray: "3",
30566
- xlinkHref: "#prefix__a"
30567
- }
30568
- ),
30569
- /* @__PURE__ */ jsx(
30570
- "rect",
30571
- {
30572
- stroke: "#DCDCDC",
30573
- x: "3.5",
30574
- y: "3.5",
30575
- width: "47",
30576
- height: "47",
30577
- rx: "2"
30578
- }
30579
- )
30580
- ] }),
30581
- /* @__PURE__ */ jsx(
30582
- "path",
30583
- {
30584
- d: "M17.22 17.22a.75.75 0 00-.073.976l.073.084 4.034 4.035a9.986 9.986 0 00-3.955 5.75.75.75 0 001.455.364 8.49 8.49 0 013.58-5.034l1.81 1.81A4 4 0 0029.8 30.86l5.919 5.92a.75.75 0 001.133-.977l-.073-.084-6.113-6.115.001-.001-1.2-1.198-2.87-2.87h.002l-2.881-2.878.001-.002-1.133-1.13-4.307-4.306a.75.75 0 00-1.06 0zm7.984 9.045l3.535 3.536a2.5 2.5 0 01-3.535-3.535zM27 20.5c-1 0-1.97.148-2.889.425l1.237 1.236a8.503 8.503 0 019.899 6.272.75.75 0 001.455-.363A10.003 10.003 0 0027 20.5zm.195 3.51l3.801 3.8a4.003 4.003 0 00-3.801-3.8z",
30585
- fill: "currentColor",
30586
- fillRule: "nonzero"
30587
- }
30588
- )
30589
- ]
30590
- }
30591
- )
30592
- ]
30593
- }
30594
- ),
30595
- verticalAlign: /* @__PURE__ */ jsxs(
30596
- "svg",
30597
- {
30598
- width: "54",
30599
- height: "54",
30600
- viewBox: "0 0 54 54",
30601
- xmlns: "http://www.w3.org/2000/svg",
30602
- xmlnsXlink: "http://www.w3.org/1999/xlink",
30603
- children: [
30604
- /* @__PURE__ */ jsxs("defs", { children: [
30605
- /* @__PURE__ */ jsx(
30606
- "rect",
30607
- {
30608
- id: "prefix__a",
30609
- x: "0",
30610
- y: "0",
30611
- width: "54",
30612
- height: "54",
30613
- rx: "3"
30614
- }
30615
- ),
30616
- /* @__PURE__ */ jsx(
30617
- "mask",
30618
- {
30619
- id: "prefix__b",
30620
- maskContentUnits: "userSpaceOnUse",
30621
- maskUnits: "objectBoundingBox",
30622
- x: "0",
30623
- y: "0",
30624
- width: "54",
30625
- height: "54",
30626
- fill: "#fff",
30627
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
30628
- }
30629
- )
30630
- ] }),
30631
- /* @__PURE__ */ jsxs(
30632
- "g",
30633
- {
30634
- fill: "none",
30635
- fillRule: "evenodd",
30636
- children: [
30637
- /* @__PURE__ */ jsx(
30638
- "use",
30639
- {
30640
- stroke: "#C8C8C8",
30641
- mask: "url(#prefix__b)",
30642
- strokeWidth: "2",
30643
- strokeLinecap: "round",
30644
- strokeDasharray: "3",
30645
- xlinkHref: "#prefix__a"
30646
- }
30647
- ),
30648
- /* @__PURE__ */ jsx(
30649
- "path",
30650
- {
30651
- stroke: "#D8D8D8",
30652
- strokeLinecap: "round",
30653
- d: "M10.5 17.515v32.97M43.5 3.5v33M27.5 35.5v15M27.5 3.5v17"
30654
- }
30655
- ),
30656
- /* @__PURE__ */ jsx(
30657
- "rect",
30658
- {
30659
- stroke: "currentColor",
30660
- x: "3.5",
30661
- y: "3.5",
30662
- width: "14",
30663
- height: "14",
30664
- rx: "2"
30665
- }
30666
- ),
30667
- /* @__PURE__ */ jsx(
30668
- "rect",
30669
- {
30670
- stroke: "currentColor",
30671
- x: "20.5",
30672
- y: "20.5",
30673
- width: "14",
30674
- height: "14",
30675
- rx: "2"
30676
- }
30677
- ),
30678
- /* @__PURE__ */ jsx(
30679
- "rect",
30680
- {
30681
- stroke: "currentColor",
30682
- x: "36.5",
30683
- y: "36.5",
30684
- width: "14",
30685
- height: "14",
30686
- rx: "2"
30687
- }
30688
- )
30689
- ]
30690
- }
30691
- )
30692
- ]
30693
- }
30694
- ),
30695
- useWrapper: /* @__PURE__ */ jsxs(
30696
- "svg",
30697
- {
30698
- width: "54",
30699
- height: "54",
30700
- viewBox: "0 0 54 54",
30701
- xmlns: "http://www.w3.org/2000/svg",
30702
- xmlnsXlink: "http://www.w3.org/1999/xlink",
30703
- children: [
30704
- /* @__PURE__ */ jsxs("defs", { children: [
30705
- /* @__PURE__ */ jsx(
30706
- "rect",
30707
- {
30708
- id: "prefix__a",
30709
- x: "0",
30710
- y: "0",
30711
- width: "54",
30712
- height: "54",
30713
- rx: "3"
30714
- }
30715
- ),
30716
- /* @__PURE__ */ jsx(
30717
- "mask",
30718
- {
30719
- id: "prefix__b",
30720
- maskContentUnits: "userSpaceOnUse",
30721
- maskUnits: "objectBoundingBox",
30722
- x: "0",
30723
- y: "0",
30724
- width: "54",
30725
- height: "54",
30726
- fill: "#fff",
30727
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
30728
- }
30729
- )
30730
- ] }),
30731
- /* @__PURE__ */ jsxs(
30732
- "g",
30733
- {
30734
- fill: "none",
30735
- fillRule: "evenodd",
30736
- children: [
30737
- /* @__PURE__ */ jsx(
30738
- "use",
30739
- {
30740
- stroke: "currentColor",
30741
- mask: "url(#prefix__b)",
30742
- strokeWidth: "2",
30743
- strokeLinecap: "round",
30744
- strokeDasharray: "3",
30745
- xlinkHref: "#prefix__a"
30746
- }
30747
- ),
30748
- /* @__PURE__ */ jsx(
30749
- "rect",
30750
- {
30751
- stroke: "#C8C8C8",
30752
- x: "3.5",
30753
- y: "3.5",
30754
- width: "47",
30755
- height: "47",
30756
- rx: "2"
30757
- }
30758
- ),
30759
- /* @__PURE__ */ jsx(
30760
- "rect",
30761
- {
30762
- stroke: "currentColor",
30763
- x: "17.5",
30764
- y: "23.5",
30765
- width: "19",
30766
- height: "8",
30767
- rx: "4"
30768
- }
30769
- ),
30770
- /* @__PURE__ */ jsx(
30771
- "circle",
30772
- {
30773
- fill: "currentColor",
30774
- cx: "32.5",
30775
- cy: "27.5",
30776
- r: "2.5"
30777
- }
30778
- )
30779
- ]
30780
- }
30781
- )
30782
- ]
30783
- }
30784
29851
  ),
30785
- simpleWrapper: /* @__PURE__ */ jsxs(
29852
+ listIndent: /* @__PURE__ */ jsxs(
30786
29853
  "svg",
30787
29854
  {
30788
- width: "54",
30789
- height: "54",
30790
- viewBox: "0 0 54 54",
30791
29855
  xmlns: "http://www.w3.org/2000/svg",
30792
- xmlnsXlink: "http://www.w3.org/1999/xlink",
29856
+ viewBox: "0 0 20 20",
29857
+ width: "20",
29858
+ height: "20",
29859
+ fill: "none",
30793
29860
  children: [
30794
- /* @__PURE__ */ jsxs("defs", { children: [
30795
- /* @__PURE__ */ jsx(
30796
- "rect",
30797
- {
30798
- id: "prefix__a",
30799
- x: "0",
30800
- y: "0",
30801
- width: "54",
30802
- height: "54",
30803
- rx: "3"
30804
- }
30805
- ),
30806
- /* @__PURE__ */ jsx(
30807
- "mask",
30808
- {
30809
- id: "prefix__b",
30810
- maskContentUnits: "userSpaceOnUse",
30811
- maskUnits: "objectBoundingBox",
30812
- x: "0",
30813
- y: "0",
30814
- width: "54",
30815
- height: "54",
30816
- fill: "#fff",
30817
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
30818
- }
30819
- )
30820
- ] }),
30821
- /* @__PURE__ */ jsxs(
30822
- "g",
29861
+ /* @__PURE__ */ jsx(
29862
+ "path",
30823
29863
  {
30824
- fill: "none",
30825
- fillRule: "evenodd",
30826
- children: [
30827
- /* @__PURE__ */ jsx(
30828
- "use",
30829
- {
30830
- stroke: "currentColor",
30831
- mask: "url(#prefix__b)",
30832
- strokeWidth: "2",
30833
- strokeLinecap: "round",
30834
- strokeDasharray: "0 5",
30835
- xlinkHref: "#prefix__a"
30836
- }
30837
- ),
30838
- /* @__PURE__ */ jsx(
30839
- "rect",
30840
- {
30841
- stroke: "#C8C8C8",
30842
- x: "3.5",
30843
- y: "3.5",
30844
- width: "47",
30845
- height: "47",
30846
- rx: "2"
30847
- }
30848
- )
30849
- ]
29864
+ d: "M1 6h7m-7 8h7m-7-4h9",
29865
+ stroke: "currentColor",
29866
+ strokeLinecap: "round",
29867
+ fill: "none"
30850
29868
  }
30851
- )
30852
- ]
30853
- }
30854
- ),
30855
- spacingTop: /* @__PURE__ */ jsxs(
30856
- "svg",
30857
- {
30858
- width: "54",
30859
- height: "54",
30860
- viewBox: "0 0 54 54",
30861
- xmlns: "http://www.w3.org/2000/svg",
30862
- xmlnsXlink: "http://www.w3.org/1999/xlink",
30863
- children: [
30864
- /* @__PURE__ */ jsxs("defs", { children: [
30865
- /* @__PURE__ */ jsx(
30866
- "rect",
30867
- {
30868
- id: "prefix__a",
30869
- x: "0",
30870
- y: "0",
30871
- width: "54",
30872
- height: "54",
30873
- rx: "3"
30874
- }
30875
- ),
30876
- /* @__PURE__ */ jsx(
30877
- "mask",
30878
- {
30879
- id: "prefix__b",
30880
- maskContentUnits: "userSpaceOnUse",
30881
- maskUnits: "objectBoundingBox",
30882
- x: "0",
30883
- y: "0",
30884
- width: "54",
30885
- height: "54",
30886
- fill: "#fff",
30887
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
30888
- }
30889
- )
30890
- ] }),
30891
- /* @__PURE__ */ jsxs(
30892
- "g",
29869
+ ),
29870
+ /* @__PURE__ */ jsx(
29871
+ "path",
30893
29872
  {
30894
- fill: "none",
30895
- fillRule: "evenodd",
30896
- children: [
30897
- /* @__PURE__ */ jsx(
30898
- "use",
30899
- {
30900
- stroke: "#C8C8C8",
30901
- mask: "url(#prefix__b)",
30902
- strokeWidth: "2",
30903
- strokeLinecap: "round",
30904
- strokeDasharray: "3",
30905
- xlinkHref: "#prefix__a"
30906
- }
30907
- ),
30908
- /* @__PURE__ */ jsx(
30909
- "path",
30910
- {
30911
- d: "M5 3h44a2 2 0 012 2v10c-.538-.85-.996-1.398-1.373-1.644-.377-.245-.943-.364-1.698-.356H5.907c-.688.006-1.201.125-1.538.356-.337.232-.794.78-1.369 1.644V5a2 2 0 012-2z",
30912
- fill: "currentColor"
30913
- }
30914
- ),
30915
- /* @__PURE__ */ jsx(
30916
- "rect",
30917
- {
30918
- stroke: "#DCDCDC",
30919
- x: "3.5",
30920
- y: "13.5",
30921
- width: "47",
30922
- height: "37",
30923
- rx: "2"
30924
- }
30925
- )
30926
- ]
29873
+ d: "m18.823 9.823-4.396-4.396a.25.25 0 0 0-.427.177v8.792c0 .223.27.335.427.177l4.396-4.396a.25.25 0 0 0 0-.354Z",
29874
+ fill: "currentColor",
29875
+ fillOpacity: "0.5",
29876
+ stroke: "currentColor",
29877
+ strokeLinecap: "round",
29878
+ strokeLinejoin: "round"
30927
29879
  }
30928
29880
  )
30929
29881
  ]
30930
29882
  }
30931
29883
  ),
30932
- spacingBottom: /* @__PURE__ */ jsxs(
29884
+ listOutdent: /* @__PURE__ */ jsxs(
30933
29885
  "svg",
30934
29886
  {
30935
- width: "54",
30936
- height: "54",
30937
- viewBox: "0 0 54 54",
30938
29887
  xmlns: "http://www.w3.org/2000/svg",
30939
- xmlnsXlink: "http://www.w3.org/1999/xlink",
29888
+ viewBox: "0 0 20 20",
29889
+ width: "20",
29890
+ height: "20",
29891
+ fill: "none",
30940
29892
  children: [
30941
- /* @__PURE__ */ jsxs("defs", { children: [
30942
- /* @__PURE__ */ jsx(
30943
- "rect",
30944
- {
30945
- id: "prefix__a",
30946
- x: "0",
30947
- y: "0",
30948
- width: "54",
30949
- height: "54",
30950
- rx: "3"
30951
- }
30952
- ),
30953
- /* @__PURE__ */ jsx(
30954
- "mask",
30955
- {
30956
- id: "prefix__b",
30957
- maskContentUnits: "userSpaceOnUse",
30958
- maskUnits: "objectBoundingBox",
30959
- x: "0",
30960
- y: "0",
30961
- width: "54",
30962
- height: "54",
30963
- fill: "#fff",
30964
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
30965
- }
30966
- )
30967
- ] }),
30968
- /* @__PURE__ */ jsxs(
30969
- "g",
29893
+ /* @__PURE__ */ jsx(
29894
+ "path",
30970
29895
  {
30971
- fill: "none",
30972
- fillRule: "evenodd",
30973
- children: [
30974
- /* @__PURE__ */ jsx(
30975
- "use",
30976
- {
30977
- stroke: "#C8C8C8",
30978
- mask: "url(#prefix__b)",
30979
- strokeWidth: "2",
30980
- strokeLinecap: "round",
30981
- strokeDasharray: "3",
30982
- xlinkHref: "#prefix__a"
30983
- }
30984
- ),
30985
- /* @__PURE__ */ jsx(
30986
- "path",
30987
- {
30988
- d: "M5 51h44a2 2 0 002-2V39c-.538.85-.996 1.398-1.373 1.644-.377.245-.943.364-1.698.356H5.907c-.688-.006-1.201-.125-1.538-.356-.337-.232-.794-.78-1.369-1.644v10a2 2 0 002 2z",
30989
- fill: "currentColor"
30990
- }
30991
- ),
30992
- /* @__PURE__ */ jsx(
30993
- "rect",
30994
- {
30995
- stroke: "#DCDCDC",
30996
- x: "3.5",
30997
- y: "3.5",
30998
- width: "47",
30999
- height: "37",
31000
- rx: "2"
31001
- }
31002
- )
31003
- ]
29896
+ d: "M10 6h7m-7 8h7m-7-4h9",
29897
+ stroke: "currentColor",
29898
+ strokeLinecap: "round",
29899
+ fill: "none"
31004
29900
  }
31005
- )
31006
- ]
31007
- }
31008
- ),
31009
- spacingTopIn: /* @__PURE__ */ jsxs(
31010
- "svg",
31011
- {
31012
- width: "54",
31013
- height: "54",
31014
- viewBox: "0 0 54 54",
31015
- xmlns: "http://www.w3.org/2000/svg",
31016
- xmlnsXlink: "http://www.w3.org/1999/xlink",
31017
- children: [
31018
- /* @__PURE__ */ jsxs("defs", { children: [
31019
- /* @__PURE__ */ jsx(
31020
- "rect",
31021
- {
31022
- id: "prefix__a",
31023
- x: "0",
31024
- y: "0",
31025
- width: "54",
31026
- height: "54",
31027
- rx: "3"
31028
- }
31029
- ),
31030
- /* @__PURE__ */ jsx(
31031
- "mask",
31032
- {
31033
- id: "prefix__b",
31034
- maskContentUnits: "userSpaceOnUse",
31035
- maskUnits: "objectBoundingBox",
31036
- x: "0",
31037
- y: "0",
31038
- width: "54",
31039
- height: "54",
31040
- fill: "#fff",
31041
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
31042
- }
31043
- )
31044
- ] }),
31045
- /* @__PURE__ */ jsxs(
31046
- "g",
29901
+ ),
29902
+ /* @__PURE__ */ jsx(
29903
+ "path",
31047
29904
  {
31048
- fill: "none",
31049
- fillRule: "evenodd",
31050
- children: [
31051
- /* @__PURE__ */ jsx(
31052
- "use",
31053
- {
31054
- stroke: "#C8C8C8",
31055
- mask: "url(#prefix__b)",
31056
- strokeWidth: "2",
31057
- strokeLinecap: "round",
31058
- strokeDasharray: "3",
31059
- xlinkHref: "#prefix__a"
31060
- }
31061
- ),
31062
- /* @__PURE__ */ jsx(
31063
- "path",
31064
- {
31065
- d: "M6 5h42a1 1 0 011 1v9H5V6a1 1 0 011-1z",
31066
- fill: "currentColor"
31067
- }
31068
- ),
31069
- /* @__PURE__ */ jsx(
31070
- "rect",
31071
- {
31072
- stroke: "#DCDCDC",
31073
- x: "3.5",
31074
- y: "3.5",
31075
- width: "47",
31076
- height: "47",
31077
- rx: "2"
31078
- }
31079
- )
31080
- ]
29905
+ d: "m1.177 9.823 4.396-4.396A.25.25 0 0 1 6 5.604v8.792a.25.25 0 0 1-.427.177l-4.396-4.396a.25.25 0 0 1 0-.354Z",
29906
+ fill: "currentColor",
29907
+ fillOpacity: "0.5",
29908
+ stroke: "currentColor",
29909
+ strokeLinecap: "round",
29910
+ strokeLinejoin: "round"
31081
29911
  }
31082
29912
  )
31083
29913
  ]
31084
29914
  }
31085
29915
  ),
31086
- spacingBottomIn: /* @__PURE__ */ jsxs(
29916
+ panelExpand: /* @__PURE__ */ jsxs(
31087
29917
  "svg",
31088
29918
  {
31089
- width: "54",
31090
- height: "54",
31091
- viewBox: "0 0 54 54",
31092
29919
  xmlns: "http://www.w3.org/2000/svg",
31093
- xmlnsXlink: "http://www.w3.org/1999/xlink",
29920
+ viewBox: "0 0 20 20",
29921
+ width: "20",
29922
+ height: "20",
29923
+ fill: "none",
31094
29924
  children: [
31095
- /* @__PURE__ */ jsxs("defs", { children: [
31096
- /* @__PURE__ */ jsx(
31097
- "rect",
31098
- {
31099
- id: "prefix__a",
31100
- x: "0",
31101
- y: "0",
31102
- width: "54",
31103
- height: "54",
31104
- rx: "3"
31105
- }
31106
- ),
31107
- /* @__PURE__ */ jsx(
31108
- "mask",
31109
- {
31110
- id: "prefix__b",
31111
- maskContentUnits: "userSpaceOnUse",
31112
- maskUnits: "objectBoundingBox",
31113
- x: "0",
31114
- y: "0",
31115
- width: "54",
31116
- height: "54",
31117
- fill: "#fff",
31118
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
31119
- }
31120
- )
31121
- ] }),
31122
- /* @__PURE__ */ jsxs(
31123
- "g",
29925
+ /* @__PURE__ */ jsx(
29926
+ "path",
31124
29927
  {
31125
- fill: "none",
31126
- fillRule: "evenodd",
31127
- children: [
31128
- /* @__PURE__ */ jsx(
31129
- "use",
31130
- {
31131
- stroke: "#C8C8C8",
31132
- mask: "url(#prefix__b)",
31133
- strokeWidth: "2",
31134
- strokeLinecap: "round",
31135
- strokeDasharray: "3",
31136
- xlinkHref: "#prefix__a"
31137
- }
31138
- ),
31139
- /* @__PURE__ */ jsx(
31140
- "path",
31141
- {
31142
- d: "M6 49h42a1 1 0 001-1v-9H5v9a1 1 0 001 1z",
31143
- fill: "currentColor"
31144
- }
31145
- ),
31146
- /* @__PURE__ */ jsx(
31147
- "rect",
31148
- {
31149
- stroke: "#DCDCDC",
31150
- x: "3.5",
31151
- y: "3.5",
31152
- width: "47",
31153
- height: "47",
31154
- rx: "2"
31155
- }
31156
- )
31157
- ]
29928
+ d: "M2 4.5A1.5 1.5 0 0 1 3.5 3h13A1.5 1.5 0 0 1 18 4.5v3H2v-3Z",
29929
+ fill: "currentColor",
29930
+ fillOpacity: "0.12"
31158
29931
  }
31159
- )
31160
- ]
31161
- }
31162
- ),
31163
- topDivider: /* @__PURE__ */ jsxs(
31164
- "svg",
31165
- {
31166
- width: "54",
31167
- height: "54",
31168
- viewBox: "0 0 54 54",
31169
- xmlns: "http://www.w3.org/2000/svg",
31170
- xmlnsXlink: "http://www.w3.org/1999/xlink",
31171
- children: [
31172
- /* @__PURE__ */ jsxs("defs", { children: [
31173
- /* @__PURE__ */ jsx(
31174
- "rect",
31175
- {
31176
- id: "prefix__a",
31177
- x: "0",
31178
- y: "0",
31179
- width: "54",
31180
- height: "54",
31181
- rx: "3"
31182
- }
31183
- ),
31184
- /* @__PURE__ */ jsx(
31185
- "mask",
31186
- {
31187
- id: "prefix__b",
31188
- maskContentUnits: "userSpaceOnUse",
31189
- maskUnits: "objectBoundingBox",
31190
- x: "0",
31191
- y: "0",
31192
- width: "54",
31193
- height: "54",
31194
- fill: "#fff",
31195
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
31196
- }
31197
- )
31198
- ] }),
31199
- /* @__PURE__ */ jsxs(
31200
- "g",
29932
+ ),
29933
+ /* @__PURE__ */ jsx(
29934
+ "rect",
29935
+ {
29936
+ x: "2",
29937
+ y: "3",
29938
+ width: "16",
29939
+ height: "14",
29940
+ rx: "1.5",
29941
+ stroke: "currentColor",
29942
+ fill: "none"
29943
+ }
29944
+ ),
29945
+ /* @__PURE__ */ jsx(
29946
+ "path",
29947
+ {
29948
+ d: "M2 7.5h16",
29949
+ stroke: "currentColor",
29950
+ fill: "none"
29951
+ }
29952
+ ),
29953
+ /* @__PURE__ */ jsx(
29954
+ "path",
31201
29955
  {
31202
- fill: "none",
31203
- fillRule: "evenodd",
31204
- children: [
31205
- /* @__PURE__ */ jsx(
31206
- "use",
31207
- {
31208
- stroke: "#C8C8C8",
31209
- mask: "url(#prefix__b)",
31210
- strokeWidth: "2",
31211
- strokeLinecap: "round",
31212
- strokeDasharray: "3",
31213
- xlinkHref: "#prefix__a"
31214
- }
31215
- ),
31216
- /* @__PURE__ */ jsx(
31217
- "rect",
31218
- {
31219
- stroke: "#DCDCDC",
31220
- x: "3.5",
31221
- y: "3.5",
31222
- width: "47",
31223
- height: "47",
31224
- rx: "2"
31225
- }
31226
- ),
31227
- /* @__PURE__ */ jsx(
31228
- "path",
31229
- {
31230
- d: "M1 3a2 2 0 012-2h48a2 2 0 012 2h0",
31231
- stroke: "currentColor",
31232
- strokeWidth: "2",
31233
- strokeLinecap: "round"
31234
- }
31235
- )
31236
- ]
29956
+ d: "M7.75 12 10 14m0 0 2.25-2M10 14V9",
29957
+ stroke: "currentColor",
29958
+ strokeLinecap: "round",
29959
+ strokeLinejoin: "round",
29960
+ fill: "none"
31237
29961
  }
31238
29962
  )
31239
29963
  ]
31240
29964
  }
31241
29965
  ),
31242
- bottomDivider: /* @__PURE__ */ jsxs(
29966
+ panelCollapse: /* @__PURE__ */ jsxs(
31243
29967
  "svg",
31244
29968
  {
31245
- width: "54",
31246
- height: "54",
31247
- viewBox: "0 0 54 54",
31248
29969
  xmlns: "http://www.w3.org/2000/svg",
31249
- xmlnsXlink: "http://www.w3.org/1999/xlink",
29970
+ viewBox: "0 0 20 20",
29971
+ width: "20",
29972
+ height: "20",
29973
+ fill: "none",
31250
29974
  children: [
31251
- /* @__PURE__ */ jsxs("defs", { children: [
31252
- /* @__PURE__ */ jsx(
31253
- "rect",
31254
- {
31255
- id: "prefix__a",
31256
- x: "0",
31257
- y: "0",
31258
- width: "54",
31259
- height: "54",
31260
- rx: "3"
31261
- }
31262
- ),
31263
- /* @__PURE__ */ jsx(
31264
- "mask",
31265
- {
31266
- id: "prefix__b",
31267
- maskContentUnits: "userSpaceOnUse",
31268
- maskUnits: "objectBoundingBox",
31269
- x: "0",
31270
- y: "0",
31271
- width: "54",
31272
- height: "54",
31273
- fill: "#fff",
31274
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
31275
- }
31276
- )
31277
- ] }),
31278
- /* @__PURE__ */ jsxs(
31279
- "g",
29975
+ /* @__PURE__ */ jsx(
29976
+ "path",
31280
29977
  {
31281
- fill: "none",
31282
- fillRule: "evenodd",
31283
- children: [
31284
- /* @__PURE__ */ jsx(
31285
- "use",
31286
- {
31287
- stroke: "#C8C8C8",
31288
- mask: "url(#prefix__b)",
31289
- strokeWidth: "2",
31290
- strokeLinecap: "round",
31291
- strokeDasharray: "3",
31292
- xlinkHref: "#prefix__a"
31293
- }
31294
- ),
31295
- /* @__PURE__ */ jsx(
31296
- "rect",
31297
- {
31298
- stroke: "#DCDCDC",
31299
- x: "3.5",
31300
- y: "3.5",
31301
- width: "47",
31302
- height: "47",
31303
- rx: "2"
31304
- }
31305
- ),
31306
- /* @__PURE__ */ jsx(
31307
- "path",
31308
- {
31309
- d: "M1 51a2 2 0 002 2h48a2 2 0 002-2h0",
31310
- stroke: "currentColor",
31311
- strokeWidth: "2",
31312
- strokeLinecap: "round"
31313
- }
31314
- )
31315
- ]
29978
+ d: "M2 4.5A1.5 1.5 0 0 1 3.5 3h13A1.5 1.5 0 0 1 18 4.5v3H2v-3Z",
29979
+ fill: "currentColor",
29980
+ fillOpacity: "0.12"
29981
+ }
29982
+ ),
29983
+ /* @__PURE__ */ jsx(
29984
+ "rect",
29985
+ {
29986
+ x: "2",
29987
+ y: "3",
29988
+ width: "16",
29989
+ height: "14",
29990
+ rx: "1.5",
29991
+ stroke: "currentColor",
29992
+ fill: "none"
29993
+ }
29994
+ ),
29995
+ /* @__PURE__ */ jsx(
29996
+ "path",
29997
+ {
29998
+ d: "M2 7.5h16",
29999
+ stroke: "currentColor",
30000
+ fill: "none"
30001
+ }
30002
+ ),
30003
+ /* @__PURE__ */ jsx(
30004
+ "path",
30005
+ {
30006
+ d: "m7.75 12.5 2.25-2m0 0 2.25 2m-2.25-2v5",
30007
+ stroke: "currentColor",
30008
+ strokeLinecap: "round",
30009
+ strokeLinejoin: "round",
30010
+ fill: "none"
31316
30011
  }
31317
30012
  )
31318
30013
  ]
31319
30014
  }
31320
30015
  ),
31321
- bgColor: /* @__PURE__ */ jsxs(
30016
+ blockParts: /* @__PURE__ */ jsxs(
31322
30017
  "svg",
31323
30018
  {
31324
- width: "54",
31325
- height: "54",
31326
- viewBox: "0 0 54 54",
31327
30019
  xmlns: "http://www.w3.org/2000/svg",
31328
- xmlnsXlink: "http://www.w3.org/1999/xlink",
30020
+ viewBox: "0 0 20 20",
30021
+ width: "20",
30022
+ height: "20",
30023
+ fill: "none",
31329
30024
  children: [
31330
- /* @__PURE__ */ jsxs("defs", { children: [
31331
- /* @__PURE__ */ jsx(
31332
- "rect",
31333
- {
31334
- id: "prefix__a",
31335
- x: "0",
31336
- y: "0",
31337
- width: "54",
31338
- height: "54",
31339
- rx: "3"
31340
- }
31341
- ),
31342
- /* @__PURE__ */ jsx(
31343
- "mask",
31344
- {
31345
- id: "prefix__b",
31346
- maskContentUnits: "userSpaceOnUse",
31347
- maskUnits: "objectBoundingBox",
31348
- x: "0",
31349
- y: "0",
31350
- width: "54",
31351
- height: "54",
31352
- fill: "#fff",
31353
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
31354
- }
31355
- )
31356
- ] }),
31357
- /* @__PURE__ */ jsxs(
31358
- "g",
30025
+ /* @__PURE__ */ jsx(
30026
+ "path",
30027
+ {
30028
+ d: "M15 9.5v-6A1.5 1.5 0 0 0 13.5 2h-10A1.5 1.5 0 0 0 2 3.5v10A1.5 1.5 0 0 0 3.5 15h7",
30029
+ stroke: "currentColor",
30030
+ strokeLinecap: "round",
30031
+ fill: "none"
30032
+ }
30033
+ ),
30034
+ /* @__PURE__ */ jsx(
30035
+ "rect",
30036
+ {
30037
+ x: "4",
30038
+ y: "4",
30039
+ width: "9",
30040
+ height: "2",
30041
+ rx: "0.75",
30042
+ fill: "currentColor",
30043
+ fillOpacity: "0.3"
30044
+ }
30045
+ ),
30046
+ /* @__PURE__ */ jsx(
30047
+ "rect",
30048
+ {
30049
+ x: "4",
30050
+ y: "7",
30051
+ width: "4",
30052
+ height: "6",
30053
+ rx: "0.75",
30054
+ fill: "currentColor",
30055
+ fillOpacity: "0.12"
30056
+ }
30057
+ ),
30058
+ /* @__PURE__ */ jsx(
30059
+ "rect",
30060
+ {
30061
+ x: "9",
30062
+ y: "7",
30063
+ width: "4",
30064
+ height: "4",
30065
+ rx: "0.75",
30066
+ fill: "currentColor",
30067
+ fillOpacity: "0.12"
30068
+ }
30069
+ ),
30070
+ /* @__PURE__ */ jsx(
30071
+ "path",
31359
30072
  {
31360
- fill: "none",
30073
+ "clip-rule": "evenodd",
31361
30074
  fillRule: "evenodd",
31362
- children: [
31363
- /* @__PURE__ */ jsx(
31364
- "path",
31365
- {
31366
- d: "M3 0h48a3 3 0 013 3v48a3 3 0 01-3 3H3a3 3 0 01-3-3V3a3 3 0 013-3z",
31367
- fill: "currentColor",
31368
- opacity: ".048"
31369
- }
31370
- ),
31371
- /* @__PURE__ */ jsx(
31372
- "use",
31373
- {
31374
- stroke: "#C8C8C8",
31375
- mask: "url(#prefix__b)",
31376
- strokeWidth: "2",
31377
- strokeLinecap: "round",
31378
- strokeDasharray: "3",
31379
- xlinkHref: "#prefix__a"
31380
- }
31381
- ),
31382
- /* @__PURE__ */ jsx(
31383
- "path",
31384
- {
31385
- d: "M19.774 21.813c2.95-3.898 9.058-5.032 13.406-2.35 4.293 2.65 5.872 7.744 4.113 12.523-1.66 4.512-6.035 6.3-9.188 4.03-1.181-.85-1.639-1.916-1.86-3.647l-.106-.984-.045-.396c-.124-.93-.313-1.346-.707-1.564-.537-.298-.895-.305-1.6-.033l-.353.145-.179.077c-1.017.439-1.693.593-2.549.415l-.2-.047-.165-.047c-2.798-.86-3.212-4.626-.567-8.122zm.987 6.687l.124.037.134.03c.44.087.817.015 1.441-.24l.605-.257c1.205-.49 1.991-.538 3.055.05.92.51 1.279 1.292 1.462 2.648l.053.457.054.53.048.42c.172 1.355.486 2.081 1.252 2.632 2.282 1.644 5.551.307 6.89-3.334 1.522-4.133.176-8.477-3.494-10.741-3.686-2.274-8.926-1.301-11.408 1.978-2.081 2.75-1.826 5.257-.216 5.79zm11.26-1.985a1.244 1.244 0 01.886-1.524 1.255 1.255 0 011.536.88 1.244 1.244 0 01-.886 1.524 1.255 1.255 0 01-1.536-.88zm.496 3.473a1.244 1.244 0 01.887-1.524 1.255 1.255 0 011.535.88 1.244 1.244 0 01-.886 1.524 1.255 1.255 0 01-1.536-.88zm-2.48-6.463a1.244 1.244 0 01.886-1.524 1.255 1.255 0 011.536.88 1.244 1.244 0 01-.887 1.524 1.255 1.255 0 01-1.536-.88zm-.03 8.959a1.243 1.243 0 01.887-1.524 1.255 1.255 0 011.536.88 1.244 1.244 0 01-.887 1.524 1.255 1.255 0 01-1.535-.88zM26.5 22.558a1.244 1.244 0 01.886-1.524 1.255 1.255 0 011.536.88 1.244 1.244 0 01-.887 1.524 1.255 1.255 0 01-1.535-.88z",
31386
- fill: "currentColor",
31387
- fillRule: "nonzero"
31388
- }
31389
- )
31390
- ]
30075
+ d: "M14.075 11.47a1.176 1.176 0 0 1-1.687 1.06c-.111-.054-.251-.04-.326.058-.226.3-.412.632-.548.99-.05.134.042.276.175.329a1.177 1.177 0 0 1 0 2.186c-.133.053-.226.195-.175.33.136.357.322.69.548.989.075.099.215.112.326.058a1.176 1.176 0 0 1 1.685 1.126c-.007.123.06.247.18.278a4.004 4.004 0 0 0 1.5.095c.143-.018.225-.167.21-.31a1.176 1.176 0 0 1 1.927-1.029c.108.094.276.108.37 0a3.99 3.99 0 0 0 .726-1.207c.05-.135-.042-.276-.175-.33a1.177 1.177 0 0 1 0-2.186c.133-.053.226-.195.175-.33a4.002 4.002 0 0 0-.725-1.207c-.095-.108-.263-.093-.372 0a1.176 1.176 0 0 1-1.927-1.029c.016-.143-.066-.292-.208-.31a4.026 4.026 0 0 0-1.502.095c-.12.03-.186.155-.18.279a.697.697 0 0 1 .003.066Zm1.175 4.942a1.411 1.411 0 1 0-.002-2.822 1.411 1.411 0 0 0 .002 2.822Z",
30076
+ fill: "currentColor"
31391
30077
  }
31392
30078
  )
31393
30079
  ]
31394
30080
  }
31395
30081
  ),
31396
- anchorId: /* @__PURE__ */ jsxs(
30082
+ captionGeneric: /* @__PURE__ */ jsxs(
31397
30083
  "svg",
31398
30084
  {
31399
- width: "54",
31400
- height: "54",
31401
- viewBox: "0 0 54 54",
31402
30085
  xmlns: "http://www.w3.org/2000/svg",
31403
- xmlnsXlink: "http://www.w3.org/1999/xlink",
30086
+ viewBox: "0 0 20 20",
30087
+ width: "20",
30088
+ height: "20",
30089
+ fill: "none",
31404
30090
  children: [
31405
- /* @__PURE__ */ jsxs("defs", { children: [
31406
- /* @__PURE__ */ jsx(
31407
- "rect",
31408
- {
31409
- id: "prefix__a",
31410
- x: "0",
31411
- y: "0",
31412
- width: "54",
31413
- height: "54",
31414
- rx: "3"
31415
- }
31416
- ),
31417
- /* @__PURE__ */ jsx(
31418
- "mask",
31419
- {
31420
- id: "prefix__b",
31421
- maskContentUnits: "userSpaceOnUse",
31422
- maskUnits: "objectBoundingBox",
31423
- x: "0",
31424
- y: "0",
31425
- width: "54",
31426
- height: "54",
31427
- fill: "#fff",
31428
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
31429
- }
31430
- )
31431
- ] }),
31432
- /* @__PURE__ */ jsxs(
31433
- "g",
30091
+ /* @__PURE__ */ jsx(
30092
+ "rect",
31434
30093
  {
31435
- fill: "none",
31436
- fillRule: "evenodd",
31437
- children: [
31438
- /* @__PURE__ */ jsx(
31439
- "use",
31440
- {
31441
- stroke: "#C8C8C8",
31442
- mask: "url(#prefix__b)",
31443
- strokeWidth: "2",
31444
- strokeLinecap: "round",
31445
- strokeDasharray: "3",
31446
- xlinkHref: "#prefix__a"
31447
- }
31448
- ),
31449
- /* @__PURE__ */ jsxs(
31450
- "g",
31451
- {
31452
- transform: "translate(19.716 18)",
31453
- stroke: "currentColor",
31454
- strokeWidth: "1.5",
31455
- children: [
31456
- /* @__PURE__ */ jsx(
31457
- "circle",
31458
- {
31459
- cx: "8.284",
31460
- cy: "2.5",
31461
- r: "1.75"
31462
- }
31463
- ),
31464
- /* @__PURE__ */ jsx(
31465
- "path",
31466
- {
31467
- strokeLinecap: "round",
31468
- d: "M8.284 4.5V19M5.784 9.5h5"
31469
- }
31470
- ),
31471
- /* @__PURE__ */ jsx(
31472
- "path",
31473
- {
31474
- d: "M1.36 11.504C1.264 10.694.81 10.194 0 10c.24 3.195 1.263 5.08 3.071 5.659 1.808.577 3.526 1.681 5.154 3.31M15.148 11.504c.096-.81.55-1.31 1.36-1.504-.239 3.195-1.263 5.08-3.07 5.659-1.81.577-3.527 1.681-5.154 3.31",
31475
- strokeLinecap: "round",
31476
- strokeLinejoin: "round"
31477
- }
31478
- )
31479
- ]
31480
- }
31481
- )
31482
- ]
30094
+ x: "5",
30095
+ y: "17",
30096
+ width: "10",
30097
+ height: "3",
30098
+ rx: "1",
30099
+ fill: "currentColor"
30100
+ }
30101
+ ),
30102
+ /* @__PURE__ */ jsx(
30103
+ "path",
30104
+ {
30105
+ d: "M16.5 15h-13A1.5 1.5 0 0 1 2 13.5v-11A1.5 1.5 0 0 1 3.5 1h13A1.5 1.5 0 0 1 18 2.5v11a1.5 1.5 0 0 1-1.5 1.5Z",
30106
+ stroke: "currentColor",
30107
+ fill: "none"
31483
30108
  }
31484
30109
  )
31485
30110
  ]
31486
30111
  }
31487
30112
  ),
31488
- blockId: /* @__PURE__ */ jsxs(
30113
+ componentOptions: /* @__PURE__ */ jsxs(
31489
30114
  "svg",
31490
30115
  {
31491
- width: "54",
31492
- height: "54",
31493
- viewBox: "0 0 54 54",
31494
30116
  xmlns: "http://www.w3.org/2000/svg",
31495
- xmlnsXlink: "http://www.w3.org/1999/xlink",
30117
+ viewBox: "0 0 20 20",
30118
+ width: "20",
30119
+ height: "20",
30120
+ fill: "none",
31496
30121
  children: [
31497
- /* @__PURE__ */ jsxs("defs", { children: [
31498
- /* @__PURE__ */ jsx(
31499
- "rect",
31500
- {
31501
- id: "prefix__a",
31502
- x: "0",
31503
- y: "0",
31504
- width: "54",
31505
- height: "54",
31506
- rx: "3"
31507
- }
31508
- ),
31509
- /* @__PURE__ */ jsx(
31510
- "mask",
31511
- {
31512
- id: "prefix__b",
31513
- maskContentUnits: "userSpaceOnUse",
31514
- maskUnits: "objectBoundingBox",
31515
- x: "0",
31516
- y: "0",
31517
- width: "54",
31518
- height: "54",
31519
- fill: "#fff",
31520
- children: /* @__PURE__ */ jsx("use", { xlinkHref: "#prefix__a" })
31521
- }
31522
- )
31523
- ] }),
31524
- /* @__PURE__ */ jsxs(
31525
- "g",
30122
+ /* @__PURE__ */ jsx(
30123
+ "path",
31526
30124
  {
31527
- fill: "none",
30125
+ "clip-rule": "evenodd",
31528
30126
  fillRule: "evenodd",
31529
- children: [
31530
- /* @__PURE__ */ jsx(
31531
- "use",
31532
- {
31533
- stroke: "#C8C8C8",
31534
- mask: "url(#prefix__b)",
31535
- strokeWidth: "2",
31536
- strokeLinecap: "round",
31537
- strokeDasharray: "3",
31538
- xlinkHref: "#prefix__a"
31539
- }
31540
- ),
31541
- /* @__PURE__ */ jsx(
31542
- "path",
31543
- {
31544
- d: "M30.858 26.658c.56.573.877 1.268 1.106 2.228l.1.456.179.947c.089.445.158.692.254.907.3.674.83 1.365 1.595 2.066a.75.75 0 11-1.013 1.106c-.908-.832-1.56-1.683-1.952-2.56-.149-.334-.24-.65-.346-1.18l-.21-1.1-.013-.06c-.181-.85-.404-1.385-.773-1.762-.713-.73-2.357-.537-2.797.158-.562.889-.705 2.396-.259 3.916.345 1.174.802 2.33 1.372 3.467a.75.75 0 11-1.34.672 22.272 22.272 0 01-1.471-3.717c-.562-1.912-.376-3.864.43-5.14.953-1.506 3.742-1.834 5.138-.404zm-2.366 2.315a.75.75 0 01.775.725 7.926 7.926 0 001.444 4.304l.196.266.3.39a.75.75 0 01-1.114.998l-.074-.083-.3-.39a9.426 9.426 0 01-1.951-5.435.75.75 0 01.724-.775zm-3.709-5.083c2.112-1.563 4.874-1.478 6.732-.284.93.598 1.635 1.295 2.103 2.093a.75.75 0 01-1.294.76c-.342-.584-.878-1.115-1.62-1.591-1.362-.876-3.45-.94-5.028.228-1.639 1.213-2.329 3.291-2.123 5.482.115 1.227.484 2.467 1.113 3.724a.75.75 0 01-1.342.67c-.709-1.417-1.132-2.837-1.265-4.254-.25-2.67.61-5.263 2.724-6.828zm9.18 4.301a.75.75 0 01.787.71c.031.604.18 1.097.442 1.494.22.333.414.525.563.6l.061.024a.75.75 0 01-.434 1.436c-.547-.165-1.017-.588-1.443-1.235-.415-.63-.643-1.382-.687-2.241a.75.75 0 01.71-.788zm-7.452-7.589a.75.75 0 01-.377.992c-1.84.828-3.194 2.008-4.083 3.548-1.113 1.928-1.414 4.181-1.164 6.08a.75.75 0 11-1.488.196c-.288-2.201.055-4.778 1.353-7.026 1.052-1.821 2.648-3.212 4.767-4.166a.75.75 0 01.992.376zm2.343-.787c1.83.037 3.652.878 5.459 2.486 1.823 1.622 2.921 3.827 3.294 6.58a.75.75 0 11-1.486.202c-.327-2.412-1.261-4.287-2.805-5.661-1.56-1.388-3.055-2.078-4.492-2.107a.75.75 0 11.03-1.5zm-6.871.014a.75.75 0 01-.061 1.06c-.269.238-.55.523-.844.854-.276.312-.56.716-.846 1.213a.75.75 0 11-1.299-.75 8.913 8.913 0 011.023-1.458c.331-.374.654-.7.968-.98a.75.75 0 011.059.061zm6.585-2.966c2.193.103 4.03.703 5.53 1.861a.75.75 0 01-.917 1.188c-1.245-.962-2.785-1.461-4.683-1.55-1.903-.09-3.461.284-4.714.979-.384.213-.815.106-1.032-.247a.739.739 0 01.247-1.031c1.535-.904 3.382-1.302 5.57-1.2z",
31545
- fill: "currentColor",
31546
- fillRule: "nonzero"
31547
- }
31548
- )
31549
- ]
30127
+ d: "M14.575 11.97a1.176 1.176 0 0 1-1.687 1.06c-.111-.054-.251-.04-.326.058-.226.3-.412.632-.548.99-.05.134.042.276.175.329a1.177 1.177 0 0 1 0 2.186c-.133.053-.226.195-.175.33.136.357.322.69.548.989.075.099.215.112.326.058a1.176 1.176 0 0 1 1.685 1.126c-.007.123.06.247.18.278a4.004 4.004 0 0 0 1.5.095c.143-.018.225-.167.21-.31a1.176 1.176 0 0 1 1.927-1.029c.108.094.276.108.37 0a3.99 3.99 0 0 0 .726-1.207c.05-.135-.042-.276-.175-.33a1.177 1.177 0 0 1 0-2.186c.133-.053.226-.195.175-.33a4.002 4.002 0 0 0-.725-1.207c-.095-.108-.263-.093-.372 0a1.176 1.176 0 0 1-1.927-1.029c.016-.143-.066-.292-.208-.31a4.026 4.026 0 0 0-1.502.095c-.12.03-.186.155-.18.279a.697.697 0 0 1 .003.066Zm1.175 4.942a1.411 1.411 0 1 0-.002-2.822 1.411 1.411 0 0 0 .002 2.822Z",
30128
+ fill: "currentColor"
30129
+ }
30130
+ ),
30131
+ /* @__PURE__ */ jsx(
30132
+ "path",
30133
+ {
30134
+ d: "m9.912 19-6.656-3.803a1.5 1.5 0 0 1-.756-1.303V5.235l7.412 4.236V19Z",
30135
+ fill: "currentColor",
30136
+ fillOpacity: "0.12",
30137
+ stroke: "currentColor",
30138
+ strokeLinecap: "round",
30139
+ strokeLinejoin: "round"
30140
+ }
30141
+ ),
30142
+ /* @__PURE__ */ jsx(
30143
+ "path",
30144
+ {
30145
+ d: "M17.324 11V5.235L9.912 9.471V19l.926-.53.464-.264m6.021-12.971-6.667-3.81a1.5 1.5 0 0 0-1.488 0L2.5 5.235l7.412 4.236 7.411-4.236Z",
30146
+ stroke: "currentColor",
30147
+ strokeLinecap: "round",
30148
+ strokeLinejoin: "round",
30149
+ fill: "none"
31550
30150
  }
31551
30151
  )
31552
30152
  ]
@@ -31762,10 +30362,10 @@ const blockIcons = {
31762
30362
  "esf-block-filter": "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M14.5 10 10 12.5V19l4.5-2.5V10Z' fill='currentColor' fill-opacity='0.3'/><path d='M5.209 2.886 8.674 6.99a.5.5 0 0 1 .118.323v2.813a.5.5 0 0 0 .754.43l1.212-.715a.5.5 0 0 0 .246-.43V7.323a.5.5 0 0 1 .13-.337l3.762-4.11' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' fill='none'/><path d='M15.111 2.444c0 .798-2.263 1.445-5.055 1.445C7.263 3.889 5 3.242 5 2.444 5 1.647 7.263 1 10.056 1c2.792 0 5.055.647 5.055 1.444Z' stroke='currentColor' fill='none'/><path d='m9.941 19-4.563-2.608a.75.75 0 0 1-.378-.65V9.823l4.941 2.823V19Z' fill='currentColor' fill-opacity='0.12' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round'/><path d='m9.94 19 4.564-2.608a.75.75 0 0 0 .378-.65V9.823L9.94 12.647V19Z' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' fill='none'/><path d='M8.664 7.73 5 9.824l4.941 2.823 4.941-2.823L11 7.605' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>",
31763
30363
  "esf-talentlyft": "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M16.25 7.25c0 3.452-3.447 7.75-6.25 7.75-3 0-6.25-4.298-6.25-7.75a6.25 6.25 0 1 1 12.5 0Z' stroke='currentColor' fill='none'/><path fill-rule='evenodd' clip-rule='evenodd' d='M15.773 4.851a6.239 6.239 0 0 0-.791-1.375c-3.441.906-5.608-.832-6.447-2.303a6.208 6.208 0 0 0-1.508.578c1 2.032 3.495 4.383 8.746 3.1Z' fill='currentColor' fill-opacity='0.3'/><path fill-rule='evenodd' clip-rule='evenodd' d='M16.023 8.904a6.688 6.688 0 0 0 .224-1.856C10.32 9.046 6.139 5.864 5.187 3.262a6.247 6.247 0 0 0-.983 1.644c3.411 4.884 8.474 4.763 11.82 3.998Z' fill='currentColor' fill-opacity='0.3'/><path fill-rule='evenodd' clip-rule='evenodd' d='M4.637 10.783c-.553-1.18-.887-2.426-.887-3.533v-.04c1.816 2.592 5.492 5.397 11.464 3.788a11.89 11.89 0 0 1-1.335 2.054c-2.324.14-6.525-.168-9.242-2.269Z' fill='currentColor' fill-opacity='0.3'/><path d='M10 17c-.402 0-.767-.158-1.036-.415a.292.292 0 0 0-.2-.085.264.264 0 0 0-.264.264v.736c.013.827.68 1.5 1.5 1.5s1.487-.673 1.5-1.5v-.736a.264.264 0 0 0-.264-.264.292.292 0 0 0-.2.085c-.27.257-.634.415-1.036.415Z' stroke='currentColor' fill='none'/></svg>",
31764
30364
  "esf-corvus-pay": "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M4.884 10.004c-.372-4.092-2.17-3.72-3.255-3.255 1.085-1.24 3.255-3.72 5.58-1.396 2.326-4.65 8.61-3.459 11.162-2.325v3.256c-1.86-1.86-6.494-1.418-7.906.465-1.395 1.86-1.395 6.975 1.86 7.905 2.28.652 5.115-.155 6.046-.93v2.79c-2.233 2.233-6.511 1.706-8.371.93-1.55-.774-4.744-3.348-5.116-7.44Z' stroke='currentColor' stroke-linejoin='round' fill='none'/><path d='M8.605 14.19C6.67 11.356 6.589 7.368 7.209 5.352l.466-.93 1.86-1.395 1.86-.93h2.325l2.79.465c-3.166.327-5.688 2.825-6.393 4.08l-.582 3.36.93 3.721 1.86.93h3.72l2.322-.928c.002-.413.003-.6.003-.002 0 .505-.006.863-.012 1.15a7.042 7.042 0 0 1-.008.37c.089.452-1.756 1.111-3.805 1.281-2.352.097-4.319.039-5.94-2.336Z' fill='currentColor' fill-opacity='0.3'/></svg>",
31765
- "esf-paycek": "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M2.733 10.688 1.5 18.5h1.54a3 3 0 0 0 2.942-2.412L6.5 13.5h5.143A6.857 6.857 0 0 0 18.5 6.643 5.143 5.143 0 0 0 13.357 1.5h-2.474a4 4 0 0 0-3.795 2.735L6.5 6H13a1.5 1.5 0 0 1 0 3H4.709a2 2 0 0 0-1.976 1.688Z' stroke='currentColor' fill='none'/><path d='M12.495 13.5c3.6-1.2 3.107-4.926 2.44-6.426l-.94 1.426-1 .5h-3c-2.8 0-3.698 2.817-3.981 4.39l6.481.11Z' fill='currentColor' fill-opacity='0.3'/></svg>"
30365
+ "esf-paycek": "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M2.733 10.688 1.5 18.5h1.54a3 3 0 0 0 2.942-2.412L6.5 13.5h5.143A6.857 6.857 0 0 0 18.5 6.643 5.143 5.143 0 0 0 13.357 1.5h-2.474a4 4 0 0 0-3.795 2.735L6.5 6H13a1.5 1.5 0 0 1 0 3H4.709a2 2 0 0 0-1.976 1.688Z' stroke='currentColor' fill='none'/><path d='M12.495 13.5c3.6-1.2 3.107-4.926 2.44-6.426l-.94 1.426-1 .5h-3c-2.8 0-3.698 2.817-3.981 4.39l6.481.11Z' fill='currentColor' fill-opacity='0.3'/></svg>",
30366
+ "esf-nation-builder": "<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path opacity='0.8' d='M6.317 2.337a8.515 8.515 0 0 0-4.606 5.77' stroke='currentColor' fill='none'/><path opacity='0.7' d='M1.711 8.108A8.574 8.574 0 0 0 3.354 15.3' stroke='currentColor' fill='none'/><path opacity='0.5' d='M10 18.5a8.484 8.484 0 0 1-6.646-3.2' stroke='currentColor' fill='none'/><path opacity='0.7' d='M10 18.5c2.696 0 5.1-1.256 6.657-3.214' stroke='currentColor' fill='none'/><path d='M16.656 15.286a8.564 8.564 0 0 0 1.632-7.178' stroke='currentColor' fill='none'/><path opacity='0.9' d='M18.289 8.108a8.516 8.516 0 0 0-4.59-5.764' stroke='currentColor' fill='none'/><path opacity='0.5' d='M6.316 2.337a8.57 8.57 0 0 1 7.382.007' stroke='currentColor' fill='none'/><path d='m9 5.5-1.5 9m5-9-1.5 9m-5-3h7.5M6.5 8H14' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>"
31766
30367
  };
31767
30368
  export {
31768
30369
  blockIcons,
31769
- icons,
31770
- illustrations
30370
+ icons
31771
30371
  };