sccoreui 6.3.62 → 6.3.66
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.
- package/dist/components/multi-select-dropdown/multi-select-dropdown.js +1 -1
- package/dist/directives/svg-icons.js +167 -61
- package/package.json +1 -1
- package/dist/assets/App.css +0 -96
- package/dist/assets/App.css.map +0 -1
- package/dist/assets/App.scss +0 -130
- package/dist/assets/flex.css +0 -21652
- package/dist/assets/fonts/Lato-Black.ttf +0 -0
- package/dist/assets/fonts/Lato-Bold.ttf +0 -0
- package/dist/assets/fonts/Lato-Light.ttf +0 -0
- package/dist/assets/fonts/Lato-Regular.ttf +0 -0
- package/dist/assets/fonts/Lato-Thin.ttf +0 -0
- package/dist/assets/fonts/Roboto-Bold.ttf +0 -0
- package/dist/assets/fonts/Roboto-Italic.ttf +0 -0
- package/dist/assets/fonts/Roboto-Medium.ttf +0 -0
- package/dist/assets/fonts/Roboto-Regular.ttf +0 -0
- package/dist/assets/fonts/primeicons.eot +0 -0
- package/dist/assets/fonts/primeicons.svg +0 -292
- package/dist/assets/fonts/primeicons.ttf +0 -0
- package/dist/assets/fonts/primeicons.woff +0 -0
- package/dist/assets/fonts/primeicons.woff2 +0 -0
- package/dist/assets/images/Payment-method-apple-card.png +0 -0
- package/dist/assets/images/Payment-method-card-white.png +0 -0
- package/dist/assets/images/Payment-method-master-card.png +0 -0
- package/dist/assets/images/avatar.png +0 -0
- package/dist/assets/images/avatar1.png +0 -0
- package/dist/assets/images/avatar2.png +0 -0
- package/dist/assets/images/avatar3.png +0 -0
- package/dist/assets/images/avatar4.png +0 -0
- package/dist/assets/images/avatar5.png +0 -0
- package/dist/assets/images/avatar6.png +0 -0
- package/dist/assets/images/avatar7.png +0 -0
- package/dist/assets/images/avatar8.png +0 -0
- package/dist/assets/images/avatar9.png +0 -0
- package/dist/assets/images/company.png +0 -0
- package/dist/assets/images/company1.png +0 -0
- package/dist/assets/images/company2.png +0 -0
- package/dist/assets/images/company3.png +0 -0
- package/dist/assets/images/company4.png +0 -0
- package/dist/assets/images/company5.png +0 -0
- package/dist/assets/images/company6.png +0 -0
- package/dist/assets/images/demoImage.png +0 -0
- package/dist/assets/images/drag-and-drop-icon.png +0 -0
- package/dist/assets/images/drag.svg +0 -8
- package/dist/assets/images/empty-state-icon.svg +0 -53
- package/dist/assets/images/label-image.png +0 -0
- package/dist/assets/images/profile-square-image.png +0 -0
- package/dist/assets/png/checkbox_fill_icon.png +0 -0
- package/dist/assets/png/checkbox_minus_icon.png +0 -0
- package/dist/assets/png/checkbox_outline_icon.png +0 -0
- package/dist/assets/png/salseforce-img.png +0 -0
- package/dist/assets/sccoreicons.css +0 -1105
- package/dist/assets/sccoreui.css +0 -8942
- package/dist/assets/svg/add.svg +0 -3
- package/dist/assets/svg/back-button.svg +0 -3
- package/dist/assets/svg/check-white.svg +0 -3
- package/dist/assets/svg/check.svg +0 -3
- package/dist/assets/svg/check2.svg +0 -3
- package/dist/assets/svg/close.svg +0 -3
- package/dist/assets/svg/delete.svg +0 -3
- package/dist/assets/svg/done_all.svg +0 -3
- package/dist/assets/svg/dot_list.svg +0 -3
- package/dist/assets/svg/down_arrow.svg +0 -3
- package/dist/assets/svg/drag.svg +0 -8
- package/dist/assets/svg/edit.svg +0 -3
- package/dist/assets/svg/gallery.svg +0 -3
- package/dist/assets/svg/heading1.svg +0 -3
- package/dist/assets/svg/heading2.svg +0 -3
- package/dist/assets/svg/hyphen.svg +0 -3
- package/dist/assets/svg/info.svg +0 -3
- package/dist/assets/svg/input-info.svg +0 -0
- package/dist/assets/svg/italic.svg +0 -3
- package/dist/assets/svg/link.svg +0 -3
- package/dist/assets/svg/message-info.svg +0 -3
- package/dist/assets/svg/number_list.svg +0 -3
- package/dist/assets/svg/payment_method.svg +0 -7
- package/dist/assets/svg/quotes.svg +0 -3
- package/dist/assets/svg/remove.svg +0 -3
- package/dist/assets/svg/sort-down-arrow.svg +0 -3
- package/dist/assets/svg/sort-up-arrow.svg +0 -8
- package/dist/assets/svg/user.svg +0 -3
- package/dist/assets/theme.css +0 -6457
|
@@ -67,7 +67,7 @@ const MultiSelectDropDown = (props) => {
|
|
|
67
67
|
// className="w-20rem"
|
|
68
68
|
showClear: true, panelStyle: {
|
|
69
69
|
width: props.panelWidth ? props.panelWidth + "px" : "",
|
|
70
|
-
} }))] }));
|
|
70
|
+
}, emptyFilterMessage: props.emptyFilterMessage }))] }));
|
|
71
71
|
};
|
|
72
72
|
exports.MultiSelectDropDown = MultiSelectDropDown;
|
|
73
73
|
exports.default = exports.MultiSelectDropDown;
|
|
@@ -9780,14 +9780,14 @@ exports.iconList = [
|
|
|
9780
9780
|
{
|
|
9781
9781
|
name: "product-attributes",
|
|
9782
9782
|
svg: `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
9783
|
-
<g clip-path="url(#
|
|
9784
|
-
<path d="M1.
|
|
9785
|
-
<path d="
|
|
9786
|
-
<path d="
|
|
9787
|
-
<path d="M4.
|
|
9783
|
+
<g clip-path="url(#clip0_186_145)">
|
|
9784
|
+
<path d="M1.59375 0.96875H5.96875C5.96875 0.96875 6.59375 0.96875 6.59375 1.59375V5.96875C6.59375 5.96875 6.59375 6.59375 5.96875 6.59375H1.59375C1.59375 6.59375 0.96875 6.59375 0.96875 5.96875V1.59375C0.96875 1.59375 0.96875 0.96875 1.59375 0.96875Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9785
|
+
<path d="M9.40625 3.78125C9.40625 4.52717 9.70257 5.24254 10.23 5.76999C10.7575 6.29743 11.4728 6.59375 12.2188 6.59375C12.9647 6.59375 13.68 6.29743 14.2075 5.76999C14.7349 5.24254 15.0312 4.52717 15.0312 3.78125C15.0312 3.03533 14.7349 2.31996 14.2075 1.79251C13.68 1.26507 12.9647 0.96875 12.2188 0.96875C11.4728 0.96875 10.7575 1.26507 10.23 1.79251C9.70257 2.31996 9.40625 3.03533 9.40625 3.78125Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9786
|
+
<path d="M12.2412 9.23563C12.1944 9.14573 12.1239 9.0704 12.0373 9.01782C11.9506 8.96524 11.8513 8.93744 11.7499 8.93744C11.6486 8.93744 11.5492 8.96524 11.4626 9.01782C11.376 9.0704 11.3054 9.14573 11.2587 9.23563L8.54805 14.115C8.49678 14.2083 8.46953 14.313 8.46877 14.4194C8.468 14.5259 8.49375 14.6309 8.54367 14.725C8.59073 14.8162 8.66172 14.8929 8.74902 14.9468C8.83633 15.0008 8.93668 15.03 9.0393 15.0313H14.4605C14.5632 15.03 14.6635 15.0008 14.7508 14.9468C14.8381 14.8929 14.9091 14.8162 14.9562 14.725C15.0061 14.6309 15.0318 14.5259 15.0311 14.4194C15.0303 14.313 15.0031 14.2083 14.9518 14.115L12.2412 9.23563Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9787
|
+
<path d="M4.15683 8.64625C4.11121 8.59098 4.05394 8.54648 3.98911 8.51593C3.92428 8.48538 3.8535 8.46954 3.78183 8.46954C3.71017 8.46954 3.63938 8.48538 3.57456 8.51593C3.50973 8.54648 3.45245 8.59098 3.40683 8.64625L1.08808 11.4194C1.01081 11.5122 0.968506 11.6292 0.968506 11.75C0.968506 11.8708 1.01081 11.9878 1.08808 12.0806L3.40558 14.8537C3.4512 14.909 3.50848 14.9535 3.57331 14.9841C3.63814 15.0146 3.70892 15.0305 3.78058 15.0305C3.85225 15.0305 3.92303 15.0146 3.98786 14.9841C4.05269 14.9535 4.10996 14.909 4.15558 14.8537L6.47308 12.0806C6.55035 11.9878 6.59266 11.8708 6.59266 11.75C6.59266 11.6292 6.55035 11.5122 6.47308 11.4194L4.15683 8.64625Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9788
9788
|
</g>
|
|
9789
9789
|
<defs>
|
|
9790
|
-
<clipPath id="
|
|
9790
|
+
<clipPath id="clip0_186_145">
|
|
9791
9791
|
<rect width="16" height="16" fill="white"/>
|
|
9792
9792
|
</clipPath>
|
|
9793
9793
|
</defs>
|
|
@@ -9992,40 +9992,29 @@ exports.iconList = [
|
|
|
9992
9992
|
{
|
|
9993
9993
|
name: "customers",
|
|
9994
9994
|
svg: `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
9995
|
-
<
|
|
9996
|
-
<path d="M5.
|
|
9997
|
-
<path d="
|
|
9998
|
-
<path d="
|
|
9999
|
-
<path d="M9.95312 10.5781C9.95312 11.1376 10.1754 11.6741 10.5709 12.0697C10.9665 12.4653 11.5031 12.6875 12.0625 12.6875C12.6219 12.6875 13.1585 12.4653 13.5541 12.0697C13.9496 11.6741 14.1719 11.1376 14.1719 10.5781C14.1719 10.0187 13.9496 9.48216 13.5541 9.08657C13.1585 8.69099 12.6219 8.46875 12.0625 8.46875C11.5031 8.46875 10.9665 8.69099 10.5709 9.08657C10.1754 9.48216 9.95312 10.0187 9.95312 10.5781Z" stroke="#2B2D2F" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10000
|
-
<path d="M15.0312 15.0313C14.679 14.5801 14.2286 14.2151 13.7142 13.9641C13.1998 13.713 12.6349 13.5826 12.0625 13.5826C11.4901 13.5826 10.9252 13.713 10.4108 13.9641C9.89641 14.2151 9.44598 14.5801 9.09375 15.0313" stroke="#2B2D2F" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10001
|
-
<path d="M14.1719 10.6475C13.4757 10.848 12.7397 10.8661 12.0345 10.7C11.3293 10.534 10.6786 10.1894 10.145 9.69937" stroke="#2B2D2F" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10002
|
-
<path d="M1.82812 10.5781C1.82813 11.1376 2.05036 11.6741 2.44595 12.0697C2.84153 12.4653 3.37806 12.6875 3.9375 12.6875C4.49694 12.6875 5.03347 12.4653 5.42905 12.0697C5.82464 11.6741 6.04687 11.1376 6.04688 10.5781C6.04687 10.0187 5.82464 9.48216 5.42905 9.08657C5.03347 8.69099 4.49694 8.46875 3.9375 8.46875C3.37806 8.46875 2.84153 8.69099 2.44595 9.08657C2.05036 9.48216 1.82813 10.0187 1.82812 10.5781Z" stroke="#2B2D2F" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10003
|
-
<path d="M6.90552 15.0313C6.55329 14.5801 6.10286 14.2151 5.58844 13.9641C5.07403 13.713 4.50916 13.5826 3.93677 13.5826C3.36437 13.5826 2.79951 13.713 2.28509 13.9641C1.77068 14.2151 1.32024 14.5801 0.968018 15.0313" stroke="#2B2D2F" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10004
|
-
<path d="M6.04689 10.6475C5.35071 10.848 4.61467 10.8661 3.90947 10.7C3.20428 10.534 2.55363 10.1894 2.02002 9.69937" stroke="#2B2D2F" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10005
|
-
</g>
|
|
10006
|
-
<defs>
|
|
10007
|
-
<clipPath id="clip0_118_1269">
|
|
10008
|
-
<rect width="16" height="16" fill="white"/>
|
|
10009
|
-
</clipPath>
|
|
10010
|
-
</defs>
|
|
9995
|
+
<path d="M4.6875 4.25C4.6875 5.12024 5.0332 5.95484 5.64856 6.57019C6.26391 7.18555 7.09851 7.53125 7.96875 7.53125C8.83899 7.53125 9.67359 7.18555 10.2889 6.57019C10.9043 5.95484 11.25 5.12024 11.25 4.25C11.25 3.37976 10.9043 2.54516 10.2889 1.92981C9.67359 1.31445 8.83899 0.96875 7.96875 0.96875C7.09851 0.96875 6.26391 1.31445 5.64856 1.92981C5.0332 2.54516 4.6875 3.37976 4.6875 4.25Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9996
|
+
<path d="M5.13745 2.58124C5.64589 3.10899 6.25554 3.52878 6.92993 3.8155C7.60433 4.10223 8.32963 4.25 9.06245 4.24999C9.80371 4.24838 10.537 4.09746 11.2187 3.80624" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9997
|
+
<path d="M1.875 15.0312C1.875 13.4151 2.51702 11.8651 3.65982 10.7223C4.80262 9.57952 6.35259 8.9375 7.96875 8.9375C9.58491 8.9375 11.1349 9.57952 12.2777 10.7223C13.4205 11.8651 14.0625 13.4151 14.0625 15.0312" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
9998
|
+
<path d="M8 13L8 9" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10011
9999
|
</svg>
|
|
10012
10000
|
`,
|
|
10013
10001
|
},
|
|
10014
10002
|
{
|
|
10015
10003
|
name: "customer-groups",
|
|
10016
10004
|
svg: `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
10017
|
-
<g clip-path="url(#
|
|
10018
|
-
<path d="
|
|
10019
|
-
<path d="
|
|
10020
|
-
<path d="
|
|
10021
|
-
<path d="
|
|
10022
|
-
<path d="
|
|
10023
|
-
<path d="
|
|
10024
|
-
<path d="M1.
|
|
10025
|
-
<path d="
|
|
10005
|
+
<g clip-path="url(#clip0_118_1269)">
|
|
10006
|
+
<path d="M5.57812 3.07812C5.57812 3.63757 5.80036 4.17409 6.19595 4.56968C6.59153 4.96526 7.12806 5.1875 7.6875 5.1875C8.24694 5.1875 8.78347 4.96526 9.17905 4.56968C9.57464 4.17409 9.79688 3.63757 9.79688 3.07812C9.79688 2.51868 9.57464 1.98216 9.17905 1.58657C8.78347 1.19099 8.24694 0.96875 7.6875 0.96875C7.12806 0.96875 6.59153 1.19099 6.19595 1.58657C5.80036 1.98216 5.57813 2.51868 5.57812 3.07812Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10007
|
+
<path d="M10.2205 7.06251C9.52719 6.43273 8.6241 6.0838 7.68742 6.0838C6.75074 6.0838 5.84765 6.43273 5.1543 7.06251" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10008
|
+
<path d="M9.79689 3.1475C9.41596 3.25727 9.02146 3.31281 8.62502 3.3125C7.56716 3.31407 6.54764 2.91657 5.77002 2.19937" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10009
|
+
<path d="M9.95312 10.5781C9.95312 11.1376 10.1754 11.6741 10.5709 12.0697C10.9665 12.4653 11.5031 12.6875 12.0625 12.6875C12.6219 12.6875 13.1585 12.4653 13.5541 12.0697C13.9496 11.6741 14.1719 11.1376 14.1719 10.5781C14.1719 10.0187 13.9496 9.48216 13.5541 9.08657C13.1585 8.69099 12.6219 8.46875 12.0625 8.46875C11.5031 8.46875 10.9665 8.69099 10.5709 9.08657C10.1754 9.48216 9.95312 10.0187 9.95312 10.5781Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10010
|
+
<path d="M15.0312 15.0313C14.679 14.5801 14.2286 14.2151 13.7142 13.9641C13.1998 13.713 12.6349 13.5826 12.0625 13.5826C11.4901 13.5826 10.9252 13.713 10.4108 13.9641C9.89641 14.2151 9.44598 14.5801 9.09375 15.0313" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10011
|
+
<path d="M14.1719 10.6475C13.4757 10.848 12.7397 10.8661 12.0345 10.7C11.3293 10.534 10.6786 10.1894 10.145 9.69937" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10012
|
+
<path d="M1.82812 10.5781C1.82813 11.1376 2.05036 11.6741 2.44595 12.0697C2.84153 12.4653 3.37806 12.6875 3.9375 12.6875C4.49694 12.6875 5.03347 12.4653 5.42905 12.0697C5.82464 11.6741 6.04687 11.1376 6.04688 10.5781C6.04687 10.0187 5.82464 9.48216 5.42905 9.08657C5.03347 8.69099 4.49694 8.46875 3.9375 8.46875C3.37806 8.46875 2.84153 8.69099 2.44595 9.08657C2.05036 9.48216 1.82813 10.0187 1.82812 10.5781Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10013
|
+
<path d="M6.90552 15.0313C6.55329 14.5801 6.10286 14.2151 5.58844 13.9641C5.07403 13.713 4.50916 13.5826 3.93677 13.5826C3.36437 13.5826 2.79951 13.713 2.28509 13.9641C1.77068 14.2151 1.32024 14.5801 0.968018 15.0313" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10014
|
+
<path d="M6.04689 10.6475C5.35071 10.848 4.61467 10.8661 3.90947 10.7C3.20428 10.534 2.55363 10.1894 2.02002 9.69937" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10026
10015
|
</g>
|
|
10027
10016
|
<defs>
|
|
10028
|
-
<clipPath id="
|
|
10017
|
+
<clipPath id="clip0_118_1269">
|
|
10029
10018
|
<rect width="16" height="16" fill="white"/>
|
|
10030
10019
|
</clipPath>
|
|
10031
10020
|
</defs>
|
|
@@ -10033,21 +10022,10 @@ exports.iconList = [
|
|
|
10033
10022
|
`,
|
|
10034
10023
|
},
|
|
10035
10024
|
{
|
|
10036
|
-
name: "users",
|
|
10025
|
+
name: "users-05",
|
|
10037
10026
|
svg: `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
10038
|
-
<
|
|
10039
|
-
<path d="
|
|
10040
|
-
<path d="M3.3125 6.59375C3.00471 6.59375 2.69994 6.65437 2.41559 6.77216C2.13123 6.88994 1.87286 7.06258 1.65522 7.28022C1.21568 7.71976 0.96875 8.3159 0.96875 8.9375V10.3438H1.90625L2.375 14.0938H4.25" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10041
|
-
<path d="M11.2812 4.25C11.2813 4.62296 11.4294 4.98065 11.6931 5.24437C11.9569 5.50809 12.3145 5.65625 12.6875 5.65625C13.0605 5.65625 13.4181 5.50809 13.6819 5.24437C13.9456 4.98065 14.0938 4.62296 14.0938 4.25C14.0938 3.87704 13.9456 3.51935 13.6819 3.25563C13.4181 2.99191 13.0605 2.84375 12.6875 2.84375C12.3145 2.84375 11.9569 2.99191 11.6931 3.25563C11.4294 3.51935 11.2812 3.87704 11.2812 4.25Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10042
|
-
<path d="M12.6875 6.59375C13.3091 6.59375 13.9052 6.84068 14.3448 7.28022C14.7843 7.71976 15.0312 8.3159 15.0312 8.9375V10.3438H14.0938L13.625 14.0938H11.75" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10043
|
-
<path d="M6.125 2.84375C6.125 3.34103 6.32254 3.81794 6.67417 4.16958C7.02581 4.52121 7.50272 4.71875 8 4.71875C8.49728 4.71875 8.97419 4.52121 9.32583 4.16958C9.67746 3.81794 9.875 3.34103 9.875 2.84375C9.875 2.34647 9.67746 1.86956 9.32583 1.51792C8.97419 1.16629 8.49728 0.96875 8 0.96875C7.50272 0.96875 7.02581 1.16629 6.67417 1.51792C6.32254 1.86956 6.125 2.34647 6.125 2.84375Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10044
|
-
<path d="M11.2812 8.9375C11.2812 8.06726 10.9355 7.23266 10.3202 6.61731C9.70484 6.00195 8.87024 5.65625 8 5.65625C7.12976 5.65625 6.29516 6.00195 5.67981 6.61731C5.06445 7.23266 4.71875 8.06726 4.71875 8.9375V10.3438H6.125L6.59375 15.0312H9.40625L9.875 10.3438H11.2812V8.9375Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10045
|
-
</g>
|
|
10046
|
-
<defs>
|
|
10047
|
-
<clipPath id="clip0_118_1246">
|
|
10048
|
-
<rect width="16" height="16" fill="white"/>
|
|
10049
|
-
</clipPath>
|
|
10050
|
-
</defs>
|
|
10027
|
+
<path d="M6.125 2.84375C6.125 3.34103 6.32254 3.81794 6.67417 4.16958C7.02581 4.52121 7.50272 4.71875 8 4.71875C8.49728 4.71875 8.97419 4.52121 9.32583 4.16958C9.67746 3.81794 9.875 3.34103 9.875 2.84375C9.875 2.34647 9.67746 1.86956 9.32583 1.51792C8.97419 1.16629 8.49728 0.96875 8 0.96875C7.50272 0.96875 7.02581 1.16629 6.67417 1.51792C6.32254 1.86956 6.125 2.34647 6.125 2.84375Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10028
|
+
<path d="M11.2812 8.9375C11.2812 8.06726 10.9355 7.23266 10.3202 6.61731C9.70484 6.00195 8.87024 5.65625 8 5.65625C7.12976 5.65625 6.29516 6.00195 5.67981 6.61731C5.06445 7.23266 4.71875 8.06726 4.71875 8.9375V10.3438H6.125L6.59375 15.0312H9.40625L9.875 10.3438H11.2812V8.9375Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10051
10029
|
</svg>
|
|
10052
10030
|
`,
|
|
10053
10031
|
},
|
|
@@ -10374,6 +10352,27 @@ exports.iconList = [
|
|
|
10374
10352
|
</defs>
|
|
10375
10353
|
</svg>
|
|
10376
10354
|
|
|
10355
|
+
`,
|
|
10356
|
+
},
|
|
10357
|
+
{
|
|
10358
|
+
name: "inventory-attributes",
|
|
10359
|
+
svg: `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
10360
|
+
<g clip-path="url(#clip0_186_152)">
|
|
10361
|
+
<path d="M8.47254 4.4125C8.46993 4.47014 8.4509 4.52583 8.41767 4.57301C8.38445 4.62018 8.33843 4.65687 8.28504 4.67875C8.22597 4.70525 8.16186 4.71864 8.09713 4.71799C8.03239 4.71734 7.96856 4.70268 7.91004 4.675L6.59754 4.03375L5.29004 4.675C5.23151 4.70268 5.16769 4.71734 5.10295 4.71799C5.03821 4.71864 4.97411 4.70525 4.91504 4.67875C4.8616 4.65694 4.81554 4.62026 4.78231 4.57308C4.74908 4.52589 4.73007 4.47016 4.72754 4.4125V0.96875H8.47754L8.47254 4.4125Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10362
|
+
<path d="M4.25367 11.2812H1.57117C1.41132 11.2801 1.25847 11.2155 1.1462 11.1017C1.03393 10.9879 0.971426 10.8342 0.972424 10.6744V1.57562C0.971426 1.41577 1.03393 1.26206 1.1462 1.14827C1.25847 1.03448 1.41132 0.969906 1.57117 0.96875H11.6249C11.7041 0.969241 11.7825 0.985328 11.8554 1.01609C11.9284 1.04686 11.9946 1.0917 12.0503 1.14805C12.106 1.2044 12.15 1.27117 12.1798 1.34453C12.2097 1.4179 12.2248 1.49642 12.2243 1.57562V4.25" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10363
|
+
<path d="M6.12866 9.875C6.12866 10.3675 6.22566 10.8551 6.41411 11.3101C6.60257 11.765 6.87879 12.1784 7.22701 12.5267C7.57523 12.8749 7.98863 13.1511 8.4436 13.3395C8.89857 13.528 9.38621 13.625 9.87866 13.625C10.3711 13.625 10.8588 13.528 11.3137 13.3395C11.7687 13.1511 12.1821 12.8749 12.5303 12.5267C12.8785 12.1784 13.1548 11.765 13.3432 11.3101C13.5317 10.8551 13.6287 10.3675 13.6287 9.875C13.6287 9.38254 13.5317 8.89491 13.3432 8.43994C13.1548 7.98497 12.8785 7.57157 12.5303 7.22335C12.1821 6.87513 11.7687 6.59891 11.3137 6.41045C10.8588 6.222 10.3711 6.125 9.87866 6.125C9.38621 6.125 8.89857 6.222 8.4436 6.41045C7.98863 6.59891 7.57523 6.87513 7.22701 7.22335C6.87879 7.57157 6.60257 7.98497 6.41411 8.43994C6.22566 8.89491 6.12866 9.38254 6.12866 9.875Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10364
|
+
<path d="M15.035 15.0312L12.53 12.5262" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10365
|
+
<path d="M11.7537 8.46875V10.8125" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10366
|
+
<path d="M9.87866 8.46875V10.8125" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10367
|
+
<path d="M8.00366 8.46875V8.9375" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10368
|
+
<path d="M8.00366 10.3438V10.8125" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10369
|
+
</g>
|
|
10370
|
+
<defs>
|
|
10371
|
+
<clipPath id="clip0_186_152">
|
|
10372
|
+
<rect width="16" height="16" fill="white"/>
|
|
10373
|
+
</clipPath>
|
|
10374
|
+
</defs>
|
|
10375
|
+
</svg>
|
|
10377
10376
|
`,
|
|
10378
10377
|
},
|
|
10379
10378
|
{
|
|
@@ -10535,21 +10534,8 @@ exports.iconList = [
|
|
|
10535
10534
|
// },
|
|
10536
10535
|
{
|
|
10537
10536
|
name: "organizations",
|
|
10538
|
-
svg: `<svg width="
|
|
10539
|
-
<
|
|
10540
|
-
<path d="M14.875 4.03253H1.125L8 1.03003L14.875 4.03253Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10541
|
-
<path d="M1.75 4.03247H14.25V6.0681H1.75V4.03247Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10542
|
-
<path d="M6.86499 6.06873H9.13499V11.6756H6.86499V6.06873Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10543
|
-
<path d="M2.375 6.06873H4.645V11.6756H2.375V6.06873Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10544
|
-
<path d="M11.355 6.06873H13.625V11.6756H11.355V6.06873Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10545
|
-
<path d="M1.75 11.6756H14.25V13.7206H1.75V11.6756Z" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10546
|
-
<path d="M1.125 14.97V13.72H14.875V14.97" stroke="black" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10547
|
-
</g>
|
|
10548
|
-
<defs>
|
|
10549
|
-
<clipPath id="clip0_118_1472">
|
|
10550
|
-
<rect width="16" height="16" fill="white"/>
|
|
10551
|
-
</clipPath>
|
|
10552
|
-
</defs>
|
|
10537
|
+
svg: `<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
10538
|
+
<path d="M2.5 17.5H17.5M5 15V8.33333M8.33333 15V8.33333M11.6667 15V8.33333M15 15V8.33333M16.6667 5.83333L10.3533 1.88749C10.2252 1.80738 10.1611 1.76732 10.0923 1.75171C10.0315 1.7379 9.96845 1.7379 9.90767 1.75171C9.83894 1.76732 9.77485 1.80738 9.64667 1.88749L3.33333 5.83333H16.6667Z" stroke="#8190E8" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10553
10539
|
</svg>
|
|
10554
10540
|
`,
|
|
10555
10541
|
},
|
|
@@ -10958,6 +10944,126 @@ exports.iconList = [
|
|
|
10958
10944
|
</clipPath>
|
|
10959
10945
|
</defs>
|
|
10960
10946
|
</svg>
|
|
10947
|
+
`,
|
|
10948
|
+
},
|
|
10949
|
+
{
|
|
10950
|
+
name: "b2c-customer-groups",
|
|
10951
|
+
svg: `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
10952
|
+
<g clip-path="url(#clip0_186_194)">
|
|
10953
|
+
<path d="M5.57812 3.07812C5.57812 3.63757 5.80036 4.17409 6.19595 4.56968C6.59153 4.96526 7.12806 5.1875 7.6875 5.1875C8.24694 5.1875 8.78347 4.96526 9.17905 4.56968C9.57464 4.17409 9.79688 3.63757 9.79688 3.07812C9.79688 2.51868 9.57464 1.98216 9.17905 1.58657C8.78347 1.19099 8.24694 0.96875 7.6875 0.96875C7.12806 0.96875 6.59153 1.19099 6.19595 1.58657C5.80036 1.98216 5.57813 2.51868 5.57812 3.07812Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10954
|
+
<path d="M10.2205 7.06245C9.52719 6.43266 8.6241 6.08374 7.68742 6.08374C6.75074 6.08374 5.84765 6.43266 5.1543 7.06245" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10955
|
+
<path d="M9.79689 3.14747C9.41596 3.25724 9.02146 3.31278 8.62502 3.31247C7.56716 3.31404 6.54764 2.91654 5.77002 2.19934" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10956
|
+
<path d="M9.95312 10.5781C9.95312 11.1376 10.1754 11.6741 10.5709 12.0697C10.9665 12.4653 11.5031 12.6875 12.0625 12.6875C12.6219 12.6875 13.1585 12.4653 13.5541 12.0697C13.9496 11.6741 14.1719 11.1376 14.1719 10.5781C14.1719 10.0187 13.9496 9.48216 13.5541 9.08657C13.1585 8.69099 12.6219 8.46875 12.0625 8.46875C11.5031 8.46875 10.9665 8.69099 10.5709 9.08657C10.1754 9.48216 9.95312 10.0187 9.95312 10.5781Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10957
|
+
<path d="M15.0312 15.0312C14.679 14.58 14.2286 14.215 13.7142 13.964C13.1998 13.713 12.6349 13.5825 12.0625 13.5825C11.4901 13.5825 10.9252 13.713 10.4108 13.964C9.89641 14.215 9.44598 14.58 9.09375 15.0312" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10958
|
+
<path d="M14.1719 10.6475C13.4757 10.8479 12.7397 10.866 12.0345 10.7C11.3293 10.534 10.6786 10.1894 10.145 9.69934" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10959
|
+
<path d="M1.82812 10.5781C1.82813 11.1376 2.05036 11.6741 2.44595 12.0697C2.84153 12.4653 3.37806 12.6875 3.9375 12.6875C4.49694 12.6875 5.03347 12.4653 5.42905 12.0697C5.82464 11.6741 6.04687 11.1376 6.04688 10.5781C6.04687 10.0187 5.82464 9.48216 5.42905 9.08657C5.03347 8.69099 4.49694 8.46875 3.9375 8.46875C3.37806 8.46875 2.84153 8.69099 2.44595 9.08657C2.05036 9.48216 1.82813 10.0187 1.82812 10.5781Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10960
|
+
<path d="M6.90552 15.0312C6.55329 14.58 6.10286 14.215 5.58844 13.964C5.07403 13.713 4.50916 13.5825 3.93677 13.5825C3.36437 13.5825 2.79951 13.713 2.28509 13.964C1.77068 14.215 1.32024 14.58 0.968018 15.0312" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10961
|
+
<path d="M6.04689 10.6475C5.35071 10.8479 4.61467 10.866 3.90947 10.7C3.20428 10.534 2.55363 10.1894 2.02002 9.69934" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10962
|
+
</g>
|
|
10963
|
+
<defs>
|
|
10964
|
+
<clipPath id="clip0_186_194">
|
|
10965
|
+
<rect width="16" height="16" fill="white"/>
|
|
10966
|
+
</clipPath>
|
|
10967
|
+
</defs>
|
|
10968
|
+
</svg>
|
|
10969
|
+
`,
|
|
10970
|
+
},
|
|
10971
|
+
{
|
|
10972
|
+
name: "b2c-customer-attributes",
|
|
10973
|
+
svg: `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
10974
|
+
<g clip-path="url(#clip0_186_187)">
|
|
10975
|
+
<path d="M2.60938 3.54688C2.60938 4.23064 2.881 4.88639 3.36449 5.36988C3.84798 5.85338 4.50374 6.125 5.1875 6.125C5.87126 6.125 6.52702 5.85338 7.01051 5.36988C7.494 4.88639 7.76563 4.23064 7.76562 3.54688C7.76563 2.86311 7.494 2.20736 7.01051 1.72387C6.52702 1.24037 5.87126 0.96875 5.1875 0.96875C4.50374 0.96875 3.84798 1.24037 3.36449 1.72387C2.881 2.20736 2.60938 2.86311 2.60938 3.54688Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10976
|
+
<path d="M5.65625 7.09875C5.50084 7.0775 5.34432 7.0654 5.1875 7.0625C4.06862 7.0625 2.99556 7.50697 2.20439 8.29814C1.41322 9.08931 0.96875 10.1624 0.96875 11.2812" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10977
|
+
<path d="M8.46875 7.53125H14.0938C14.0938 7.53125 15.0312 7.53125 15.0312 8.46875V14.0938C15.0312 14.0938 15.0312 15.0312 14.0938 15.0312H8.46875C8.46875 15.0312 7.53125 15.0312 7.53125 14.0938V8.46875C7.53125 8.46875 7.53125 7.53125 8.46875 7.53125Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10978
|
+
<path d="M9.40625 9.40625H13.1562" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10979
|
+
<path d="M9.40625 11.2812H13.1562" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10980
|
+
<path d="M9.40625 13.1562H10.8125" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10981
|
+
</g>
|
|
10982
|
+
<defs>
|
|
10983
|
+
<clipPath id="clip0_186_187">
|
|
10984
|
+
<rect width="16" height="16" fill="white"/>
|
|
10985
|
+
</clipPath>
|
|
10986
|
+
</defs>
|
|
10987
|
+
</svg>
|
|
10988
|
+
`,
|
|
10989
|
+
},
|
|
10990
|
+
{
|
|
10991
|
+
name: "b2c-customer-attribute-families",
|
|
10992
|
+
svg: `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
10993
|
+
<g clip-path="url(#clip0_186_162)">
|
|
10994
|
+
<path d="M6.4375 6.52812C5.90393 6.26136 5.31529 6.1233 4.71875 6.12499C3.80032 6.11779 2.91117 6.4479 2.21996 7.05272C1.52875 7.65753 1.08353 8.49498 0.96875 9.40624" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10995
|
+
<path d="M2.60938 3.07812C2.60938 3.63757 2.83161 4.17409 3.2272 4.56968C3.62278 4.96526 4.15931 5.1875 4.71875 5.1875C5.27819 5.1875 5.81472 4.96526 6.2103 4.56968C6.60589 4.17409 6.82812 3.63757 6.82812 3.07812C6.82812 2.51868 6.60589 1.98216 6.2103 1.58657C5.81472 1.19099 5.27819 0.96875 4.71875 0.96875C4.15931 0.96875 3.62278 1.19099 3.2272 1.58657C2.83161 1.98216 2.60938 2.51868 2.60938 3.07812Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10996
|
+
<path d="M9.17188 2.60938C9.17188 3.0445 9.34473 3.4618 9.6524 3.76947C9.96008 4.07715 10.3774 4.25 10.8125 4.25C11.2476 4.25 11.6649 4.07715 11.9726 3.76947C12.2803 3.4618 12.4531 3.0445 12.4531 2.60938C12.4531 2.17425 12.2803 1.75695 11.9726 1.44928C11.6649 1.1416 11.2476 0.96875 10.8125 0.96875C10.3774 0.96875 9.96008 1.1416 9.6524 1.44928C9.34473 1.75695 9.17188 2.17425 9.17188 2.60938Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10997
|
+
<path d="M12.8893 5.65622C12.6286 5.36148 12.3082 5.12548 11.9494 4.96385C11.5906 4.80221 11.2016 4.71863 10.8081 4.71863C10.4145 4.71863 10.0255 4.80221 9.66671 4.96385C9.30792 5.12548 8.98755 5.36148 8.72681 5.65622" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10998
|
+
<path d="M8.46875 7.53125H14.0938C14.0938 7.53125 15.0312 7.53125 15.0312 8.46875V14.0938C15.0312 14.0938 15.0312 15.0312 14.0938 15.0312H8.46875C8.46875 15.0312 7.53125 15.0312 7.53125 14.0938V8.46875C7.53125 8.46875 7.53125 7.53125 8.46875 7.53125Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
10999
|
+
<path d="M9.40625 9.40625H13.1562" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11000
|
+
<path d="M9.40625 11.2812H13.1562" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11001
|
+
<path d="M9.40625 13.1562H10.8125" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11002
|
+
</g>
|
|
11003
|
+
<defs>
|
|
11004
|
+
<clipPath id="clip0_186_162">
|
|
11005
|
+
<rect width="16" height="16" fill="white"/>
|
|
11006
|
+
</clipPath>
|
|
11007
|
+
</defs>
|
|
11008
|
+
</svg>
|
|
11009
|
+
`,
|
|
11010
|
+
},
|
|
11011
|
+
{
|
|
11012
|
+
name: "user-attribute-families",
|
|
11013
|
+
svg: `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
11014
|
+
<g clip-path="url(#clip0_186_171)">
|
|
11015
|
+
<path d="M8.46875 7.53125H14.0938C14.0938 7.53125 15.0312 7.53125 15.0312 8.46875V14.0938C15.0312 14.0938 15.0312 15.0312 14.0938 15.0312H8.46875C8.46875 15.0312 7.53125 15.0312 7.53125 14.0938V8.46875C7.53125 8.46875 7.53125 7.53125 8.46875 7.53125Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11016
|
+
<path d="M9.40625 9.40625H13.1562" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11017
|
+
<path d="M9.40625 11.2812H13.1562" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11018
|
+
<path d="M9.40625 13.1562H10.8125" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11019
|
+
<path d="M2.375 2.84375C2.375 3.34103 2.57254 3.81794 2.92417 4.16958C3.27581 4.52121 3.75272 4.71875 4.25 4.71875C4.74728 4.71875 5.22419 4.52121 5.57583 4.16958C5.92746 3.81794 6.125 3.34103 6.125 2.84375C6.125 2.34647 5.92746 1.86956 5.57583 1.51792C5.22419 1.16629 4.74728 0.96875 4.25 0.96875C3.75272 0.96875 3.27581 1.16629 2.92417 1.51792C2.57254 1.86956 2.375 2.34647 2.375 2.84375Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11020
|
+
<path d="M6.43313 6.48749C5.9605 6.06665 5.37628 5.79142 4.75084 5.69496C4.12539 5.59851 3.4854 5.68494 2.90795 5.94384C2.33049 6.20275 1.84021 6.62309 1.49615 7.15423C1.1521 7.68537 0.968943 8.30466 0.96875 8.93749V10.3437H2.375L2.84375 15.0312H5.65625L5.81812 13.4156" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11021
|
+
<path d="M9.17188 2.60938C9.17188 3.0445 9.34473 3.4618 9.6524 3.76947C9.96008 4.07715 10.3774 4.25 10.8125 4.25C11.2476 4.25 11.6649 4.07715 11.9726 3.76947C12.2803 3.4618 12.4531 3.0445 12.4531 2.60938C12.4531 2.17425 12.2803 1.75695 11.9726 1.44928C11.6649 1.1416 11.2476 0.96875 10.8125 0.96875C10.3774 0.96875 9.96008 1.1416 9.6524 1.44928C9.34473 1.75695 9.17188 2.17425 9.17188 2.60938Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11022
|
+
<path d="M13.2499 6.12506C13.0261 5.73774 12.7132 5.40938 12.3371 5.16723C11.961 4.92509 11.5326 4.77614 11.0874 4.73275C10.6422 4.68936 10.1931 4.75278 9.77732 4.91775C9.36154 5.08272 8.99111 5.34448 8.69678 5.68131" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11023
|
+
</g>
|
|
11024
|
+
<defs>
|
|
11025
|
+
<clipPath id="clip0_186_171">
|
|
11026
|
+
<rect width="16" height="16" fill="white"/>
|
|
11027
|
+
</clipPath>
|
|
11028
|
+
</defs>
|
|
11029
|
+
</svg>
|
|
11030
|
+
`,
|
|
11031
|
+
},
|
|
11032
|
+
{
|
|
11033
|
+
name: "inventory-management",
|
|
11034
|
+
svg: `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
11035
|
+
<g clip-path="url(#clip0_186_92)">
|
|
11036
|
+
<path d="M8.00317 11.2812H4.72192C4.5976 11.2812 4.47838 11.3306 4.39047 11.4185C4.30256 11.5065 4.25317 11.6257 4.25317 11.75V14.5625C4.25317 14.6868 4.30256 14.806 4.39047 14.894C4.47838 14.9819 4.5976 15.0312 4.72192 15.0312H8.00317V11.2812Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11037
|
+
<path d="M11.2844 11.2812H8.00317V15.0312H11.2844C11.4087 15.0312 11.528 14.9819 11.6159 14.894C11.7038 14.806 11.7532 14.6868 11.7532 14.5625V11.75C11.7532 11.6257 11.7038 11.5065 11.6159 11.4185C11.528 11.3306 11.4087 11.2812 11.2844 11.2812Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11038
|
+
<path d="M9.40942 7.53125H6.59692C6.4726 7.53125 6.35337 7.58064 6.26547 7.66854C6.17756 7.75645 6.12817 7.87568 6.12817 8V11.2812H9.87817V8C9.87817 7.87568 9.82879 7.75645 9.74088 7.66854C9.65297 7.58064 9.53374 7.53125 9.40942 7.53125Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11039
|
+
<path d="M0.971924 4.71875H15.0344V14.4062C15.0344 14.572 14.9686 14.731 14.8514 14.8482C14.7342 14.9654 14.5752 15.0312 14.4094 15.0312H1.59692C1.43116 15.0312 1.27219 14.9654 1.15498 14.8482C1.03777 14.731 0.971924 14.572 0.971924 14.4062V4.71875Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11040
|
+
<path d="M0.971924 4.71875C0.971924 2.6475 4.12005 0.96875 8.00317 0.96875C11.8863 0.96875 15.0344 2.6475 15.0344 4.71875" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11041
|
+
</g>
|
|
11042
|
+
<defs>
|
|
11043
|
+
<clipPath id="clip0_186_92">
|
|
11044
|
+
<rect width="16" height="16" fill="white"/>
|
|
11045
|
+
</clipPath>
|
|
11046
|
+
</defs>
|
|
11047
|
+
</svg>
|
|
11048
|
+
`,
|
|
11049
|
+
},
|
|
11050
|
+
{
|
|
11051
|
+
name: "marketing-campaign",
|
|
11052
|
+
svg: `<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
11053
|
+
<g clip-path="url(#clip0_186_213)">
|
|
11054
|
+
<path d="M7.12939 13.2518L7.97627 14.5862" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11055
|
+
<path d="M11.8125 7.30872L15.0312 12.3793" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11056
|
+
<path d="M14.862 12.1126L7.80695 14.3201L7.29883 13.5188L11.982 7.57568L14.862 12.1126Z" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11057
|
+
<path d="M9.3313 13.8425L9.77942 14.53C9.85069 14.6475 9.9445 14.7498 10.0554 14.8309C10.1664 14.912 10.2923 14.9704 10.4259 15.0027C10.5595 15.035 10.6982 15.0406 10.8339 15.0191C10.9697 14.9976 11.0998 14.9494 11.2169 14.8775L11.2688 14.8443C11.5076 14.6723 11.6717 14.4154 11.7275 14.1264C11.7833 13.8373 11.7265 13.5379 11.5688 13.2893L11.4857 13.1687" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11058
|
+
<path d="M7.21875 10.3438H1.90625C1.65761 10.3438 1.41915 10.245 1.24334 10.0692C1.06752 9.89335 0.96875 9.65489 0.96875 9.40625V1.90625C0.96875 1.65761 1.06752 1.41915 1.24334 1.24334C1.41915 1.06752 1.65761 0.96875 1.90625 0.96875H13.1562C13.4049 0.96875 13.6433 1.06752 13.8192 1.24334C13.995 1.41915 14.0938 1.65761 14.0938 1.90625V6.75" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11059
|
+
<path d="M13.8819 1.3125L8.79191 5.2275C8.43053 5.50564 7.98731 5.65645 7.53129 5.65645C7.07527 5.65645 6.63205 5.50564 6.27066 5.2275L1.18066 1.3125" stroke="#667085" stroke-linecap="round" stroke-linejoin="round"/>
|
|
11060
|
+
</g>
|
|
11061
|
+
<defs>
|
|
11062
|
+
<clipPath id="clip0_186_213">
|
|
11063
|
+
<rect width="16" height="16" fill="white"/>
|
|
11064
|
+
</clipPath>
|
|
11065
|
+
</defs>
|
|
11066
|
+
</svg>
|
|
10961
11067
|
`,
|
|
10962
11068
|
},
|
|
10963
11069
|
];
|
package/package.json
CHANGED
package/dist/assets/App.css
DELETED
|
@@ -1,96 +0,0 @@
|
|
|
1
|
-
@import url("./assets/theme.css");
|
|
2
|
-
@import url("./assets/sccoreui.css");
|
|
3
|
-
@import url("./assets/sccoreicons.css");
|
|
4
|
-
@import url("./assets/flex.css");
|
|
5
|
-
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
|
|
6
|
-
:root {
|
|
7
|
-
--fw-600: 600;
|
|
8
|
-
--fw-400: 400;
|
|
9
|
-
--fs-24: 24px;
|
|
10
|
-
--fs-18: 18px;
|
|
11
|
-
--fs-16: 16px;
|
|
12
|
-
--lh: 24px;
|
|
13
|
-
--fs-14: 14px;
|
|
14
|
-
--grey-bg: #101828;
|
|
15
|
-
--border-none: border-none;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
body {
|
|
19
|
-
font-family: "Lato", sans-serif;
|
|
20
|
-
-webkit-font-smoothing: antialiased;
|
|
21
|
-
-moz-osx-font-smoothing: grayscale;
|
|
22
|
-
line-height: var(--lh);
|
|
23
|
-
padding: 0;
|
|
24
|
-
margin: 0;
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
code {
|
|
28
|
-
font-family: "Lato", sans-serif;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
h1 {
|
|
32
|
-
font-size: var(--fs-24);
|
|
33
|
-
font-weight: var(--fw-600);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
h2 {
|
|
37
|
-
font-size: var(--fs-18);
|
|
38
|
-
font-weight: var(--fw-600);
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
h3 {
|
|
42
|
-
font-size: var(--fs-16);
|
|
43
|
-
font-weight: var(--fw-400);
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.progress-container {
|
|
47
|
-
isolation: isolate;
|
|
48
|
-
}
|
|
49
|
-
.progress-container::before {
|
|
50
|
-
content: "";
|
|
51
|
-
background-color: var(--gray-200);
|
|
52
|
-
position: absolute;
|
|
53
|
-
z-index: -1;
|
|
54
|
-
}
|
|
55
|
-
.progress-container.horizontal::before {
|
|
56
|
-
height: 2px;
|
|
57
|
-
width: 100%;
|
|
58
|
-
top: 11%;
|
|
59
|
-
}
|
|
60
|
-
.progress-container.vertical::before {
|
|
61
|
-
height: 100%;
|
|
62
|
-
width: 2px;
|
|
63
|
-
left: 5%;
|
|
64
|
-
top: 0;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
.progressbar {
|
|
68
|
-
z-index: -1;
|
|
69
|
-
transition: all 0.6s ease;
|
|
70
|
-
}
|
|
71
|
-
.progressbar.horizontal {
|
|
72
|
-
left: 0;
|
|
73
|
-
height: 2px;
|
|
74
|
-
top: 11%;
|
|
75
|
-
}
|
|
76
|
-
.progressbar.vertical {
|
|
77
|
-
width: 2px;
|
|
78
|
-
left: 5%;
|
|
79
|
-
top: 0;
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
.progress-step-item.horizontal:nth-of-type(1) {
|
|
83
|
-
transform: translateX(-50%);
|
|
84
|
-
}
|
|
85
|
-
.progress-step-item.horizontal:last-child {
|
|
86
|
-
transform: translateX(50%);
|
|
87
|
-
}
|
|
88
|
-
.progress-step-item.vertical {
|
|
89
|
-
transform: translateY(50%);
|
|
90
|
-
}
|
|
91
|
-
.progress-step-item.vertical:nth-of-type(1) {
|
|
92
|
-
transform: translateY(-5%);
|
|
93
|
-
}
|
|
94
|
-
.progress-step-item.vertical:last-child {
|
|
95
|
-
transform: translateY(100%);
|
|
96
|
-
}/*# sourceMappingURL=App.css.map */
|
package/dist/assets/App.css.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["App.scss","App.css"],"names":[],"mappings":"AAAQ,iCAAA;AACA,oCAAA;AACA,uCAAA;AACA,gCAAA;AACA,kGAAA;AAER;EACE,aAAA;EACA,aAAA;EACA,aAAA;EACA,aAAA;EACA,aAAA;EACA,UAAA;EACA,aAAA;EACA,kBAAA;EACA,0BAAA;ACAF;;ADmBA;EACE,+BAAA;EACA,mCAAA;EACA,kCAAA;EACA,sBAAA;EACA,UAAA;EACA,SAAA;AChBF;;ADmBA;EACE,+BAAA;AChBF;;ADmBA;EACE,uBAAA;EACA,0BAAA;AChBF;;ADmBA;EACE,uBAAA;EACA,0BAAA;AChBF;;ADmBA;EACE,uBAAA;EACA,0BAAA;AChBF;;ADqBA;EACE,kBAAA;AClBF;ADoBE;EACE,WAAA;EACA,iCAAA;EACA,kBAAA;EACA,WAAA;AClBJ;ADqBE;EACE,WAAA;EACA,WAAA;EACA,QAAA;ACnBJ;ADsBE;EACE,YAAA;EACA,UAAA;EACA,QAAA;EACA,MAAA;ACpBJ;;ADwBA;EACE,WAAA;EACA,yBAAA;ACrBF;ADuBE;EACE,OAAA;EACA,WAAA;EACA,QAAA;ACrBJ;ADwBE;EACE,UAAA;EACA,QAAA;EACA,MAAA;ACtBJ;;AD8BI;EACE,2BAAA;AC3BN;AD8BI;EACE,0BAAA;AC5BN;ADgCE;EACE,0BAAA;AC9BJ;ADgCI;EACE,0BAAA;AC9BN;ADiCI;EACE,2BAAA;AC/BN","file":"App.css"}
|
package/dist/assets/App.scss
DELETED
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
@import url("./assets/theme.css");
|
|
2
|
-
@import url("./assets/sccoreui.css");
|
|
3
|
-
@import url("./assets/sccoreicons.css");
|
|
4
|
-
@import url("./assets/flex.css");
|
|
5
|
-
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap');
|
|
6
|
-
|
|
7
|
-
:root {
|
|
8
|
-
--fw-600: 600;
|
|
9
|
-
--fw-400: 400;
|
|
10
|
-
--fs-24: 24px;
|
|
11
|
-
--fs-18: 18px;
|
|
12
|
-
--fs-16: 16px;
|
|
13
|
-
--lh: 24px;
|
|
14
|
-
--fs-14: 14px;
|
|
15
|
-
--grey-bg: #101828;
|
|
16
|
-
--border-none: border-none;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
// @font-face {
|
|
20
|
-
// font-family: "Lato";
|
|
21
|
-
// src: url("./assets/fonts/Lato-Regular.ttf") format("truetype");
|
|
22
|
-
// }
|
|
23
|
-
|
|
24
|
-
// @font-face {
|
|
25
|
-
// font-family: "Lato-600";
|
|
26
|
-
// font-weight: 600;
|
|
27
|
-
// src: url("./assets/fonts/Lato-Regular.ttf") format("truetype");
|
|
28
|
-
// }
|
|
29
|
-
|
|
30
|
-
// * {
|
|
31
|
-
// padding: 0;
|
|
32
|
-
// margin: 0;
|
|
33
|
-
// }
|
|
34
|
-
|
|
35
|
-
body {
|
|
36
|
-
font-family: 'Lato', sans-serif;
|
|
37
|
-
-webkit-font-smoothing: antialiased;
|
|
38
|
-
-moz-osx-font-smoothing: grayscale;
|
|
39
|
-
line-height: var(--lh);
|
|
40
|
-
padding: 0;
|
|
41
|
-
margin: 0;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
code {
|
|
45
|
-
font-family: 'Lato', sans-serif;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
h1 {
|
|
49
|
-
font-size: var(--fs-24);
|
|
50
|
-
font-weight: var(--fw-600);
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
h2 {
|
|
54
|
-
font-size: var(--fs-18);
|
|
55
|
-
font-weight: var(--fw-600);
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
h3 {
|
|
59
|
-
font-size: var(--fs-16);
|
|
60
|
-
font-weight: var(--fw-400);
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
// ============= custom progress steps =============== //
|
|
64
|
-
|
|
65
|
-
.progress-container {
|
|
66
|
-
isolation: isolate;
|
|
67
|
-
|
|
68
|
-
&::before {
|
|
69
|
-
content: "";
|
|
70
|
-
background-color: var(--gray-200);
|
|
71
|
-
position: absolute;
|
|
72
|
-
z-index: -1;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
&.horizontal::before {
|
|
76
|
-
height: 2px;
|
|
77
|
-
width: 100%;
|
|
78
|
-
top: 11%;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
&.vertical::before {
|
|
82
|
-
height: 100%;
|
|
83
|
-
width: 2px;
|
|
84
|
-
left: 5%;
|
|
85
|
-
top: 0;
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.progressbar {
|
|
90
|
-
z-index: -1;
|
|
91
|
-
transition: all 0.6s ease;
|
|
92
|
-
|
|
93
|
-
&.horizontal {
|
|
94
|
-
left: 0;
|
|
95
|
-
height: 2px;
|
|
96
|
-
top: 11%;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
&.vertical {
|
|
100
|
-
width: 2px;
|
|
101
|
-
left: 5%;
|
|
102
|
-
top: 0;
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.progress-step-item {
|
|
107
|
-
&.horizontal {
|
|
108
|
-
// transform: translateX(10%);
|
|
109
|
-
|
|
110
|
-
&:nth-of-type(1) {
|
|
111
|
-
transform: translateX(-50%);
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
&:last-child {
|
|
115
|
-
transform: translateX(50%);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
&.vertical {
|
|
120
|
-
transform: translateY(50%);
|
|
121
|
-
|
|
122
|
-
&:nth-of-type(1) {
|
|
123
|
-
transform: translateY(-5%);
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
&:last-child {
|
|
127
|
-
transform: translateY(100%);
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
}
|