@taikai/rocket-kit 2.0.0-beta.9 → 2.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/atoms/button/types.d.ts +1 -1
- package/dist/atoms/tag/types.d.ts +1 -1
- package/dist/ions/variables.d.ts +1 -0
- package/dist/rocket-kit.cjs.development.js +88 -66
- package/dist/rocket-kit.cjs.development.js.map +1 -1
- package/dist/rocket-kit.cjs.production.min.js +219 -209
- package/dist/rocket-kit.cjs.production.min.js.map +1 -1
- package/dist/rocket-kit.esm.js +88 -66
- package/dist/rocket-kit.esm.js.map +1 -1
- package/package.json +1 -1
|
@@ -25,6 +25,7 @@ const colors = {
|
|
|
25
25
|
normal: '#000000',
|
|
26
26
|
light: '#ffffff',
|
|
27
27
|
blue: '#4250e4',
|
|
28
|
+
darkBlue: '#1825AD',
|
|
28
29
|
orange: '#ff6a2c',
|
|
29
30
|
darkOrange: /*#__PURE__*/polished.darken(0.2, '#ff6a2c'),
|
|
30
31
|
red: '#ef5766',
|
|
@@ -132,10 +133,13 @@ const {
|
|
|
132
133
|
red,
|
|
133
134
|
darkRed,
|
|
134
135
|
purple,
|
|
135
|
-
darkPurple
|
|
136
|
+
darkPurple,
|
|
137
|
+
blue,
|
|
138
|
+
darkBlue
|
|
136
139
|
} = colors;
|
|
137
140
|
const {
|
|
138
|
-
bold
|
|
141
|
+
bold,
|
|
142
|
+
medium
|
|
139
143
|
} = fontWeight;
|
|
140
144
|
const pulseKeyframes = _styled.keyframes`
|
|
141
145
|
0% {
|
|
@@ -151,7 +155,7 @@ const pulseKeyframes = _styled.keyframes`
|
|
|
151
155
|
const ButtonWrapper = /*#__PURE__*/_styled__default.button.withConfig({
|
|
152
156
|
displayName: "styles__ButtonWrapper",
|
|
153
157
|
componentId: "baestp-0"
|
|
154
|
-
})(["--button:", ";--txt:", ";--hover:", ";", " ", " ", " ", " ", " ", " ", " ", " ", " border-width:", ";border-style:solid;border-color:var(--button);border-radius:", ";background-color:", ";width:", ";height:", ";display:flex;justify-content:center;align-items:center;padding:", ";text-transform:uppercase;white-space:nowrap;transition-duration:0.3s;cursor:pointer;@media ", "{min-width:", ";}&:hover{border-color:", ";background-color:", ";span{color:", ";}svg{fill:", ";}}&:disabled{cursor:inherit;opacity:0.5;&:hover{pointer-events:none;}}> *:not(:last-child){margin-left:", ";margin-right:", ";}.spinner{border-top-color:", ";}span{position:relative;font-size:0.75rem;font-weight:", ";color:", ";pointer-events:none;transition-duration:0.3s;order:", ";}svg{order:", ";width:auto;min-width:", ";height:", ";fill:", ";transition:0.3s;}", ""], green, light, darkGreen, props => props.color === 'green' && _styled.css`
|
|
158
|
+
})(["--button:", ";--txt:", ";--hover:", ";", " ", " ", " ", " ", " ", " ", " ", " ", " ", " border-width:", ";border-style:solid;border-color:var(--button);border-radius:", ";background-color:", ";width:", ";height:", ";display:flex;justify-content:center;align-items:center;padding:", ";text-transform:uppercase;white-space:nowrap;transition-duration:0.3s;cursor:pointer;@media ", "{min-width:", ";}&:hover{border-color:", ";background-color:", ";span{color:", ";}svg{fill:", ";}}&:disabled{cursor:inherit;opacity:0.5;&:hover{pointer-events:none;}}> *:not(:last-child){margin-left:", ";margin-right:", ";}.spinner{border-top-color:", ";}span{position:relative;font-size:0.75rem;font-weight:", ";letter-spacing:1px;color:", ";pointer-events:none;transition-duration:0.3s;order:", ";}svg{order:", ";width:auto;min-width:", ";height:", ";fill:", ";transition:0.3s;}", ""], green, light, darkGreen, props => props.color === 'green' && _styled.css`
|
|
155
159
|
--button: ${green};
|
|
156
160
|
--hover: ${darkGreen};
|
|
157
161
|
`, props => props.color === 'orange' && _styled.css`
|
|
@@ -163,6 +167,9 @@ const ButtonWrapper = /*#__PURE__*/_styled__default.button.withConfig({
|
|
|
163
167
|
`, props => props.color === 'grey' && _styled.css`
|
|
164
168
|
--button: ${grey$1};
|
|
165
169
|
--hover: ${darkGrey};
|
|
170
|
+
`, props => props.color === 'blue' && _styled.css`
|
|
171
|
+
--button: ${blue};
|
|
172
|
+
--hover: ${darkBlue};
|
|
166
173
|
`, props => props.color === 'purple' && _styled.css`
|
|
167
174
|
--button: ${purple};
|
|
168
175
|
--hover: ${darkPurple};
|
|
@@ -180,7 +187,7 @@ const ButtonWrapper = /*#__PURE__*/_styled__default.button.withConfig({
|
|
|
180
187
|
`, props => props.color === 'magic' && _styled.css`
|
|
181
188
|
--button: ${light};
|
|
182
189
|
--hover: ${lightGrey};
|
|
183
|
-
`, props => props.variant === 'outline' ? '3px' : 0, props => props.variant === 'text' ? 0 : '999px', props => props.variant === 'solid' ? 'var(--button)' : 'transparent', props => props.value ? props.circle ? polished.rem('36px') : 'min-content' : polished.rem('36px'), /*#__PURE__*/polished.rem('
|
|
190
|
+
`, props => props.variant === 'outline' ? '3px' : 0, props => props.variant === 'text' ? 0 : '999px', props => props.variant === 'solid' ? 'var(--button)' : 'transparent', props => props.value ? props.circle ? polished.rem('36px') : 'min-content' : polished.rem('36px'), /*#__PURE__*/polished.rem('32px'), props => props.value ? props.circle ? 0 : `0 ${polished.rem('20px')}` : 0, device.l, props => props.value ? polished.rem('100px') : polished.rem('36px'), props => props.variant === 'solid' ? '' : 'var(--hover)', props => props.variant === 'solid' ? 'var(--hover)' : 'transparent', props => props.variant === 'solid' ? '' : 'var(--hover)', props => props.variant === 'solid' ? '' : 'var(--hover)', props => props.iconPosition === 'right' ? '5px' : 0, props => props.iconPosition === 'left' ? '5px' : 0, props => props.variant === 'solid' ? '' : 'var(--button)', medium, props => props.variant === 'solid' ? 'var(--txt)' : 'var(--button)', props => props.iconPosition === 'left' ? 2 : 1, props => props.iconPosition === 'left' ? 1 : 2, /*#__PURE__*/polished.rem('20px'), /*#__PURE__*/polished.rem('20px'), props => props.variant === 'solid' ? 'var(--txt)' : 'var(--button)', props => props.color === 'magic' && _styled.css`
|
|
184
191
|
position: relative;
|
|
185
192
|
background-image: linear-gradient(to bottom right, #ef5867, #5031a8);
|
|
186
193
|
height: ${polished.rem('60px')};
|
|
@@ -363,15 +370,18 @@ const {
|
|
|
363
370
|
red: red$1,
|
|
364
371
|
darkRed: darkRed$1,
|
|
365
372
|
purple: purple$1,
|
|
366
|
-
darkPurple: darkPurple$1
|
|
373
|
+
darkPurple: darkPurple$1,
|
|
374
|
+
blue: blue$1,
|
|
375
|
+
darkBlue: darkBlue$1
|
|
367
376
|
} = colors;
|
|
368
377
|
const {
|
|
369
|
-
bold: bold$1
|
|
378
|
+
bold: bold$1,
|
|
379
|
+
medium: medium$1
|
|
370
380
|
} = fontWeight;
|
|
371
381
|
const ButtonLinkStyle = /*#__PURE__*/_styled__default.a.withConfig({
|
|
372
382
|
displayName: "styles__ButtonLinkStyle",
|
|
373
383
|
componentId: "clge7v-0"
|
|
374
|
-
})(["--button:", ";--txt:", ";--hover:", ";", " ", " ", " ", " ", " ", " ", " ", " ", " border-width:", ";border-style:solid;border-color:var(--button);border-radius:", ";background-color:", ";width:min-content;min-width:", ";height:", ";display:flex;justify-content:center;align-items:center;padding:", ";text-transform:uppercase;white-space:nowrap;text-decoration:none;transition-duration:0.3s;cursor:pointer;@media ", "{min-width:", ";}&:hover{border-color:", ";background-color:", ";span{color:", ";}svg{fill:", ";}}> *:not(:last-child){margin-left:", ";margin-right:", ";}span{position:relative;font-size:0.75rem;font-weight:", ";color:", ";pointer-events:none;transition-duration:0.3s;order:", ";}svg{order:", ";width:auto;min-width:", ";height:", ";fill:", ";transition:0.3s;}", ""], green$1, light$2, darkGreen$1, props => props.color === 'green' && _styled.css`
|
|
384
|
+
})(["--button:", ";--txt:", ";--hover:", ";", " ", " ", " ", " ", " ", " ", " ", " ", " ", " border-width:", ";border-style:solid;border-color:var(--button);border-radius:", ";background-color:", ";width:min-content;min-width:", ";height:", ";display:flex;justify-content:center;align-items:center;padding:", ";text-transform:uppercase;white-space:nowrap;text-decoration:none;transition-duration:0.3s;cursor:pointer;@media ", "{min-width:", ";}&:hover{border-color:", ";background-color:", ";span{color:", ";}svg{fill:", ";}}> *:not(:last-child){margin-left:", ";margin-right:", ";}span{position:relative;font-size:0.75rem;font-weight:", ";letter-spacing:1px;color:", ";pointer-events:none;transition-duration:0.3s;order:", ";}svg{order:", ";width:auto;min-width:", ";height:", ";fill:", ";transition:0.3s;}", ""], green$1, light$2, darkGreen$1, props => props.color === 'green' && _styled.css`
|
|
375
385
|
--button: ${green$1};
|
|
376
386
|
--hover: ${darkGreen$1};
|
|
377
387
|
`, props => props.color === 'orange' && _styled.css`
|
|
@@ -393,6 +403,9 @@ const ButtonLinkStyle = /*#__PURE__*/_styled__default.a.withConfig({
|
|
|
393
403
|
`, props => props.color === 'dark' && _styled.css`
|
|
394
404
|
--button: ${normal$2};
|
|
395
405
|
--hover: ${darkGrey$1};
|
|
406
|
+
`, props => props.color === 'blue' && _styled.css`
|
|
407
|
+
--button: ${blue$1};
|
|
408
|
+
--hover: ${darkBlue$1};
|
|
396
409
|
`, props => props.color === 'pulse' && _styled.css`
|
|
397
410
|
--button: ${red$1};
|
|
398
411
|
--hover: ${darkRed$1};
|
|
@@ -400,7 +413,7 @@ const ButtonLinkStyle = /*#__PURE__*/_styled__default.a.withConfig({
|
|
|
400
413
|
`, props => props.color === 'magic' && _styled.css`
|
|
401
414
|
--button: ${light$2};
|
|
402
415
|
--hover: ${lightGrey$2};
|
|
403
|
-
`, props => props.variant === 'outline' ? '3px' : 0, props => props.variant === 'text' ? 0 : '999px', props => props.variant === 'solid' ? 'var(--button)' : 'transparent', props => props.value ? polished.rem('80px') : polished.rem('36px'), /*#__PURE__*/polished.rem('
|
|
416
|
+
`, props => props.variant === 'outline' ? '3px' : 0, props => props.variant === 'text' ? 0 : '999px', props => props.variant === 'solid' ? 'var(--button)' : 'transparent', props => props.value ? polished.rem('80px') : polished.rem('36px'), /*#__PURE__*/polished.rem('32px'), props => props.value ? `0 ${polished.rem('20px')}` : 0, device.l, props => props.value ? polished.rem('100px') : polished.rem('36px'), props => props.variant === 'solid' ? '' : 'var(--hover)', props => props.variant === 'solid' ? 'var(--hover)' : 'transparent', props => props.variant === 'solid' ? '' : 'var(--hover)', props => props.variant === 'solid' ? '' : 'var(--hover)', props => props.iconPosition === 'right' ? '5px' : 0, props => props.iconPosition === 'left' ? '5px' : 0, medium$1, props => props.variant === 'solid' ? 'var(--txt)' : 'var(--button)', props => props.iconPosition === 'left' ? 2 : 1, props => props.iconPosition === 'left' ? 1 : 2, /*#__PURE__*/polished.rem('20px'), /*#__PURE__*/polished.rem('20px'), props => props.variant === 'solid' ? 'var(--txt)' : 'var(--button)', props => props.color === 'magic' && _styled.css`
|
|
404
417
|
position: relative;
|
|
405
418
|
background-image: linear-gradient(to bottom right, #ef5867, #5031a8);
|
|
406
419
|
height: ${polished.rem('60px')};
|
|
@@ -762,7 +775,8 @@ const icons = {
|
|
|
762
775
|
"ledger": 'M3 21.0526V27.4139H12.6806V26.0048H4.4172V21.0526H3ZM3 5.00808V11.3532H4.4172V6.40912H12.6887V5L3 5.00808Z M29 21.0526V27.4139H19.3167V26.0048H27.5882V21.0526H29ZM29 5.00808V11.3532H27.5882V6.40912H19.3167V5L29 5.00808Z M14.1841 11.3612H12.7749V21.0445H19.1362V19.7728H14.1841V11.3612Z',
|
|
763
776
|
"moonbeam": 'M21.142 5.645c2.964 1.257 4.94 4.356 4.715 7.499-5.299 0-10.598 0.045-15.896-0.045 0-2.111 0.718-4.266 2.245-5.748 2.245-2.29 5.972-3.009 8.936-1.706z M20.917 25.852c0.314 0 0.584 0.18 0.584 0.404s-0.27 0.404-0.584 0.404h-8.532c-0.314 0-0.584-0.18-0.584-0.404s0.269-0.404 0.584-0.404h8.532z M10.544 26.661c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M15.663 24.505c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M25.677 23.338c0.314 0 0.584 0.269 0.584 0.584s-0.269 0.584-0.584 0.584h-8.352c-0.314 0-0.584-0.269-0.584-0.584s0.27-0.584 0.584-0.584h8.352z M4.706 22.35c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M13.014 21.182c0.314 0 0.584 0.27 0.584 0.584s-0.27 0.584-0.584 0.584h-6.87c-0.314 0-0.584-0.27-0.584-0.584s0.269-0.584 0.584-0.584h6.87z M28.416 21.182c0.314 0 0.584 0.27 0.584 0.584s-0.269 0.584-0.584 0.584h-13.651c-0.314 0-0.584-0.27-0.584-0.584s0.269-0.584 0.584-0.584h13.651z M25.857 19.027c0.314 0 0.584 0.27 0.584 0.584s-0.269 0.584-0.584 0.584h-16.75c-0.314 0-0.584-0.27-0.584-0.584s0.269-0.584 0.584-0.584h16.75z M7.266 20.195c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M22.354 16.916c0.314 0 0.584 0.269 0.584 0.584s-0.269 0.584-0.584 0.584h-16.75c-0.314 0-0.584-0.269-0.584-0.584s0.269-0.584 0.584-0.584h16.75z M3.584 18.084c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M7.266 15.929c0.322 0 0.584-0.261 0.584-0.584s-0.261-0.584-0.584-0.584c-0.322 0-0.584 0.261-0.584 0.584s0.261 0.584 0.584 0.584z M27.473 14.761c0.314 0 0.584 0.27 0.584 0.584s-0.269 0.584-0.584 0.584h-18.231c-0.314 0-0.584-0.27-0.584-0.584s0.269-0.584 0.584-0.584h18.231z',
|
|
764
777
|
"solidity": 'M20.535 3l4.177 7.429h-8.357l-4.177 7.427-4.177-7.427 4.177-7.429h8.357zM16.398 21.571l4.177-7.427 4.18 7.427-4.18 7.429h-8.357l-4.177-7.429h8.357z',
|
|
765
|
-
"metamask": 'M27.043 16.037l1.128-1.32c0.006-0.012 0.008-0.025 0.008-0.038s-0.003-0.026-0.008-0.038c-0.001-0.013-0.005-0.025-0.012-0.036s-0.016-0.020-0.027-0.026l-0.415-0.299 0.722-0.66c0.005-0.012 0.008-0.025 0.008-0.038s-0.003-0.026-0.008-0.038c-0.001-0.014-0.005-0.027-0.012-0.039s-0.016-0.022-0.027-0.030l-0.514-0.399 0.706-0.537c0.011-0.009 0.021-0.021 0.027-0.034s0.010-0.028 0.011-0.042c0.002-0.015-0.001-0.031-0.008-0.044s-0.018-0.025-0.031-0.033l-0.484-0.376 0.837-4.053v-0.046l-1.274-3.838c-0.011-0.020-0.029-0.035-0.050-0.043s-0.044-0.009-0.066-0.003v0l-8.183 3.071h-6.778l-8.168-3.071h-0.077c-0.022 0.015-0.038 0.037-0.046 0.061l-1.274 3.838c-0.004 0.015-0.004 0.031 0 0.046l0.852 4.053-0.507 0.376c-0.012 0.009-0.022 0.020-0.029 0.034s-0.010 0.028-0.010 0.043c0.001 0.015 0.005 0.029 0.011 0.043s0.016 0.025 0.027 0.034l0.722 0.537-0.514 0.407c-0.011 0.008-0.020 0.018-0.027 0.030s-0.011 0.025-0.011 0.039c-0.007 0.025-0.007 0.052 0 0.077l0.714 0.66-0.415 0.299c-0.017 0.018-0.030 0.038-0.038 0.062-0.008 0.025-0.008 0.052 0 0.077l1.136 1.32-1.75 5.42c-0.004 0.009-0.005 0.018-0.005 0.027s0.002 0.018 0.005 0.027l1.635 5.588c0.003 0.012 0.008 0.024 0.015 0.034s0.017 0.019 0.027 0.025c0.011 0.006 0.023 0.011 0.035 0.012s0.025 0.001 0.037-0.003l5.688-1.535 1.090 0.89 2.303 1.535h4l2.303-1.574 1.067-0.875 5.696 1.535c0.025 0.007 0.053 0.004 0.076-0.009s0.040-0.035 0.047-0.060l1.643-5.588v-0.054l-1.812-5.42zM11.060 19.314c-0.018-0.008-0.034-0.020-0.045-0.037s-0.017-0.036-0.017-0.055c0-0.020 0.006-0.039 0.017-0.055s0.027-0.029 0.045-0.037l2.011-0.921c0.023-0.009 0.047-0.009 0.070 0s0.041 0.025 0.053 0.046l0.837 1.75c0.010 0.013 0.015 0.029 0.015 0.046s-0.005 0.033-0.015 0.046c-0.007 0.014-0.018 0.026-0.032 0.034s-0.029 0.012-0.045 0.012l-2.894-0.829zM18.222 26.146c-0.016 0.009-0.035 0.015-0.054 0.015s-0.037-0.005-0.054-0.015l-0.238-0.192h-3.746l-0.223 0.192c-0.020 0.008-0.042 0.008-0.061 0h-0.046c-0.017-0.011-0.031-0.025-0.040-0.043s-0.014-0.037-0.014-0.057l0.276-2.226c0.008-0.025 0.025-0.046 0.046-0.061l0.476-0.338c0.008-0.004 0.018-0.005 0.027-0.005s0.018 0.002 0.027 0.005h2.863l0.484 0.33c0.010 0.027 0.010 0.057 0 0.084v0l0.276 2.211c0.007 0.016 0.010 0.034 0.008 0.051s-0.007 0.034-0.016 0.049h0.008zM20.971 19.307l-2.863 0.844h-0.061c-0.009-0.025-0.009-0.052 0-0.077-0.003-0.018-0.003-0.036 0-0.054l0.837-1.758c0.014-0.021 0.034-0.037 0.058-0.045s0.049-0.009 0.073-0.001l2.019 0.921c0.019 0.008 0.034 0.023 0.044 0.041s0.013 0.039 0.010 0.059c-0.007 0.025-0.024 0.047-0.047 0.060s-0.050 0.016-0.076 0.009h0.008z'
|
|
778
|
+
"metamask": 'M27.043 16.037l1.128-1.32c0.006-0.012 0.008-0.025 0.008-0.038s-0.003-0.026-0.008-0.038c-0.001-0.013-0.005-0.025-0.012-0.036s-0.016-0.020-0.027-0.026l-0.415-0.299 0.722-0.66c0.005-0.012 0.008-0.025 0.008-0.038s-0.003-0.026-0.008-0.038c-0.001-0.014-0.005-0.027-0.012-0.039s-0.016-0.022-0.027-0.030l-0.514-0.399 0.706-0.537c0.011-0.009 0.021-0.021 0.027-0.034s0.010-0.028 0.011-0.042c0.002-0.015-0.001-0.031-0.008-0.044s-0.018-0.025-0.031-0.033l-0.484-0.376 0.837-4.053v-0.046l-1.274-3.838c-0.011-0.020-0.029-0.035-0.050-0.043s-0.044-0.009-0.066-0.003v0l-8.183 3.071h-6.778l-8.168-3.071h-0.077c-0.022 0.015-0.038 0.037-0.046 0.061l-1.274 3.838c-0.004 0.015-0.004 0.031 0 0.046l0.852 4.053-0.507 0.376c-0.012 0.009-0.022 0.020-0.029 0.034s-0.010 0.028-0.010 0.043c0.001 0.015 0.005 0.029 0.011 0.043s0.016 0.025 0.027 0.034l0.722 0.537-0.514 0.407c-0.011 0.008-0.020 0.018-0.027 0.030s-0.011 0.025-0.011 0.039c-0.007 0.025-0.007 0.052 0 0.077l0.714 0.66-0.415 0.299c-0.017 0.018-0.030 0.038-0.038 0.062-0.008 0.025-0.008 0.052 0 0.077l1.136 1.32-1.75 5.42c-0.004 0.009-0.005 0.018-0.005 0.027s0.002 0.018 0.005 0.027l1.635 5.588c0.003 0.012 0.008 0.024 0.015 0.034s0.017 0.019 0.027 0.025c0.011 0.006 0.023 0.011 0.035 0.012s0.025 0.001 0.037-0.003l5.688-1.535 1.090 0.89 2.303 1.535h4l2.303-1.574 1.067-0.875 5.696 1.535c0.025 0.007 0.053 0.004 0.076-0.009s0.040-0.035 0.047-0.060l1.643-5.588v-0.054l-1.812-5.42zM11.060 19.314c-0.018-0.008-0.034-0.020-0.045-0.037s-0.017-0.036-0.017-0.055c0-0.020 0.006-0.039 0.017-0.055s0.027-0.029 0.045-0.037l2.011-0.921c0.023-0.009 0.047-0.009 0.070 0s0.041 0.025 0.053 0.046l0.837 1.75c0.010 0.013 0.015 0.029 0.015 0.046s-0.005 0.033-0.015 0.046c-0.007 0.014-0.018 0.026-0.032 0.034s-0.029 0.012-0.045 0.012l-2.894-0.829zM18.222 26.146c-0.016 0.009-0.035 0.015-0.054 0.015s-0.037-0.005-0.054-0.015l-0.238-0.192h-3.746l-0.223 0.192c-0.020 0.008-0.042 0.008-0.061 0h-0.046c-0.017-0.011-0.031-0.025-0.040-0.043s-0.014-0.037-0.014-0.057l0.276-2.226c0.008-0.025 0.025-0.046 0.046-0.061l0.476-0.338c0.008-0.004 0.018-0.005 0.027-0.005s0.018 0.002 0.027 0.005h2.863l0.484 0.33c0.010 0.027 0.010 0.057 0 0.084v0l0.276 2.211c0.007 0.016 0.010 0.034 0.008 0.051s-0.007 0.034-0.016 0.049h0.008zM20.971 19.307l-2.863 0.844h-0.061c-0.009-0.025-0.009-0.052 0-0.077-0.003-0.018-0.003-0.036 0-0.054l0.837-1.758c0.014-0.021 0.034-0.037 0.058-0.045s0.049-0.009 0.073-0.001l2.019 0.921c0.019 0.008 0.034 0.023 0.044 0.041s0.013 0.039 0.010 0.059c-0.007 0.025-0.024 0.047-0.047 0.060s-0.050 0.016-0.076 0.009h0.008z',
|
|
779
|
+
"launch": 'M19.1153 6C18.4467 6 17.9048 6.54196 17.9048 7.2105C17.9048 7.87905 18.4467 8.42101 19.1153 8.42101H21.8671L13.4974 16.7907C13.0247 17.2634 13.0247 18.0299 13.4974 18.5026C13.9701 18.9753 14.7366 18.9753 15.2093 18.5026L23.579 10.1329V12.8847C23.579 13.5533 24.121 14.0952 24.7895 14.0952C25.458 14.0952 26 13.5533 26 12.8847V7.2105C26 6.54196 25.458 6 24.7895 6H19.1153Z M9.14146 8.16167C8.8816 8.16167 8.63239 8.26489 8.44864 8.44864C8.26489 8.63239 8.16167 8.8816 8.16167 9.14146V22.8585C8.16167 23.1184 8.26489 23.3676 8.44864 23.5514C8.63239 23.7351 8.8816 23.8383 9.14146 23.8383H22.8585C23.1184 23.8383 23.3676 23.7351 23.5514 23.5514C23.7351 23.3676 23.8383 23.1184 23.8383 22.8585V19.055C23.8383 18.5139 24.277 18.0752 24.8181 18.0752C25.3592 18.0752 25.7979 18.5139 25.7979 19.055V22.8585C25.7979 23.6381 25.4882 24.3858 24.937 24.937C24.3858 25.4882 23.6381 25.7979 22.8585 25.7979H9.14146C8.36189 25.7979 7.61424 25.4882 7.06301 24.937C6.51177 24.3858 6.20208 23.6381 6.20208 22.8585V9.14146C6.20208 8.36189 6.51177 7.61425 7.06301 7.06301C7.61425 6.51177 8.36189 6.20208 9.14146 6.20208H12.945C13.4861 6.20208 13.9248 6.64075 13.9248 7.18187C13.9248 7.723 13.4861 8.16167 12.945 8.16167H9.14146Z M6.92011 6.92011C7.50925 6.33097 8.30829 6 9.14146 6H12.945C13.5977 6 14.1268 6.52914 14.1268 7.18187C14.1268 7.83461 13.5977 8.36375 12.945 8.36375H9.14146C8.9352 8.36375 8.73738 8.44569 8.59153 8.59153C8.44568 8.73738 8.36375 8.9352 8.36375 9.14146V22.8585C8.36375 23.0648 8.44568 23.2626 8.59153 23.4085C8.73738 23.5543 8.9352 23.6363 9.14146 23.6363H22.8585C23.0648 23.6363 23.2626 23.5543 23.4085 23.4085C23.5543 23.2626 23.6363 23.0648 23.6363 22.8585V19.055C23.6363 18.4023 24.1654 17.8732 24.8181 17.8732C25.4709 17.8732 26 18.4023 26 19.055V22.8585C26 23.6917 25.669 24.4908 25.0799 25.0799C24.4908 25.669 23.6917 26 22.8585 26H9.14146C8.30829 26 7.50925 25.669 6.92011 25.0799C6.33097 24.4907 6 23.6917 6 22.8585V9.14146C6 8.30829 6.33097 7.50925 6.92011 6.92011ZM9.14146 6.40416C8.41548 6.40416 7.71924 6.69256 7.2059 7.2059C6.69256 7.71924 6.40416 8.41548 6.40416 9.14146V22.8585C6.40416 23.5845 6.69256 24.2808 7.2059 24.7941C7.71924 25.3074 8.41548 25.5958 9.14146 25.5958H22.8585C23.5845 25.5958 24.2808 25.3074 24.7941 24.7941C25.3074 24.2808 25.5958 23.5845 25.5958 22.8585V19.055C25.5958 18.6255 25.2476 18.2773 24.8181 18.2773C24.3886 18.2773 24.0404 18.6255 24.0404 19.055V22.8585C24.0404 23.172 23.9159 23.4726 23.6943 23.6943C23.4726 23.9159 23.172 24.0404 22.8585 24.0404H9.14146C8.82801 24.0404 8.52739 23.9159 8.30575 23.6943C8.0841 23.4726 7.95958 23.172 7.95958 22.8585V9.14146C7.95958 8.828 8.0841 8.52739 8.30575 8.30575C8.52739 8.0841 8.828 7.95958 9.14146 7.95958H12.945C13.3745 7.95958 13.7227 7.61139 13.7227 7.18187C13.7227 6.75236 13.3745 6.40416 12.945 6.40416H9.14146Z'
|
|
766
780
|
};
|
|
767
781
|
|
|
768
782
|
const {
|
|
@@ -1028,16 +1042,20 @@ const Spinner = props => {
|
|
|
1028
1042
|
};
|
|
1029
1043
|
|
|
1030
1044
|
const {
|
|
1045
|
+
normal: normal$5,
|
|
1031
1046
|
light: light$7,
|
|
1032
1047
|
grey: grey$b,
|
|
1033
1048
|
green: green$5,
|
|
1034
1049
|
orange: orange$2,
|
|
1035
1050
|
red: red$7
|
|
1036
1051
|
} = colors;
|
|
1052
|
+
const {
|
|
1053
|
+
bold: bold$3
|
|
1054
|
+
} = fontWeight;
|
|
1037
1055
|
const TagWrapper = /*#__PURE__*/_styled__default.span.withConfig({
|
|
1038
1056
|
displayName: "styles__TagWrapper",
|
|
1039
1057
|
componentId: "sc-1ghratr-0"
|
|
1040
|
-
})(["display:inline-block;border:", " solid ", ";border-radius:
|
|
1058
|
+
})(["display:inline-block;border:", " solid ", ";border-radius:", ";background-color:", ";max-width:", ";padding:", " ", ";font-size:", ";font-weight:", ";letter-spacing:0.1em;line-height:1;color:", ";white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase;&:not(:first-child){margin-left:", ";}", " ", " ", " ", " ", " ", ""], /*#__PURE__*/polished.rem('2px'), grey$b, /*#__PURE__*/polished.rem('3px'), grey$b, /*#__PURE__*/polished.rem('150px'), /*#__PURE__*/polished.rem('3px'), /*#__PURE__*/polished.rem('8px'), /*#__PURE__*/polished.rem('12px'), bold$3, light$7, /*#__PURE__*/polished.rem('5px'), props => props.color === 'green' && _styled.css`
|
|
1041
1059
|
border-color: ${green$5};
|
|
1042
1060
|
background-color: ${green$5};
|
|
1043
1061
|
color: ${props.variant === 'solid' ? light$7 : green$5};
|
|
@@ -1053,6 +1071,10 @@ const TagWrapper = /*#__PURE__*/_styled__default.span.withConfig({
|
|
|
1053
1071
|
border-color: ${grey$b};
|
|
1054
1072
|
background-color: ${grey$b};
|
|
1055
1073
|
color: ${props.variant === 'solid' ? light$7 : grey$b};
|
|
1074
|
+
`, props => props.color === 'light' && _styled.css`
|
|
1075
|
+
border-color: ${light$7};
|
|
1076
|
+
background-color: ${light$7};
|
|
1077
|
+
color: ${props.variant === 'solid' ? normal$5 : light$7};
|
|
1056
1078
|
`, props => props.variant === 'outline' && _styled.css`
|
|
1057
1079
|
background-color: transparent;
|
|
1058
1080
|
`);
|
|
@@ -1079,12 +1101,12 @@ const {
|
|
|
1079
1101
|
light: light$8
|
|
1080
1102
|
} = colors;
|
|
1081
1103
|
const {
|
|
1082
|
-
bold: bold$
|
|
1104
|
+
bold: bold$4
|
|
1083
1105
|
} = fontWeight;
|
|
1084
1106
|
const TagWrapper$1 = /*#__PURE__*/_styled__default.div.withConfig({
|
|
1085
1107
|
displayName: "styles__TagWrapper",
|
|
1086
1108
|
componentId: "db57da-0"
|
|
1087
|
-
})(["display:flex;border:", " solid ", ";border-radius:", ";
|
|
1109
|
+
})(["display:flex;border:", " solid ", ";border-radius:", ";line-height:1;max-width:100%;width:max-content;overflow:hidden;span{display:inline-block;padding:", " ", ";font-size:", ";font-weight:", ";letter-spacing:0.1em;&.label{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;text-transform:uppercase;}&.value{background-color:", ";font-weight:", ";color:", ";}}&:not(:first-child){margin-left:", ";}"], /*#__PURE__*/polished.rem('2px'), grey$c, /*#__PURE__*/polished.rem('3px'), /*#__PURE__*/polished.rem('3px'), /*#__PURE__*/polished.rem('8px'), /*#__PURE__*/polished.rem('12px'), bold$4, grey$c, bold$4, light$8, /*#__PURE__*/polished.rem('5px'));
|
|
1088
1110
|
|
|
1089
1111
|
const TagNumber = props => {
|
|
1090
1112
|
const {
|
|
@@ -1230,7 +1252,7 @@ const Select = props => {
|
|
|
1230
1252
|
};
|
|
1231
1253
|
|
|
1232
1254
|
const {
|
|
1233
|
-
normal: normal$
|
|
1255
|
+
normal: normal$6,
|
|
1234
1256
|
light: light$9,
|
|
1235
1257
|
grey: grey$d,
|
|
1236
1258
|
purple: purple$5,
|
|
@@ -1267,11 +1289,11 @@ const SelectWrapper = _styled__default.div`
|
|
|
1267
1289
|
}
|
|
1268
1290
|
|
|
1269
1291
|
&__input {
|
|
1270
|
-
color: ${normal$
|
|
1292
|
+
color: ${normal$6};
|
|
1271
1293
|
}
|
|
1272
1294
|
|
|
1273
1295
|
&__single-value {
|
|
1274
|
-
color: ${normal$
|
|
1296
|
+
color: ${normal$6};
|
|
1275
1297
|
}
|
|
1276
1298
|
|
|
1277
1299
|
&__indicator {
|
|
@@ -1310,7 +1332,7 @@ const SelectWrapper = _styled__default.div`
|
|
|
1310
1332
|
|
|
1311
1333
|
&--is-selected {
|
|
1312
1334
|
background-color: ${lightPurple};
|
|
1313
|
-
color: ${normal$
|
|
1335
|
+
color: ${normal$6};
|
|
1314
1336
|
}
|
|
1315
1337
|
}
|
|
1316
1338
|
}
|
|
@@ -1338,7 +1360,7 @@ const SelectWrapper = _styled__default.div`
|
|
|
1338
1360
|
|
|
1339
1361
|
.select__option--is-selected {
|
|
1340
1362
|
svg {
|
|
1341
|
-
fill: ${normal$
|
|
1363
|
+
fill: ${normal$6};
|
|
1342
1364
|
transition-duration: 0.3s;
|
|
1343
1365
|
}
|
|
1344
1366
|
}
|
|
@@ -1404,7 +1426,7 @@ const SelectInteractive = props => {
|
|
|
1404
1426
|
};
|
|
1405
1427
|
|
|
1406
1428
|
const {
|
|
1407
|
-
normal: normal$
|
|
1429
|
+
normal: normal$7,
|
|
1408
1430
|
grey: grey$e,
|
|
1409
1431
|
lightGrey: lightGrey$8,
|
|
1410
1432
|
red: red$8,
|
|
@@ -1421,7 +1443,7 @@ const Wrapper$2 = _styled__default.div`
|
|
|
1421
1443
|
input {
|
|
1422
1444
|
flex: 1;
|
|
1423
1445
|
border: 0;
|
|
1424
|
-
color: ${props => props.error ? red$8 : normal$
|
|
1446
|
+
color: ${props => props.error ? red$8 : normal$7};
|
|
1425
1447
|
}
|
|
1426
1448
|
|
|
1427
1449
|
& + span {
|
|
@@ -1937,7 +1959,7 @@ const {
|
|
|
1937
1959
|
green: green$6
|
|
1938
1960
|
} = colors;
|
|
1939
1961
|
const {
|
|
1940
|
-
bold: bold$
|
|
1962
|
+
bold: bold$5
|
|
1941
1963
|
} = fontWeight;
|
|
1942
1964
|
const Wrapper$5 = _styled__default.div`
|
|
1943
1965
|
display: flex;
|
|
@@ -1960,7 +1982,7 @@ const Progress = _styled__default.div`
|
|
|
1960
1982
|
const Value = _styled__default.div`
|
|
1961
1983
|
margin-left: ${/*#__PURE__*/polished.rem('5px')};
|
|
1962
1984
|
font-size: 0.75rem;
|
|
1963
|
-
font-weight: ${bold$
|
|
1985
|
+
font-weight: ${bold$5};
|
|
1964
1986
|
`;
|
|
1965
1987
|
|
|
1966
1988
|
const ProgressBar = props => {
|
|
@@ -2158,7 +2180,7 @@ const {
|
|
|
2158
2180
|
green: green$8,
|
|
2159
2181
|
darkGreen: darkGreen$4,
|
|
2160
2182
|
light: light$c,
|
|
2161
|
-
normal: normal$
|
|
2183
|
+
normal: normal$8
|
|
2162
2184
|
} = colors;
|
|
2163
2185
|
const Wrapper$6 = _styled__default.div`
|
|
2164
2186
|
input {
|
|
@@ -2196,7 +2218,7 @@ const Wrapper$6 = _styled__default.div`
|
|
|
2196
2218
|
flex: 1;
|
|
2197
2219
|
display: block;
|
|
2198
2220
|
padding: ${props => props.minimal ? 0 : `0 ${polished.rem('10px')}`};
|
|
2199
|
-
color: ${props => props.disabled ? grey$f : normal$
|
|
2221
|
+
color: ${props => props.disabled ? grey$f : normal$8};
|
|
2200
2222
|
white-space: nowrap;
|
|
2201
2223
|
overflow: hidden;
|
|
2202
2224
|
text-overflow: ellipsis;
|
|
@@ -2285,7 +2307,7 @@ const FilePicker = props => {
|
|
|
2285
2307
|
};
|
|
2286
2308
|
|
|
2287
2309
|
const {
|
|
2288
|
-
normal: normal$
|
|
2310
|
+
normal: normal$9,
|
|
2289
2311
|
light: light$d,
|
|
2290
2312
|
lightGrey: lightGrey$c,
|
|
2291
2313
|
red: red$a
|
|
@@ -2297,11 +2319,11 @@ const ActionsMenuStyle$1 = /*#__PURE__*/_styled__default.div.withConfig({
|
|
|
2297
2319
|
const List = /*#__PURE__*/_styled__default.ul.withConfig({
|
|
2298
2320
|
displayName: "styles__List",
|
|
2299
2321
|
componentId: "sc-1peafop-1"
|
|
2300
|
-
})(["position:absolute;border:", " solid ", ";border-radius:", ";background-color:", ";margin-top:", ";min-width:", ";max-width:", ";padding:0;-moz-box-shadow:0 0 ", " 0 ", ";-webkit-box-shadow:0 0 ", " 0 ", ";box-shadow:0 0 ", " 0 ", ";z-index:1;", " li{list-style:none;min-height:", ";display:flex;transition-duration:0.3s;&:hover{background-color:", ";cursor:pointer;}&:first-child{border-radius:", " ", " 0 0;}&:last-child{border-radius:0 0 ", " ", ";}&.danger{border-top:", " solid ", ";a{color:", ";}}&.disabled{a{color:", ";pointer-events:none;}&:hover{background-color:transparent;}}a{width:100%;display:flex;align-items:center;padding:0 ", ";color:", ";text-decoration:none;white-space:nowrap;span{display:table-cell;overflow:hidden;text-overflow:ellipsis;}}}"], /*#__PURE__*/polished.rem('1px'), lightGrey$c, /*#__PURE__*/polished.rem('4px'), light$d, /*#__PURE__*/polished.rem('5px'), /*#__PURE__*/polished.rem('200px'), /*#__PURE__*/polished.rem('250px'), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.lighten(0.7, normal$
|
|
2322
|
+
})(["position:absolute;border:", " solid ", ";border-radius:", ";background-color:", ";margin-top:", ";min-width:", ";max-width:", ";padding:0;-moz-box-shadow:0 0 ", " 0 ", ";-webkit-box-shadow:0 0 ", " 0 ", ";box-shadow:0 0 ", " 0 ", ";z-index:1;", " li{list-style:none;min-height:", ";display:flex;transition-duration:0.3s;&:hover{background-color:", ";cursor:pointer;}&:first-child{border-radius:", " ", " 0 0;}&:last-child{border-radius:0 0 ", " ", ";}&.danger{border-top:", " solid ", ";a{color:", ";}}&.disabled{a{color:", ";pointer-events:none;}&:hover{background-color:transparent;}}a{width:100%;display:flex;align-items:center;padding:0 ", ";color:", ";text-decoration:none;white-space:nowrap;span{display:table-cell;overflow:hidden;text-overflow:ellipsis;}}}"], /*#__PURE__*/polished.rem('1px'), lightGrey$c, /*#__PURE__*/polished.rem('4px'), light$d, /*#__PURE__*/polished.rem('5px'), /*#__PURE__*/polished.rem('200px'), /*#__PURE__*/polished.rem('250px'), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.lighten(0.7, normal$9), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.lighten(0.7, normal$9), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.lighten(0.7, normal$9), props => props.rowIndex != undefined && _styled.css`
|
|
2301
2323
|
--margin: ${`calc(${polished.rem('45px')} + ${polished.rem('50px')} * ${props.rowIndex} + ${polished.rem('42px')})`};
|
|
2302
2324
|
top: var(--margin);
|
|
2303
2325
|
right: ${polished.rem('5px')};
|
|
2304
|
-
`, /*#__PURE__*/polished.rem('45px'), lightGrey$c, /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('1px'), lightGrey$c, red$a, lightGrey$c, /*#__PURE__*/polished.rem('20px'), normal$
|
|
2326
|
+
`, /*#__PURE__*/polished.rem('45px'), lightGrey$c, /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('1px'), lightGrey$c, red$a, lightGrey$c, /*#__PURE__*/polished.rem('20px'), normal$9);
|
|
2305
2327
|
|
|
2306
2328
|
const ActionMenuList = props => {
|
|
2307
2329
|
const {
|
|
@@ -2415,7 +2437,7 @@ const {
|
|
|
2415
2437
|
light: light$f
|
|
2416
2438
|
} = colors;
|
|
2417
2439
|
const {
|
|
2418
|
-
bold: bold$
|
|
2440
|
+
bold: bold$6
|
|
2419
2441
|
} = fontWeight;
|
|
2420
2442
|
const EmptyTableWrapper = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2421
2443
|
displayName: "styles__EmptyTableWrapper",
|
|
@@ -2424,7 +2446,7 @@ const EmptyTableWrapper = /*#__PURE__*/_styled__default.div.withConfig({
|
|
|
2424
2446
|
const EmptyTableHead = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2425
2447
|
displayName: "styles__EmptyTableHead",
|
|
2426
2448
|
componentId: "sc-1dgsb9l-1"
|
|
2427
|
-
})(["border-width:", ";border-style:solid;border-color:", ";border-radius:", " ", " 0 0;height:", ";display:flex;align-items:center;font-size:0.85rem;font-weight:", ";color:", ";text-transform:uppercase;> div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:none;flex:1;padding:0 ", ";font-size:0.85rem;font-weight:", ";color:", ";text-transform:uppercase;&:first-child,&:nth-child(2){display:initial;}@media ", "{&:nth-child(3){display:initial;}}@media ", "{&:nth-child(4){display:initial;}}@media ", "{display:initial;}}"], props => props.border ? polished.rem('1px') : `0 0 ${polished.rem('1px')} 0`, grey$h, /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('50px'), bold$
|
|
2449
|
+
})(["border-width:", ";border-style:solid;border-color:", ";border-radius:", " ", " 0 0;height:", ";display:flex;align-items:center;font-size:0.85rem;font-weight:", ";color:", ";text-transform:uppercase;> div{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:none;flex:1;padding:0 ", ";font-size:0.85rem;font-weight:", ";color:", ";text-transform:uppercase;&:first-child,&:nth-child(2){display:initial;}@media ", "{&:nth-child(3){display:initial;}}@media ", "{&:nth-child(4){display:initial;}}@media ", "{display:initial;}}"], props => props.border ? polished.rem('1px') : `0 0 ${polished.rem('1px')} 0`, grey$h, /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('50px'), bold$6, grey$h, /*#__PURE__*/polished.rem('15px'), bold$6, grey$h, device.s, device.m, device.l);
|
|
2428
2450
|
const EmptyTableBody = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2429
2451
|
displayName: "styles__EmptyTableBody",
|
|
2430
2452
|
componentId: "sc-1dgsb9l-2"
|
|
@@ -2583,13 +2605,13 @@ function hasValue(value) {
|
|
|
2583
2605
|
}
|
|
2584
2606
|
|
|
2585
2607
|
const {
|
|
2586
|
-
normal: normal$
|
|
2608
|
+
normal: normal$a,
|
|
2587
2609
|
light: light$g,
|
|
2588
2610
|
grey: grey$j,
|
|
2589
2611
|
lightGrey: lightGrey$e
|
|
2590
2612
|
} = colors;
|
|
2591
2613
|
const {
|
|
2592
|
-
bold: bold$
|
|
2614
|
+
bold: bold$7
|
|
2593
2615
|
} = fontWeight;
|
|
2594
2616
|
const TableWrapper = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2595
2617
|
displayName: "styles__TableWrapper",
|
|
@@ -2602,7 +2624,7 @@ const OverflowWrapper = /*#__PURE__*/_styled__default.div.withConfig({
|
|
|
2602
2624
|
const Table = /*#__PURE__*/_styled__default.table.withConfig({
|
|
2603
2625
|
displayName: "styles__Table",
|
|
2604
2626
|
componentId: "vmoy3z-2"
|
|
2605
|
-
})(["width:100%;border-width:", ";border-style:solid;border-color:", ";border-radius:", ";border-spacing:0;white-space:nowrap;th,td{height:", ";padding:0 ", ";&.center{text-align:center;> div{justify-content:center;}}&.right{text-align:right;> div{justify-content:flex-end;}}&.thin{@media ", "{max-width:min-content;}}&.kai{text-align:right;> div{justify-content:flex-end;}}&.avatar > div{display:flex;align-items:center;.avatar-img{margin-right:", ";}}}th{font-size:0.85rem;&:first-child{border-top-left-radius:", ";}&:last-child{border-top-right-radius:", ";}}tr{border:", " solid ", ";border-radius:", ";position:relative;&:not(:last-child){margin-bottom:", ";}@media ", "{border:0;}}thead{border:none;clip:rect(0 0 0 0);height:", ";margin:", ";overflow:hidden;padding:0;position:absolute;width:", ";@media ", "{display:contents;font-weight:", ";color:", ";text-transform:uppercase;text-align:left;}}tbody{tr{display:block;transition-duration:0.3s;&:hover{background-color:", ";td.menu{button{opacity:1;}}}@media ", "{display:table-row;}}td{border-top:", " solid ", ";height:inherit;min-height:", ";padding:", ";display:flex;justify-content:flex-end;> div{margin-left:", ";height:100%;display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;text-align:right;> span{display:none;&:first-child,&:last-child{display:inherit;}}}img{min-width:", ";min-height:", ";}a{display:flex;align-items:center;color:", ";text-decoration-color:", ";}&:first-child{border:0;}&:before{position:absolute;left:", ";content:attr(data-label);font-weight:", ";text-transform:capitalize;}&.kai{svg{float:right;width:auto;min-width:", ";max-height:", ";}}.avatar-img{display:none;}.tag{margin:0;&:not(:first-child){display:none;}}&.menu{padding:0 ", " 0 0;button{margin-top:", ";transition:0.3s;}ul{top:", ";margin-left:", ";}}@media ", "{display:table-cell;height:", ";padding:0 ", ";align-items:center;> div{position:relative;margin-left:0;display:flex-start;justify-content:flex-start;text-align:left;> span{display:inherit;}}&:first-child{border-top:", " solid ", ";}&:before{content:'';}&.kai{max-width:", ";}.avatar-img{display:inherit;}.tag{&:not(:first-child){display:inherit;}&:not(:last-child){margin-right:", ";}}&.menu{width:", ";button{opacity:0;}}}}}"], props => props.border ? '1px' : '0', grey$j, /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('50px'), /*#__PURE__*/polished.rem('15px'), device.s, /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('1px'), grey$j, /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('15px'), device.s, /*#__PURE__*/polished.rem('1px'), /*#__PURE__*/polished.rem('-1px'), /*#__PURE__*/polished.rem('1px'), device.s, bold$
|
|
2627
|
+
})(["width:100%;border-width:", ";border-style:solid;border-color:", ";border-radius:", ";border-spacing:0;white-space:nowrap;th,td{height:", ";padding:0 ", ";&.center{text-align:center;> div{justify-content:center;}}&.right{text-align:right;> div{justify-content:flex-end;}}&.thin{@media ", "{max-width:min-content;}}&.kai{text-align:right;> div{justify-content:flex-end;}}&.avatar > div{display:flex;align-items:center;.avatar-img{margin-right:", ";}}}th{font-size:0.85rem;&:first-child{border-top-left-radius:", ";}&:last-child{border-top-right-radius:", ";}}tr{border:", " solid ", ";border-radius:", ";position:relative;&:not(:last-child){margin-bottom:", ";}@media ", "{border:0;}}thead{border:none;clip:rect(0 0 0 0);height:", ";margin:", ";overflow:hidden;padding:0;position:absolute;width:", ";@media ", "{display:contents;font-weight:", ";color:", ";text-transform:uppercase;text-align:left;}}tbody{tr{display:block;transition-duration:0.3s;&:hover{background-color:", ";td.menu{button{opacity:1;}}}@media ", "{display:table-row;}}td{border-top:", " solid ", ";height:inherit;min-height:", ";padding:", ";display:flex;justify-content:flex-end;> div{margin-left:", ";height:100%;display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;text-align:right;> span{display:none;&:first-child,&:last-child{display:inherit;}}}img{min-width:", ";min-height:", ";}a{display:flex;align-items:center;color:", ";text-decoration-color:", ";}&:first-child{border:0;}&:before{position:absolute;left:", ";content:attr(data-label);font-weight:", ";text-transform:capitalize;}&.kai{svg{float:right;width:auto;min-width:", ";max-height:", ";}}.avatar-img{display:none;}.tag{margin:0;&:not(:first-child){display:none;}}&.menu{padding:0 ", " 0 0;button{margin-top:", ";transition:0.3s;}ul{top:", ";margin-left:", ";}}@media ", "{display:table-cell;height:", ";padding:0 ", ";align-items:center;> div{position:relative;margin-left:0;display:flex-start;justify-content:flex-start;text-align:left;> span{display:inherit;}}&:first-child{border-top:", " solid ", ";}&:before{content:'';}&.kai{max-width:", ";}.avatar-img{display:inherit;}.tag{&:not(:first-child){display:inherit;}&:not(:last-child){margin-right:", ";}}&.menu{width:", ";button{opacity:0;}}}}}"], props => props.border ? '1px' : '0', grey$j, /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('50px'), /*#__PURE__*/polished.rem('15px'), device.s, /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('1px'), grey$j, /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('15px'), device.s, /*#__PURE__*/polished.rem('1px'), /*#__PURE__*/polished.rem('-1px'), /*#__PURE__*/polished.rem('1px'), device.s, bold$7, grey$j, lightGrey$e, device.s, /*#__PURE__*/polished.rem('1px'), grey$j, /*#__PURE__*/polished.rem('50px'), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('100px'), /*#__PURE__*/polished.rem('30px'), /*#__PURE__*/polished.rem('30px'), normal$a, grey$j, /*#__PURE__*/polished.rem('15px'), bold$7, /*#__PURE__*/polished.rem('20px'), /*#__PURE__*/polished.rem('20px'), /*#__PURE__*/polished.rem('10px'), /*#__PURE__*/polished.rem('5px'), /*#__PURE__*/polished.rem('36px'), /*#__PURE__*/polished.rem('-170px'), device.s, /*#__PURE__*/polished.rem('50px'), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('1px'), grey$j, /*#__PURE__*/polished.rem('100px'), /*#__PURE__*/polished.rem('5px'), /*#__PURE__*/polished.rem('40px'));
|
|
2606
2628
|
|
|
2607
2629
|
const Table$1 = props => {
|
|
2608
2630
|
const {
|
|
@@ -2702,17 +2724,17 @@ const Table$1 = props => {
|
|
|
2702
2724
|
};
|
|
2703
2725
|
|
|
2704
2726
|
const {
|
|
2705
|
-
normal: normal$
|
|
2727
|
+
normal: normal$b,
|
|
2706
2728
|
grey: grey$k,
|
|
2707
2729
|
lightGrey: lightGrey$f
|
|
2708
2730
|
} = colors;
|
|
2709
2731
|
const {
|
|
2710
|
-
bold: bold$
|
|
2732
|
+
bold: bold$8
|
|
2711
2733
|
} = fontWeight;
|
|
2712
2734
|
const Table$2 = /*#__PURE__*/_styled__default.table.withConfig({
|
|
2713
2735
|
displayName: "styles__Table",
|
|
2714
2736
|
componentId: "sc-1p618q0-0"
|
|
2715
|
-
})(["position:relative;width:100%;border-width:", ";border-style:solid;border-color:", ";border-radius:", ";border-spacing:0;white-space:nowrap;table-layout:", ";th,td{height:", ";padding:0 ", ";&.center{text-align:center;> div{justify-content:center;}}&.right{text-align:right;> div{justify-content:flex-end;}}&.thin{@media ", "{max-width:min-content;}}&.kai{text-align:right;> div{justify-content:flex-end;}}&.avatar > div{display:flex;align-items:center;.avatar-img{margin-right:", ";}}}th{font-size:0.85rem;&:first-child{border-top-left-radius:", ";}&:last-child{border-top-right-radius:", ";}}tr{border:", " solid ", ";border-radius:", ";position:relative;&:not(:last-child){margin-bottom:", ";}@media ", "{border:0;}}thead{border:none;clip:rect(0 0 0 0);height:", ";margin:", ";overflow:hidden;padding:0;position:absolute;width:", ";@media ", "{display:contents;font-weight:", ";color:", ";text-transform:uppercase;text-align:left;}}tbody{tr{display:block;transition-duration:0.3s;&:hover{background-color:", ";td{&.drag-handle{svg{fill:", ";}}&.menu{button{opacity:1;}}}}@media ", "{display:table-row;}}td{border-top:", " solid ", ";height:inherit;min-height:", ";padding:", ";display:flex;justify-content:flex-end;&.drag-handle{> div{width:min-content;}svg{width:", ";height:", ";fill:", ";transition-duration:0.3s;}}> div{margin-left:", ";height:100%;display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;text-align:right;> span{display:none;&:first-child,&:last-child{display:inherit;}}}img{min-width:", ";min-height:", ";}a{display:flex;align-items:center;color:", ";text-decoration-color:", ";}&:first-child{border:0;}&:before{position:absolute;left:", ";content:attr(data-label);font-weight:", ";text-transform:capitalize;}&.kai{svg{float:right;width:auto;min-width:", ";max-height:", ";}}.avatar-img{display:none;}.tag{margin:0;&:not(:first-child){display:none;}}&.menu{padding:0 ", " 0 0;button{margin-top:", ";transition:0.3s;}ul{top:", ";margin-left:", ";}}@media ", "{display:table-cell;height:", ";padding:0 ", ";align-items:center;> div{position:relative;margin-left:0;display:flex-start;justify-content:flex-start;text-align:left;> span{display:inherit;}}&:first-child{border-top:", " solid ", ";}&:before{content:'';}&.kai{max-width:", ";}.avatar-img{display:inherit;}.tag{&:not(:first-child){display:inherit;}&:not(:last-child){margin-right:", ";}}&.menu{width:", ";button{opacity:0;}}}}}"], props => props.border ? '1px' : '0', grey$k, /*#__PURE__*/polished.rem('6px'), props => props.layout, /*#__PURE__*/polished.rem('50px'), /*#__PURE__*/polished.rem('15px'), device.s, /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('1px'), grey$k, /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('15px'), device.s, /*#__PURE__*/polished.rem('1px'), /*#__PURE__*/polished.rem('-1px'), /*#__PURE__*/polished.rem('1px'), device.s, bold$
|
|
2737
|
+
})(["position:relative;width:100%;border-width:", ";border-style:solid;border-color:", ";border-radius:", ";border-spacing:0;white-space:nowrap;table-layout:", ";th,td{height:", ";padding:0 ", ";&.center{text-align:center;> div{justify-content:center;}}&.right{text-align:right;> div{justify-content:flex-end;}}&.thin{@media ", "{max-width:min-content;}}&.kai{text-align:right;> div{justify-content:flex-end;}}&.avatar > div{display:flex;align-items:center;.avatar-img{margin-right:", ";}}}th{font-size:0.85rem;&:first-child{border-top-left-radius:", ";}&:last-child{border-top-right-radius:", ";}}tr{border:", " solid ", ";border-radius:", ";position:relative;&:not(:last-child){margin-bottom:", ";}@media ", "{border:0;}}thead{border:none;clip:rect(0 0 0 0);height:", ";margin:", ";overflow:hidden;padding:0;position:absolute;width:", ";@media ", "{display:contents;font-weight:", ";color:", ";text-transform:uppercase;text-align:left;}}tbody{tr{display:block;transition-duration:0.3s;&:hover{background-color:", ";td{&.drag-handle{svg{fill:", ";}}&.menu{button{opacity:1;}}}}@media ", "{display:table-row;}}td{border-top:", " solid ", ";height:inherit;min-height:", ";padding:", ";display:flex;justify-content:flex-end;&.drag-handle{> div{width:min-content;}svg{width:", ";height:", ";fill:", ";transition-duration:0.3s;}}> div{margin-left:", ";height:100%;display:flex;justify-content:flex-end;align-items:center;flex-wrap:nowrap;text-align:right;> span{display:none;&:first-child,&:last-child{display:inherit;}}}img{min-width:", ";min-height:", ";}a{display:flex;align-items:center;color:", ";text-decoration-color:", ";}&:first-child{border:0;}&:before{position:absolute;left:", ";content:attr(data-label);font-weight:", ";text-transform:capitalize;}&.kai{svg{float:right;width:auto;min-width:", ";max-height:", ";}}.avatar-img{display:none;}.tag{margin:0;&:not(:first-child){display:none;}}&.menu{padding:0 ", " 0 0;button{margin-top:", ";transition:0.3s;}ul{top:", ";margin-left:", ";}}@media ", "{display:table-cell;height:", ";padding:0 ", ";align-items:center;> div{position:relative;margin-left:0;display:flex-start;justify-content:flex-start;text-align:left;> span{display:inherit;}}&:first-child{border-top:", " solid ", ";}&:before{content:'';}&.kai{max-width:", ";}.avatar-img{display:inherit;}.tag{&:not(:first-child){display:inherit;}&:not(:last-child){margin-right:", ";}}&.menu{width:", ";button{opacity:0;}}}}}"], props => props.border ? '1px' : '0', grey$k, /*#__PURE__*/polished.rem('6px'), props => props.layout, /*#__PURE__*/polished.rem('50px'), /*#__PURE__*/polished.rem('15px'), device.s, /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('1px'), grey$k, /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('15px'), device.s, /*#__PURE__*/polished.rem('1px'), /*#__PURE__*/polished.rem('-1px'), /*#__PURE__*/polished.rem('1px'), device.s, bold$8, grey$k, lightGrey$f, grey$k, device.s, /*#__PURE__*/polished.rem('1px'), grey$k, /*#__PURE__*/polished.rem('50px'), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('30px'), /*#__PURE__*/polished.rem('30px'), grey$k, /*#__PURE__*/polished.rem('100px'), /*#__PURE__*/polished.rem('30px'), /*#__PURE__*/polished.rem('30px'), normal$b, grey$k, /*#__PURE__*/polished.rem('15px'), bold$8, /*#__PURE__*/polished.rem('20px'), /*#__PURE__*/polished.rem('20px'), /*#__PURE__*/polished.rem('10px'), /*#__PURE__*/polished.rem('5px'), /*#__PURE__*/polished.rem('36px'), /*#__PURE__*/polished.rem('-170px'), device.s, /*#__PURE__*/polished.rem('50px'), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('1px'), grey$k, /*#__PURE__*/polished.rem('100px'), /*#__PURE__*/polished.rem('5px'), /*#__PURE__*/polished.rem('40px'));
|
|
2716
2738
|
const TableRow = /*#__PURE__*/_styled__default.tr.withConfig({
|
|
2717
2739
|
displayName: "styles__TableRow",
|
|
2718
2740
|
componentId: "sc-1p618q0-1"
|
|
@@ -2878,14 +2900,14 @@ const TableDnD = props => {
|
|
|
2878
2900
|
};
|
|
2879
2901
|
|
|
2880
2902
|
const {
|
|
2881
|
-
normal: normal$
|
|
2903
|
+
normal: normal$c,
|
|
2882
2904
|
grey: grey$l,
|
|
2883
2905
|
red: red$c
|
|
2884
2906
|
} = colors;
|
|
2885
2907
|
const Wrapper$8 = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2886
2908
|
displayName: "styles__Wrapper",
|
|
2887
2909
|
componentId: "mbja2a-0"
|
|
2888
|
-
})(["display:inline-block;> label{margin-bottom:", ";color:", ";span{color:", ";}}&:not(:last-child){margin-bottom:", ";}"], /*#__PURE__*/polished.rem('5px'), props => props.error ? red$c : grey$l, props => props.error ? red$c : normal$
|
|
2910
|
+
})(["display:inline-block;> label{margin-bottom:", ";color:", ";span{color:", ";}}&:not(:last-child){margin-bottom:", ";}"], /*#__PURE__*/polished.rem('5px'), props => props.error ? red$c : grey$l, props => props.error ? red$c : normal$c, /*#__PURE__*/polished.rem('15px'));
|
|
2889
2911
|
|
|
2890
2912
|
const FormGroup = props => {
|
|
2891
2913
|
const {
|
|
@@ -3127,13 +3149,13 @@ const AlertNotification = props => {
|
|
|
3127
3149
|
};
|
|
3128
3150
|
|
|
3129
3151
|
const {
|
|
3130
|
-
normal: normal$
|
|
3152
|
+
normal: normal$d,
|
|
3131
3153
|
light: light$k,
|
|
3132
|
-
blue,
|
|
3154
|
+
blue: blue$2,
|
|
3133
3155
|
lightGrey: lightGrey$i
|
|
3134
3156
|
} = colors;
|
|
3135
3157
|
const {
|
|
3136
|
-
bold: bold$
|
|
3158
|
+
bold: bold$9
|
|
3137
3159
|
} = fontWeight;
|
|
3138
3160
|
const PaginationWrapper = _styled__default.div`
|
|
3139
3161
|
--size: ${/*#__PURE__*/polished.rem('30px')};
|
|
@@ -3175,18 +3197,18 @@ const PaginationWrapper = _styled__default.div`
|
|
|
3175
3197
|
display: flex;
|
|
3176
3198
|
justify-content: center;
|
|
3177
3199
|
align-items: center;
|
|
3178
|
-
color: ${normal$
|
|
3179
|
-
font-weight: ${bold$
|
|
3200
|
+
color: ${normal$d};
|
|
3201
|
+
font-weight: ${bold$9};
|
|
3180
3202
|
text-decoration: none;
|
|
3181
3203
|
|
|
3182
3204
|
&:hover {
|
|
3183
|
-
color: ${blue};
|
|
3205
|
+
color: ${blue$2};
|
|
3184
3206
|
}
|
|
3185
3207
|
|
|
3186
3208
|
svg {
|
|
3187
3209
|
width: ${/*#__PURE__*/polished.rem('18px')};
|
|
3188
3210
|
height: auto;
|
|
3189
|
-
fill: ${blue};
|
|
3211
|
+
fill: ${blue$2};
|
|
3190
3212
|
}
|
|
3191
3213
|
}
|
|
3192
3214
|
|
|
@@ -3194,7 +3216,7 @@ const PaginationWrapper = _styled__default.div`
|
|
|
3194
3216
|
pointer-events: none;
|
|
3195
3217
|
|
|
3196
3218
|
a {
|
|
3197
|
-
background-color: ${blue};
|
|
3219
|
+
background-color: ${blue$2};
|
|
3198
3220
|
color: ${light$k};
|
|
3199
3221
|
}
|
|
3200
3222
|
}
|
|
@@ -3264,11 +3286,11 @@ const PaginationControl = props => {
|
|
|
3264
3286
|
};
|
|
3265
3287
|
|
|
3266
3288
|
const {
|
|
3267
|
-
normal: normal$
|
|
3289
|
+
normal: normal$e,
|
|
3268
3290
|
green: green$c
|
|
3269
3291
|
} = colors;
|
|
3270
3292
|
const {
|
|
3271
|
-
bold: bold$
|
|
3293
|
+
bold: bold$a
|
|
3272
3294
|
} = fontWeight;
|
|
3273
3295
|
const Wrapper$b = _styled__default.div`
|
|
3274
3296
|
min-height: ${props => props.variant === 'default' ? '50vh' : 'inherit'};
|
|
@@ -3286,11 +3308,11 @@ const Wrapper$b = _styled__default.div`
|
|
|
3286
3308
|
|
|
3287
3309
|
> span {
|
|
3288
3310
|
margin-top: ${/*#__PURE__*/polished.rem('15px')};
|
|
3289
|
-
font-weight: ${bold$
|
|
3290
|
-
color: ${normal$
|
|
3311
|
+
font-weight: ${bold$a};
|
|
3312
|
+
color: ${normal$e};
|
|
3291
3313
|
|
|
3292
3314
|
a {
|
|
3293
|
-
color: ${normal$
|
|
3315
|
+
color: ${normal$e};
|
|
3294
3316
|
transition-duration: 0.3s;
|
|
3295
3317
|
|
|
3296
3318
|
&:hover {
|
|
@@ -3314,11 +3336,11 @@ const Error = props => {
|
|
|
3314
3336
|
};
|
|
3315
3337
|
|
|
3316
3338
|
const {
|
|
3317
|
-
normal: normal$
|
|
3339
|
+
normal: normal$f,
|
|
3318
3340
|
green: green$d
|
|
3319
3341
|
} = colors;
|
|
3320
3342
|
const {
|
|
3321
|
-
bold: bold$
|
|
3343
|
+
bold: bold$b
|
|
3322
3344
|
} = fontWeight;
|
|
3323
3345
|
const Wrapper$c = _styled__default.div`
|
|
3324
3346
|
min-height: 50vh;
|
|
@@ -3336,11 +3358,11 @@ const Wrapper$c = _styled__default.div`
|
|
|
3336
3358
|
|
|
3337
3359
|
> div {
|
|
3338
3360
|
margin-top: ${/*#__PURE__*/polished.rem('15px')};
|
|
3339
|
-
font-weight: ${bold$
|
|
3340
|
-
color: ${normal$
|
|
3361
|
+
font-weight: ${bold$b};
|
|
3362
|
+
color: ${normal$f};
|
|
3341
3363
|
|
|
3342
3364
|
a {
|
|
3343
|
-
color: ${normal$
|
|
3365
|
+
color: ${normal$f};
|
|
3344
3366
|
transition-duration: 0.3s;
|
|
3345
3367
|
|
|
3346
3368
|
&:hover {
|
|
@@ -5312,7 +5334,7 @@ const DataWarning = props => {
|
|
|
5312
5334
|
};
|
|
5313
5335
|
|
|
5314
5336
|
const {
|
|
5315
|
-
normal: normal$
|
|
5337
|
+
normal: normal$g,
|
|
5316
5338
|
green: green$e,
|
|
5317
5339
|
darkGreen: darkGreen$7,
|
|
5318
5340
|
grey: grey$o,
|
|
@@ -5394,7 +5416,7 @@ const Item = _styled__default.li`
|
|
|
5394
5416
|
}
|
|
5395
5417
|
|
|
5396
5418
|
&:hover .check {
|
|
5397
|
-
border-color: ${normal$
|
|
5419
|
+
border-color: ${normal$g};
|
|
5398
5420
|
}
|
|
5399
5421
|
|
|
5400
5422
|
${props => props.disabled && _styled.css`
|
|
@@ -5619,23 +5641,23 @@ const FieldWidthButton = props => {
|
|
|
5619
5641
|
};
|
|
5620
5642
|
|
|
5621
5643
|
const {
|
|
5622
|
-
normal: normal$
|
|
5644
|
+
normal: normal$h,
|
|
5623
5645
|
purple: purple$7,
|
|
5624
5646
|
grey: grey$q,
|
|
5625
5647
|
lightGrey: lightGrey$k,
|
|
5626
5648
|
light: light$m
|
|
5627
5649
|
} = colors;
|
|
5628
5650
|
const {
|
|
5629
|
-
bold: bold$
|
|
5651
|
+
bold: bold$c
|
|
5630
5652
|
} = fontWeight;
|
|
5631
5653
|
const Wrapper$g = /*#__PURE__*/_styled__default.div.withConfig({
|
|
5632
5654
|
displayName: "styles__Wrapper",
|
|
5633
5655
|
componentId: "znznmm-0"
|
|
5634
|
-
})(["display:flex;align-items:center;ul.menu{width:0;animation:showAnimation 1s forwards;animation-delay:0.5s;overflow:hidden;}@keyframes showAnimation{0%{width:0%;}100%{width:100%;}}ul{margin:0;max-width:max-content;padding:0;&.menu{display:flex;li:not(:last-child){margin-right:", ";}}li{position:relative;list-style:none;a{display:flex;align-items:center;padding:", ";color:", ";text-transform:capitalize;text-decoration:none;white-space:nowrap;transition-duration:0.3s;svg{margin-right:", ";width:auto;height:", ";min-width:", ";fill:", ";transition-duration:0.3s;}&:hover{color:", ";svg{fill:", ";}}}&.active{font-weight:", ";a{pointer-events:none;svg{fill:", ";}}}}}"], /*#__PURE__*/polished.rem('10px'), /*#__PURE__*/polished.rem('10px'), normal$
|
|
5656
|
+
})(["display:flex;align-items:center;ul.menu{width:0;animation:showAnimation 1s forwards;animation-delay:0.5s;overflow:hidden;}@keyframes showAnimation{0%{width:0%;}100%{width:100%;}}ul{margin:0;max-width:max-content;padding:0;&.menu{display:flex;li:not(:last-child){margin-right:", ";}}li{position:relative;list-style:none;a{display:flex;align-items:center;padding:", ";color:", ";text-transform:capitalize;text-decoration:none;white-space:nowrap;transition-duration:0.3s;svg{margin-right:", ";width:auto;height:", ";min-width:", ";fill:", ";transition-duration:0.3s;}&:hover{color:", ";svg{fill:", ";}}}&.active{font-weight:", ";a{pointer-events:none;svg{fill:", ";}}}}}"], /*#__PURE__*/polished.rem('10px'), /*#__PURE__*/polished.rem('10px'), normal$h, /*#__PURE__*/polished.rem('5px'), /*#__PURE__*/polished.rem('24px'), /*#__PURE__*/polished.rem('24px'), grey$q, props => props.customColor ? props.customColor : purple$7, props => props.customColor ? props.customColor : purple$7, bold$c, props => props.customColor ? props.customColor : purple$7);
|
|
5635
5657
|
const More = /*#__PURE__*/_styled__default.div.withConfig({
|
|
5636
5658
|
displayName: "styles__More",
|
|
5637
5659
|
componentId: "znznmm-1"
|
|
5638
|
-
})(["position:relative;display:none;&.hide{display:initial;}ul{position:absolute;right:0;border:", " solid ", ";border-radius:", ";background-color:", ";margin-top:", ";padding:0;-moz-box-shadow:0 0 ", " 0 rgba(40,40,40,0.2);-webkit-box-shadow:0 0 ", " 0 rgba(40,40,40,0.2);box-shadow:0 0 ", " 0 rgba(40,40,40,0.2);z-index:1;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;&.more{display:none;}&.is-open{display:inherit;}li{list-style:none;transition-duration:0.3s;&:hover{background-color:", ";cursor:pointer;a{color:", ";svg{fill:", ";}}}&:first-child{border-radius:", " ", " 0 0;}&:last-child{border-radius:0 0 ", " ", ";}a{width:100%;height:100%;padding:", ";}}}"], /*#__PURE__*/polished.rem('1px'), lightGrey$k, /*#__PURE__*/polished.rem('4px'), light$m, /*#__PURE__*/polished.rem('5px'), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('15px'), lightGrey$k, normal$
|
|
5660
|
+
})(["position:relative;display:none;&.hide{display:initial;}ul{position:absolute;right:0;border:", " solid ", ";border-radius:", ";background-color:", ";margin-top:", ";padding:0;-moz-box-shadow:0 0 ", " 0 rgba(40,40,40,0.2);-webkit-box-shadow:0 0 ", " 0 rgba(40,40,40,0.2);box-shadow:0 0 ", " 0 rgba(40,40,40,0.2);z-index:1;overflow-x:hidden;overflow-y:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;&.more{display:none;}&.is-open{display:inherit;}li{list-style:none;transition-duration:0.3s;&:hover{background-color:", ";cursor:pointer;a{color:", ";svg{fill:", ";}}}&:first-child{border-radius:", " ", " 0 0;}&:last-child{border-radius:0 0 ", " ", ";}a{width:100%;height:100%;padding:", ";}}}"], /*#__PURE__*/polished.rem('1px'), lightGrey$k, /*#__PURE__*/polished.rem('4px'), light$m, /*#__PURE__*/polished.rem('5px'), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('15px'), lightGrey$k, normal$h, normal$h, /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('15px'));
|
|
5639
5661
|
|
|
5640
5662
|
const HorizontalNav = props => {
|
|
5641
5663
|
const [showMore, setShowMore] = React.useState(false);
|
|
@@ -5715,7 +5737,7 @@ const {
|
|
|
5715
5737
|
light: light$n
|
|
5716
5738
|
} = colors;
|
|
5717
5739
|
const {
|
|
5718
|
-
bold: bold$
|
|
5740
|
+
bold: bold$d
|
|
5719
5741
|
} = fontWeight;
|
|
5720
5742
|
const ModalOverlay = /*#__PURE__*/_styled__default.div.withConfig({
|
|
5721
5743
|
displayName: "styles__ModalOverlay",
|
|
@@ -5732,7 +5754,7 @@ const ModalContainer = /*#__PURE__*/_styled__default.div.withConfig({
|
|
|
5732
5754
|
const ModalHeader = /*#__PURE__*/_styled__default.div.withConfig({
|
|
5733
5755
|
displayName: "styles__ModalHeader",
|
|
5734
5756
|
componentId: "sc-16r6vcc-3"
|
|
5735
|
-
})(["display:flex;h2{margin:0 0 ", " 0;font-size:2rem;font-weight:", ";}button{display:none;position:absolute;top:0;right:0;margin:", " ", " 0 0;background-color:", ";z-index:1;&:hover{background-color:", ";}@media ", "{display:inherit;}}"], /*#__PURE__*/polished.rem('30px'), bold$
|
|
5757
|
+
})(["display:flex;h2{margin:0 0 ", " 0;font-size:2rem;font-weight:", ";}button{display:none;position:absolute;top:0;right:0;margin:", " ", " 0 0;background-color:", ";z-index:1;&:hover{background-color:", ";}@media ", "{display:inherit;}}"], /*#__PURE__*/polished.rem('30px'), bold$d, /*#__PURE__*/polished.rem('-18px'), /*#__PURE__*/polished.rem('-18px'), light$n, light$n, device.s);
|
|
5736
5758
|
|
|
5737
5759
|
const Modal = props => {
|
|
5738
5760
|
const {
|
|
@@ -5786,7 +5808,7 @@ const {
|
|
|
5786
5808
|
light: light$o
|
|
5787
5809
|
} = colors;
|
|
5788
5810
|
const {
|
|
5789
|
-
bold: bold$
|
|
5811
|
+
bold: bold$e
|
|
5790
5812
|
} = fontWeight;
|
|
5791
5813
|
const slideInLeft = _styled.keyframes`
|
|
5792
5814
|
from {
|
|
@@ -5812,7 +5834,7 @@ const ModalContainer$1 = /*#__PURE__*/_styled__default.div.withConfig({
|
|
|
5812
5834
|
const ModalHeader$1 = /*#__PURE__*/_styled__default.div.withConfig({
|
|
5813
5835
|
displayName: "styles__ModalHeader",
|
|
5814
5836
|
componentId: "sc-46huls-3"
|
|
5815
|
-
})(["top:0;h2{margin:0 0 ", " 0;font-size:2rem;font-weight:", ";}"], /*#__PURE__*/polished.rem('30px'), bold$
|
|
5837
|
+
})(["top:0;h2{margin:0 0 ", " 0;font-size:2rem;font-weight:", ";}"], /*#__PURE__*/polished.rem('30px'), bold$e);
|
|
5816
5838
|
const ModalContent = /*#__PURE__*/_styled__default.div.withConfig({
|
|
5817
5839
|
displayName: "styles__ModalContent",
|
|
5818
5840
|
componentId: "sc-46huls-4"
|
|
@@ -6069,7 +6091,7 @@ const LoadingState = props => {
|
|
|
6069
6091
|
};
|
|
6070
6092
|
|
|
6071
6093
|
const {
|
|
6072
|
-
normal: normal$
|
|
6094
|
+
normal: normal$i,
|
|
6073
6095
|
grey: grey$r,
|
|
6074
6096
|
lightGrey: lightGrey$m,
|
|
6075
6097
|
light: light$p
|
|
@@ -6088,7 +6110,7 @@ const Wrapper$i = _styled__default.div`
|
|
|
6088
6110
|
transition-duration: 0.3s;
|
|
6089
6111
|
|
|
6090
6112
|
&:hover {
|
|
6091
|
-
color: ${normal$
|
|
6113
|
+
color: ${normal$i};
|
|
6092
6114
|
}
|
|
6093
6115
|
}
|
|
6094
6116
|
|