@taikai/rocket-kit 2.0.0-beta.8 → 2.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +12 -5
- package/dist/atoms/button/types.d.ts +1 -1
- package/dist/atoms/file-picker/index.d.ts +17 -0
- package/dist/atoms/file-picker/stories/file-picker.stories.d.ts +23 -0
- package/dist/atoms/file-picker/styles.d.ts +7 -0
- package/dist/atoms/select-interactive/components/index.d.ts +6 -0
- package/dist/atoms/select-interactive/index.d.ts +2 -1
- package/dist/atoms/select-interactive/stories/select-interactive.stories.d.ts +9 -9
- package/dist/atoms/select-interactive/styles.d.ts +1 -0
- package/dist/atoms/select-interactive/types.d.ts +34 -0
- package/dist/atoms/tag/types.d.ts +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/ions/variables.d.ts +1 -0
- package/dist/rocket-kit.cjs.development.js +430 -244
- package/dist/rocket-kit.cjs.development.js.map +1 -1
- package/dist/rocket-kit.cjs.production.min.js +292 -200
- package/dist/rocket-kit.cjs.production.min.js.map +1 -1
- package/dist/rocket-kit.esm.js +430 -245
- 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,9 +1252,10 @@ 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,
|
|
1258
|
+
lightGrey: lightGrey$8,
|
|
1236
1259
|
purple: purple$5,
|
|
1237
1260
|
lightPurple
|
|
1238
1261
|
} = colors;
|
|
@@ -1267,11 +1290,11 @@ const SelectWrapper = _styled__default.div`
|
|
|
1267
1290
|
}
|
|
1268
1291
|
|
|
1269
1292
|
&__input {
|
|
1270
|
-
color: ${normal$
|
|
1293
|
+
color: ${normal$6};
|
|
1271
1294
|
}
|
|
1272
1295
|
|
|
1273
1296
|
&__single-value {
|
|
1274
|
-
color: ${normal$
|
|
1297
|
+
color: ${normal$6};
|
|
1275
1298
|
}
|
|
1276
1299
|
|
|
1277
1300
|
&__indicator {
|
|
@@ -1310,7 +1333,7 @@ const SelectWrapper = _styled__default.div`
|
|
|
1310
1333
|
|
|
1311
1334
|
&--is-selected {
|
|
1312
1335
|
background-color: ${lightPurple};
|
|
1313
|
-
color: ${normal$
|
|
1336
|
+
color: ${normal$6};
|
|
1314
1337
|
}
|
|
1315
1338
|
}
|
|
1316
1339
|
}
|
|
@@ -1338,7 +1361,7 @@ const SelectWrapper = _styled__default.div`
|
|
|
1338
1361
|
|
|
1339
1362
|
.select__option--is-selected {
|
|
1340
1363
|
svg {
|
|
1341
|
-
fill: ${normal$
|
|
1364
|
+
fill: ${normal$6};
|
|
1342
1365
|
transition-duration: 0.3s;
|
|
1343
1366
|
}
|
|
1344
1367
|
}
|
|
@@ -1349,64 +1372,92 @@ const SelectWrapper = _styled__default.div`
|
|
|
1349
1372
|
transition-duration: 0.3s;
|
|
1350
1373
|
}
|
|
1351
1374
|
}
|
|
1352
|
-
`;
|
|
1353
1375
|
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
|
|
1358
|
-
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
value,
|
|
1362
|
-
clear = true,
|
|
1363
|
-
onChange = () => {},
|
|
1364
|
-
onInputChange = () => {},
|
|
1365
|
-
error,
|
|
1366
|
-
disabled = false,
|
|
1367
|
-
dataTestId
|
|
1368
|
-
} = props;
|
|
1369
|
-
const {
|
|
1370
|
-
Option
|
|
1371
|
-
} = Select$1.components;
|
|
1372
|
-
|
|
1373
|
-
const CustomSelectOption = (props, commonProps) => /*#__PURE__*/React__default.createElement(Option, Object.assign({}, props, commonProps), props.data.icon ? /*#__PURE__*/React__default.createElement(Icon, {
|
|
1374
|
-
icon: props.data.icon
|
|
1375
|
-
}) : props.data.customImage ? props.data.customImage : null, props.data.label);
|
|
1376
|
+
.select__option--is-disabled {
|
|
1377
|
+
pointer-events: none;
|
|
1378
|
+
}
|
|
1379
|
+
`;
|
|
1380
|
+
const SelectGroupLabel = _styled__default.span`
|
|
1381
|
+
font-size: ${/*#__PURE__*/polished.rem('12px')};
|
|
1382
|
+
color: ${lightGrey$8};
|
|
1376
1383
|
|
|
1377
|
-
|
|
1378
|
-
|
|
1379
|
-
|
|
1384
|
+
+ .tag {
|
|
1385
|
+
border-color: ${lightGrey$8};
|
|
1386
|
+
background-color: ${lightGrey$8};
|
|
1387
|
+
color: ${grey$d};
|
|
1388
|
+
}
|
|
1389
|
+
`;
|
|
1380
1390
|
|
|
1381
|
-
|
|
1382
|
-
|
|
1383
|
-
|
|
1384
|
-
|
|
1385
|
-
|
|
1391
|
+
const {
|
|
1392
|
+
Option
|
|
1393
|
+
} = Select$1.components;
|
|
1394
|
+
const FormatGroupLabel = ({
|
|
1395
|
+
label,
|
|
1396
|
+
options
|
|
1397
|
+
}) => {
|
|
1398
|
+
return /*#__PURE__*/React__default.createElement("div", {
|
|
1399
|
+
style: {
|
|
1400
|
+
display: 'flex',
|
|
1401
|
+
alignItems: 'center',
|
|
1402
|
+
justifyContent: 'space-between'
|
|
1403
|
+
}
|
|
1404
|
+
}, /*#__PURE__*/React__default.createElement(SelectGroupLabel, {
|
|
1405
|
+
className: "selective-options-group-label"
|
|
1406
|
+
}, label), /*#__PURE__*/React__default.createElement(Tag, {
|
|
1407
|
+
value: `${options == null ? void 0 : options.length}`
|
|
1408
|
+
}));
|
|
1409
|
+
};
|
|
1410
|
+
const CustomSelectOption = (props, commonProps) => /*#__PURE__*/React__default.createElement(Option, Object.assign({}, props, commonProps), props.data.icon ? /*#__PURE__*/React__default.createElement(Icon, {
|
|
1411
|
+
icon: props.data.icon
|
|
1412
|
+
}) : props.data.customImage ? props.data.customImage : null, props.data.label);
|
|
1413
|
+
const CustomSelectValue = props => /*#__PURE__*/React__default.createElement("div", null, props.data.icon ? /*#__PURE__*/React__default.createElement(Icon, {
|
|
1414
|
+
icon: props.data.icon
|
|
1415
|
+
}) : props.data.customImage ? props.data.customImage : null, props.data.label);
|
|
1416
|
+
|
|
1417
|
+
const SelectInteractive = ({
|
|
1418
|
+
name,
|
|
1419
|
+
multi = false,
|
|
1420
|
+
search = true,
|
|
1421
|
+
placeholder,
|
|
1422
|
+
options,
|
|
1423
|
+
value,
|
|
1424
|
+
clear = true,
|
|
1425
|
+
error,
|
|
1426
|
+
disabled = false,
|
|
1427
|
+
formatGroupLabel = true,
|
|
1428
|
+
onChange = () => {},
|
|
1429
|
+
onInputChange = () => {},
|
|
1430
|
+
...rest
|
|
1431
|
+
}) => {
|
|
1432
|
+
return /*#__PURE__*/React__default.createElement(SelectWrapper, Object.assign({}, rest), /*#__PURE__*/React__default.createElement(Select$1__default, {
|
|
1386
1433
|
name: name,
|
|
1434
|
+
value: value,
|
|
1387
1435
|
isMulti: multi,
|
|
1388
|
-
isSearchable: search,
|
|
1389
|
-
isDisabled: disabled,
|
|
1390
|
-
placeholder: placeholder,
|
|
1391
1436
|
options: options,
|
|
1392
|
-
value: value,
|
|
1393
1437
|
isClearable: clear,
|
|
1394
|
-
|
|
1438
|
+
isDisabled: disabled,
|
|
1439
|
+
isSearchable: search,
|
|
1440
|
+
classNamePrefix: "select",
|
|
1441
|
+
placeholder: placeholder,
|
|
1442
|
+
className: "select-interactive",
|
|
1443
|
+
// @ts-ignore
|
|
1444
|
+
onChange: e => onChange(e != null ? e : []),
|
|
1395
1445
|
defaultMenuIsOpen: false,
|
|
1396
1446
|
onInputChange: onInputChange,
|
|
1397
1447
|
components: {
|
|
1398
1448
|
Option: CustomSelectOption,
|
|
1399
1449
|
SingleValue: CustomSelectValue
|
|
1400
|
-
}
|
|
1450
|
+
},
|
|
1451
|
+
formatGroupLabel: s => formatGroupLabel ? FormatGroupLabel == null ? void 0 : FormatGroupLabel(s) : undefined
|
|
1401
1452
|
}), error ? /*#__PURE__*/React__default.createElement(ErrorField, {
|
|
1402
1453
|
error: error
|
|
1403
1454
|
}) : null);
|
|
1404
1455
|
};
|
|
1405
1456
|
|
|
1406
1457
|
const {
|
|
1407
|
-
normal: normal$
|
|
1458
|
+
normal: normal$7,
|
|
1408
1459
|
grey: grey$e,
|
|
1409
|
-
lightGrey: lightGrey$
|
|
1460
|
+
lightGrey: lightGrey$9,
|
|
1410
1461
|
red: red$8,
|
|
1411
1462
|
lightRed
|
|
1412
1463
|
} = colors;
|
|
@@ -1421,7 +1472,7 @@ const Wrapper$2 = _styled__default.div`
|
|
|
1421
1472
|
input {
|
|
1422
1473
|
flex: 1;
|
|
1423
1474
|
border: 0;
|
|
1424
|
-
color: ${props => props.error ? red$8 : normal$
|
|
1475
|
+
color: ${props => props.error ? red$8 : normal$7};
|
|
1425
1476
|
}
|
|
1426
1477
|
|
|
1427
1478
|
& + span {
|
|
@@ -1432,7 +1483,7 @@ const Appendix = _styled__default.div`
|
|
|
1432
1483
|
border-width: ${props => props.position === 'left' ? `0 ${polished.rem('1px')} 0 0` : `0 0 0 ${polished.rem('1px')}`};
|
|
1433
1484
|
border-style: solid;
|
|
1434
1485
|
border-color: ${props => props.error ? red$8 : grey$e};
|
|
1435
|
-
background-color: ${props => props.error ? lightRed : lightGrey$
|
|
1486
|
+
background-color: ${props => props.error ? lightRed : lightGrey$9};
|
|
1436
1487
|
padding: 0 ${/*#__PURE__*/polished.rem('15px')};
|
|
1437
1488
|
color: ${props => props.error ? red$8 : grey$e};
|
|
1438
1489
|
line-height: ${/*#__PURE__*/polished.rem('48px')};
|
|
@@ -1933,11 +1984,11 @@ const VideoPlayer = props => {
|
|
|
1933
1984
|
};
|
|
1934
1985
|
|
|
1935
1986
|
const {
|
|
1936
|
-
lightGrey: lightGrey$
|
|
1987
|
+
lightGrey: lightGrey$a,
|
|
1937
1988
|
green: green$6
|
|
1938
1989
|
} = colors;
|
|
1939
1990
|
const {
|
|
1940
|
-
bold: bold$
|
|
1991
|
+
bold: bold$5
|
|
1941
1992
|
} = fontWeight;
|
|
1942
1993
|
const Wrapper$5 = _styled__default.div`
|
|
1943
1994
|
display: flex;
|
|
@@ -1946,7 +1997,7 @@ const Wrapper$5 = _styled__default.div`
|
|
|
1946
1997
|
const Bar = _styled__default.div`
|
|
1947
1998
|
flex: 1;
|
|
1948
1999
|
border-radius: 999px;
|
|
1949
|
-
background-color: ${lightGrey$
|
|
2000
|
+
background-color: ${lightGrey$a};
|
|
1950
2001
|
height: ${/*#__PURE__*/polished.rem('10px')};
|
|
1951
2002
|
overflow: hidden;
|
|
1952
2003
|
`;
|
|
@@ -1960,7 +2011,7 @@ const Progress = _styled__default.div`
|
|
|
1960
2011
|
const Value = _styled__default.div`
|
|
1961
2012
|
margin-left: ${/*#__PURE__*/polished.rem('5px')};
|
|
1962
2013
|
font-size: 0.75rem;
|
|
1963
|
-
font-weight: ${bold$
|
|
2014
|
+
font-weight: ${bold$5};
|
|
1964
2015
|
`;
|
|
1965
2016
|
|
|
1966
2017
|
const ProgressBar = props => {
|
|
@@ -1976,7 +2027,7 @@ const ProgressBar = props => {
|
|
|
1976
2027
|
const {
|
|
1977
2028
|
light: light$b,
|
|
1978
2029
|
green: green$7,
|
|
1979
|
-
lightGrey: lightGrey$
|
|
2030
|
+
lightGrey: lightGrey$b
|
|
1980
2031
|
} = colors;
|
|
1981
2032
|
const Switcher = _styled__default.fieldset`
|
|
1982
2033
|
margin: 0;
|
|
@@ -2035,7 +2086,7 @@ const Switcher = _styled__default.fieldset`
|
|
|
2035
2086
|
}
|
|
2036
2087
|
|
|
2037
2088
|
&.switch-off:checked ~ .bg {
|
|
2038
|
-
background-color: ${lightGrey$
|
|
2089
|
+
background-color: ${lightGrey$b};
|
|
2039
2090
|
}
|
|
2040
2091
|
}
|
|
2041
2092
|
|
|
@@ -2063,7 +2114,7 @@ const Switcher = _styled__default.fieldset`
|
|
|
2063
2114
|
border-radius: 999px;
|
|
2064
2115
|
background-color: transparent;
|
|
2065
2116
|
transition: all 0.3s ease-out;
|
|
2066
|
-
background-color: ${lightGrey$
|
|
2117
|
+
background-color: ${lightGrey$b};
|
|
2067
2118
|
}
|
|
2068
2119
|
}
|
|
2069
2120
|
}
|
|
@@ -2151,10 +2202,144 @@ const Toggle = ({
|
|
|
2151
2202
|
};
|
|
2152
2203
|
|
|
2153
2204
|
const {
|
|
2154
|
-
|
|
2205
|
+
red: red$9,
|
|
2206
|
+
grey: grey$f,
|
|
2207
|
+
lightGrey: lightGrey$c,
|
|
2208
|
+
darkGrey: darkGrey$2,
|
|
2209
|
+
green: green$8,
|
|
2210
|
+
darkGreen: darkGreen$4,
|
|
2155
2211
|
light: light$c,
|
|
2156
|
-
|
|
2157
|
-
|
|
2212
|
+
normal: normal$8
|
|
2213
|
+
} = colors;
|
|
2214
|
+
const Wrapper$6 = _styled__default.div`
|
|
2215
|
+
input {
|
|
2216
|
+
width: 0.1px;
|
|
2217
|
+
height: 0.1px;
|
|
2218
|
+
opacity: 0;
|
|
2219
|
+
overflow: hidden;
|
|
2220
|
+
position: absolute;
|
|
2221
|
+
z-index: -1;
|
|
2222
|
+
}
|
|
2223
|
+
|
|
2224
|
+
label {
|
|
2225
|
+
margin-bottom: 0 !important;
|
|
2226
|
+
border-width: ${props => props.minimal ? `0 0 ${polished.rem('1px')} 0` : polished.rem('1px')};
|
|
2227
|
+
border-style: solid;
|
|
2228
|
+
border-color: ${props => props.error ? red$9 : grey$f};
|
|
2229
|
+
border-radius: ${props => props.minimal ? 0 : polished.rem('6px')};
|
|
2230
|
+
background-color: ${props => props.disabled ? lightGrey$c : 'transparent'};
|
|
2231
|
+
display: flex;
|
|
2232
|
+
justify-content: space-between;
|
|
2233
|
+
align-items: center;
|
|
2234
|
+
width: 100%;
|
|
2235
|
+
height: ${/*#__PURE__*/polished.rem('50px')};
|
|
2236
|
+
-webkit-appearance: none;
|
|
2237
|
+
outline: none;
|
|
2238
|
+
cursor: ${props => props.disabled ? 'default' : 'pointer'};
|
|
2239
|
+
pointer-events: ${props => props.disabled ? 'none' : ''};
|
|
2240
|
+
overflow: hidden;
|
|
2241
|
+
|
|
2242
|
+
span {
|
|
2243
|
+
display: flex;
|
|
2244
|
+
align-items: center;
|
|
2245
|
+
|
|
2246
|
+
&.file-name {
|
|
2247
|
+
flex: 1;
|
|
2248
|
+
display: block;
|
|
2249
|
+
padding: ${props => props.minimal ? 0 : `0 ${polished.rem('10px')}`};
|
|
2250
|
+
color: ${props => props.disabled ? grey$f : normal$8};
|
|
2251
|
+
white-space: nowrap;
|
|
2252
|
+
overflow: hidden;
|
|
2253
|
+
text-overflow: ellipsis;
|
|
2254
|
+
}
|
|
2255
|
+
|
|
2256
|
+
&.button {
|
|
2257
|
+
border-left: ${props => props.minimal ? 0 : `${polished.rem('1px')} solid ${grey$f}`};
|
|
2258
|
+
background-color: ${props => props.minimal ? 'transparent' : props.disabled ? lightGrey$c : green$8};
|
|
2259
|
+
height: 100%;
|
|
2260
|
+
padding: ${props => props.minimal ? `0 ${polished.rem('5px')} 0 ${polished.rem('20px')}` : `0 ${polished.rem('20px')}`};
|
|
2261
|
+
color: ${props => props.disabled ? grey$f : props.minimal ? darkGrey$2 : light$c};
|
|
2262
|
+
transition-duration: 0.3s;
|
|
2263
|
+
|
|
2264
|
+
svg {
|
|
2265
|
+
margin-right: ${/*#__PURE__*/polished.rem('8px')};
|
|
2266
|
+
width: auto;
|
|
2267
|
+
height: ${/*#__PURE__*/polished.rem('24px')};
|
|
2268
|
+
fill: ${props => props.disabled ? grey$f : props.minimal ? darkGrey$2 : light$c};
|
|
2269
|
+
transition-duration: 0.3s;
|
|
2270
|
+
}
|
|
2271
|
+
|
|
2272
|
+
&:hover {
|
|
2273
|
+
background-color: ${props => props.minimal ? 'transparent' : darkGreen$4};
|
|
2274
|
+
color: ${props => props.minimal ? darkGreen$4 : light$c};
|
|
2275
|
+
|
|
2276
|
+
svg {
|
|
2277
|
+
fill: ${props => props.disabled ? grey$f : props.minimal ? darkGreen$4 : light$c};
|
|
2278
|
+
}
|
|
2279
|
+
}
|
|
2280
|
+
}
|
|
2281
|
+
}
|
|
2282
|
+
}
|
|
2283
|
+
`;
|
|
2284
|
+
|
|
2285
|
+
const FilePicker = props => {
|
|
2286
|
+
const {
|
|
2287
|
+
minimal = false,
|
|
2288
|
+
name,
|
|
2289
|
+
accept,
|
|
2290
|
+
multiple = false,
|
|
2291
|
+
placeholder = 'Select file',
|
|
2292
|
+
pluralText = 'files selected',
|
|
2293
|
+
error,
|
|
2294
|
+
dataTestId,
|
|
2295
|
+
onChange = () => {},
|
|
2296
|
+
value = '',
|
|
2297
|
+
buttonText = 'Browse',
|
|
2298
|
+
disabled = false
|
|
2299
|
+
} = props;
|
|
2300
|
+
const [fileName, setFileName] = React.useState(value ? value : placeholder);
|
|
2301
|
+
|
|
2302
|
+
const getUploadedFileName = e => {
|
|
2303
|
+
let files = e.target.files,
|
|
2304
|
+
value = e.target.value,
|
|
2305
|
+
fileName;
|
|
2306
|
+
if (files && files.length > 1) fileName = `${files.length} ${pluralText}`;else fileName = value.split('\\').pop();
|
|
2307
|
+
if (fileName) setFileName(fileName);
|
|
2308
|
+
};
|
|
2309
|
+
|
|
2310
|
+
return /*#__PURE__*/React__default.createElement(Wrapper$6, {
|
|
2311
|
+
disabled: disabled,
|
|
2312
|
+
minimal: minimal,
|
|
2313
|
+
error: !!error
|
|
2314
|
+
}, /*#__PURE__*/React__default.createElement("input", {
|
|
2315
|
+
id: name,
|
|
2316
|
+
type: "file",
|
|
2317
|
+
accept: accept,
|
|
2318
|
+
multiple: multiple,
|
|
2319
|
+
"data-multiple-caption": fileName,
|
|
2320
|
+
onChange: evt => {
|
|
2321
|
+
getUploadedFileName(evt);
|
|
2322
|
+
onChange(evt);
|
|
2323
|
+
},
|
|
2324
|
+
"data-testid": dataTestId
|
|
2325
|
+
}), /*#__PURE__*/React__default.createElement("label", {
|
|
2326
|
+
htmlFor: name
|
|
2327
|
+
}, /*#__PURE__*/React__default.createElement("span", {
|
|
2328
|
+
className: "file-name"
|
|
2329
|
+
}, fileName), /*#__PURE__*/React__default.createElement("span", {
|
|
2330
|
+
className: "button"
|
|
2331
|
+
}, /*#__PURE__*/React__default.createElement(Icon, {
|
|
2332
|
+
icon: "upload"
|
|
2333
|
+
}), buttonText)), error && /*#__PURE__*/React__default.createElement(ErrorField, {
|
|
2334
|
+
error: error
|
|
2335
|
+
}));
|
|
2336
|
+
};
|
|
2337
|
+
|
|
2338
|
+
const {
|
|
2339
|
+
normal: normal$9,
|
|
2340
|
+
light: light$d,
|
|
2341
|
+
lightGrey: lightGrey$d,
|
|
2342
|
+
red: red$a
|
|
2158
2343
|
} = colors;
|
|
2159
2344
|
const ActionsMenuStyle$1 = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2160
2345
|
displayName: "styles__ActionsMenuStyle",
|
|
@@ -2163,11 +2348,11 @@ const ActionsMenuStyle$1 = /*#__PURE__*/_styled__default.div.withConfig({
|
|
|
2163
2348
|
const List = /*#__PURE__*/_styled__default.ul.withConfig({
|
|
2164
2349
|
displayName: "styles__List",
|
|
2165
2350
|
componentId: "sc-1peafop-1"
|
|
2166
|
-
})(["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$
|
|
2351
|
+
})(["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$d, /*#__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`
|
|
2167
2352
|
--margin: ${`calc(${polished.rem('45px')} + ${polished.rem('50px')} * ${props.rowIndex} + ${polished.rem('42px')})`};
|
|
2168
2353
|
top: var(--margin);
|
|
2169
2354
|
right: ${polished.rem('5px')};
|
|
2170
|
-
`, /*#__PURE__*/polished.rem('45px'), lightGrey$
|
|
2355
|
+
`, /*#__PURE__*/polished.rem('45px'), lightGrey$d, /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('1px'), lightGrey$d, red$a, lightGrey$d, /*#__PURE__*/polished.rem('20px'), normal$9);
|
|
2171
2356
|
|
|
2172
2357
|
const ActionMenuList = props => {
|
|
2173
2358
|
const {
|
|
@@ -2240,13 +2425,13 @@ const ActionsMenu = props => {
|
|
|
2240
2425
|
};
|
|
2241
2426
|
|
|
2242
2427
|
const {
|
|
2243
|
-
light: light$
|
|
2244
|
-
grey: grey$
|
|
2428
|
+
light: light$e,
|
|
2429
|
+
grey: grey$g
|
|
2245
2430
|
} = colors;
|
|
2246
2431
|
const CardValueStyle = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2247
2432
|
displayName: "styles__CardValueStyle",
|
|
2248
2433
|
componentId: "sc-1ki7jdk-0"
|
|
2249
|
-
})(["border:", " solid ", ";border-radius:", ";background-color:", ";display:flex;flex-direction:column;padding:", ";overflow-x:auto;@media ", "{padding:", ";}> span{display:block;margin-top:", ";font-size:2rem;font-weight:var(--bold,700);line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}"], /*#__PURE__*/polished.rem('1px'), grey$
|
|
2434
|
+
})(["border:", " solid ", ";border-radius:", ";background-color:", ";display:flex;flex-direction:column;padding:", ";overflow-x:auto;@media ", "{padding:", ";}> span{display:block;margin-top:", ";font-size:2rem;font-weight:var(--bold,700);line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}"], /*#__PURE__*/polished.rem('1px'), grey$g, /*#__PURE__*/polished.rem('6px'), light$e, /*#__PURE__*/polished.rem('15px'), device.l, /*#__PURE__*/polished.rem('30px'), /*#__PURE__*/polished.rem('5px'));
|
|
2250
2435
|
const CardValueButtonWrapper = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2251
2436
|
displayName: "styles__CardValueButtonWrapper",
|
|
2252
2437
|
componentId: "sc-1ki7jdk-1"
|
|
@@ -2277,11 +2462,11 @@ const CardValue = props => {
|
|
|
2277
2462
|
};
|
|
2278
2463
|
|
|
2279
2464
|
const {
|
|
2280
|
-
grey: grey$
|
|
2281
|
-
light: light$
|
|
2465
|
+
grey: grey$h,
|
|
2466
|
+
light: light$f
|
|
2282
2467
|
} = colors;
|
|
2283
2468
|
const {
|
|
2284
|
-
bold: bold$
|
|
2469
|
+
bold: bold$6
|
|
2285
2470
|
} = fontWeight;
|
|
2286
2471
|
const EmptyTableWrapper = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2287
2472
|
displayName: "styles__EmptyTableWrapper",
|
|
@@ -2290,15 +2475,15 @@ const EmptyTableWrapper = /*#__PURE__*/_styled__default.div.withConfig({
|
|
|
2290
2475
|
const EmptyTableHead = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2291
2476
|
displayName: "styles__EmptyTableHead",
|
|
2292
2477
|
componentId: "sc-1dgsb9l-1"
|
|
2293
|
-
})(["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$
|
|
2478
|
+
})(["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);
|
|
2294
2479
|
const EmptyTableBody = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2295
2480
|
displayName: "styles__EmptyTableBody",
|
|
2296
2481
|
componentId: "sc-1dgsb9l-2"
|
|
2297
|
-
})(["border-width:", ";border-style:solid;border-color:", ";border-radius:0 0 ", " ", ";"], props => props.border ? `0 ${polished.rem('1px')} ${polished.rem('1px')} ${polished.rem('1px')}` : 0, grey$
|
|
2482
|
+
})(["border-width:", ";border-style:solid;border-color:", ";border-radius:0 0 ", " ", ";"], props => props.border ? `0 ${polished.rem('1px')} ${polished.rem('1px')} ${polished.rem('1px')}` : 0, grey$h, /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('6px'));
|
|
2298
2483
|
const EmptyTableRow = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2299
2484
|
displayName: "styles__EmptyTableRow",
|
|
2300
2485
|
componentId: "sc-1dgsb9l-3"
|
|
2301
|
-
})(["height:", ";display:flex;align-items:center;&:not(:last-child){border-bottom:", " solid ", ";}> div{display:none;flex:1;padding:0 ", ";&:first-child,&:nth-child(2){display:inherit;}@media ", "{&:nth-child(3){display:inherit;}}@media ", "{&:nth-child(4){display:inherit;}}@media ", "{display:inherit;}}"], /*#__PURE__*/polished.rem('50px'), /*#__PURE__*/polished.rem('1px'), grey$
|
|
2486
|
+
})(["height:", ";display:flex;align-items:center;&:not(:last-child){border-bottom:", " solid ", ";}> div{display:none;flex:1;padding:0 ", ";&:first-child,&:nth-child(2){display:inherit;}@media ", "{&:nth-child(3){display:inherit;}}@media ", "{&:nth-child(4){display:inherit;}}@media ", "{display:inherit;}}"], /*#__PURE__*/polished.rem('50px'), /*#__PURE__*/polished.rem('1px'), grey$h, /*#__PURE__*/polished.rem('15px'), device.s, device.m, device.l);
|
|
2302
2487
|
const EmptyTableCellText = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2303
2488
|
displayName: "styles__EmptyTableCellText",
|
|
2304
2489
|
componentId: "sc-1dgsb9l-4"
|
|
@@ -2306,7 +2491,7 @@ const EmptyTableCellText = /*#__PURE__*/_styled__default.div.withConfig({
|
|
|
2306
2491
|
const EmptyTableOverlay = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2307
2492
|
displayName: "styles__EmptyTableOverlay",
|
|
2308
2493
|
componentId: "sc-1dgsb9l-5"
|
|
2309
|
-
})(["position:absolute;bottom:0;background-image:linear-gradient( to bottom,", ",", " );width:100%;height:calc(100% - ", ");display:flex;justify-content:center;align-items:flex-end;padding:0 ", " ", " ", ";text-align:center;color:", ";"], /*#__PURE__*/polished.rgba(light$
|
|
2494
|
+
})(["position:absolute;bottom:0;background-image:linear-gradient( to bottom,", ",", " );width:100%;height:calc(100% - ", ");display:flex;justify-content:center;align-items:flex-end;padding:0 ", " ", " ", ";text-align:center;color:", ";"], /*#__PURE__*/polished.rgba(light$f, 0), /*#__PURE__*/polished.rgba(light$f, 1), /*#__PURE__*/polished.rem('50px'), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('15px'), grey$h);
|
|
2310
2495
|
|
|
2311
2496
|
const EmptyTable = props => {
|
|
2312
2497
|
let rows = [];
|
|
@@ -2366,29 +2551,29 @@ const ModalFooter = props => {
|
|
|
2366
2551
|
};
|
|
2367
2552
|
|
|
2368
2553
|
const {
|
|
2369
|
-
green: green$
|
|
2554
|
+
green: green$9,
|
|
2370
2555
|
lightGreen,
|
|
2371
|
-
darkGreen: darkGreen$
|
|
2372
|
-
grey: grey$
|
|
2373
|
-
lightGrey: lightGrey$
|
|
2374
|
-
darkGrey: darkGrey$
|
|
2375
|
-
red: red$
|
|
2556
|
+
darkGreen: darkGreen$5,
|
|
2557
|
+
grey: grey$i,
|
|
2558
|
+
lightGrey: lightGrey$e,
|
|
2559
|
+
darkGrey: darkGrey$3,
|
|
2560
|
+
red: red$b,
|
|
2376
2561
|
lightRed: lightRed$1,
|
|
2377
2562
|
darkRed: darkRed$3
|
|
2378
2563
|
} = colors;
|
|
2379
|
-
const Wrapper$
|
|
2564
|
+
const Wrapper$7 = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2380
2565
|
displayName: "styles__Wrapper",
|
|
2381
2566
|
componentId: "d2fn4g-0"
|
|
2382
|
-
})(["--default:", ";--light:", ";--dark:", ";", " ", " ", " border-width:", ";border-style:solid;border-color:var(--default);border-radius:", ";background-color:var(--light);padding:", ";div{&:first-child{flex:1;}p{margin:0;}}", ""], grey$
|
|
2383
|
-
--default: ${grey$
|
|
2384
|
-
--light: ${lightGrey$
|
|
2385
|
-
--dark: ${darkGrey$
|
|
2567
|
+
})(["--default:", ";--light:", ";--dark:", ";", " ", " ", " border-width:", ";border-style:solid;border-color:var(--default);border-radius:", ";background-color:var(--light);padding:", ";div{&:first-child{flex:1;}p{margin:0;}}", ""], grey$i, lightGrey$e, darkGrey$3, props => props.color === 'grey' && _styled.css`
|
|
2568
|
+
--default: ${grey$i};
|
|
2569
|
+
--light: ${lightGrey$e};
|
|
2570
|
+
--dark: ${darkGrey$3};
|
|
2386
2571
|
`, props => props.color === 'green' && _styled.css`
|
|
2387
|
-
--default: ${green$
|
|
2572
|
+
--default: ${green$9};
|
|
2388
2573
|
--light: ${lightGreen};
|
|
2389
|
-
--dark: ${darkGreen$
|
|
2574
|
+
--dark: ${darkGreen$5};
|
|
2390
2575
|
`, props => props.color === 'red' && _styled.css`
|
|
2391
|
-
--default: ${red$
|
|
2576
|
+
--default: ${red$b};
|
|
2392
2577
|
--light: ${lightRed$1};
|
|
2393
2578
|
--dark: ${darkRed$3};
|
|
2394
2579
|
`, /*#__PURE__*/polished.rem('2px'), /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('15px'), props => props.buttonValue && _styled.css`
|
|
@@ -2434,7 +2619,7 @@ const NoteCard = props => {
|
|
|
2434
2619
|
className = 'note-card',
|
|
2435
2620
|
style
|
|
2436
2621
|
} = props;
|
|
2437
|
-
return /*#__PURE__*/React__default.createElement(Wrapper$
|
|
2622
|
+
return /*#__PURE__*/React__default.createElement(Wrapper$7, {
|
|
2438
2623
|
className: className,
|
|
2439
2624
|
color: color,
|
|
2440
2625
|
buttonValue: buttonValue,
|
|
@@ -2449,13 +2634,13 @@ function hasValue(value) {
|
|
|
2449
2634
|
}
|
|
2450
2635
|
|
|
2451
2636
|
const {
|
|
2452
|
-
normal: normal$
|
|
2453
|
-
light: light$
|
|
2454
|
-
grey: grey$
|
|
2455
|
-
lightGrey: lightGrey$
|
|
2637
|
+
normal: normal$a,
|
|
2638
|
+
light: light$g,
|
|
2639
|
+
grey: grey$j,
|
|
2640
|
+
lightGrey: lightGrey$f
|
|
2456
2641
|
} = colors;
|
|
2457
2642
|
const {
|
|
2458
|
-
bold: bold$
|
|
2643
|
+
bold: bold$7
|
|
2459
2644
|
} = fontWeight;
|
|
2460
2645
|
const TableWrapper = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2461
2646
|
displayName: "styles__TableWrapper",
|
|
@@ -2464,11 +2649,11 @@ const TableWrapper = /*#__PURE__*/_styled__default.div.withConfig({
|
|
|
2464
2649
|
const OverflowWrapper = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2465
2650
|
displayName: "styles__OverflowWrapper",
|
|
2466
2651
|
componentId: "vmoy3z-1"
|
|
2467
|
-
})(["@media ", "{display:block;border-radius:", ";background:linear-gradient(to right,", " 30%,rgba(255,255,255,0)),linear-gradient(to right,rgba(255,255,255,0),", " 70%) 0 100%,radial-gradient( farthest-side at 0% 50%,rgba(0,0,0,0.2),rgba(0,0,0,0) ),radial-gradient( farthest-side at 100% 50%,rgba(0,0,0,0.2),rgba(0,0,0,0) ) 0 100%;background-repeat:no-repeat;background-color:#fff;background-size:", " 100%,", " 100%,", " 100%,", " 100%;background-position:0 0,100%,0 0,100%;background-attachment:local,local,scroll,scroll;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;}"], device.s, /*#__PURE__*/polished.rem('6px'), light$
|
|
2652
|
+
})(["@media ", "{display:block;border-radius:", ";background:linear-gradient(to right,", " 30%,rgba(255,255,255,0)),linear-gradient(to right,rgba(255,255,255,0),", " 70%) 0 100%,radial-gradient( farthest-side at 0% 50%,rgba(0,0,0,0.2),rgba(0,0,0,0) ),radial-gradient( farthest-side at 100% 50%,rgba(0,0,0,0.2),rgba(0,0,0,0) ) 0 100%;background-repeat:no-repeat;background-color:#fff;background-size:", " 100%,", " 100%,", " 100%,", " 100%;background-position:0 0,100%,0 0,100%;background-attachment:local,local,scroll,scroll;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-scrollbar-width:none;-moz-scrollbar-width:none;-ms-scrollbar-width:none;scrollbar-width:none;}"], device.s, /*#__PURE__*/polished.rem('6px'), light$g, light$g, /*#__PURE__*/polished.rem('40px'), /*#__PURE__*/polished.rem('40px'), /*#__PURE__*/polished.rem('14px'), /*#__PURE__*/polished.rem('14px'));
|
|
2468
2653
|
const Table = /*#__PURE__*/_styled__default.table.withConfig({
|
|
2469
2654
|
displayName: "styles__Table",
|
|
2470
2655
|
componentId: "vmoy3z-2"
|
|
2471
|
-
})(["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$
|
|
2656
|
+
})(["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$f, 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'));
|
|
2472
2657
|
|
|
2473
2658
|
const Table$1 = props => {
|
|
2474
2659
|
const {
|
|
@@ -2568,24 +2753,24 @@ const Table$1 = props => {
|
|
|
2568
2753
|
};
|
|
2569
2754
|
|
|
2570
2755
|
const {
|
|
2571
|
-
normal: normal$
|
|
2572
|
-
grey: grey$
|
|
2573
|
-
lightGrey: lightGrey$
|
|
2756
|
+
normal: normal$b,
|
|
2757
|
+
grey: grey$k,
|
|
2758
|
+
lightGrey: lightGrey$g
|
|
2574
2759
|
} = colors;
|
|
2575
2760
|
const {
|
|
2576
|
-
bold: bold$
|
|
2761
|
+
bold: bold$8
|
|
2577
2762
|
} = fontWeight;
|
|
2578
2763
|
const Table$2 = /*#__PURE__*/_styled__default.table.withConfig({
|
|
2579
2764
|
displayName: "styles__Table",
|
|
2580
2765
|
componentId: "sc-1p618q0-0"
|
|
2581
|
-
})(["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$
|
|
2766
|
+
})(["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$g, 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'));
|
|
2582
2767
|
const TableRow = /*#__PURE__*/_styled__default.tr.withConfig({
|
|
2583
2768
|
displayName: "styles__TableRow",
|
|
2584
2769
|
componentId: "sc-1p618q0-1"
|
|
2585
2770
|
})(["&[data-rbd-draggable-id='", "']{position:absolute;display:table;width:100%;}"], props => props.draggableId);
|
|
2586
2771
|
|
|
2587
2772
|
const {
|
|
2588
|
-
light: light$
|
|
2773
|
+
light: light$h
|
|
2589
2774
|
} = colors;
|
|
2590
2775
|
|
|
2591
2776
|
const TableDnD = props => {
|
|
@@ -2640,12 +2825,12 @@ const TableDnD = props => {
|
|
|
2640
2825
|
|
|
2641
2826
|
const getItemStyle = (isDragging, draggableStyle) => ({
|
|
2642
2827
|
userSelect: 'none',
|
|
2643
|
-
background: isDragging ? light$
|
|
2828
|
+
background: isDragging ? light$h : 'transparent',
|
|
2644
2829
|
...draggableStyle
|
|
2645
2830
|
});
|
|
2646
2831
|
|
|
2647
2832
|
const getListStyle = isDraggingOver => ({
|
|
2648
|
-
background: isDraggingOver ? light$
|
|
2833
|
+
background: isDraggingOver ? light$h : 'transparent'
|
|
2649
2834
|
});
|
|
2650
2835
|
|
|
2651
2836
|
return (
|
|
@@ -2744,14 +2929,14 @@ const TableDnD = props => {
|
|
|
2744
2929
|
};
|
|
2745
2930
|
|
|
2746
2931
|
const {
|
|
2747
|
-
normal: normal$
|
|
2748
|
-
grey: grey$
|
|
2749
|
-
red: red$
|
|
2932
|
+
normal: normal$c,
|
|
2933
|
+
grey: grey$l,
|
|
2934
|
+
red: red$c
|
|
2750
2935
|
} = colors;
|
|
2751
|
-
const Wrapper$
|
|
2936
|
+
const Wrapper$8 = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2752
2937
|
displayName: "styles__Wrapper",
|
|
2753
2938
|
componentId: "mbja2a-0"
|
|
2754
|
-
})(["display:inline-block;> label{margin-bottom:", ";color:", ";span{color:", ";}}&:not(:last-child){margin-bottom:", ";}"], /*#__PURE__*/polished.rem('5px'), props => props.error ? red$
|
|
2939
|
+
})(["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'));
|
|
2755
2940
|
|
|
2756
2941
|
const FormGroup = props => {
|
|
2757
2942
|
const {
|
|
@@ -2760,7 +2945,7 @@ const FormGroup = props => {
|
|
|
2760
2945
|
error = false,
|
|
2761
2946
|
children
|
|
2762
2947
|
} = props;
|
|
2763
|
-
return /*#__PURE__*/React__default.createElement(Wrapper$
|
|
2948
|
+
return /*#__PURE__*/React__default.createElement(Wrapper$8, {
|
|
2764
2949
|
error: error
|
|
2765
2950
|
}, /*#__PURE__*/React__default.createElement(Label, {
|
|
2766
2951
|
value: label,
|
|
@@ -2769,14 +2954,14 @@ const FormGroup = props => {
|
|
|
2769
2954
|
};
|
|
2770
2955
|
|
|
2771
2956
|
const {
|
|
2772
|
-
grey: grey$
|
|
2773
|
-
lightGrey: lightGrey$
|
|
2957
|
+
grey: grey$m,
|
|
2958
|
+
lightGrey: lightGrey$h,
|
|
2774
2959
|
lightRed: lightRed$2
|
|
2775
2960
|
} = colors;
|
|
2776
|
-
const Wrapper$
|
|
2961
|
+
const Wrapper$9 = /*#__PURE__*/_styled__default.div.withConfig({
|
|
2777
2962
|
displayName: "styles__Wrapper",
|
|
2778
2963
|
componentId: "sc-124afcu-0"
|
|
2779
|
-
})(["border:", " solid ", ";border-radius:", ";max-width:max-content;height:", ";display:flex;overflow:hidden;button,input{&:disabled{cursor:inherit;background-color:", ";svg{opacity:0.25;}&:hover{pointer-events:none;}}}"], /*#__PURE__*/polished.rem('1px'), grey$
|
|
2964
|
+
})(["border:", " solid ", ";border-radius:", ";max-width:max-content;height:", ";display:flex;overflow:hidden;button,input{&:disabled{cursor:inherit;background-color:", ";svg{opacity:0.25;}&:hover{pointer-events:none;}}}"], /*#__PURE__*/polished.rem('1px'), grey$m, /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('50px'), lightGrey$h);
|
|
2780
2965
|
const Input = /*#__PURE__*/_styled__default.input.withConfig({
|
|
2781
2966
|
displayName: "styles__Input",
|
|
2782
2967
|
componentId: "sc-124afcu-1"
|
|
@@ -2784,7 +2969,7 @@ const Input = /*#__PURE__*/_styled__default.input.withConfig({
|
|
|
2784
2969
|
const Button$1 = /*#__PURE__*/_styled__default.button.withConfig({
|
|
2785
2970
|
displayName: "styles__Button",
|
|
2786
2971
|
componentId: "sc-124afcu-2"
|
|
2787
|
-
})(["width:", ";height:", ";border:0;background-color:", ";cursor:pointer;transition-duration:0.3s;&.remove-button{border-right:", " solid ", ";}&.add-button{border-left:", " solid ", ";}svg{width:auto;height:", ";fill:", ";}&:hover{background-color:", ";}"], /*#__PURE__*/polished.rem('50px'), /*#__PURE__*/polished.rem('50px'), lightGrey$
|
|
2972
|
+
})(["width:", ";height:", ";border:0;background-color:", ";cursor:pointer;transition-duration:0.3s;&.remove-button{border-right:", " solid ", ";}&.add-button{border-left:", " solid ", ";}svg{width:auto;height:", ";fill:", ";}&:hover{background-color:", ";}"], /*#__PURE__*/polished.rem('50px'), /*#__PURE__*/polished.rem('50px'), lightGrey$h, /*#__PURE__*/polished.rem('1px'), grey$m, /*#__PURE__*/polished.rem('1px'), grey$m, /*#__PURE__*/polished.rem('20px'), grey$m, lightGrey$h);
|
|
2788
2973
|
|
|
2789
2974
|
const NumberInputSpinner = props => {
|
|
2790
2975
|
const {
|
|
@@ -2816,7 +3001,7 @@ const NumberInputSpinner = props => {
|
|
|
2816
3001
|
setNumber(value);
|
|
2817
3002
|
};
|
|
2818
3003
|
|
|
2819
|
-
return /*#__PURE__*/React__default.createElement(Wrapper$
|
|
3004
|
+
return /*#__PURE__*/React__default.createElement(Wrapper$9, null, /*#__PURE__*/React__default.createElement(Button$1, {
|
|
2820
3005
|
className: "remove-button",
|
|
2821
3006
|
"aria-label": decreaseAriaLabel,
|
|
2822
3007
|
onClick: evt => {
|
|
@@ -2850,10 +3035,10 @@ const NumberInputSpinner = props => {
|
|
|
2850
3035
|
};
|
|
2851
3036
|
|
|
2852
3037
|
const {
|
|
2853
|
-
green: green$
|
|
2854
|
-
grey: grey$
|
|
2855
|
-
lightGrey: lightGrey$
|
|
2856
|
-
light: light$
|
|
3038
|
+
green: green$a,
|
|
3039
|
+
grey: grey$n,
|
|
3040
|
+
lightGrey: lightGrey$i,
|
|
3041
|
+
light: light$i
|
|
2857
3042
|
} = colors;
|
|
2858
3043
|
const Steps = /*#__PURE__*/_styled__default.ul.withConfig({
|
|
2859
3044
|
displayName: "styles__Steps",
|
|
@@ -2862,7 +3047,7 @@ const Steps = /*#__PURE__*/_styled__default.ul.withConfig({
|
|
|
2862
3047
|
const Step = /*#__PURE__*/_styled__default.li.withConfig({
|
|
2863
3048
|
displayName: "styles__Step",
|
|
2864
3049
|
componentId: "sc-1s2dhfy-1"
|
|
2865
|
-
})(["list-style:none;flex:1;position:relative;height:", ";display:flex;justify-content:center;align-items:center;padding-right:", ";text-align:center;&:before,&:after{content:'';position:absolute;top:0;border:0 solid ", ";border-width:", " ", ";width:0;height:0;}&:before{left:", ";border-left-color:transparent;}&:after{left:calc(100% - ", ");border-color:transparent;border-left-color:", ";}&:first-child:before{border:none;}&:last-child:after{border:none;}&:first-child{overflow:hidden;> div{border-radius:", " 0 0 ", ";}}&:last-child{padding-right:0;> div{border-radius:0 ", " ", " 0;}}> div{background-color:", ";width:100%;height:100%;display:flex;justify-content:center;align-items:center;span{width:min-content;font-size:0.75rem;color:", ";@media ", "{width:100%;font-size:1rem;font-weight:700;}}}"], /*#__PURE__*/polished.rem('44px'), /*#__PURE__*/polished.rem('18px'), props => props.active ? green$
|
|
3050
|
+
})(["list-style:none;flex:1;position:relative;height:", ";display:flex;justify-content:center;align-items:center;padding-right:", ";text-align:center;&:before,&:after{content:'';position:absolute;top:0;border:0 solid ", ";border-width:", " ", ";width:0;height:0;}&:before{left:", ";border-left-color:transparent;}&:after{left:calc(100% - ", ");border-color:transparent;border-left-color:", ";}&:first-child:before{border:none;}&:last-child:after{border:none;}&:first-child{overflow:hidden;> div{border-radius:", " 0 0 ", ";}}&:last-child{padding-right:0;> div{border-radius:0 ", " ", " 0;}}> div{background-color:", ";width:100%;height:100%;display:flex;justify-content:center;align-items:center;span{width:min-content;font-size:0.75rem;color:", ";@media ", "{width:100%;font-size:1rem;font-weight:700;}}}"], /*#__PURE__*/polished.rem('44px'), /*#__PURE__*/polished.rem('18px'), props => props.active ? green$a : lightGrey$i, /*#__PURE__*/polished.rem('22px'), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('-15px'), /*#__PURE__*/polished.rem('18px'), props => props.active ? green$a : lightGrey$i, /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('6px'), props => props.active ? green$a : lightGrey$i, props => props.active ? light$i : grey$n, device.s);
|
|
2866
3051
|
|
|
2867
3052
|
const WizardSteps = props => {
|
|
2868
3053
|
const {
|
|
@@ -2883,28 +3068,28 @@ const WizardSteps = props => {
|
|
|
2883
3068
|
};
|
|
2884
3069
|
|
|
2885
3070
|
const {
|
|
2886
|
-
light: light$
|
|
2887
|
-
green: green$
|
|
2888
|
-
darkGreen: darkGreen$
|
|
2889
|
-
red: red$
|
|
3071
|
+
light: light$j,
|
|
3072
|
+
green: green$b,
|
|
3073
|
+
darkGreen: darkGreen$6,
|
|
3074
|
+
red: red$d,
|
|
2890
3075
|
darkRed: darkRed$4,
|
|
2891
3076
|
orange: orange$3,
|
|
2892
3077
|
darkOrange: darkOrange$2
|
|
2893
3078
|
} = colors;
|
|
2894
|
-
const Wrapper$
|
|
3079
|
+
const Wrapper$a = _styled__default.div`
|
|
2895
3080
|
--shadow: 0 0 ${/*#__PURE__*/polished.rem('25px')} 0 rgba(40, 40, 40, 0.2);
|
|
2896
3081
|
|
|
2897
3082
|
position: fixed;
|
|
2898
3083
|
top: ${/*#__PURE__*/polished.rem('15px')};
|
|
2899
3084
|
right: 0;
|
|
2900
|
-
border: ${/*#__PURE__*/polished.rem('2px')} solid ${darkGreen$
|
|
3085
|
+
border: ${/*#__PURE__*/polished.rem('2px')} solid ${darkGreen$6};
|
|
2901
3086
|
border-radius: ${/*#__PURE__*/polished.rem('6px')};
|
|
2902
|
-
background-color: ${green$
|
|
3087
|
+
background-color: ${green$b};
|
|
2903
3088
|
width: ${/*#__PURE__*/polished.rem('300px')};
|
|
2904
3089
|
max-height: min-content;
|
|
2905
3090
|
display: flex;
|
|
2906
3091
|
padding: ${/*#__PURE__*/polished.rem('15px')};
|
|
2907
|
-
color: ${light$
|
|
3092
|
+
color: ${light$j};
|
|
2908
3093
|
-moz-box-shadow: var(--shadow);
|
|
2909
3094
|
-webkit-box-shadow: var(--shadow);
|
|
2910
3095
|
box-shadow: var(--shadow);
|
|
@@ -2915,7 +3100,7 @@ const Wrapper$9 = _styled__default.div`
|
|
|
2915
3100
|
background-color: transparent;
|
|
2916
3101
|
|
|
2917
3102
|
svg {
|
|
2918
|
-
fill: ${darkGreen$
|
|
3103
|
+
fill: ${darkGreen$6};
|
|
2919
3104
|
}
|
|
2920
3105
|
}
|
|
2921
3106
|
|
|
@@ -2949,7 +3134,7 @@ const Wrapper$9 = _styled__default.div`
|
|
|
2949
3134
|
|
|
2950
3135
|
${props => props.variant === 'red' && _styled.css`
|
|
2951
3136
|
border: ${polished.rem('2px')} solid ${darkRed$4};
|
|
2952
|
-
background-color: ${red$
|
|
3137
|
+
background-color: ${red$d};
|
|
2953
3138
|
|
|
2954
3139
|
button {
|
|
2955
3140
|
svg {
|
|
@@ -2982,7 +3167,7 @@ const AlertNotification = props => {
|
|
|
2982
3167
|
value,
|
|
2983
3168
|
children
|
|
2984
3169
|
} = props;
|
|
2985
|
-
return /*#__PURE__*/React__default.createElement(Wrapper$
|
|
3170
|
+
return /*#__PURE__*/React__default.createElement(Wrapper$a, {
|
|
2986
3171
|
className: className,
|
|
2987
3172
|
variant: variant
|
|
2988
3173
|
}, /*#__PURE__*/React__default.createElement("div", null, value ? /*#__PURE__*/React__default.createElement("span", null, value) : children), /*#__PURE__*/React__default.createElement(Button, {
|
|
@@ -2993,13 +3178,13 @@ const AlertNotification = props => {
|
|
|
2993
3178
|
};
|
|
2994
3179
|
|
|
2995
3180
|
const {
|
|
2996
|
-
normal: normal$
|
|
2997
|
-
light: light$
|
|
2998
|
-
blue,
|
|
2999
|
-
lightGrey: lightGrey$
|
|
3181
|
+
normal: normal$d,
|
|
3182
|
+
light: light$k,
|
|
3183
|
+
blue: blue$2,
|
|
3184
|
+
lightGrey: lightGrey$j
|
|
3000
3185
|
} = colors;
|
|
3001
3186
|
const {
|
|
3002
|
-
bold: bold$
|
|
3187
|
+
bold: bold$9
|
|
3003
3188
|
} = fontWeight;
|
|
3004
3189
|
const PaginationWrapper = _styled__default.div`
|
|
3005
3190
|
--size: ${/*#__PURE__*/polished.rem('30px')};
|
|
@@ -3041,18 +3226,18 @@ const PaginationWrapper = _styled__default.div`
|
|
|
3041
3226
|
display: flex;
|
|
3042
3227
|
justify-content: center;
|
|
3043
3228
|
align-items: center;
|
|
3044
|
-
color: ${normal$
|
|
3045
|
-
font-weight: ${bold$
|
|
3229
|
+
color: ${normal$d};
|
|
3230
|
+
font-weight: ${bold$9};
|
|
3046
3231
|
text-decoration: none;
|
|
3047
3232
|
|
|
3048
3233
|
&:hover {
|
|
3049
|
-
color: ${blue};
|
|
3234
|
+
color: ${blue$2};
|
|
3050
3235
|
}
|
|
3051
3236
|
|
|
3052
3237
|
svg {
|
|
3053
3238
|
width: ${/*#__PURE__*/polished.rem('18px')};
|
|
3054
3239
|
height: auto;
|
|
3055
|
-
fill: ${blue};
|
|
3240
|
+
fill: ${blue$2};
|
|
3056
3241
|
}
|
|
3057
3242
|
}
|
|
3058
3243
|
|
|
@@ -3060,18 +3245,18 @@ const PaginationWrapper = _styled__default.div`
|
|
|
3060
3245
|
pointer-events: none;
|
|
3061
3246
|
|
|
3062
3247
|
a {
|
|
3063
|
-
background-color: ${blue};
|
|
3064
|
-
color: ${light$
|
|
3248
|
+
background-color: ${blue$2};
|
|
3249
|
+
color: ${light$k};
|
|
3065
3250
|
}
|
|
3066
3251
|
}
|
|
3067
3252
|
}
|
|
3068
3253
|
|
|
3069
3254
|
&.dark {
|
|
3070
3255
|
a {
|
|
3071
|
-
color: ${lightGrey$
|
|
3256
|
+
color: ${lightGrey$j};
|
|
3072
3257
|
|
|
3073
3258
|
&:hover {
|
|
3074
|
-
color: ${light$
|
|
3259
|
+
color: ${light$k};
|
|
3075
3260
|
}
|
|
3076
3261
|
}
|
|
3077
3262
|
}
|
|
@@ -3130,13 +3315,13 @@ const PaginationControl = props => {
|
|
|
3130
3315
|
};
|
|
3131
3316
|
|
|
3132
3317
|
const {
|
|
3133
|
-
normal: normal$
|
|
3134
|
-
green: green$
|
|
3318
|
+
normal: normal$e,
|
|
3319
|
+
green: green$c
|
|
3135
3320
|
} = colors;
|
|
3136
3321
|
const {
|
|
3137
|
-
bold: bold$
|
|
3322
|
+
bold: bold$a
|
|
3138
3323
|
} = fontWeight;
|
|
3139
|
-
const Wrapper$
|
|
3324
|
+
const Wrapper$b = _styled__default.div`
|
|
3140
3325
|
min-height: ${props => props.variant === 'default' ? '50vh' : 'inherit'};
|
|
3141
3326
|
display: flex;
|
|
3142
3327
|
flex-direction: column;
|
|
@@ -3152,15 +3337,15 @@ const Wrapper$a = _styled__default.div`
|
|
|
3152
3337
|
|
|
3153
3338
|
> span {
|
|
3154
3339
|
margin-top: ${/*#__PURE__*/polished.rem('15px')};
|
|
3155
|
-
font-weight: ${bold$
|
|
3156
|
-
color: ${normal$
|
|
3340
|
+
font-weight: ${bold$a};
|
|
3341
|
+
color: ${normal$e};
|
|
3157
3342
|
|
|
3158
3343
|
a {
|
|
3159
|
-
color: ${normal$
|
|
3344
|
+
color: ${normal$e};
|
|
3160
3345
|
transition-duration: 0.3s;
|
|
3161
3346
|
|
|
3162
3347
|
&:hover {
|
|
3163
|
-
color: ${green$
|
|
3348
|
+
color: ${green$c};
|
|
3164
3349
|
}
|
|
3165
3350
|
}
|
|
3166
3351
|
}
|
|
@@ -3171,7 +3356,7 @@ const Error = props => {
|
|
|
3171
3356
|
variant = 'default',
|
|
3172
3357
|
value
|
|
3173
3358
|
} = props;
|
|
3174
|
-
return /*#__PURE__*/React__default.createElement(Wrapper$
|
|
3359
|
+
return /*#__PURE__*/React__default.createElement(Wrapper$b, {
|
|
3175
3360
|
variant: variant
|
|
3176
3361
|
}, variant === 'default' ? /*#__PURE__*/React__default.createElement(Icon, {
|
|
3177
3362
|
icon: "warning",
|
|
@@ -3180,13 +3365,13 @@ const Error = props => {
|
|
|
3180
3365
|
};
|
|
3181
3366
|
|
|
3182
3367
|
const {
|
|
3183
|
-
normal: normal$
|
|
3184
|
-
green: green$
|
|
3368
|
+
normal: normal$f,
|
|
3369
|
+
green: green$d
|
|
3185
3370
|
} = colors;
|
|
3186
3371
|
const {
|
|
3187
|
-
bold: bold$
|
|
3372
|
+
bold: bold$b
|
|
3188
3373
|
} = fontWeight;
|
|
3189
|
-
const Wrapper$
|
|
3374
|
+
const Wrapper$c = _styled__default.div`
|
|
3190
3375
|
min-height: 50vh;
|
|
3191
3376
|
display: flex;
|
|
3192
3377
|
flex-direction: column;
|
|
@@ -3202,15 +3387,15 @@ const Wrapper$b = _styled__default.div`
|
|
|
3202
3387
|
|
|
3203
3388
|
> div {
|
|
3204
3389
|
margin-top: ${/*#__PURE__*/polished.rem('15px')};
|
|
3205
|
-
font-weight: ${bold$
|
|
3206
|
-
color: ${normal$
|
|
3390
|
+
font-weight: ${bold$b};
|
|
3391
|
+
color: ${normal$f};
|
|
3207
3392
|
|
|
3208
3393
|
a {
|
|
3209
|
-
color: ${normal$
|
|
3394
|
+
color: ${normal$f};
|
|
3210
3395
|
transition-duration: 0.3s;
|
|
3211
3396
|
|
|
3212
3397
|
&:hover {
|
|
3213
|
-
color: ${green$
|
|
3398
|
+
color: ${green$d};
|
|
3214
3399
|
}
|
|
3215
3400
|
}
|
|
3216
3401
|
}
|
|
@@ -5172,20 +5357,20 @@ const DataWarning = props => {
|
|
|
5172
5357
|
icon = /*#__PURE__*/React__default.createElement(IconLoginOnly, null);
|
|
5173
5358
|
}
|
|
5174
5359
|
|
|
5175
|
-
return /*#__PURE__*/React__default.createElement(Wrapper$
|
|
5360
|
+
return /*#__PURE__*/React__default.createElement(Wrapper$c, {
|
|
5176
5361
|
type: type
|
|
5177
5362
|
}, icon, /*#__PURE__*/React__default.createElement("div", null, children));
|
|
5178
5363
|
};
|
|
5179
5364
|
|
|
5180
5365
|
const {
|
|
5181
|
-
normal: normal$
|
|
5182
|
-
green: green$
|
|
5183
|
-
darkGreen: darkGreen$
|
|
5184
|
-
grey: grey$
|
|
5185
|
-
lightGrey: lightGrey$
|
|
5186
|
-
red: red$
|
|
5366
|
+
normal: normal$g,
|
|
5367
|
+
green: green$e,
|
|
5368
|
+
darkGreen: darkGreen$7,
|
|
5369
|
+
grey: grey$o,
|
|
5370
|
+
lightGrey: lightGrey$k,
|
|
5371
|
+
red: red$e
|
|
5187
5372
|
} = colors;
|
|
5188
|
-
const Wrapper$
|
|
5373
|
+
const Wrapper$d = _styled__default.ul`
|
|
5189
5374
|
display: flex;
|
|
5190
5375
|
flex-direction: ${props => props.type === 'column' ? 'column' : 'row'};
|
|
5191
5376
|
position: relative;
|
|
@@ -5206,11 +5391,11 @@ const Wrapper$c = _styled__default.ul`
|
|
|
5206
5391
|
}
|
|
5207
5392
|
|
|
5208
5393
|
input[type='radio']:checked ~ .check {
|
|
5209
|
-
border-color: ${darkGreen$
|
|
5394
|
+
border-color: ${darkGreen$7};
|
|
5210
5395
|
}
|
|
5211
5396
|
|
|
5212
5397
|
input[type='radio']:checked ~ .check::before {
|
|
5213
|
-
background-color: ${green$
|
|
5398
|
+
background-color: ${green$e};
|
|
5214
5399
|
}
|
|
5215
5400
|
|
|
5216
5401
|
& + span {
|
|
@@ -5233,7 +5418,7 @@ const Item = _styled__default.li`
|
|
|
5233
5418
|
padding-left: calc(var(--size) + 5px);
|
|
5234
5419
|
line-height: var(--size);
|
|
5235
5420
|
vertical-align: middle;
|
|
5236
|
-
color: ${props => props.error ? red$
|
|
5421
|
+
color: ${props => props.error ? red$e : null};
|
|
5237
5422
|
cursor: pointer;
|
|
5238
5423
|
z-index: 1;
|
|
5239
5424
|
}
|
|
@@ -5241,7 +5426,7 @@ const Item = _styled__default.li`
|
|
|
5241
5426
|
.check {
|
|
5242
5427
|
position: absolute;
|
|
5243
5428
|
top: 0;
|
|
5244
|
-
border: ${/*#__PURE__*/polished.rem('2px')} solid ${props => props.error ? red$
|
|
5429
|
+
border: ${/*#__PURE__*/polished.rem('2px')} solid ${props => props.error ? red$e : grey$o};
|
|
5245
5430
|
border-radius: 100%;
|
|
5246
5431
|
width: var(--size);
|
|
5247
5432
|
height: var(--size);
|
|
@@ -5260,21 +5445,21 @@ const Item = _styled__default.li`
|
|
|
5260
5445
|
}
|
|
5261
5446
|
|
|
5262
5447
|
&:hover .check {
|
|
5263
|
-
border-color: ${normal$
|
|
5448
|
+
border-color: ${normal$g};
|
|
5264
5449
|
}
|
|
5265
5450
|
|
|
5266
5451
|
${props => props.disabled && _styled.css`
|
|
5267
5452
|
label {
|
|
5268
|
-
color: ${grey$
|
|
5453
|
+
color: ${grey$o};
|
|
5269
5454
|
}
|
|
5270
5455
|
|
|
5271
5456
|
input[type='radio'] ~ .check,
|
|
5272
5457
|
input[type='radio']:checked ~ .check {
|
|
5273
|
-
border-color: ${lightGrey$
|
|
5458
|
+
border-color: ${lightGrey$k};
|
|
5274
5459
|
}
|
|
5275
5460
|
|
|
5276
5461
|
input[type='radio']:checked ~ .check::before {
|
|
5277
|
-
background-color: ${lightGrey$
|
|
5462
|
+
background-color: ${lightGrey$k};
|
|
5278
5463
|
}
|
|
5279
5464
|
|
|
5280
5465
|
&:hover {
|
|
@@ -5299,7 +5484,7 @@ const RadioGroup = props => {
|
|
|
5299
5484
|
return /*#__PURE__*/React__default.createElement("div", {
|
|
5300
5485
|
style: style,
|
|
5301
5486
|
className: className
|
|
5302
|
-
}, /*#__PURE__*/React__default.createElement(Wrapper$
|
|
5487
|
+
}, /*#__PURE__*/React__default.createElement(Wrapper$d, {
|
|
5303
5488
|
type: type,
|
|
5304
5489
|
group: group,
|
|
5305
5490
|
error: error,
|
|
@@ -5324,7 +5509,7 @@ const RadioGroup = props => {
|
|
|
5324
5509
|
}) : null);
|
|
5325
5510
|
};
|
|
5326
5511
|
|
|
5327
|
-
const Wrapper$
|
|
5512
|
+
const Wrapper$e = _styled__default.ul`
|
|
5328
5513
|
display: flex;
|
|
5329
5514
|
flex-direction: ${props => props.type === 'column' ? 'column' : 'row'};
|
|
5330
5515
|
position: relative;
|
|
@@ -5357,7 +5542,7 @@ const CheckboxGroup = props => {
|
|
|
5357
5542
|
error,
|
|
5358
5543
|
disabled
|
|
5359
5544
|
} = props;
|
|
5360
|
-
return /*#__PURE__*/React__default.createElement(Wrapper$
|
|
5545
|
+
return /*#__PURE__*/React__default.createElement(Wrapper$e, {
|
|
5361
5546
|
type: type,
|
|
5362
5547
|
error: error
|
|
5363
5548
|
}, children ? children : options && Array.isArray(options) ? options.map((value, index) => /*#__PURE__*/React__default.createElement("li", {
|
|
@@ -5374,15 +5559,15 @@ const CheckboxGroup = props => {
|
|
|
5374
5559
|
}) : null);
|
|
5375
5560
|
};
|
|
5376
5561
|
|
|
5377
|
-
const Wrapper$
|
|
5562
|
+
const Wrapper$f = _styled__default.div`
|
|
5378
5563
|
label {
|
|
5379
5564
|
margin-bottom: ${/*#__PURE__*/polished.rem('5px')};
|
|
5380
5565
|
}
|
|
5381
5566
|
`;
|
|
5382
5567
|
const {
|
|
5383
|
-
grey: grey$
|
|
5384
|
-
darkGrey: darkGrey$
|
|
5385
|
-
light: light$
|
|
5568
|
+
grey: grey$p,
|
|
5569
|
+
darkGrey: darkGrey$4,
|
|
5570
|
+
light: light$l,
|
|
5386
5571
|
purple: purple$6
|
|
5387
5572
|
} = colors;
|
|
5388
5573
|
const Field = _styled__default.div`
|
|
@@ -5410,7 +5595,7 @@ const Field = _styled__default.div`
|
|
|
5410
5595
|
button {
|
|
5411
5596
|
border: 0;
|
|
5412
5597
|
border-radius: 0 ${/*#__PURE__*/polished.rem('6px')} ${/*#__PURE__*/polished.rem('6px')} 0;
|
|
5413
|
-
background-color: ${grey$
|
|
5598
|
+
background-color: ${grey$p};
|
|
5414
5599
|
min-width: ${/*#__PURE__*/polished.rem('50px')};
|
|
5415
5600
|
height: ${/*#__PURE__*/polished.rem('50px')};
|
|
5416
5601
|
display: flex;
|
|
@@ -5426,12 +5611,12 @@ const Field = _styled__default.div`
|
|
|
5426
5611
|
width: auto;
|
|
5427
5612
|
min-width: ${/*#__PURE__*/polished.rem('20px')};
|
|
5428
5613
|
height: ${/*#__PURE__*/polished.rem('20px')};
|
|
5429
|
-
fill: ${light$
|
|
5614
|
+
fill: ${light$l};
|
|
5430
5615
|
transition: 0.3s;
|
|
5431
5616
|
}
|
|
5432
5617
|
|
|
5433
5618
|
&:hover {
|
|
5434
|
-
background-color: ${darkGrey$
|
|
5619
|
+
background-color: ${darkGrey$4};
|
|
5435
5620
|
}
|
|
5436
5621
|
|
|
5437
5622
|
&:disabled {
|
|
@@ -5439,7 +5624,7 @@ const Field = _styled__default.div`
|
|
|
5439
5624
|
opacity: 0.5;
|
|
5440
5625
|
|
|
5441
5626
|
&:hover {
|
|
5442
|
-
background-color: ${grey$
|
|
5627
|
+
background-color: ${grey$p};
|
|
5443
5628
|
pointer-events: none;
|
|
5444
5629
|
}
|
|
5445
5630
|
}
|
|
@@ -5463,7 +5648,7 @@ const FieldWidthButton = props => {
|
|
|
5463
5648
|
buttonAction,
|
|
5464
5649
|
buttonDisabled
|
|
5465
5650
|
} = props;
|
|
5466
|
-
return /*#__PURE__*/React__default.createElement(Wrapper$
|
|
5651
|
+
return /*#__PURE__*/React__default.createElement(Wrapper$f, null, label && /*#__PURE__*/React__default.createElement(Label, {
|
|
5467
5652
|
value: label
|
|
5468
5653
|
}), /*#__PURE__*/React__default.createElement(Field, null, /*#__PURE__*/React__default.createElement(TextField, {
|
|
5469
5654
|
minimal: false,
|
|
@@ -5485,23 +5670,23 @@ const FieldWidthButton = props => {
|
|
|
5485
5670
|
};
|
|
5486
5671
|
|
|
5487
5672
|
const {
|
|
5488
|
-
normal: normal$
|
|
5673
|
+
normal: normal$h,
|
|
5489
5674
|
purple: purple$7,
|
|
5490
|
-
grey: grey$
|
|
5491
|
-
lightGrey: lightGrey$
|
|
5492
|
-
light: light$
|
|
5675
|
+
grey: grey$q,
|
|
5676
|
+
lightGrey: lightGrey$l,
|
|
5677
|
+
light: light$m
|
|
5493
5678
|
} = colors;
|
|
5494
5679
|
const {
|
|
5495
|
-
bold: bold$
|
|
5680
|
+
bold: bold$c
|
|
5496
5681
|
} = fontWeight;
|
|
5497
|
-
const Wrapper$
|
|
5682
|
+
const Wrapper$g = /*#__PURE__*/_styled__default.div.withConfig({
|
|
5498
5683
|
displayName: "styles__Wrapper",
|
|
5499
5684
|
componentId: "znznmm-0"
|
|
5500
|
-
})(["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$
|
|
5685
|
+
})(["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);
|
|
5501
5686
|
const More = /*#__PURE__*/_styled__default.div.withConfig({
|
|
5502
5687
|
displayName: "styles__More",
|
|
5503
5688
|
componentId: "znznmm-1"
|
|
5504
|
-
})(["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$
|
|
5689
|
+
})(["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$l, /*#__PURE__*/polished.rem('4px'), light$m, /*#__PURE__*/polished.rem('5px'), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.rem('15px'), lightGrey$l, normal$h, normal$h, /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('4px'), /*#__PURE__*/polished.rem('15px'));
|
|
5505
5690
|
|
|
5506
5691
|
const HorizontalNav = props => {
|
|
5507
5692
|
const [showMore, setShowMore] = React.useState(false);
|
|
@@ -5555,7 +5740,7 @@ const HorizontalNav = props => {
|
|
|
5555
5740
|
|
|
5556
5741
|
return;
|
|
5557
5742
|
}, [ref]);
|
|
5558
|
-
return /*#__PURE__*/React__default.createElement(Wrapper$
|
|
5743
|
+
return /*#__PURE__*/React__default.createElement(Wrapper$g, {
|
|
5559
5744
|
ref: ref,
|
|
5560
5745
|
className: className,
|
|
5561
5746
|
customColor: customColor
|
|
@@ -5578,10 +5763,10 @@ const HorizontalNav = props => {
|
|
|
5578
5763
|
};
|
|
5579
5764
|
|
|
5580
5765
|
const {
|
|
5581
|
-
light: light$
|
|
5766
|
+
light: light$n
|
|
5582
5767
|
} = colors;
|
|
5583
5768
|
const {
|
|
5584
|
-
bold: bold$
|
|
5769
|
+
bold: bold$d
|
|
5585
5770
|
} = fontWeight;
|
|
5586
5771
|
const ModalOverlay = /*#__PURE__*/_styled__default.div.withConfig({
|
|
5587
5772
|
displayName: "styles__ModalOverlay",
|
|
@@ -5594,11 +5779,11 @@ const ModalWrapper = /*#__PURE__*/_styled__default.div.withConfig({
|
|
|
5594
5779
|
const ModalContainer = /*#__PURE__*/_styled__default.div.withConfig({
|
|
5595
5780
|
displayName: "styles__ModalContainer",
|
|
5596
5781
|
componentId: "sc-16r6vcc-2"
|
|
5597
|
-
})(["position:relative;background:", ";width:100%;min-height:0;padding:", ";word-wrap:break-word;transition-duration:0.3s;@media ", "{--spacing:", ";margin:var(--spacing);border-radius:", ";max-width:", ";padding:var(--spacing);&:after{content:'';position:absolute;bottom:calc(var(--spacing) * -1);width:", ";height:var(--spacing);}}"], light$
|
|
5782
|
+
})(["position:relative;background:", ";width:100%;min-height:0;padding:", ";word-wrap:break-word;transition-duration:0.3s;@media ", "{--spacing:", ";margin:var(--spacing);border-radius:", ";max-width:", ";padding:var(--spacing);&:after{content:'';position:absolute;bottom:calc(var(--spacing) * -1);width:", ";height:var(--spacing);}}"], light$n, /*#__PURE__*/polished.rem('15px'), device.s, /*#__PURE__*/polished.rem('30px'), /*#__PURE__*/polished.rem('6px'), /*#__PURE__*/polished.rem('860px'), /*#__PURE__*/polished.rem('1px'));
|
|
5598
5783
|
const ModalHeader = /*#__PURE__*/_styled__default.div.withConfig({
|
|
5599
5784
|
displayName: "styles__ModalHeader",
|
|
5600
5785
|
componentId: "sc-16r6vcc-3"
|
|
5601
|
-
})(["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$
|
|
5786
|
+
})(["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);
|
|
5602
5787
|
|
|
5603
5788
|
const Modal = props => {
|
|
5604
5789
|
const {
|
|
@@ -5649,18 +5834,18 @@ const Modal = props => {
|
|
|
5649
5834
|
};
|
|
5650
5835
|
|
|
5651
5836
|
const {
|
|
5652
|
-
light: light$
|
|
5837
|
+
light: light$o
|
|
5653
5838
|
} = colors;
|
|
5654
5839
|
const {
|
|
5655
|
-
bold: bold$
|
|
5840
|
+
bold: bold$e
|
|
5656
5841
|
} = fontWeight;
|
|
5657
5842
|
const slideInLeft = _styled.keyframes`
|
|
5658
5843
|
from {
|
|
5659
|
-
transform:
|
|
5844
|
+
transform: translateX(100%);
|
|
5660
5845
|
}
|
|
5661
5846
|
|
|
5662
5847
|
to {
|
|
5663
|
-
transform:
|
|
5848
|
+
transform: translateX(0);
|
|
5664
5849
|
}
|
|
5665
5850
|
`;
|
|
5666
5851
|
const ModalOverlay$1 = /*#__PURE__*/_styled__default.div.withConfig({
|
|
@@ -5674,11 +5859,11 @@ const ModalWrapper$1 = /*#__PURE__*/_styled__default.div.withConfig({
|
|
|
5674
5859
|
const ModalContainer$1 = /*#__PURE__*/_styled__default.div.withConfig({
|
|
5675
5860
|
displayName: "styles__ModalContainer",
|
|
5676
5861
|
componentId: "sc-46huls-2"
|
|
5677
|
-
})(["position:
|
|
5862
|
+
})(["position:fixed;right:0;background:", ";width:100%;height:100vh;display:flex;flex-direction:column;padding:", ";word-wrap:break-word;animation-timing-function:", ";animation-duration:1s;animation-fill-mode:forwards;transform:translateX(100%);animation-name:", ";overflow-y:auto;@media ", "{max-width:", ";padding:", ";}"], light$o, /*#__PURE__*/polished.rem('15px'), /*#__PURE__*/polished.timingFunctions('easeOutQuint'), slideInLeft, device.s, /*#__PURE__*/polished.rem('400px'), /*#__PURE__*/polished.rem('30px'));
|
|
5678
5863
|
const ModalHeader$1 = /*#__PURE__*/_styled__default.div.withConfig({
|
|
5679
5864
|
displayName: "styles__ModalHeader",
|
|
5680
5865
|
componentId: "sc-46huls-3"
|
|
5681
|
-
})(["top:0;h2{margin:0 0 ", " 0;font-size:2rem;font-weight:", ";}"], /*#__PURE__*/polished.rem('30px'), bold$
|
|
5866
|
+
})(["top:0;h2{margin:0 0 ", " 0;font-size:2rem;font-weight:", ";}"], /*#__PURE__*/polished.rem('30px'), bold$e);
|
|
5682
5867
|
const ModalContent = /*#__PURE__*/_styled__default.div.withConfig({
|
|
5683
5868
|
displayName: "styles__ModalContent",
|
|
5684
5869
|
componentId: "sc-46huls-4"
|
|
@@ -5712,9 +5897,9 @@ const ModalDrawer = props => {
|
|
|
5712
5897
|
};
|
|
5713
5898
|
|
|
5714
5899
|
const {
|
|
5715
|
-
lightGrey: lightGrey$
|
|
5900
|
+
lightGrey: lightGrey$m
|
|
5716
5901
|
} = colors;
|
|
5717
|
-
const Wrapper$
|
|
5902
|
+
const Wrapper$h = _styled__default.div`
|
|
5718
5903
|
div {
|
|
5719
5904
|
width: 100%;
|
|
5720
5905
|
height: 100%;
|
|
@@ -5775,7 +5960,7 @@ const Wrapper$g = _styled__default.div`
|
|
|
5775
5960
|
|
|
5776
5961
|
.card {
|
|
5777
5962
|
position: relative;
|
|
5778
|
-
border: ${/*#__PURE__*/polished.rem('2px')} solid ${lightGrey$
|
|
5963
|
+
border: ${/*#__PURE__*/polished.rem('2px')} solid ${lightGrey$m};
|
|
5779
5964
|
border-radius: ${/*#__PURE__*/polished.rem('6px')};
|
|
5780
5965
|
width: ${/*#__PURE__*/polished.rem('300px')};
|
|
5781
5966
|
overflow: hidden;
|
|
@@ -5790,7 +5975,7 @@ const Wrapper$g = _styled__default.div`
|
|
|
5790
5975
|
margin: ${/*#__PURE__*/polished.rem('-45px')} 0 0 ${/*#__PURE__*/polished.rem('20px')};
|
|
5791
5976
|
width: ${/*#__PURE__*/polished.rem('90px')};
|
|
5792
5977
|
height: ${/*#__PURE__*/polished.rem('90px')};
|
|
5793
|
-
border: ${/*#__PURE__*/polished.rem('1px')} solid ${lightGrey$
|
|
5978
|
+
border: ${/*#__PURE__*/polished.rem('1px')} solid ${lightGrey$m};
|
|
5794
5979
|
border-radius: 999px;
|
|
5795
5980
|
}
|
|
5796
5981
|
|
|
@@ -5929,32 +6114,32 @@ const LoadingState = props => {
|
|
|
5929
6114
|
}), paragraphs));
|
|
5930
6115
|
}
|
|
5931
6116
|
|
|
5932
|
-
return /*#__PURE__*/React__default.createElement(Wrapper$
|
|
6117
|
+
return /*#__PURE__*/React__default.createElement(Wrapper$h, {
|
|
5933
6118
|
type: type
|
|
5934
6119
|
}, loadingType);
|
|
5935
6120
|
};
|
|
5936
6121
|
|
|
5937
6122
|
const {
|
|
5938
|
-
normal: normal$
|
|
5939
|
-
grey: grey$
|
|
5940
|
-
lightGrey: lightGrey$
|
|
5941
|
-
light: light$
|
|
6123
|
+
normal: normal$i,
|
|
6124
|
+
grey: grey$r,
|
|
6125
|
+
lightGrey: lightGrey$n,
|
|
6126
|
+
light: light$p
|
|
5942
6127
|
} = colors;
|
|
5943
|
-
const Wrapper$
|
|
6128
|
+
const Wrapper$i = _styled__default.div`
|
|
5944
6129
|
.tab {
|
|
5945
|
-
border-color: ${lightGrey$
|
|
6130
|
+
border-color: ${lightGrey$n};
|
|
5946
6131
|
|
|
5947
6132
|
&[aria-selected='true'] {
|
|
5948
6133
|
border-bottom: 0;
|
|
5949
6134
|
}
|
|
5950
6135
|
|
|
5951
6136
|
&[aria-selected='false'] {
|
|
5952
|
-
background-color: ${lightGrey$
|
|
5953
|
-
color: ${grey$
|
|
6137
|
+
background-color: ${lightGrey$n};
|
|
6138
|
+
color: ${grey$r};
|
|
5954
6139
|
transition-duration: 0.3s;
|
|
5955
6140
|
|
|
5956
6141
|
&:hover {
|
|
5957
|
-
color: ${normal$
|
|
6142
|
+
color: ${normal$i};
|
|
5958
6143
|
}
|
|
5959
6144
|
}
|
|
5960
6145
|
|
|
@@ -5969,8 +6154,8 @@ const Wrapper$h = _styled__default.div`
|
|
|
5969
6154
|
|
|
5970
6155
|
.panel {
|
|
5971
6156
|
border-radius: 0 ${/*#__PURE__*/polished.rem('6px')} ${/*#__PURE__*/polished.rem('6px')} ${/*#__PURE__*/polished.rem('6px')};
|
|
5972
|
-
border-color: ${lightGrey$
|
|
5973
|
-
background-color: ${light$
|
|
6157
|
+
border-color: ${lightGrey$n};
|
|
6158
|
+
background-color: ${light$p};
|
|
5974
6159
|
padding: ${/*#__PURE__*/polished.rem('30px')};
|
|
5975
6160
|
}
|
|
5976
6161
|
|
|
@@ -5990,7 +6175,7 @@ const Wrapper$h = _styled__default.div`
|
|
|
5990
6175
|
.RRT__tab {
|
|
5991
6176
|
background: #eee;
|
|
5992
6177
|
border-style: solid;
|
|
5993
|
-
border-color: ${/*#__PURE__*/polished.lighten(0.25, grey$
|
|
6178
|
+
border-color: ${/*#__PURE__*/polished.lighten(0.25, grey$r)};
|
|
5994
6179
|
border-width: ${/*#__PURE__*/polished.rem('1px')} ${/*#__PURE__*/polished.rem('1px')} ${/*#__PURE__*/polished.rem('1px')} 0;
|
|
5995
6180
|
cursor: pointer;
|
|
5996
6181
|
z-index: 1;
|
|
@@ -6000,7 +6185,7 @@ const Wrapper$h = _styled__default.div`
|
|
|
6000
6185
|
|
|
6001
6186
|
.RRT__tab:focus {
|
|
6002
6187
|
outline: 0;
|
|
6003
|
-
background-color: ${/*#__PURE__*/polished.lighten(0.25, grey$
|
|
6188
|
+
background-color: ${/*#__PURE__*/polished.lighten(0.25, grey$r)};
|
|
6004
6189
|
}
|
|
6005
6190
|
|
|
6006
6191
|
.RRT__accordion .RRT__tab {
|
|
@@ -6012,12 +6197,12 @@ const Wrapper$h = _styled__default.div`
|
|
|
6012
6197
|
}
|
|
6013
6198
|
|
|
6014
6199
|
.RRT__tab--selected {
|
|
6015
|
-
background: ${light$
|
|
6016
|
-
border-color: ${/*#__PURE__*/polished.lighten(0.25, grey$
|
|
6200
|
+
background: ${light$p};
|
|
6201
|
+
border-color: ${/*#__PURE__*/polished.lighten(0.25, grey$r)} ${/*#__PURE__*/polished.lighten(0.25, grey$r)} ${light$p};
|
|
6017
6202
|
}
|
|
6018
6203
|
|
|
6019
6204
|
.RRT__tab--selected:focus {
|
|
6020
|
-
background-color: ${light$
|
|
6205
|
+
background-color: ${light$p};
|
|
6021
6206
|
}
|
|
6022
6207
|
|
|
6023
6208
|
.RRT__tab--disabled {
|
|
@@ -6047,7 +6232,7 @@ const Wrapper$h = _styled__default.div`
|
|
|
6047
6232
|
.RRT__panel {
|
|
6048
6233
|
margin-top: ${/*#__PURE__*/polished.rem('-1px')};
|
|
6049
6234
|
padding: 1em;
|
|
6050
|
-
border: ${/*#__PURE__*/polished.rem('1px')} solid ${/*#__PURE__*/polished.lighten(0.25, grey$
|
|
6235
|
+
border: ${/*#__PURE__*/polished.rem('1px')} solid ${/*#__PURE__*/polished.lighten(0.25, grey$r)};
|
|
6051
6236
|
}
|
|
6052
6237
|
|
|
6053
6238
|
.RRT__panel--hidden {
|
|
@@ -6059,8 +6244,8 @@ const Wrapper$h = _styled__default.div`
|
|
|
6059
6244
|
}
|
|
6060
6245
|
|
|
6061
6246
|
.RRT__showmore {
|
|
6062
|
-
background: ${lightGrey$
|
|
6063
|
-
border: ${/*#__PURE__*/polished.rem('1px')} solid ${/*#__PURE__*/polished.lighten(0.25, grey$
|
|
6247
|
+
background: ${lightGrey$n};
|
|
6248
|
+
border: ${/*#__PURE__*/polished.rem('1px')} solid ${/*#__PURE__*/polished.lighten(0.25, grey$r)};
|
|
6064
6249
|
border-radius: 0 ${/*#__PURE__*/polished.rem('6px')} 0 0;
|
|
6065
6250
|
cursor: pointer;
|
|
6066
6251
|
z-index: 1;
|
|
@@ -6070,7 +6255,7 @@ const Wrapper$h = _styled__default.div`
|
|
|
6070
6255
|
}
|
|
6071
6256
|
|
|
6072
6257
|
.RRT__showmore--selected {
|
|
6073
|
-
background: ${light$
|
|
6258
|
+
background: ${light$p};
|
|
6074
6259
|
border-bottom: none;
|
|
6075
6260
|
}
|
|
6076
6261
|
|
|
@@ -6081,7 +6266,7 @@ const Wrapper$h = _styled__default.div`
|
|
|
6081
6266
|
}
|
|
6082
6267
|
|
|
6083
6268
|
.RRT__showmore-label--selected {
|
|
6084
|
-
background-color: ${/*#__PURE__*/polished.lighten(0.25, grey$
|
|
6269
|
+
background-color: ${/*#__PURE__*/polished.lighten(0.25, grey$r)};
|
|
6085
6270
|
}
|
|
6086
6271
|
|
|
6087
6272
|
.RRT__showmore-list {
|
|
@@ -6119,7 +6304,7 @@ const TabsPanel = props => {
|
|
|
6119
6304
|
}));
|
|
6120
6305
|
};
|
|
6121
6306
|
|
|
6122
|
-
return /*#__PURE__*/React__default.createElement(Wrapper$
|
|
6307
|
+
return /*#__PURE__*/React__default.createElement(Wrapper$i, null, /*#__PURE__*/React__default.createElement(Tabs, {
|
|
6123
6308
|
transform: false,
|
|
6124
6309
|
unmountOnExit: unmountOnExit,
|
|
6125
6310
|
selectedTabKey: selectedTabKey,
|
|
@@ -6129,7 +6314,7 @@ const TabsPanel = props => {
|
|
|
6129
6314
|
}));
|
|
6130
6315
|
};
|
|
6131
6316
|
|
|
6132
|
-
const Wrapper$
|
|
6317
|
+
const Wrapper$j = _styled__default.div`
|
|
6133
6318
|
display: flex;
|
|
6134
6319
|
flex-direction: column;
|
|
6135
6320
|
`;
|
|
@@ -6149,7 +6334,7 @@ const TabsPanel$1 = props => {
|
|
|
6149
6334
|
className = 'grid-container',
|
|
6150
6335
|
children
|
|
6151
6336
|
} = props;
|
|
6152
|
-
return /*#__PURE__*/React__default.createElement(Wrapper$
|
|
6337
|
+
return /*#__PURE__*/React__default.createElement(Wrapper$j, {
|
|
6153
6338
|
className: className
|
|
6154
6339
|
}, children);
|
|
6155
6340
|
};
|
|
@@ -6191,6 +6376,7 @@ exports.EmptyTable = EmptyTable;
|
|
|
6191
6376
|
exports.Error = Error;
|
|
6192
6377
|
exports.ErrorField = ErrorField;
|
|
6193
6378
|
exports.FieldWidthButton = FieldWidthButton;
|
|
6379
|
+
exports.FilePicker = FilePicker;
|
|
6194
6380
|
exports.FormGroup = FormGroup;
|
|
6195
6381
|
exports.GridCol = GridCol$1;
|
|
6196
6382
|
exports.GridContainer = TabsPanel$1;
|