@xaypay/tui 0.0.24 → 0.0.25
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/.idea/workspace.xml +341 -4774
- package/dist/index.es.js +42 -22
- package/dist/index.js +42 -22
- package/package.json +1 -1
- package/src/assets/upload.svg +4 -0
- package/src/assets_old/icons/demo.html +15 -1
- package/src/assets_old/icons/fonts/icomoon.eot +0 -0
- package/src/assets_old/icons/fonts/icomoon.svg +5 -4
- package/src/assets_old/icons/fonts/icomoon.ttf +0 -0
- package/src/assets_old/icons/fonts/icomoon.woff +0 -0
- package/src/assets_old/icons/selection.json +1 -1
- package/src/assets_old/icons/style.css +8 -5
- package/src/components/autocomplate/autocomplate.module.css +15 -2
- package/src/components/autocomplate/index.js +1 -1
- package/src/components/button/button.module.css +1 -0
- package/src/components/file/file.module.css +77 -6
- package/src/components/file/index.js +16 -18
- package/src/components/input/index.js +1 -1
- package/src/components/input/input.module.css +10 -0
- package/src/components/pagination/index.js +3 -1
- package/src/components/select/select.module.css +1 -0
- package/src/components/typography/typography.module.css +6 -4
package/dist/index.es.js
CHANGED
|
@@ -45,7 +45,7 @@ function styleInject(css, ref) {
|
|
|
45
45
|
}
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
var css_248z$b = ".button-module_btn__ffRtT{border:none;border-radius:6px;box-sizing:border-box;cursor:pointer;font-size:16px;line-height:20px;min-height:46px;outline:none;overflow:hidden;padding:12px 20px;text-transform:none;transition:background-color .24s,color .24s}.button-module_btn__ffRtT.button-module_full-size__vmV2E{width:100%}.button-module_btn__ffRtT.button-module_content-size__f7JSE{width:auto}.button-module_btn__ffRtT.button-module_type-filled__BiyVo{background-color:#00236a;color:#fff}.button-module_btn__ffRtT.button-module_type-filled__BiyVo:hover{background-color:#001745}.button-module_btn__ffRtT.button-module_type-filled__BiyVo:disabled{background-color:#eee;color:#3c393e;pointer-events:none}.button-module_btn__ffRtT.button-module_type-outline__RpZ2V{background-color:#fff;box-shadow:inset 0 0 0 2px #00236a}.button-module_btn__ffRtT.button-module_type-outline__RpZ2V:hover{background-color:#001745;color:#fff}.button-module_btn__ffRtT.button-module_type-outline__RpZ2V:disabled{box-shadow:inset 0 0 0 2px #eee;color:#3c393e;pointer-events:none}";
|
|
48
|
+
var css_248z$b = ".button-module_btn__ffRtT{border:none;border-radius:6px;box-sizing:border-box;cursor:pointer;font-size:16px;line-height:20px;max-height:46px;min-height:46px;outline:none;overflow:hidden;padding:12px 20px;text-transform:none;transition:background-color .24s,color .24s}.button-module_btn__ffRtT.button-module_full-size__vmV2E{width:100%}.button-module_btn__ffRtT.button-module_content-size__f7JSE{width:auto}.button-module_btn__ffRtT.button-module_type-filled__BiyVo{background-color:#00236a;color:#fff}.button-module_btn__ffRtT.button-module_type-filled__BiyVo:hover{background-color:#001745}.button-module_btn__ffRtT.button-module_type-filled__BiyVo:disabled{background-color:#eee;color:#3c393e;pointer-events:none}.button-module_btn__ffRtT.button-module_type-outline__RpZ2V{background-color:#fff;box-shadow:inset 0 0 0 2px #00236a}.button-module_btn__ffRtT.button-module_type-outline__RpZ2V:hover{background-color:#001745;color:#fff}.button-module_btn__ffRtT.button-module_type-outline__RpZ2V:disabled{box-shadow:inset 0 0 0 2px #eee;color:#3c393e;pointer-events:none}";
|
|
49
49
|
var styles$9 = {"btn":"button-module_btn__ffRtT","full-size":"button-module_full-size__vmV2E","content-size":"button-module_content-size__f7JSE","size-default":"button-module_size-default__ydEgl","type-filled":"button-module_type-filled__BiyVo","with-icon":"button-module_with-icon__mfKU-","type-outline":"button-module_type-outline__RpZ2V"};
|
|
50
50
|
styleInject(css_248z$b);
|
|
51
51
|
|
|
@@ -129,7 +129,7 @@ Button.defaultProps = {
|
|
|
129
129
|
outline: false
|
|
130
130
|
};
|
|
131
131
|
|
|
132
|
-
var css_248z$a = "h1{font-size:70px;line-height:70px}h1,h2{font-weight:400;text-transform:uppercase}h2{font-size:50px;line-height:50px}h3{font-size:38px;font-weight:400;line-height:38px}h3,h4{text-transform:uppercase}h4{font-size:24px;font-weight:600;line-height:24px}h5{font-size:20px;font-size:
|
|
132
|
+
var css_248z$a = "h1{font-size:70px;line-height:70px}h1,h2{font-weight:400;text-transform:uppercase}h2{font-size:50px;line-height:50px}h3{font-size:38px;font-weight:400;line-height:38px}h3,h4{text-transform:uppercase}h4{font-size:24px;font-weight:600;line-height:24px}h5{font-size:20px;font-size:14px;line-height:20px;text-transform:uppercase}h5,p{font-weight:600;text-transform:none}p{font-size:16px;line-height:22px}p,span{color:#3c393e}span{font-size:12px;font-weight:500;line-height:16px;text-transform:none}i{font-family:icomoon;font-style:inherit}";
|
|
133
133
|
styleInject(css_248z$a);
|
|
134
134
|
|
|
135
135
|
const TypographyType = {
|
|
@@ -181,8 +181,8 @@ Typography.defaultProps = {
|
|
|
181
181
|
variant: 'h1'
|
|
182
182
|
};
|
|
183
183
|
|
|
184
|
-
var css_248z$9 = ".autocomplate-module_autocomplate-content__UbIUT{display:flex;flex-direction:column}.autocomplate-module_autocomplate-content-top__FVgCp{border:2px solid #d1d1d1;border-radius:6px;box-sizing:border-box;color:#3c393e;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:46px;line-height:22px;max-width:400px;padding:0 15px;transition:border-color .24s}.autocomplate-module_autocomplate-content-top__FVgCp.autocomplate-module_active__40fdV{border-color:#00236a}.autocomplate-module_autocomplate-content-top__FVgCp:hover{border-color:#3c393e}.autocomplate-module_autocomplate-content-bottom__yk0zP{animation:autocomplate-module_select-show__7Uap4 .64s linear forwards;background:#fbfbfb;border-radius:6px;box-shadow:0 0 10px rgba(60,57,62,.08);max-height:0;max-width:400px;overflow:hidden;position:
|
|
185
|
-
var styles$8 = {"autocomplate-content":"autocomplate-module_autocomplate-content__UbIUT","autocomplate-content-top":"autocomplate-module_autocomplate-content-top__FVgCp","active":"autocomplate-module_active__40fdV","autocomplate-content-bottom":"autocomplate-module_autocomplate-content-bottom__yk0zP","select-show":"autocomplate-module_select-show__7Uap4","autocomplate-content-bottom-inner":"autocomplate-module_autocomplate-content-bottom-inner__rF5IF","autocomplate-content-bottom-row":"autocomplate-module_autocomplate-content-bottom-row__dRsZa","no-option":"autocomplate-module_no-option__xv0-E","option-active":"autocomplate-module_option-active__WuH4I"};
|
|
184
|
+
var css_248z$9 = ".autocomplate-module_autocomplate-content__UbIUT{display:flex;flex-direction:column;position:relative}.autocomplate-module_autocomplate-content-top__FVgCp{border:2px solid #d1d1d1;border-radius:6px;box-sizing:border-box;color:#3c393e;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:46px;line-height:22px;max-width:400px;padding:0 15px;transition:border-color .24s}.autocomplate-module_autocomplate-content-top__FVgCp.autocomplate-module_active__40fdV{border-color:#00236a}.autocomplate-module_autocomplate-content-top__FVgCp:hover{border-color:#3c393e}.autocomplate-module_autocomplate-content-bottom__yk0zP{animation:autocomplate-module_select-show__7Uap4 .64s linear forwards;background:#fbfbfb;border-radius:6px;box-shadow:0 0 10px rgba(60,57,62,.08);left:0;max-height:0;max-width:400px;overflow:hidden;position:absolute;top:52px;width:100%;z-index:1}.autocomplate-module_autocomplate-content-bottom-inner__rF5IF{display:flex;flex-direction:column;max-height:234px;overflow-x:hidden;overflow-y:auto}@keyframes autocomplate-module_select-show__7Uap4{to{max-height:400px}}.autocomplate-module_autocomplate-content-bottom-row__dRsZa{align-items:center;background:#fff;box-sizing:border-box;color:#3c393e;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:46px;line-height:22px;margin-bottom:2px;padding:0 15px;transition:background .24s,color .24s}.autocomplate-module_autocomplate-content-bottom-row__dRsZa .autocomplate-module_no-option__xv0-E{color:red}.autocomplate-module_autocomplate-content-bottom-row__dRsZa:hover{background:unset;color:#00236a}.autocomplate-module_option-active__WuH4I .autocomplate-module_autocomplate-content-bottom-row__dRsZa{color:#00236a}.autocomplate-module_autocomplate-title__3Qxqz{color:#3c393e;display:block;font-size:16px;font-weight:500;line-height:22px;margin-bottom:6px;text-transform:none}";
|
|
185
|
+
var styles$8 = {"autocomplate-content":"autocomplate-module_autocomplate-content__UbIUT","autocomplate-content-top":"autocomplate-module_autocomplate-content-top__FVgCp","active":"autocomplate-module_active__40fdV","autocomplate-content-bottom":"autocomplate-module_autocomplate-content-bottom__yk0zP","select-show":"autocomplate-module_select-show__7Uap4","autocomplate-content-bottom-inner":"autocomplate-module_autocomplate-content-bottom-inner__rF5IF","autocomplate-content-bottom-row":"autocomplate-module_autocomplate-content-bottom-row__dRsZa","no-option":"autocomplate-module_no-option__xv0-E","option-active":"autocomplate-module_option-active__WuH4I","autocomplate-title":"autocomplate-module_autocomplate-title__3Qxqz"};
|
|
186
186
|
styleInject(css_248z$9);
|
|
187
187
|
|
|
188
188
|
const Autocomplate = ({
|
|
@@ -270,7 +270,7 @@ const Autocomplate = ({
|
|
|
270
270
|
}
|
|
271
271
|
}
|
|
272
272
|
return /*#__PURE__*/React.createElement(React.Fragment, null, label ? /*#__PURE__*/React.createElement("label", {
|
|
273
|
-
className: styles$8
|
|
273
|
+
className: styles$8['autocomplate-title']
|
|
274
274
|
}, label) : "", /*#__PURE__*/React.createElement("div", {
|
|
275
275
|
className: styles$8['autocomplate-content']
|
|
276
276
|
}, /*#__PURE__*/React.createElement("input", _extends({
|
|
@@ -381,7 +381,7 @@ Checkbox.defaultProps = {
|
|
|
381
381
|
jsonData: '[{"value":"email", "name":"contact1", "label":"Email", "id":"contactChoice1"}, {"value":"phone", "name":"contact2", "label":"Phone", "id":"contactChoice2"}]'
|
|
382
382
|
};
|
|
383
383
|
|
|
384
|
-
var css_248z$7 = "@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(fonts/icomoon.eot?
|
|
384
|
+
var css_248z$7 = "@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(fonts/icomoon.eot?pr3wo0);src:url(fonts/icomoon.eot?pr3wo0#iefix) format(\"embedded-opentype\"),url(fonts/icomoon.ttf?pr3wo0) format(\"truetype\"),url(fonts/icomoon.woff?pr3wo0) format(\"woff\"),url(fonts/icomoon.svg?pr3wo0#icomoon) format(\"svg\")}[class*=\" icon-\"],[class^=icon-]{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-delete:before{content:\"\\e90a\"}.icon-vector-up:before{content:\"\\e908\"}.icon-vector-down:before{content:\"\\e909\"}.icon-close:before{content:\"\\e907\"}.icon-icon-arrow-top:before{content:\"\\e905\"}.icon-icon-arrow-bottom:before{content:\"\\e906\"}.icon-arrow:before{content:\"\\e900\"}.icon-arrow-jump-next:before{content:\"\\e901\"}.icon-arrow-jump-back:before{content:\"\\e902\"}.icon-text:before{content:\"\\e903\"}.icon-arrow-back:before{content:\"\\e904\"}";
|
|
385
385
|
styleInject(css_248z$7);
|
|
386
386
|
|
|
387
387
|
/**
|
|
@@ -393,8 +393,8 @@ const Icon = props => {
|
|
|
393
393
|
});
|
|
394
394
|
};
|
|
395
395
|
|
|
396
|
-
var css_248z$6 = ".input-module_input-wrap__NunrE{position:relative}.input-module_input__-ipHD{border:none;border-radius:6px;box-shadow:inset 0 0 0 2px #d1d1d1;box-sizing:border-box;color:#3c393e;cursor:pointer;font-size:16px;line-height:20px;outline:none;overflow:hidden;text-transform:none;transition:background-color .24s,color .24s}.input-module_input__-ipHD.input-module_full-size__38YG7{width:100%}.input-module_input__-ipHD.input-module_content-size__rZ5EA{width:auto}.input-module_input__-ipHD.input-module_size-medium__frTDq{min-height:46px;padding:12px 15px}.input-module_input__-ipHD:hover{box-shadow:inset 0 0 0 2px #3c393e}.input-module_input__-ipHD:active{box-shadow:inset 0 0 0 2px #00236a}.input-module_inputErrorMessages__hx490{animation:input-module_error-message-show__OrVSo .24s forwards;bottom:0;color:#e00;font-size:14px;left:0;line-height:19px;position:absolute;transform:scale3d(0,0,0);z-index:1}.input-module_labelInput__sUMKQ{color:#000}.input-module_input__-ipHD.input-module_state-disabled__402v0{background-color:#fbfbfb;pointer-events:none}.input-module_input__-ipHD.input-module_error-message__7NphF{box-shadow:inset 0 0 0 2px #e00}@keyframes input-module_error-message-show__OrVSo{to{bottom:-20px;transform:scaleX(1)}}";
|
|
397
|
-
var styles$6 = {"input-wrap":"input-module_input-wrap__NunrE","input":"input-module_input__-ipHD","full-size":"input-module_full-size__38YG7","content-size":"input-module_content-size__rZ5EA","size-medium":"input-module_size-medium__frTDq","with-icon":"input-module_with-icon__w3jTW","inputErrorMessages":"input-module_inputErrorMessages__hx490","error-message-show":"input-module_error-message-show__OrVSo","labelInput":"input-module_labelInput__sUMKQ","state-disabled":"input-module_state-disabled__402v0","error-message":"input-module_error-message__7NphF"};
|
|
396
|
+
var css_248z$6 = ".input-module_input-wrap__NunrE{position:relative}.input-module_input__-ipHD{border:none;border-radius:6px;box-shadow:inset 0 0 0 2px #d1d1d1;box-sizing:border-box;color:#3c393e;cursor:pointer;font-size:16px;line-height:20px;outline:none;overflow:hidden;text-transform:none;transition:background-color .24s,color .24s}.input-module_input__-ipHD.input-module_full-size__38YG7{width:100%}.input-module_input__-ipHD.input-module_content-size__rZ5EA{width:auto}.input-module_input__-ipHD.input-module_size-medium__frTDq{max-width:400px;min-height:46px;padding:12px 15px}.input-module_input__-ipHD:hover{box-shadow:inset 0 0 0 2px #3c393e}.input-module_input__-ipHD:active{box-shadow:inset 0 0 0 2px #00236a}.input-module_inputErrorMessages__hx490{animation:input-module_error-message-show__OrVSo .24s forwards;bottom:0;color:#e00;font-size:14px;left:0;line-height:19px;position:absolute;transform:scale3d(0,0,0);z-index:1}.input-module_labelInput__sUMKQ{color:#000}.input-module_input__-ipHD.input-module_state-disabled__402v0{background-color:#fbfbfb;pointer-events:none}.input-module_input__-ipHD.input-module_error-message__7NphF{box-shadow:inset 0 0 0 2px #e00}.input-module_input-title__giCsY{color:#3c393e;display:block;font-size:16px;font-weight:500;line-height:22px;margin-bottom:6px;text-transform:none}@keyframes input-module_error-message-show__OrVSo{to{bottom:-20px;transform:scaleX(1)}}";
|
|
397
|
+
var styles$6 = {"input-wrap":"input-module_input-wrap__NunrE","input":"input-module_input__-ipHD","full-size":"input-module_full-size__38YG7","content-size":"input-module_content-size__rZ5EA","size-medium":"input-module_size-medium__frTDq","with-icon":"input-module_with-icon__w3jTW","inputErrorMessages":"input-module_inputErrorMessages__hx490","error-message-show":"input-module_error-message-show__OrVSo","labelInput":"input-module_labelInput__sUMKQ","state-disabled":"input-module_state-disabled__402v0","error-message":"input-module_error-message__7NphF","input-title":"input-module_input-title__giCsY"};
|
|
398
398
|
styleInject(css_248z$6);
|
|
399
399
|
|
|
400
400
|
const InputTypes = {
|
|
@@ -443,7 +443,7 @@ const Input = ({
|
|
|
443
443
|
return /*#__PURE__*/React.createElement("div", {
|
|
444
444
|
className: styles$6['input-wrap']
|
|
445
445
|
}, label ? /*#__PURE__*/React.createElement("label", {
|
|
446
|
-
className: styles$6
|
|
446
|
+
className: styles$6['input-title']
|
|
447
447
|
}, label) : "", /*#__PURE__*/React.createElement("input", _extends({}, props, {
|
|
448
448
|
type: type,
|
|
449
449
|
className: classProps,
|
|
@@ -601,7 +601,9 @@ const Pagination = ({
|
|
|
601
601
|
disabled: currentPageIndex === 0 ? true : false
|
|
602
602
|
}, /*#__PURE__*/React.createElement("span", {
|
|
603
603
|
className: styles$5['pagination-jump-next-txt']
|
|
604
|
-
},
|
|
604
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
605
|
+
className: "icon-text"
|
|
606
|
+
})), /*#__PURE__*/React.createElement("span", {
|
|
605
607
|
className: styles$5['pagination-jump-next-arrow']
|
|
606
608
|
}, /*#__PURE__*/React.createElement("i", {
|
|
607
609
|
className: "icon-arrow-jump-next"
|
|
@@ -786,7 +788,7 @@ Stepper.propTypes = {
|
|
|
786
788
|
activeSteps: PropTypes.number
|
|
787
789
|
};
|
|
788
790
|
|
|
789
|
-
var css_248z$1 = ".select-module_select-title__c8bR7{color:#3c393e;display:block;font-size:16px;font-weight:500;line-height:22px;margin-bottom:6px;text-transform:none}.select-module_select-content__GCMDX{display:flex;flex-direction:column;position:relative}.select-module_select-content-top__Aw-fB{border:2px solid #d1d1d1;border-radius:6px;box-sizing:border-box;color:#3c393e;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:46px;line-height:22px;max-width:400px;padding:0 15px;transition:border-color .24s}.select-module_select-content-top__Aw-fB.select-module_active__v2Dce{border-color:#00236a}.select-module_select-content-top__Aw-fB:hover{border-color:#3c393e}.select-module_select-content-bottom__ueZCR{animation:select-module_select-show__391hQ .64s linear forwards;background:#fbfbfb;border-radius:6px;box-shadow:0 0 10px rgba(60,57,62,.08);left:0;max-height:0;max-width:400px;overflow:hidden;position:absolute;top:52px;width:100
|
|
791
|
+
var css_248z$1 = ".select-module_select-title__c8bR7{color:#3c393e;display:block;font-size:16px;font-weight:500;line-height:22px;margin-bottom:6px;text-transform:none}.select-module_select-content__GCMDX{display:flex;flex-direction:column;position:relative}.select-module_select-content-top__Aw-fB{border:2px solid #d1d1d1;border-radius:6px;box-sizing:border-box;color:#3c393e;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:46px;line-height:22px;max-width:400px;padding:0 15px;transition:border-color .24s}.select-module_select-content-top__Aw-fB.select-module_active__v2Dce{border-color:#00236a}.select-module_select-content-top__Aw-fB:hover{border-color:#3c393e}.select-module_select-content-bottom__ueZCR{animation:select-module_select-show__391hQ .64s linear forwards;background:#fbfbfb;border-radius:6px;box-shadow:0 0 10px rgba(60,57,62,.08);left:0;max-height:0;max-width:400px;overflow:hidden;position:absolute;top:52px;width:100%;z-index:1}.select-module_select-content-bottom-inner__NWy2X{display:flex;flex-direction:column;max-height:234px;overflow-x:hidden;overflow-y:auto}@keyframes select-module_select-show__391hQ{to{max-height:400px}}.select-module_select-content-top-text__euajq{align-items:center;display:flex;flex:1;flex-direction:row;flex-wrap:nowrap}.select-module_select-content-top-icon__MBrGK{align-items:center;box-sizing:border-box;display:flex;flex:0 0 auto;padding:0 5px 0 20px}.select-module_select-content-top-icon__MBrGK>i{color:#3c393e;font-size:8px}.select-module_select-content-bottom-row__eKq5L{align-items:center;background:#fff;box-sizing:border-box;color:#3c393e;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:46px;line-height:22px;margin-bottom:2px;padding:0 15px;transition:background .24s,color .24s}.select-module_select-content-bottom-row__eKq5L:last-child{margin-bottom:0}.select-module_select-content-bottom-row__eKq5L:hover{background:unset;color:#00236a}";
|
|
790
792
|
var styles$1 = {"select-title":"select-module_select-title__c8bR7","select-content":"select-module_select-content__GCMDX","select-content-top":"select-module_select-content-top__Aw-fB","active":"select-module_active__v2Dce","select-content-bottom":"select-module_select-content-bottom__ueZCR","select-show":"select-module_select-show__391hQ","select-content-bottom-inner":"select-module_select-content-bottom-inner__NWy2X","select-content-top-text":"select-module_select-content-top-text__euajq","select-content-top-icon":"select-module_select-content-top-icon__MBrGK","select-content-bottom-row":"select-module_select-content-bottom-row__eKq5L"};
|
|
791
793
|
styleInject(css_248z$1);
|
|
792
794
|
|
|
@@ -894,8 +896,8 @@ Select.defaultProps = {
|
|
|
894
896
|
size: 'medium'
|
|
895
897
|
};
|
|
896
898
|
|
|
897
|
-
var css_248z = ".file-module_file-
|
|
898
|
-
var styles = {"file-
|
|
899
|
+
var css_248z = ".file-module_file-form__l13d5{align-items:center;background:#fbfbfb;border:2px dashed;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:4px 0;position:relative;width:100%}.file-module_file-form__l13d5:hover .file-module_delete-upload-file__DirSm{opacity:1}.file-module_file-form-inner-upload__tq3Dn{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:16px;padding-top:48px}.file-module_file-form-inner-upload__tq3Dn>img{display:block;margin-bottom:14px}.file-module_upload-info__a8GFs{margin-bottom:40px;max-width:150px;text-align:center}.file-module_upload-info-txt__l11uN{color:#0da574}.file-module_file-form__l13d5.file-module_default__t7KU0{border-color:#d1d1d1}.file-module_file-form__l13d5.file-module_error__H-M4Z{border-color:#e00}.file-module_file-form__l13d5.file-module_accept__WTW6V{border-color:#00236a}.file-module_delete-upload-file__DirSm{background:rgba(60,57,62,.4);height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .24s;width:100%;z-index:1}.file-module_delete-upload-icon__PWN66{align-items:center;background:#fff;border-radius:6px;display:flex;height:26px;justify-content:center;position:absolute;right:10px;top:10px;width:26px;z-index:2}.file-module_delete-upload-icon__PWN66>i{color:#00236a;font-size:16px}.file-module_upload-file-content__QHMjn>img{display:block}.file-module_file-form-title__zWTSB{margin-bottom:10px;max-width:390px;word-break:break-all}";
|
|
900
|
+
var styles = {"file-form":"file-module_file-form__l13d5","delete-upload-file":"file-module_delete-upload-file__DirSm","file-form-inner-upload":"file-module_file-form-inner-upload__tq3Dn","upload-info":"file-module_upload-info__a8GFs","upload-info-txt":"file-module_upload-info-txt__l11uN","default":"file-module_default__t7KU0","error":"file-module_error__H-M4Z","accept":"file-module_accept__WTW6V","delete-upload-icon":"file-module_delete-upload-icon__PWN66","upload-file-content":"file-module_upload-file-content__QHMjn","file-form-title":"file-module_file-form-title__zWTSB"};
|
|
899
901
|
styleInject(css_248z);
|
|
900
902
|
|
|
901
903
|
const File = ({
|
|
@@ -932,8 +934,10 @@ const File = ({
|
|
|
932
934
|
setError('առավելագույն ծավալ');
|
|
933
935
|
}
|
|
934
936
|
}
|
|
935
|
-
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("
|
|
936
|
-
className: styles['file-
|
|
937
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("p", {
|
|
938
|
+
className: styles['file-form-title']
|
|
939
|
+
}, label), /*#__PURE__*/React.createElement("div", {
|
|
940
|
+
className: styles['file-form'],
|
|
937
941
|
onChange: e => {
|
|
938
942
|
console.log(e);
|
|
939
943
|
},
|
|
@@ -963,19 +967,35 @@ const File = ({
|
|
|
963
967
|
fileType(files[0]);
|
|
964
968
|
}
|
|
965
969
|
}
|
|
966
|
-
}), image ? /*#__PURE__*/React.createElement("div",
|
|
970
|
+
}), image ? /*#__PURE__*/React.createElement("div", {
|
|
971
|
+
className: styles['upload-file-content']
|
|
972
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
967
973
|
onClick: () => {
|
|
968
974
|
setFileName('no selected file');
|
|
969
975
|
setImage(null);
|
|
970
976
|
}
|
|
971
|
-
},
|
|
977
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
978
|
+
className: styles['delete-upload-file']
|
|
979
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
980
|
+
className: styles['delete-upload-icon']
|
|
981
|
+
}, /*#__PURE__*/React.createElement("i", {
|
|
982
|
+
className: "icon-arrow"
|
|
983
|
+
})))), /*#__PURE__*/React.createElement("img", {
|
|
972
984
|
src: image,
|
|
973
|
-
height:
|
|
985
|
+
height: 190,
|
|
974
986
|
alt: fileName
|
|
975
|
-
})) : /*#__PURE__*/React.createElement("div",
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
987
|
+
})) : /*#__PURE__*/React.createElement("div", {
|
|
988
|
+
className: styles['file-form-inner-upload']
|
|
989
|
+
}, /*#__PURE__*/React.createElement("img", {
|
|
990
|
+
src: "../../assets/upload.svg",
|
|
991
|
+
alt: ""
|
|
992
|
+
}), /*#__PURE__*/React.createElement("span", {
|
|
993
|
+
className: styles['upload-info']
|
|
994
|
+
}, "\u054F\u0565\u0572\u0561\u0564\u0580\u0565\u056C \u0586\u0561\u0575\u056C\u0568 \u0561\u0575\u057D\u057F\u0565\u0572 \u056F\u0561\u0574 ", /*#__PURE__*/React.createElement("span", {
|
|
995
|
+
className: styles['upload-info-txt']
|
|
996
|
+
}, "\u0532\u0565\u057C\u0576\u0565\u056C")), /*#__PURE__*/React.createElement("span", {
|
|
997
|
+
className: styles['upload-info-size']
|
|
998
|
+
}, "\u0531\u057C\u0561\u057E\u0565\u056C\u0561\u0563\u0578\u0582\u0575\u0576\u0568 5\u0544\u0532 ( jpg, jpeg, png, pdf)"))), error ? /*#__PURE__*/React.createElement("span", {
|
|
979
999
|
style: {
|
|
980
1000
|
color: 'red'
|
|
981
1001
|
}
|
package/dist/index.js
CHANGED
|
@@ -56,7 +56,7 @@ function styleInject(css, ref) {
|
|
|
56
56
|
}
|
|
57
57
|
}
|
|
58
58
|
|
|
59
|
-
var css_248z$b = ".button-module_btn__ffRtT{border:none;border-radius:6px;box-sizing:border-box;cursor:pointer;font-size:16px;line-height:20px;min-height:46px;outline:none;overflow:hidden;padding:12px 20px;text-transform:none;transition:background-color .24s,color .24s}.button-module_btn__ffRtT.button-module_full-size__vmV2E{width:100%}.button-module_btn__ffRtT.button-module_content-size__f7JSE{width:auto}.button-module_btn__ffRtT.button-module_type-filled__BiyVo{background-color:#00236a;color:#fff}.button-module_btn__ffRtT.button-module_type-filled__BiyVo:hover{background-color:#001745}.button-module_btn__ffRtT.button-module_type-filled__BiyVo:disabled{background-color:#eee;color:#3c393e;pointer-events:none}.button-module_btn__ffRtT.button-module_type-outline__RpZ2V{background-color:#fff;box-shadow:inset 0 0 0 2px #00236a}.button-module_btn__ffRtT.button-module_type-outline__RpZ2V:hover{background-color:#001745;color:#fff}.button-module_btn__ffRtT.button-module_type-outline__RpZ2V:disabled{box-shadow:inset 0 0 0 2px #eee;color:#3c393e;pointer-events:none}";
|
|
59
|
+
var css_248z$b = ".button-module_btn__ffRtT{border:none;border-radius:6px;box-sizing:border-box;cursor:pointer;font-size:16px;line-height:20px;max-height:46px;min-height:46px;outline:none;overflow:hidden;padding:12px 20px;text-transform:none;transition:background-color .24s,color .24s}.button-module_btn__ffRtT.button-module_full-size__vmV2E{width:100%}.button-module_btn__ffRtT.button-module_content-size__f7JSE{width:auto}.button-module_btn__ffRtT.button-module_type-filled__BiyVo{background-color:#00236a;color:#fff}.button-module_btn__ffRtT.button-module_type-filled__BiyVo:hover{background-color:#001745}.button-module_btn__ffRtT.button-module_type-filled__BiyVo:disabled{background-color:#eee;color:#3c393e;pointer-events:none}.button-module_btn__ffRtT.button-module_type-outline__RpZ2V{background-color:#fff;box-shadow:inset 0 0 0 2px #00236a}.button-module_btn__ffRtT.button-module_type-outline__RpZ2V:hover{background-color:#001745;color:#fff}.button-module_btn__ffRtT.button-module_type-outline__RpZ2V:disabled{box-shadow:inset 0 0 0 2px #eee;color:#3c393e;pointer-events:none}";
|
|
60
60
|
var styles$9 = {"btn":"button-module_btn__ffRtT","full-size":"button-module_full-size__vmV2E","content-size":"button-module_content-size__f7JSE","size-default":"button-module_size-default__ydEgl","type-filled":"button-module_type-filled__BiyVo","with-icon":"button-module_with-icon__mfKU-","type-outline":"button-module_type-outline__RpZ2V"};
|
|
61
61
|
styleInject(css_248z$b);
|
|
62
62
|
|
|
@@ -140,7 +140,7 @@ Button.defaultProps = {
|
|
|
140
140
|
outline: false
|
|
141
141
|
};
|
|
142
142
|
|
|
143
|
-
var css_248z$a = "h1{font-size:70px;line-height:70px}h1,h2{font-weight:400;text-transform:uppercase}h2{font-size:50px;line-height:50px}h3{font-size:38px;font-weight:400;line-height:38px}h3,h4{text-transform:uppercase}h4{font-size:24px;font-weight:600;line-height:24px}h5{font-size:20px;font-size:
|
|
143
|
+
var css_248z$a = "h1{font-size:70px;line-height:70px}h1,h2{font-weight:400;text-transform:uppercase}h2{font-size:50px;line-height:50px}h3{font-size:38px;font-weight:400;line-height:38px}h3,h4{text-transform:uppercase}h4{font-size:24px;font-weight:600;line-height:24px}h5{font-size:20px;font-size:14px;line-height:20px;text-transform:uppercase}h5,p{font-weight:600;text-transform:none}p{font-size:16px;line-height:22px}p,span{color:#3c393e}span{font-size:12px;font-weight:500;line-height:16px;text-transform:none}i{font-family:icomoon;font-style:inherit}";
|
|
144
144
|
styleInject(css_248z$a);
|
|
145
145
|
|
|
146
146
|
const TypographyType = {
|
|
@@ -192,8 +192,8 @@ Typography.defaultProps = {
|
|
|
192
192
|
variant: 'h1'
|
|
193
193
|
};
|
|
194
194
|
|
|
195
|
-
var css_248z$9 = ".autocomplate-module_autocomplate-content__UbIUT{display:flex;flex-direction:column}.autocomplate-module_autocomplate-content-top__FVgCp{border:2px solid #d1d1d1;border-radius:6px;box-sizing:border-box;color:#3c393e;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:46px;line-height:22px;max-width:400px;padding:0 15px;transition:border-color .24s}.autocomplate-module_autocomplate-content-top__FVgCp.autocomplate-module_active__40fdV{border-color:#00236a}.autocomplate-module_autocomplate-content-top__FVgCp:hover{border-color:#3c393e}.autocomplate-module_autocomplate-content-bottom__yk0zP{animation:autocomplate-module_select-show__7Uap4 .64s linear forwards;background:#fbfbfb;border-radius:6px;box-shadow:0 0 10px rgba(60,57,62,.08);max-height:0;max-width:400px;overflow:hidden;position:
|
|
196
|
-
var styles$8 = {"autocomplate-content":"autocomplate-module_autocomplate-content__UbIUT","autocomplate-content-top":"autocomplate-module_autocomplate-content-top__FVgCp","active":"autocomplate-module_active__40fdV","autocomplate-content-bottom":"autocomplate-module_autocomplate-content-bottom__yk0zP","select-show":"autocomplate-module_select-show__7Uap4","autocomplate-content-bottom-inner":"autocomplate-module_autocomplate-content-bottom-inner__rF5IF","autocomplate-content-bottom-row":"autocomplate-module_autocomplate-content-bottom-row__dRsZa","no-option":"autocomplate-module_no-option__xv0-E","option-active":"autocomplate-module_option-active__WuH4I"};
|
|
195
|
+
var css_248z$9 = ".autocomplate-module_autocomplate-content__UbIUT{display:flex;flex-direction:column;position:relative}.autocomplate-module_autocomplate-content-top__FVgCp{border:2px solid #d1d1d1;border-radius:6px;box-sizing:border-box;color:#3c393e;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:46px;line-height:22px;max-width:400px;padding:0 15px;transition:border-color .24s}.autocomplate-module_autocomplate-content-top__FVgCp.autocomplate-module_active__40fdV{border-color:#00236a}.autocomplate-module_autocomplate-content-top__FVgCp:hover{border-color:#3c393e}.autocomplate-module_autocomplate-content-bottom__yk0zP{animation:autocomplate-module_select-show__7Uap4 .64s linear forwards;background:#fbfbfb;border-radius:6px;box-shadow:0 0 10px rgba(60,57,62,.08);left:0;max-height:0;max-width:400px;overflow:hidden;position:absolute;top:52px;width:100%;z-index:1}.autocomplate-module_autocomplate-content-bottom-inner__rF5IF{display:flex;flex-direction:column;max-height:234px;overflow-x:hidden;overflow-y:auto}@keyframes autocomplate-module_select-show__7Uap4{to{max-height:400px}}.autocomplate-module_autocomplate-content-bottom-row__dRsZa{align-items:center;background:#fff;box-sizing:border-box;color:#3c393e;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:46px;line-height:22px;margin-bottom:2px;padding:0 15px;transition:background .24s,color .24s}.autocomplate-module_autocomplate-content-bottom-row__dRsZa .autocomplate-module_no-option__xv0-E{color:red}.autocomplate-module_autocomplate-content-bottom-row__dRsZa:hover{background:unset;color:#00236a}.autocomplate-module_option-active__WuH4I .autocomplate-module_autocomplate-content-bottom-row__dRsZa{color:#00236a}.autocomplate-module_autocomplate-title__3Qxqz{color:#3c393e;display:block;font-size:16px;font-weight:500;line-height:22px;margin-bottom:6px;text-transform:none}";
|
|
196
|
+
var styles$8 = {"autocomplate-content":"autocomplate-module_autocomplate-content__UbIUT","autocomplate-content-top":"autocomplate-module_autocomplate-content-top__FVgCp","active":"autocomplate-module_active__40fdV","autocomplate-content-bottom":"autocomplate-module_autocomplate-content-bottom__yk0zP","select-show":"autocomplate-module_select-show__7Uap4","autocomplate-content-bottom-inner":"autocomplate-module_autocomplate-content-bottom-inner__rF5IF","autocomplate-content-bottom-row":"autocomplate-module_autocomplate-content-bottom-row__dRsZa","no-option":"autocomplate-module_no-option__xv0-E","option-active":"autocomplate-module_option-active__WuH4I","autocomplate-title":"autocomplate-module_autocomplate-title__3Qxqz"};
|
|
197
197
|
styleInject(css_248z$9);
|
|
198
198
|
|
|
199
199
|
const Autocomplate = ({
|
|
@@ -281,7 +281,7 @@ const Autocomplate = ({
|
|
|
281
281
|
}
|
|
282
282
|
}
|
|
283
283
|
return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, label ? /*#__PURE__*/React__default["default"].createElement("label", {
|
|
284
|
-
className: styles$8
|
|
284
|
+
className: styles$8['autocomplate-title']
|
|
285
285
|
}, label) : "", /*#__PURE__*/React__default["default"].createElement("div", {
|
|
286
286
|
className: styles$8['autocomplate-content']
|
|
287
287
|
}, /*#__PURE__*/React__default["default"].createElement("input", _extends({
|
|
@@ -392,7 +392,7 @@ Checkbox.defaultProps = {
|
|
|
392
392
|
jsonData: '[{"value":"email", "name":"contact1", "label":"Email", "id":"contactChoice1"}, {"value":"phone", "name":"contact2", "label":"Phone", "id":"contactChoice2"}]'
|
|
393
393
|
};
|
|
394
394
|
|
|
395
|
-
var css_248z$7 = "@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(fonts/icomoon.eot?
|
|
395
|
+
var css_248z$7 = "@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(fonts/icomoon.eot?pr3wo0);src:url(fonts/icomoon.eot?pr3wo0#iefix) format(\"embedded-opentype\"),url(fonts/icomoon.ttf?pr3wo0) format(\"truetype\"),url(fonts/icomoon.woff?pr3wo0) format(\"woff\"),url(fonts/icomoon.svg?pr3wo0#icomoon) format(\"svg\")}[class*=\" icon-\"],[class^=icon-]{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.icon-delete:before{content:\"\\e90a\"}.icon-vector-up:before{content:\"\\e908\"}.icon-vector-down:before{content:\"\\e909\"}.icon-close:before{content:\"\\e907\"}.icon-icon-arrow-top:before{content:\"\\e905\"}.icon-icon-arrow-bottom:before{content:\"\\e906\"}.icon-arrow:before{content:\"\\e900\"}.icon-arrow-jump-next:before{content:\"\\e901\"}.icon-arrow-jump-back:before{content:\"\\e902\"}.icon-text:before{content:\"\\e903\"}.icon-arrow-back:before{content:\"\\e904\"}";
|
|
396
396
|
styleInject(css_248z$7);
|
|
397
397
|
|
|
398
398
|
/**
|
|
@@ -404,8 +404,8 @@ const Icon = props => {
|
|
|
404
404
|
});
|
|
405
405
|
};
|
|
406
406
|
|
|
407
|
-
var css_248z$6 = ".input-module_input-wrap__NunrE{position:relative}.input-module_input__-ipHD{border:none;border-radius:6px;box-shadow:inset 0 0 0 2px #d1d1d1;box-sizing:border-box;color:#3c393e;cursor:pointer;font-size:16px;line-height:20px;outline:none;overflow:hidden;text-transform:none;transition:background-color .24s,color .24s}.input-module_input__-ipHD.input-module_full-size__38YG7{width:100%}.input-module_input__-ipHD.input-module_content-size__rZ5EA{width:auto}.input-module_input__-ipHD.input-module_size-medium__frTDq{min-height:46px;padding:12px 15px}.input-module_input__-ipHD:hover{box-shadow:inset 0 0 0 2px #3c393e}.input-module_input__-ipHD:active{box-shadow:inset 0 0 0 2px #00236a}.input-module_inputErrorMessages__hx490{animation:input-module_error-message-show__OrVSo .24s forwards;bottom:0;color:#e00;font-size:14px;left:0;line-height:19px;position:absolute;transform:scale3d(0,0,0);z-index:1}.input-module_labelInput__sUMKQ{color:#000}.input-module_input__-ipHD.input-module_state-disabled__402v0{background-color:#fbfbfb;pointer-events:none}.input-module_input__-ipHD.input-module_error-message__7NphF{box-shadow:inset 0 0 0 2px #e00}@keyframes input-module_error-message-show__OrVSo{to{bottom:-20px;transform:scaleX(1)}}";
|
|
408
|
-
var styles$6 = {"input-wrap":"input-module_input-wrap__NunrE","input":"input-module_input__-ipHD","full-size":"input-module_full-size__38YG7","content-size":"input-module_content-size__rZ5EA","size-medium":"input-module_size-medium__frTDq","with-icon":"input-module_with-icon__w3jTW","inputErrorMessages":"input-module_inputErrorMessages__hx490","error-message-show":"input-module_error-message-show__OrVSo","labelInput":"input-module_labelInput__sUMKQ","state-disabled":"input-module_state-disabled__402v0","error-message":"input-module_error-message__7NphF"};
|
|
407
|
+
var css_248z$6 = ".input-module_input-wrap__NunrE{position:relative}.input-module_input__-ipHD{border:none;border-radius:6px;box-shadow:inset 0 0 0 2px #d1d1d1;box-sizing:border-box;color:#3c393e;cursor:pointer;font-size:16px;line-height:20px;outline:none;overflow:hidden;text-transform:none;transition:background-color .24s,color .24s}.input-module_input__-ipHD.input-module_full-size__38YG7{width:100%}.input-module_input__-ipHD.input-module_content-size__rZ5EA{width:auto}.input-module_input__-ipHD.input-module_size-medium__frTDq{max-width:400px;min-height:46px;padding:12px 15px}.input-module_input__-ipHD:hover{box-shadow:inset 0 0 0 2px #3c393e}.input-module_input__-ipHD:active{box-shadow:inset 0 0 0 2px #00236a}.input-module_inputErrorMessages__hx490{animation:input-module_error-message-show__OrVSo .24s forwards;bottom:0;color:#e00;font-size:14px;left:0;line-height:19px;position:absolute;transform:scale3d(0,0,0);z-index:1}.input-module_labelInput__sUMKQ{color:#000}.input-module_input__-ipHD.input-module_state-disabled__402v0{background-color:#fbfbfb;pointer-events:none}.input-module_input__-ipHD.input-module_error-message__7NphF{box-shadow:inset 0 0 0 2px #e00}.input-module_input-title__giCsY{color:#3c393e;display:block;font-size:16px;font-weight:500;line-height:22px;margin-bottom:6px;text-transform:none}@keyframes input-module_error-message-show__OrVSo{to{bottom:-20px;transform:scaleX(1)}}";
|
|
408
|
+
var styles$6 = {"input-wrap":"input-module_input-wrap__NunrE","input":"input-module_input__-ipHD","full-size":"input-module_full-size__38YG7","content-size":"input-module_content-size__rZ5EA","size-medium":"input-module_size-medium__frTDq","with-icon":"input-module_with-icon__w3jTW","inputErrorMessages":"input-module_inputErrorMessages__hx490","error-message-show":"input-module_error-message-show__OrVSo","labelInput":"input-module_labelInput__sUMKQ","state-disabled":"input-module_state-disabled__402v0","error-message":"input-module_error-message__7NphF","input-title":"input-module_input-title__giCsY"};
|
|
409
409
|
styleInject(css_248z$6);
|
|
410
410
|
|
|
411
411
|
const InputTypes = {
|
|
@@ -454,7 +454,7 @@ const Input = ({
|
|
|
454
454
|
return /*#__PURE__*/React__default["default"].createElement("div", {
|
|
455
455
|
className: styles$6['input-wrap']
|
|
456
456
|
}, label ? /*#__PURE__*/React__default["default"].createElement("label", {
|
|
457
|
-
className: styles$6
|
|
457
|
+
className: styles$6['input-title']
|
|
458
458
|
}, label) : "", /*#__PURE__*/React__default["default"].createElement("input", _extends({}, props, {
|
|
459
459
|
type: type,
|
|
460
460
|
className: classProps,
|
|
@@ -612,7 +612,9 @@ const Pagination = ({
|
|
|
612
612
|
disabled: currentPageIndex === 0 ? true : false
|
|
613
613
|
}, /*#__PURE__*/React__default["default"].createElement("span", {
|
|
614
614
|
className: styles$5['pagination-jump-next-txt']
|
|
615
|
-
},
|
|
615
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
616
|
+
className: "icon-text"
|
|
617
|
+
})), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
616
618
|
className: styles$5['pagination-jump-next-arrow']
|
|
617
619
|
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
618
620
|
className: "icon-arrow-jump-next"
|
|
@@ -797,7 +799,7 @@ Stepper.propTypes = {
|
|
|
797
799
|
activeSteps: PropTypes__default["default"].number
|
|
798
800
|
};
|
|
799
801
|
|
|
800
|
-
var css_248z$1 = ".select-module_select-title__c8bR7{color:#3c393e;display:block;font-size:16px;font-weight:500;line-height:22px;margin-bottom:6px;text-transform:none}.select-module_select-content__GCMDX{display:flex;flex-direction:column;position:relative}.select-module_select-content-top__Aw-fB{border:2px solid #d1d1d1;border-radius:6px;box-sizing:border-box;color:#3c393e;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:46px;line-height:22px;max-width:400px;padding:0 15px;transition:border-color .24s}.select-module_select-content-top__Aw-fB.select-module_active__v2Dce{border-color:#00236a}.select-module_select-content-top__Aw-fB:hover{border-color:#3c393e}.select-module_select-content-bottom__ueZCR{animation:select-module_select-show__391hQ .64s linear forwards;background:#fbfbfb;border-radius:6px;box-shadow:0 0 10px rgba(60,57,62,.08);left:0;max-height:0;max-width:400px;overflow:hidden;position:absolute;top:52px;width:100
|
|
802
|
+
var css_248z$1 = ".select-module_select-title__c8bR7{color:#3c393e;display:block;font-size:16px;font-weight:500;line-height:22px;margin-bottom:6px;text-transform:none}.select-module_select-content__GCMDX{display:flex;flex-direction:column;position:relative}.select-module_select-content-top__Aw-fB{border:2px solid #d1d1d1;border-radius:6px;box-sizing:border-box;color:#3c393e;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:46px;line-height:22px;max-width:400px;padding:0 15px;transition:border-color .24s}.select-module_select-content-top__Aw-fB.select-module_active__v2Dce{border-color:#00236a}.select-module_select-content-top__Aw-fB:hover{border-color:#3c393e}.select-module_select-content-bottom__ueZCR{animation:select-module_select-show__391hQ .64s linear forwards;background:#fbfbfb;border-radius:6px;box-shadow:0 0 10px rgba(60,57,62,.08);left:0;max-height:0;max-width:400px;overflow:hidden;position:absolute;top:52px;width:100%;z-index:1}.select-module_select-content-bottom-inner__NWy2X{display:flex;flex-direction:column;max-height:234px;overflow-x:hidden;overflow-y:auto}@keyframes select-module_select-show__391hQ{to{max-height:400px}}.select-module_select-content-top-text__euajq{align-items:center;display:flex;flex:1;flex-direction:row;flex-wrap:nowrap}.select-module_select-content-top-icon__MBrGK{align-items:center;box-sizing:border-box;display:flex;flex:0 0 auto;padding:0 5px 0 20px}.select-module_select-content-top-icon__MBrGK>i{color:#3c393e;font-size:8px}.select-module_select-content-bottom-row__eKq5L{align-items:center;background:#fff;box-sizing:border-box;color:#3c393e;cursor:pointer;display:flex;font-size:16px;font-weight:500;height:46px;line-height:22px;margin-bottom:2px;padding:0 15px;transition:background .24s,color .24s}.select-module_select-content-bottom-row__eKq5L:last-child{margin-bottom:0}.select-module_select-content-bottom-row__eKq5L:hover{background:unset;color:#00236a}";
|
|
801
803
|
var styles$1 = {"select-title":"select-module_select-title__c8bR7","select-content":"select-module_select-content__GCMDX","select-content-top":"select-module_select-content-top__Aw-fB","active":"select-module_active__v2Dce","select-content-bottom":"select-module_select-content-bottom__ueZCR","select-show":"select-module_select-show__391hQ","select-content-bottom-inner":"select-module_select-content-bottom-inner__NWy2X","select-content-top-text":"select-module_select-content-top-text__euajq","select-content-top-icon":"select-module_select-content-top-icon__MBrGK","select-content-bottom-row":"select-module_select-content-bottom-row__eKq5L"};
|
|
802
804
|
styleInject(css_248z$1);
|
|
803
805
|
|
|
@@ -905,8 +907,8 @@ Select.defaultProps = {
|
|
|
905
907
|
size: 'medium'
|
|
906
908
|
};
|
|
907
909
|
|
|
908
|
-
var css_248z = ".file-module_file-
|
|
909
|
-
var styles = {"file-
|
|
910
|
+
var css_248z = ".file-module_file-form__l13d5{align-items:center;background:#fbfbfb;border:2px dashed;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:4px 0;position:relative;width:100%}.file-module_file-form__l13d5:hover .file-module_delete-upload-file__DirSm{opacity:1}.file-module_file-form-inner-upload__tq3Dn{align-items:center;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:16px;padding-top:48px}.file-module_file-form-inner-upload__tq3Dn>img{display:block;margin-bottom:14px}.file-module_upload-info__a8GFs{margin-bottom:40px;max-width:150px;text-align:center}.file-module_upload-info-txt__l11uN{color:#0da574}.file-module_file-form__l13d5.file-module_default__t7KU0{border-color:#d1d1d1}.file-module_file-form__l13d5.file-module_error__H-M4Z{border-color:#e00}.file-module_file-form__l13d5.file-module_accept__WTW6V{border-color:#00236a}.file-module_delete-upload-file__DirSm{background:rgba(60,57,62,.4);height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .24s;width:100%;z-index:1}.file-module_delete-upload-icon__PWN66{align-items:center;background:#fff;border-radius:6px;display:flex;height:26px;justify-content:center;position:absolute;right:10px;top:10px;width:26px;z-index:2}.file-module_delete-upload-icon__PWN66>i{color:#00236a;font-size:16px}.file-module_upload-file-content__QHMjn>img{display:block}.file-module_file-form-title__zWTSB{margin-bottom:10px;max-width:390px;word-break:break-all}";
|
|
911
|
+
var styles = {"file-form":"file-module_file-form__l13d5","delete-upload-file":"file-module_delete-upload-file__DirSm","file-form-inner-upload":"file-module_file-form-inner-upload__tq3Dn","upload-info":"file-module_upload-info__a8GFs","upload-info-txt":"file-module_upload-info-txt__l11uN","default":"file-module_default__t7KU0","error":"file-module_error__H-M4Z","accept":"file-module_accept__WTW6V","delete-upload-icon":"file-module_delete-upload-icon__PWN66","upload-file-content":"file-module_upload-file-content__QHMjn","file-form-title":"file-module_file-form-title__zWTSB"};
|
|
910
912
|
styleInject(css_248z);
|
|
911
913
|
|
|
912
914
|
const File = ({
|
|
@@ -943,8 +945,10 @@ const File = ({
|
|
|
943
945
|
setError('առավելագույն ծավալ');
|
|
944
946
|
}
|
|
945
947
|
}
|
|
946
|
-
return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("
|
|
947
|
-
className: styles['file-
|
|
948
|
+
return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, null, /*#__PURE__*/React__default["default"].createElement("p", {
|
|
949
|
+
className: styles['file-form-title']
|
|
950
|
+
}, label), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
951
|
+
className: styles['file-form'],
|
|
948
952
|
onChange: e => {
|
|
949
953
|
console.log(e);
|
|
950
954
|
},
|
|
@@ -974,19 +978,35 @@ const File = ({
|
|
|
974
978
|
fileType(files[0]);
|
|
975
979
|
}
|
|
976
980
|
}
|
|
977
|
-
}), image ? /*#__PURE__*/React__default["default"].createElement("div",
|
|
981
|
+
}), image ? /*#__PURE__*/React__default["default"].createElement("div", {
|
|
982
|
+
className: styles['upload-file-content']
|
|
983
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
978
984
|
onClick: () => {
|
|
979
985
|
setFileName('no selected file');
|
|
980
986
|
setImage(null);
|
|
981
987
|
}
|
|
982
|
-
},
|
|
988
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
989
|
+
className: styles['delete-upload-file']
|
|
990
|
+
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
991
|
+
className: styles['delete-upload-icon']
|
|
992
|
+
}, /*#__PURE__*/React__default["default"].createElement("i", {
|
|
993
|
+
className: "icon-arrow"
|
|
994
|
+
})))), /*#__PURE__*/React__default["default"].createElement("img", {
|
|
983
995
|
src: image,
|
|
984
|
-
height:
|
|
996
|
+
height: 190,
|
|
985
997
|
alt: fileName
|
|
986
|
-
})) : /*#__PURE__*/React__default["default"].createElement("div",
|
|
987
|
-
|
|
988
|
-
|
|
989
|
-
|
|
998
|
+
})) : /*#__PURE__*/React__default["default"].createElement("div", {
|
|
999
|
+
className: styles['file-form-inner-upload']
|
|
1000
|
+
}, /*#__PURE__*/React__default["default"].createElement("img", {
|
|
1001
|
+
src: "../../assets/upload.svg",
|
|
1002
|
+
alt: ""
|
|
1003
|
+
}), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
1004
|
+
className: styles['upload-info']
|
|
1005
|
+
}, "\u054F\u0565\u0572\u0561\u0564\u0580\u0565\u056C \u0586\u0561\u0575\u056C\u0568 \u0561\u0575\u057D\u057F\u0565\u0572 \u056F\u0561\u0574 ", /*#__PURE__*/React__default["default"].createElement("span", {
|
|
1006
|
+
className: styles['upload-info-txt']
|
|
1007
|
+
}, "\u0532\u0565\u057C\u0576\u0565\u056C")), /*#__PURE__*/React__default["default"].createElement("span", {
|
|
1008
|
+
className: styles['upload-info-size']
|
|
1009
|
+
}, "\u0531\u057C\u0561\u057E\u0565\u056C\u0561\u0563\u0578\u0582\u0575\u0576\u0568 5\u0544\u0532 ( jpg, jpeg, png, pdf)"))), error ? /*#__PURE__*/React__default["default"].createElement("span", {
|
|
990
1010
|
style: {
|
|
991
1011
|
color: 'red'
|
|
992
1012
|
}
|
package/package.json
CHANGED
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="51" height="35" viewBox="0 0 51 35" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M41.5403 11.8419C41.5349 11.8419 41.5274 11.8424 41.5225 11.8424C41.2927 8.61702 38.6209 6.07 35.3563 6.07C34.276 6.07 33.2606 6.34963 32.3774 6.83909C30.2665 2.77529 26.0408 0 21.1675 0C14.3168 0 8.74244 5.48334 8.53335 12.3264C3.75801 12.7082 0 16.726 0 21.6292C0 26.7839 4.15325 30.9633 9.27679 30.9633H31.9019C31.3318 29.632 31.0143 28.1666 31.0143 26.6289C31.0143 20.5705 35.9125 15.6423 41.9322 15.6423C45.7055 15.6423 49.0385 17.5803 51 20.5175C50.5557 15.6533 46.492 11.8419 41.5403 11.8419ZM15.6538 6.97457C15.582 7.03438 15.5102 7.09469 15.4428 7.16048C15.1773 7.41867 14.9307 7.69081 14.7375 8.00882C13.997 9.227 13.8563 10.5324 14.0183 11.936C14.1743 13.2852 12.0762 13.2703 11.9226 11.936C11.6344 9.44278 12.4269 6.62908 14.587 5.16118C15.7074 4.39807 16.7514 6.21345 15.6538 6.97457ZM15.632 6.99002C15.585 7.02491 15.5206 7.08273 15.632 6.99002V6.99002Z" fill="#D1D1D1"/>
|
|
3
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.8221 17.2454C36.9581 17.2454 33 21.2274 33 26.123C33 31.0176 36.9581 35.0001 41.8221 35.0001C46.686 35.0001 50.6441 31.0181 50.6441 26.123C50.6437 21.2269 46.6855 17.2454 41.8221 17.2454ZM41.2857 30.2505V23.5611L38.2194 26.7808C37.9404 27.0737 37.4882 27.0737 37.2092 26.7808C36.9303 26.4879 36.9303 26.013 37.2092 25.7201L41.4949 21.2201C41.5634 21.1482 41.6423 21.0939 41.7266 21.0573C41.8108 21.0207 41.9031 21.0004 42 21.0004C42.0969 21.0004 42.1892 21.0207 42.2734 21.0573C42.3577 21.0939 42.4366 21.1482 42.5051 21.2201L46.7908 25.7201C47.0697 26.013 47.0697 26.4879 46.7908 26.7808C46.5118 27.0737 46.0596 27.0737 45.7806 26.7808L42.7143 23.5611V30.2505C42.7143 30.6647 42.3945 31.0005 42 31.0005C41.6055 31.0005 41.2857 30.6647 41.2857 30.2505Z" fill="#0DA574"/>
|
|
4
|
+
</svg>
|
|
@@ -9,10 +9,24 @@
|
|
|
9
9
|
<link rel="stylesheet" href="style.css"></head>
|
|
10
10
|
<body>
|
|
11
11
|
<div class="bgc1 clearfix">
|
|
12
|
-
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> icomoon <small class="fgc1">(Glyphs:
|
|
12
|
+
<h1 class="mhmm mvm"><span class="fgc1">Font Name:</span> icomoon <small class="fgc1">(Glyphs: 11)</small></h1>
|
|
13
13
|
</div>
|
|
14
14
|
<div class="clearfix mhl ptl">
|
|
15
15
|
<h1 class="mvm mtn fgc1">Grid Size: 32</h1>
|
|
16
|
+
<div class="glyph fs1">
|
|
17
|
+
<div class="clearfix bshadow0 pbs">
|
|
18
|
+
<span class="icon-delete"></span>
|
|
19
|
+
<span class="mls"> icon-delete</span>
|
|
20
|
+
</div>
|
|
21
|
+
<fieldset class="fs0 size1of1 clearfix hidden-false">
|
|
22
|
+
<input type="text" readonly value="e90a" class="unit size1of2" />
|
|
23
|
+
<input type="text" maxlength="1" readonly value="" class="unitRight size1of2 talign-right" />
|
|
24
|
+
</fieldset>
|
|
25
|
+
<div class="fs0 bshadow0 clearfix hidden-true">
|
|
26
|
+
<span class="unit pvs fgc1">liga: </span>
|
|
27
|
+
<input type="text" readonly value="" class="liga unitRight" />
|
|
28
|
+
</div>
|
|
29
|
+
</div>
|
|
16
30
|
<div class="glyph fs1">
|
|
17
31
|
<div class="clearfix bshadow0 pbs">
|
|
18
32
|
<span class="icon-vector-up"></span>
|
|
Binary file
|
|
@@ -10,11 +10,12 @@
|
|
|
10
10
|
<glyph unicode="" glyph-name="arrow" horiz-adv-x="512" d="M72.658-63.871c-16.947-0.026-33.37 5.914-46.419 16.794-7.344 6.127-13.415 13.645-17.865 22.135s-7.191 17.783-8.067 27.341c-0.876 9.566 0.131 19.2 2.963 28.365s7.433 17.681 13.54 25.062l324.929 391.173-313.325 391.907c-6.025 7.465-10.524 16.055-13.239 25.276s-3.592 18.889-2.581 28.452c1.011 9.563 3.89 18.83 8.472 27.269s10.776 15.884 18.227 21.907c7.504 6.644 16.292 11.655 25.813 14.72s19.567 4.116 29.511 3.088c9.943-1.028 19.568-4.113 28.27-9.061s16.294-11.653 22.298-19.693l350.315-437.885c10.668-13.059 16.499-29.439 16.499-46.344s-5.832-33.284-16.499-46.343l-362.644-437.888c-7.276-8.832-16.518-15.812-26.978-20.378s-21.84-6.579-33.221-5.897z" />
|
|
11
11
|
<glyph unicode="" glyph-name="arrow-jump-next" horiz-adv-x="1109" d="M669.791-63.727c-16.941-0.026-33.361 5.912-46.405 16.789-7.343 6.125-13.411 13.641-17.86 22.129s-7.189 17.778-8.065 27.333c-0.876 9.563 0.131 19.195 2.962 28.357s7.431 17.676 13.536 25.055l324.842 391.063-313.24 391.797c-6.023 7.463-10.521 16.050-13.235 25.269s-3.592 18.884-2.58 28.444c1.011 9.56 3.889 18.825 8.47 27.261s10.774 15.88 18.222 21.901c7.502 6.642 16.287 11.652 25.805 14.716s19.562 4.115 29.503 3.087c9.94-1.028 19.562-4.112 28.262-9.058s16.289-11.65 22.292-19.687l350.212-437.762c10.672-13.055 16.498-29.431 16.498-46.331s-5.826-33.275-16.498-46.33l-362.538-437.765c-7.274-8.83-16.513-15.808-26.97-20.372s-21.834-6.577-33.212-5.895zM72.627-63.727c-16.942-0.026-33.361 5.912-46.406 16.789-7.342 6.125-13.411 13.641-17.86 22.129s-7.189 17.778-8.065 27.333c-0.876 9.563 0.131 19.195 2.962 28.357s7.431 17.676 13.536 25.055l324.838 391.063-313.237 391.797c-6.023 7.463-10.521 16.050-13.235 25.269s-3.591 18.884-2.58 28.444c1.011 9.56 3.889 18.825 8.47 27.261s10.773 15.88 18.222 21.901c7.502 6.642 16.287 11.652 25.806 14.716s19.561 4.115 29.503 3.087c9.94-1.028 19.562-4.112 28.262-9.058s16.289-11.65 22.292-19.687l350.217-437.762c10.665-13.055 16.494-29.431 16.494-46.331s-5.83-33.275-16.494-46.33l-362.542-437.765c-7.274-8.83-16.513-15.808-26.97-20.372s-21.834-6.577-33.212-5.895z" />
|
|
12
12
|
<glyph unicode="" glyph-name="arrow-jump-back" horiz-adv-x="1109" d="M439.209-63.727c16.941-0.026 33.361 5.912 46.405 16.789 7.343 6.125 13.411 13.641 17.86 22.129s7.189 17.778 8.065 27.333c0.876 9.563-0.131 19.195-2.962 28.357s-7.431 17.676-13.536 25.055l-324.839 391.063 313.236 391.797c6.023 7.463 10.521 16.050 13.235 25.269s3.592 18.884 2.58 28.444c-1.011 9.56-3.889 18.825-8.47 27.261s-10.774 15.879-18.222 21.901c-7.502 6.642-16.287 11.652-25.805 14.716s-19.562 4.115-29.503 3.087c-9.94-1.028-19.562-4.112-28.262-9.058s-16.289-11.65-22.292-19.687l-350.215-437.762c-10.665-13.055-16.494-29.431-16.494-46.331s5.83-33.275 16.494-46.33l362.542-437.765c7.274-8.829 16.513-15.808 26.97-20.372s21.834-6.577 33.212-5.895zM1036.376-63.727c16.934-0.026 33.356 5.912 46.4 16.789 7.345 6.125 13.41 13.641 17.864 22.129 4.445 8.489 7.183 17.778 8.062 27.333 0.879 9.563-0.128 19.195-2.96 28.357s-7.431 17.676-13.538 25.055l-324.837 391.063 313.235 391.797c6.023 7.463 10.519 16.050 13.24 25.269 2.713 9.217 3.592 18.884 2.576 28.444-1.007 9.56-3.89 18.825-8.472 27.261s-10.775 15.879-18.222 21.901c-7.499 6.642-16.285 11.652-25.806 14.716-9.512 3.063-19.561 4.115-29.5 3.087s-19.561-4.112-28.263-9.058c-8.702-4.947-16.285-11.65-22.292-19.687l-350.215-437.762c-10.665-13.055-16.494-29.431-16.494-46.331s5.83-33.275 16.494-46.33l362.542-437.765c7.277-8.829 16.516-15.808 26.966-20.372 10.459-4.564 21.839-6.577 33.22-5.895z" />
|
|
13
|
-
<glyph unicode="" glyph-name="text"
|
|
13
|
+
<glyph unicode="" glyph-name="text" d="M0 448.383c0 19.158 2.522 35.293 7.561 48.401 5.041 13.613 11.846 24.453 20.418 32.517 8.569 8.569 18.657 14.622 30.249 18.149 11.595 4.032 24.203 6.050 37.812 6.050 13.112 0 25.462-2.014 37.060-6.050 12.103-3.531 22.435-9.577 31.007-18.149 8.569-8.067 15.38-18.908 20.418-32.517 5.041-13.112 7.56-29.24 7.56-48.401 0-18.657-2.522-34.792-7.56-48.401-5.041-13.112-11.846-23.952-20.418-32.524s-18.908-14.872-31.007-18.908c-11.595-4.032-23.948-6.050-37.060-6.050-13.613 0-26.22 2.014-37.812 6.050-11.595 4.032-21.681 10.336-30.249 18.908s-15.38 19.409-20.418 32.524c-5.041 13.613-7.561 29.748-7.561 48.401zM415.955 448.383c0 19.158 2.522 35.293 7.56 48.401 5.041 13.613 11.846 24.453 20.418 32.517 8.569 8.569 18.657 14.622 30.249 18.149 11.595 4.032 24.203 6.050 37.812 6.050 13.109 0 25.462-2.014 37.060-6.050 12.103-3.531 22.435-9.577 31.007-18.149 8.569-8.067 15.38-18.908 20.418-32.517 5.041-13.112 7.565-29.24 7.565-48.401 0-18.657-2.522-34.792-7.565-48.401-5.041-13.112-11.846-23.952-20.418-32.524s-18.908-14.872-31.007-18.908c-11.595-4.032-23.952-6.050-37.060-6.050-13.613 0-26.22 2.014-37.812 6.050-11.595 4.032-21.681 10.336-30.249 18.908s-15.38 19.409-20.418 32.524c-5.041 13.613-7.56 29.748-7.56 48.401zM831.918 448.383c0 19.158 2.522 35.293 7.56 48.401 5.041 13.613 11.846 24.453 20.418 32.517 8.569 8.569 18.657 14.622 30.249 18.149 11.595 4.032 24.196 6.050 37.818 6.050 13.105 0 25.462-2.014 37.054-6.050 12.103-3.531 22.428-9.577 31.007-18.149 8.569-8.067 15.373-18.908 20.418-32.517 5.041-13.112 7.56-29.24 7.56-48.401 0-18.657-2.515-34.792-7.56-48.401-5.041-13.112-11.846-23.952-20.418-32.524-8.575-8.569-18.908-14.872-31.007-18.908-11.595-4.032-23.952-6.050-37.054-6.050-13.619 0-26.227 2.014-37.818 6.050-11.595 4.032-21.681 10.336-30.249 18.908s-15.38 19.409-20.418 32.524c-5.041 13.613-7.56 29.748-7.56 48.401z" />
|
|
14
14
|
<glyph unicode="" glyph-name="arrow-back" horiz-adv-x="512" d="M439.342-63.871c16.946-0.026 33.37 5.914 46.418 16.794 7.345 6.127 13.415 13.645 17.865 22.135s7.191 17.783 8.067 27.341c0.876 9.566-0.131 19.2-2.963 28.365s-7.433 17.681-13.54 25.062l-324.93 391.173 313.324 391.907c6.025 7.465 10.524 16.055 13.239 25.276s3.593 18.889 2.581 28.452c-1.011 9.563-3.89 18.83-8.472 27.269s-10.777 15.884-18.227 21.907c-7.504 6.644-16.292 11.655-25.812 14.72s-19.568 4.116-29.511 3.088c-9.943-1.028-19.568-4.113-28.27-9.061s-16.294-11.653-22.298-19.693l-350.314-437.885c-10.668-13.059-16.499-29.439-16.499-46.344s5.832-33.284 16.499-46.343l362.644-437.888c7.276-8.832 16.518-15.812 26.978-20.378s21.84-6.579 33.221-5.897z" />
|
|
15
|
-
<glyph unicode="" glyph-name="icon-arrow-top"
|
|
16
|
-
<glyph unicode="" glyph-name="icon-arrow-bottom"
|
|
15
|
+
<glyph unicode="" glyph-name="icon-arrow-top" d="M511.196 192.041c-17.061-0.034-33.594 5.919-46.73 16.823l-438.090 365.714c-14.911 12.416-24.288 30.255-26.068 49.596s4.182 38.599 16.575 53.535c12.394 14.938 30.203 24.33 49.51 26.113s38.531-4.19 53.442-16.605l391.361-327.679 391.361 315.977c7.468 6.075 16.062 10.613 25.285 13.351s18.9 3.622 28.467 2.602c9.567-1.020 18.834-3.923 27.282-8.543 8.441-4.62 15.887-10.867 21.914-18.38 6.685-7.521 11.754-16.344 14.877-25.916s4.242-19.689 3.284-29.713-3.979-19.744-8.857-28.546c-4.886-8.803-11.535-16.501-19.522-22.612l-438.093-353.28c-13.514-9.181-29.709-13.558-45.999-12.434z" />
|
|
16
|
+
<glyph unicode="" glyph-name="icon-arrow-bottom" d="M512.804 703.958c17.061 0.034 33.594-5.919 46.73-16.823l438.087-365.714c14.914-12.416 24.291-30.256 26.068-49.596 1.785-19.341-4.176-38.599-16.574-53.535-12.391-14.938-30.201-24.331-49.511-26.113-19.302-1.783-38.532 4.19-53.438 16.605l-391.362 327.68-391.361-315.977c-7.469-6.076-16.062-10.613-25.287-13.351s-18.899-3.622-28.466-2.603c-9.567 1.020-18.839 3.923-27.282 8.544s-15.891 10.867-21.917 18.382c-6.687 7.521-11.751 16.344-14.876 25.916s-4.242 19.689-3.283 29.714 3.975 19.743 8.859 28.547c4.883 8.803 11.529 16.502 19.521 22.612l438.090 353.28c13.515 9.181 29.71 13.559 46 12.434z" />
|
|
17
17
|
<glyph unicode="" glyph-name="close" d="M595.597 450.819l414.718 414.718c9.324 10.883 14.194 24.882 13.642 39.2-0.558 14.318-6.491 27.899-16.623 38.031s-23.711 16.067-38.030 16.62c-14.319 0.553-28.319-4.317-39.202-13.637l-414.716-414.718-414.718 415.287c-10.883 9.32-24.881 14.19-39.199 13.637s-27.899-6.488-38.031-16.62c-10.132-10.132-16.067-23.713-16.62-38.031s4.317-28.316 13.637-39.2l414.718-415.287-415.287-414.72c-5.955-5.097-10.792-11.372-14.207-18.432s-5.334-14.746-5.636-22.579c-0.303-7.834 1.018-15.65 3.878-22.949s7.198-13.932 12.742-19.473c5.544-5.547 12.174-9.882 19.475-12.743s15.113-4.181 22.948-3.88c7.835 0.307 15.522 2.224 22.58 5.638s13.334 8.255 18.434 14.205l415.287 414.718 414.716-414.718c10.883-9.318 24.883-14.188 39.202-13.636 14.319 0.558 27.898 6.491 38.030 16.623s16.065 23.711 16.623 38.030c0.552 14.319-4.318 28.314-13.642 39.196l-414.718 414.72z" />
|
|
18
18
|
<glyph unicode="" glyph-name="vector-up" horiz-adv-x="819" d="M409.501-29.752c15.512 0 30.39 6.292 41.358 17.493s17.132 26.386 17.132 42.22v691.829l251.038-256.404c5.44-5.552 11.896-9.956 19-12.96s14.714-4.551 22.407-4.551c7.692 0 15.308 1.546 22.414 4.551s13.562 7.408 19 12.96c5.44 5.552 9.753 12.143 12.695 19.396s4.457 15.028 4.457 22.879c0 7.851-1.516 15.626-4.457 22.88s-7.255 13.845-12.695 19.396l-350.939 358.274c-5.434 5.561-11.888 9.973-18.994 12.983s-14.723 4.56-22.417 4.56c-7.693 0-15.311-1.55-22.418-4.56s-13.56-7.422-18.993-12.983l-350.937-358.274c-10.982-11.212-17.153-26.42-17.153-42.276s6.171-31.064 17.153-42.276c10.982-11.212 25.879-17.511 41.411-17.511s30.428 6.298 41.411 17.511l251.037 256.404v-691.829c0-15.834 6.163-31.020 17.132-42.22s25.846-17.493 41.358-17.493z" />
|
|
19
|
-
<glyph unicode="" glyph-name="vector-down" horiz-adv-x="819" d="M409.501 925.75c-15.512 0-30.39-6.291-41.358-17.49s-17.132-26.387-17.132-42.223v-691.
|
|
19
|
+
<glyph unicode="" glyph-name="vector-down" horiz-adv-x="819" d="M409.501 925.75c-15.512 0-30.39-6.291-41.358-17.49s-17.132-26.387-17.132-42.223v-691.829l-251.038 256.407c-5.438 5.552-11.894 9.956-18.999 12.96s-14.72 4.551-22.412 4.551c-7.691 0-15.306-1.546-22.412-4.551s-13.562-7.408-18.999-12.96c-5.438-5.552-9.752-12.143-12.695-19.396s-4.458-15.028-4.458-22.88c0-7.851 1.515-15.626 4.458-22.881s7.257-13.845 12.695-19.396l350.938-358.273c5.434-5.563 11.888-9.972 18.994-12.981s14.723-4.559 22.417-4.559c7.693 0 15.311 1.55 22.418 4.559s13.56 7.419 18.993 12.981l350.94 358.274c10.981 11.212 17.151 26.42 17.151 42.276s-6.17 31.064-17.151 42.276c-10.981 11.212-25.881 17.511-41.414 17.511-15.527 0-30.426-6.298-41.407-17.511l-251.039-256.407v691.829c0 15.837-6.163 31.025-17.132 42.223s-25.846 17.49-41.358 17.49z" />
|
|
20
|
+
<glyph unicode="" glyph-name="delete" horiz-adv-x="910" d="M455.025 959.875c46.697 0 91.607-16.825 125.442-46.996s54.009-71.378 56.34-115.098l0.228-8.531h227.512c11.602-0.012 22.756-4.175 31.19-11.639 8.429-7.463 13.508-17.664 14.185-28.518 0.683-10.853-3.088-21.541-10.527-29.878-7.445-8.337-18.007-13.696-29.524-14.979l-5.324-0.299h-38.63l-53.69-620.775c-3.469-40.063-22.886-77.43-54.407-104.673-31.514-27.243-72.811-42.367-115.684-42.367h-294.221c-42.871 0-84.172 15.123-115.687 42.367s-50.938 64.61-54.402 104.673l-53.738 620.775h-38.586c-11.145 0.001-21.902 3.837-30.231 10.78s-13.65 16.509-14.953 26.886l-0.319 4.991c0.001 10.447 4.093 20.532 11.499 28.34s17.611 12.796 28.68 14.018l5.324 0.299h227.513c0 45.253 19.176 88.652 53.31 120.651s80.429 49.975 128.701 49.975zM352.644 565.304c-8.246-0.001-16.214-2.8-22.43-7.882s-10.258-12.1-11.379-19.759l-0.319-4.351v-341.251l0.319-4.351c1.124-7.655 5.167-14.673 11.382-19.753s14.182-7.877 22.427-7.877c8.245 0 16.212 2.798 22.427 7.877s10.258 12.097 11.382 19.753l0.319 4.351v341.251l-0.319 4.351c-1.122 7.659-5.164 14.678-11.379 19.759s-14.183 7.881-22.43 7.882zM557.406 565.304c-8.246-0.001-16.214-2.8-22.43-7.882s-10.258-12.1-11.379-19.759l-0.319-4.351v-341.251l0.319-4.351c1.124-7.655 5.167-14.673 11.382-19.753s14.182-7.877 22.427-7.877c8.245 0 16.213 2.798 22.43 7.877 6.21 5.079 10.255 12.097 11.38 19.753l0.319 4.351v341.251l-0.319 4.351c-1.121 7.659-5.165 14.678-11.38 19.759s-14.183 7.881-22.43 7.882zM455.025 874.563c-22.959 0.007-45.073-8.122-61.909-22.757s-27.147-34.695-28.869-56.157l-0.228-6.398h182.011l-0.228 6.398c-1.722 21.463-12.034 41.522-28.869 56.157s-38.949 22.763-61.909 22.757z" />
|
|
20
21
|
</font></defs></svg>
|
|
Binary file
|
|
Binary file
|