@elliemae/ds-form-layout-blocks 2.3.0-next.3 → 3.0.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/form-layout-block-item/DSFormLayoutBlockItem.js +89 -0
- package/dist/cjs/form-layout-block-item/DSFormLayoutBlockItem.js.map +7 -0
- package/dist/cjs/form-layout-block-item/index.d.js +27 -0
- package/dist/cjs/form-layout-block-item/index.d.js.map +7 -0
- package/dist/cjs/form-layout-block-item/index.js +28 -0
- package/dist/cjs/form-layout-block-item/index.js.map +7 -0
- package/dist/cjs/form-layout-block-item/propTypes.js +50 -0
- package/dist/cjs/form-layout-block-item/propTypes.js.map +7 -0
- package/dist/cjs/form-layout-block-item/styles.js +125 -0
- package/dist/cjs/form-layout-block-item/styles.js.map +7 -0
- package/dist/cjs/form-layout-checkbox-group/DSFormLayoutCheckboxGroup.js +52 -0
- package/dist/cjs/form-layout-checkbox-group/DSFormLayoutCheckboxGroup.js.map +7 -0
- package/dist/cjs/form-layout-checkbox-group/config/useValidateProps.js +66 -0
- package/dist/cjs/form-layout-checkbox-group/config/useValidateProps.js.map +7 -0
- package/dist/cjs/form-layout-checkbox-group/defaultProps.js +37 -0
- package/dist/cjs/form-layout-checkbox-group/defaultProps.js.map +7 -0
- package/dist/cjs/form-layout-checkbox-group/index.d.js +27 -0
- package/dist/cjs/form-layout-checkbox-group/index.d.js.map +7 -0
- package/dist/cjs/form-layout-checkbox-group/index.js +28 -0
- package/dist/cjs/form-layout-checkbox-group/index.js.map +7 -0
- package/dist/cjs/form-layout-checkbox-group/propTypes.js +38 -0
- package/dist/cjs/form-layout-checkbox-group/propTypes.js.map +7 -0
- package/dist/cjs/form-layout-checkbox-group/styles.js +50 -0
- package/dist/cjs/form-layout-checkbox-group/styles.js.map +7 -0
- package/dist/cjs/index.d.js +29 -0
- package/dist/cjs/index.d.js.map +7 -0
- package/dist/cjs/index.js +29 -0
- package/dist/cjs/index.js.map +7 -0
- package/dist/esm/form-layout-block-item/DSFormLayoutBlockItem.js +60 -0
- package/dist/esm/form-layout-block-item/DSFormLayoutBlockItem.js.map +7 -0
- package/dist/esm/form-layout-block-item/index.d.js +2 -0
- package/dist/esm/form-layout-block-item/index.d.js.map +7 -0
- package/dist/esm/form-layout-block-item/index.js +3 -0
- package/dist/esm/form-layout-block-item/index.js.map +7 -0
- package/dist/esm/form-layout-block-item/propTypes.js +21 -0
- package/dist/esm/form-layout-block-item/propTypes.js.map +7 -0
- package/dist/esm/form-layout-block-item/styles.js +96 -0
- package/dist/esm/form-layout-block-item/styles.js.map +7 -0
- package/dist/esm/form-layout-checkbox-group/DSFormLayoutCheckboxGroup.js +23 -0
- package/dist/esm/form-layout-checkbox-group/DSFormLayoutCheckboxGroup.js.map +7 -0
- package/dist/esm/form-layout-checkbox-group/config/useValidateProps.js +37 -0
- package/dist/esm/form-layout-checkbox-group/config/useValidateProps.js.map +7 -0
- package/dist/esm/form-layout-checkbox-group/defaultProps.js +8 -0
- package/dist/esm/form-layout-checkbox-group/defaultProps.js.map +7 -0
- package/dist/esm/form-layout-checkbox-group/index.d.js +2 -0
- package/dist/esm/form-layout-checkbox-group/index.d.js.map +7 -0
- package/dist/esm/form-layout-checkbox-group/index.js +3 -0
- package/dist/esm/form-layout-checkbox-group/index.js.map +7 -0
- package/dist/esm/form-layout-checkbox-group/propTypes.js +9 -0
- package/dist/esm/form-layout-checkbox-group/propTypes.js.map +7 -0
- package/dist/esm/form-layout-checkbox-group/styles.js +21 -0
- package/dist/esm/form-layout-checkbox-group/styles.js.map +7 -0
- package/dist/esm/index.d.js +4 -0
- package/dist/esm/index.d.js.map +7 -0
- package/dist/esm/index.js +4 -0
- package/dist/esm/index.js.map +7 -0
- package/{types → dist/types}/form-layout-block-item/DSFormLayoutBlockItem.d.ts +0 -0
- package/{types → dist/types}/form-layout-block-item/index.d.d.ts +0 -0
- package/{types → dist/types}/form-layout-block-item/index.d.ts +0 -0
- package/{types → dist/types}/form-layout-block-item/propTypes.d.ts +0 -0
- package/{types → dist/types}/form-layout-block-item/styles.d.ts +0 -0
- package/{types → dist/types}/form-layout-checkbox-group/DSFormLayoutCheckboxGroup.d.ts +0 -0
- package/{types → dist/types}/form-layout-checkbox-group/config/useValidateProps.d.ts +0 -0
- package/{types → dist/types}/form-layout-checkbox-group/defaultProps.d.ts +0 -0
- package/{types → dist/types}/form-layout-checkbox-group/index.d.d.ts +0 -0
- package/{types → dist/types}/form-layout-checkbox-group/index.d.ts +0 -0
- package/{types → dist/types}/form-layout-checkbox-group/propTypes.d.ts +0 -0
- package/{types → dist/types}/form-layout-checkbox-group/styles.d.ts +0 -0
- package/{types → dist/types}/index.d.ts +0 -0
- package/package.json +44 -36
- package/cjs/form-layout-block-item/DSFormLayoutBlockItem.js +0 -67
- package/cjs/form-layout-block-item/index.d.js +0 -2
- package/cjs/form-layout-block-item/index.js +0 -10
- package/cjs/form-layout-block-item/propTypes.js +0 -23
- package/cjs/form-layout-block-item/styles.js +0 -92
- package/cjs/form-layout-checkbox-group/DSFormLayoutCheckboxGroup.js +0 -30
- package/cjs/form-layout-checkbox-group/config/useValidateProps.js +0 -36
- package/cjs/form-layout-checkbox-group/defaultProps.js +0 -9
- package/cjs/form-layout-checkbox-group/index.d.js +0 -2
- package/cjs/form-layout-checkbox-group/index.js +0 -10
- package/cjs/form-layout-checkbox-group/propTypes.js +0 -11
- package/cjs/form-layout-checkbox-group/styles.js +0 -46
- package/cjs/index.d.js +0 -2
- package/cjs/index.js +0 -13
- package/esm/form-layout-block-item/DSFormLayoutBlockItem.js +0 -58
- package/esm/form-layout-block-item/index.d.js +0 -1
- package/esm/form-layout-block-item/index.js +0 -1
- package/esm/form-layout-block-item/propTypes.js +0 -19
- package/esm/form-layout-block-item/styles.js +0 -80
- package/esm/form-layout-checkbox-group/DSFormLayoutCheckboxGroup.js +0 -21
- package/esm/form-layout-checkbox-group/config/useValidateProps.js +0 -28
- package/esm/form-layout-checkbox-group/defaultProps.js +0 -5
- package/esm/form-layout-checkbox-group/index.d.js +0 -1
- package/esm/form-layout-checkbox-group/index.js +0 -1
- package/esm/form-layout-checkbox-group/propTypes.js +0 -7
- package/esm/form-layout-checkbox-group/styles.js +0 -38
- package/esm/index.d.js +0 -1
- package/esm/index.js +0 -2
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
import _jsx from '@babel/runtime/helpers/esm/jsx';
|
|
2
|
-
import { useMemo } from 'react';
|
|
3
|
-
import { describe } from 'react-desc';
|
|
4
|
-
import { uid } from 'uid';
|
|
5
|
-
import { propTypes } from './propTypes.js';
|
|
6
|
-
import { StyledContainer, StyledLabel, StyledMark, ScreenReaderOnly, StyledMessage } from './styles.js';
|
|
7
|
-
|
|
8
|
-
const DSFormLayoutBlockItem = props => {
|
|
9
|
-
const {
|
|
10
|
-
label,
|
|
11
|
-
feedbackMessage,
|
|
12
|
-
validationMessage,
|
|
13
|
-
inputID,
|
|
14
|
-
children,
|
|
15
|
-
hasError,
|
|
16
|
-
leftLabel,
|
|
17
|
-
required,
|
|
18
|
-
optional,
|
|
19
|
-
hideLabel,
|
|
20
|
-
fitContent,
|
|
21
|
-
withHighlight,
|
|
22
|
-
isGroup = false
|
|
23
|
-
} = props;
|
|
24
|
-
const instanceUID = useMemo(() => uid(6), []);
|
|
25
|
-
return /*#__PURE__*/_jsx(StyledContainer, {
|
|
26
|
-
leftLabel: leftLabel,
|
|
27
|
-
fitContent: fitContent,
|
|
28
|
-
hideLabel: hideLabel,
|
|
29
|
-
withHighlight: withHighlight,
|
|
30
|
-
as: isGroup ? 'fieldset' : 'div',
|
|
31
|
-
isGroup: isGroup,
|
|
32
|
-
"aria-describedby": "".concat(inputID || instanceUID, "_feedback_message")
|
|
33
|
-
}, void 0, /*#__PURE__*/_jsx(StyledLabel, {
|
|
34
|
-
htmlFor: inputID,
|
|
35
|
-
leftLabel: leftLabel,
|
|
36
|
-
hideLabel: hideLabel,
|
|
37
|
-
"aria-hidden": isGroup
|
|
38
|
-
}, void 0, label, (required || optional) && /*#__PURE__*/_jsx(StyledMark, {
|
|
39
|
-
required: required
|
|
40
|
-
})), isGroup && /*#__PURE__*/_jsx(ScreenReaderOnly, {
|
|
41
|
-
as: "legend"
|
|
42
|
-
}, void 0, "".concat(label, ". ").concat(feedbackMessage || '')), children, feedbackMessage && !hasError && /*#__PURE__*/_jsx(StyledMessage, {
|
|
43
|
-
leftLabel: leftLabel,
|
|
44
|
-
hideLabel: hideLabel,
|
|
45
|
-
"aria-hidden": isGroup,
|
|
46
|
-
id: "".concat(inputID || instanceUID, "_feedback_message")
|
|
47
|
-
}, void 0, feedbackMessage), validationMessage && hasError && /*#__PURE__*/_jsx(StyledMessage, {
|
|
48
|
-
hasError: hasError,
|
|
49
|
-
leftLabel: leftLabel,
|
|
50
|
-
hideLabel: hideLabel,
|
|
51
|
-
role: "alert"
|
|
52
|
-
}, void 0, validationMessage));
|
|
53
|
-
};
|
|
54
|
-
|
|
55
|
-
const DSFormLayoutBlockItemWithSchema = describe(DSFormLayoutBlockItem);
|
|
56
|
-
DSFormLayoutBlockItemWithSchema.propTypes = propTypes;
|
|
57
|
-
|
|
58
|
-
export { DSFormLayoutBlockItem, DSFormLayoutBlockItemWithSchema };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { DSFormLayoutBlockItem, DSFormLayoutBlockItemWithSchema } from './DSFormLayoutBlockItem.js';
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import { PropTypes } from 'react-desc';
|
|
2
|
-
|
|
3
|
-
const propTypes = {
|
|
4
|
-
children: PropTypes.node.isRequired.description('Input component. '),
|
|
5
|
-
label: PropTypes.string.isRequired.description('Label property for the input component. This property is required for accesibility purposes.'),
|
|
6
|
-
inputID: PropTypes.string.isRequired.description("String that matches the input component's id. This property is required for accesibility purposes."),
|
|
7
|
-
feedbackMessage: PropTypes.string.description('Feedback message to show below the input component.'),
|
|
8
|
-
validationMessage: PropTypes.string.description('Validation message to show below the input component. It requires hasError property set to true to be visible.'),
|
|
9
|
-
hasError: PropTypes.bool.description('Helper boolean property for the validation message.'),
|
|
10
|
-
required: PropTypes.bool.description('Adds required extra styling.'),
|
|
11
|
-
optional: PropTypes.bool.description('Adds optional extra styling.'),
|
|
12
|
-
fitContent: PropTypes.bool.description('Set the width of the layout to the input component.'),
|
|
13
|
-
leftLabel: PropTypes.bool.description('Adds the label at the left of the input component.'),
|
|
14
|
-
hideLabel: PropTypes.bool.description('Hides the input label. It still requires label and labelFor property for accesibility purposes'),
|
|
15
|
-
withHighlight: PropTypes.bool.description('Adds highlight extra styling. It requires extra spacing, please check withHighlight explanation tab.'),
|
|
16
|
-
isGroup: PropTypes.bool.description('Sets the HTML elements as fieldset and legend. This should be used when you want to group more than one input.')
|
|
17
|
-
};
|
|
18
|
-
|
|
19
|
-
export { propTypes };
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
2
|
-
|
|
3
|
-
const StyledContainer = /*#__PURE__*/styled.div.withConfig({
|
|
4
|
-
componentId: "sc-196zgtg-0"
|
|
5
|
-
})(["position:relative;padding:0;margin:0;display:grid;", " ", ";", " align-items:center;", ""], _ref => {
|
|
6
|
-
let {
|
|
7
|
-
fitContent
|
|
8
|
-
} = _ref;
|
|
9
|
-
return fitContent ? 'width: fit-content;' : undefined;
|
|
10
|
-
}, _ref2 => {
|
|
11
|
-
let {
|
|
12
|
-
isGroup
|
|
13
|
-
} = _ref2;
|
|
14
|
-
return isGroup ? 'border: none' : '';
|
|
15
|
-
}, _ref3 => {
|
|
16
|
-
let {
|
|
17
|
-
leftLabel,
|
|
18
|
-
hideLabel
|
|
19
|
-
} = _ref3;
|
|
20
|
-
return leftLabel && !hideLabel ? 'grid-template-columns: max-content auto;' : undefined;
|
|
21
|
-
}, _ref4 => {
|
|
22
|
-
let {
|
|
23
|
-
theme,
|
|
24
|
-
withHighlight
|
|
25
|
-
} = _ref4;
|
|
26
|
-
return withHighlight ? "\n &::after {\n position: absolute;\n content: '';\n left: -".concat(theme.space.xxs, ";\n top: -").concat(theme.space.xxxs, ";\n z-index: -1;\n width: calc(100% + ").concat(theme.space.xs, ");\n height: calc(100% + ").concat(theme.space.xxs, ");\n background-color: #FEFBEE;\n border : 1px solid #8F6326;\n border-radius : 4px;\n box-shadow: 0 1px 3px 0 rgba(0,0,0,0.35);\n }\n &:hover, \n &:focus-within {\n &::after {\n position: absolute;\n content: '';\n left: -").concat(theme.space.xxs, ";\n top: -").concat(theme.space.xxxs, ";\n z-index: -1;\n width: calc(100% + ").concat(theme.space.xs, ");\n height: calc(100% + ").concat(theme.space.xxs, ");\n background-color: #FFF9D3;\n border : 2px solid #8F6326;\n border-radius : 4px;\n box-shadow: 0 6px 10px 0 rgba(0,0,0,0.30);\n }\n }\n ") : undefined;
|
|
27
|
-
});
|
|
28
|
-
const StyledLabel = /*#__PURE__*/styled.label.withConfig({
|
|
29
|
-
componentId: "sc-196zgtg-1"
|
|
30
|
-
})(["display:flex;", " ", ""], _ref5 => {
|
|
31
|
-
let {
|
|
32
|
-
theme,
|
|
33
|
-
leftLabel
|
|
34
|
-
} = _ref5;
|
|
35
|
-
return leftLabel ? "padding-right: ".concat(theme.space.xxs, ";") : undefined;
|
|
36
|
-
}, _ref6 => {
|
|
37
|
-
let {
|
|
38
|
-
hideLabel
|
|
39
|
-
} = _ref6;
|
|
40
|
-
return hideLabel ? "position: absolute;\n width: 1px;\n height: 1px;\n padding: 0;\n margin: -1px;\n overflow: hidden;\n clip: rect(0, 0, 0, 0);\n white-space: nowrap;\n border: 0;\n " : undefined;
|
|
41
|
-
});
|
|
42
|
-
const StyledMessage = /*#__PURE__*/styled.div.withConfig({
|
|
43
|
-
componentId: "sc-196zgtg-2"
|
|
44
|
-
})(["font-size:", ";font-style:italic;text-align:right;line-height:15px;height:15px;overflow:hidden;text-overflow:ellipsis;color:", ";", ""], _ref7 => {
|
|
45
|
-
let {
|
|
46
|
-
theme
|
|
47
|
-
} = _ref7;
|
|
48
|
-
return theme.fontSizes.microText[200];
|
|
49
|
-
}, _ref8 => {
|
|
50
|
-
let {
|
|
51
|
-
theme,
|
|
52
|
-
hasError
|
|
53
|
-
} = _ref8;
|
|
54
|
-
return hasError ? theme.colors.danger[900] : theme.colors.neutral[500];
|
|
55
|
-
}, _ref9 => {
|
|
56
|
-
let {
|
|
57
|
-
leftLabel,
|
|
58
|
-
hideLabel
|
|
59
|
-
} = _ref9;
|
|
60
|
-
return leftLabel && !hideLabel ? 'grid-column: 1/3;' : undefined;
|
|
61
|
-
});
|
|
62
|
-
const StyledMark = /*#__PURE__*/styled.span.withConfig({
|
|
63
|
-
componentId: "sc-196zgtg-3"
|
|
64
|
-
})(["width:6px;height:6px;border-radius:50%;margin-left:", ";", ""], _ref10 => {
|
|
65
|
-
let {
|
|
66
|
-
theme
|
|
67
|
-
} = _ref10;
|
|
68
|
-
return theme.space.xxxs;
|
|
69
|
-
}, _ref11 => {
|
|
70
|
-
let {
|
|
71
|
-
theme,
|
|
72
|
-
required
|
|
73
|
-
} = _ref11;
|
|
74
|
-
return required ? "\n background-color: ".concat(theme.colors.danger[900], ";\n ") : "\n border: 1px solid ".concat(theme.colors.brand[600], ";\n ");
|
|
75
|
-
});
|
|
76
|
-
const ScreenReaderOnly = /*#__PURE__*/styled.div.withConfig({
|
|
77
|
-
componentId: "sc-196zgtg-4"
|
|
78
|
-
})(["clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px;"]);
|
|
79
|
-
|
|
80
|
-
export { ScreenReaderOnly, StyledContainer, StyledLabel, StyledMark, StyledMessage };
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
import _jsx from '@babel/runtime/helpers/esm/jsx';
|
|
2
|
-
import 'react';
|
|
3
|
-
import { describe } from 'react-desc';
|
|
4
|
-
import { useMemoMergePropsWithDefault } from '@elliemae/ds-props-helpers';
|
|
5
|
-
import { propTypes } from './propTypes.js';
|
|
6
|
-
import { StyledContainer } from './styles.js';
|
|
7
|
-
import { defaultProps } from './defaultProps.js';
|
|
8
|
-
import { useValidateProps } from './config/useValidateProps.js';
|
|
9
|
-
|
|
10
|
-
const DSFormLayoutCheckboxGroup = props => {
|
|
11
|
-
useValidateProps(props);
|
|
12
|
-
const propsWithDefault = useMemoMergePropsWithDefault(props, defaultProps);
|
|
13
|
-
return /*#__PURE__*/_jsx(StyledContainer, {
|
|
14
|
-
direction: propsWithDefault.direction
|
|
15
|
-
}, void 0, propsWithDefault.children);
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
const DSFormLayoutCheckboxGroupWithSchema = describe(DSFormLayoutCheckboxGroup);
|
|
19
|
-
DSFormLayoutCheckboxGroupWithSchema.propTypes = propTypes;
|
|
20
|
-
|
|
21
|
-
export { DSFormLayoutCheckboxGroup, DSFormLayoutCheckboxGroupWithSchema };
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
|
|
3
|
-
const getVariableType = arg => {
|
|
4
|
-
if (Array.isArray(arg)) return 'array';
|
|
5
|
-
if (arg === null) return 'null';
|
|
6
|
-
if (arg === undefined) return 'undefined';
|
|
7
|
-
return typeof arg;
|
|
8
|
-
};
|
|
9
|
-
|
|
10
|
-
const throwCheckboxGroupDirectionError = invalidProp => {
|
|
11
|
-
throw new Error("You are trying to pass a not valid \"direction\" property value for a checkbox group, please provide a valid type.\n\n Received: ".concat(invalidProp, " (").concat(getVariableType(invalidProp), ")\n Expected: \"horizontal\" or \"vertical\" (string)\n "));
|
|
12
|
-
};
|
|
13
|
-
|
|
14
|
-
const throwCheckboxGroupChildrenError = () => {
|
|
15
|
-
throw new Error("You are trying to use a checkbox group without any React children, please provide at least one children to use.\n \n Received: (null)\n Expected: React children\n ");
|
|
16
|
-
};
|
|
17
|
-
|
|
18
|
-
const useValidateProps = props => {
|
|
19
|
-
if (props.direction !== undefined && props.direction !== 'vertical' && props.direction !== 'horizontal') {
|
|
20
|
-
throwCheckboxGroupDirectionError(props.direction);
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
if (!React.Children.count(props.children)) {
|
|
24
|
-
throwCheckboxGroupChildrenError();
|
|
25
|
-
}
|
|
26
|
-
};
|
|
27
|
-
|
|
28
|
-
export { useValidateProps };
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { DSFormLayoutCheckboxGroup, DSFormLayoutCheckboxGroupWithSchema } from './DSFormLayoutCheckboxGroup.js';
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
import styled from 'styled-components';
|
|
2
|
-
|
|
3
|
-
const StyledContainer = /*#__PURE__*/styled.div.withConfig({
|
|
4
|
-
componentId: "sc-1wopk9q-0"
|
|
5
|
-
})(["display:inline-flex;flex-wrap:wrap;flex-direction:", ";margin-left:", ";margin-right:", ";margin-top:", ";& div{padding:0;margin-bottom:", ";}& div:not(:last-child){margin-right:", ";}"], _ref => {
|
|
6
|
-
let {
|
|
7
|
-
direction
|
|
8
|
-
} = _ref;
|
|
9
|
-
return direction === 'horizontal' ? 'row' : 'column';
|
|
10
|
-
}, _ref2 => {
|
|
11
|
-
let {
|
|
12
|
-
theme
|
|
13
|
-
} = _ref2;
|
|
14
|
-
return theme.space.xs;
|
|
15
|
-
}, _ref3 => {
|
|
16
|
-
let {
|
|
17
|
-
theme
|
|
18
|
-
} = _ref3;
|
|
19
|
-
return theme.space.xs;
|
|
20
|
-
}, _ref4 => {
|
|
21
|
-
let {
|
|
22
|
-
theme
|
|
23
|
-
} = _ref4;
|
|
24
|
-
return theme.space.xxs;
|
|
25
|
-
}, _ref5 => {
|
|
26
|
-
let {
|
|
27
|
-
theme
|
|
28
|
-
} = _ref5;
|
|
29
|
-
return theme.space.xxs;
|
|
30
|
-
}, _ref6 => {
|
|
31
|
-
let {
|
|
32
|
-
theme,
|
|
33
|
-
direction
|
|
34
|
-
} = _ref6;
|
|
35
|
-
return direction === 'horizontal' ? theme.space.s : '0';
|
|
36
|
-
});
|
|
37
|
-
|
|
38
|
-
export { StyledContainer };
|
package/esm/index.d.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
package/esm/index.js
DELETED