@elliemae/ds-basic 2.2.0-alpha.4 → 3.0.0-next.2
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/cjs/Accordion/index.js +21 -35
- package/cjs/AppPicker/index.js +21 -35
- package/cjs/Backdrop/index.js +21 -35
- package/cjs/Breadcrumb/index.js +21 -35
- package/cjs/Button/index.js +21 -35
- package/cjs/ButtonGroup/index.js +21 -35
- package/cjs/Card/index.js +21 -35
- package/cjs/CircularProgressIndicator/index.js +21 -35
- package/cjs/Grid/index.js +21 -35
- package/cjs/GroupBox/index.js +21 -35
- package/cjs/Header/index.js +21 -35
- package/cjs/Hidden/index.js +21 -35
- package/cjs/Icon/index.js +21 -35
- package/cjs/IndeterminateProgressIndicator/index.js +21 -35
- package/cjs/LabelValue/index.js +21 -35
- package/cjs/ListSectionHeader/index.js +21 -35
- package/cjs/LoadingIndicator/index.js +21 -35
- package/cjs/Menu/index.js +21 -35
- package/cjs/Overlay/index.js +21 -35
- package/cjs/PageHeader/index.js +21 -35
- package/cjs/PageNumber/index.js +21 -35
- package/cjs/Pills/index.js +21 -35
- package/cjs/Popover/index.js +21 -35
- package/cjs/Popper/index.js +21 -35
- package/cjs/Portal/index.js +21 -35
- package/cjs/ProgressIndicator/index.js +21 -35
- package/cjs/ReadMore/index.js +21 -35
- package/cjs/ResizableContainer/index.js +21 -35
- package/cjs/Separator/index.js +21 -35
- package/cjs/SidePanel/index.js +21 -35
- package/cjs/Slider/index.js +21 -35
- package/cjs/Spinner/index.js +21 -35
- package/cjs/Tabs/index.js +21 -35
- package/cjs/TextWrapper/index.js +21 -35
- package/cjs/TimePicker/index.js +35 -40
- package/cjs/Toast/index.js +21 -36
- package/cjs/Toolbar/index.js +21 -35
- package/cjs/Tooltip/index.js +21 -35
- package/cjs/TruncatedExpandableText/index.js +21 -35
- package/cjs/TruncatedTooltipText/index.js +21 -35
- package/cjs/ZipCodeSearch/index.js +21 -35
- package/cjs/Zoom/index.js +21 -35
- package/cjs/form/Checkbox/index.js +21 -35
- package/cjs/form/CheckboxGroup/index.js +21 -35
- package/cjs/form/ComboBox/index.js +26 -37
- package/cjs/form/ComboBoxFreeSolo/index.js +21 -35
- package/cjs/form/DateInput/index.js +21 -35
- package/cjs/form/DateInputV2/index.js +20 -38
- package/cjs/form/ExpandableInput/index.js +21 -35
- package/cjs/form/FloatingLabelInput/index.js +21 -35
- package/cjs/form/FormItem/index.js +32 -39
- package/cjs/form/Input/index.js +21 -35
- package/cjs/form/InputGroup/index.js +19 -36
- package/cjs/form/InputMask/index.js +21 -35
- package/cjs/form/InputProtected/index.js +21 -35
- package/cjs/form/LargeInputText/index.js +21 -35
- package/cjs/form/Radio/index.js +21 -35
- package/cjs/form/RadioGroup/index.js +21 -35
- package/cjs/form/RequiredMark/index.js +21 -35
- package/cjs/form/SearchBox/index.js +34 -40
- package/cjs/form/TextBox/index.js +21 -35
- package/cjs/form/TimeInput/index.js +21 -35
- package/cjs/form/Toggle/index.js +21 -35
- package/cjs/form/index.js +14 -28
- package/cjs/index.js +310 -78
- package/css/dimsum.css +695 -672
- package/css/dimsum.min.css +1 -1
- package/css/dimsum.min.css.map +1 -1
- package/esm/Accordion/index.js +2 -7
- package/esm/AppPicker/index.js +2 -7
- package/esm/Backdrop/index.js +2 -7
- package/esm/Breadcrumb/index.js +2 -7
- package/esm/Button/index.js +2 -7
- package/esm/ButtonGroup/index.js +2 -7
- package/esm/Card/index.js +2 -7
- package/esm/CircularProgressIndicator/index.js +2 -7
- package/esm/Grid/index.js +2 -7
- package/esm/GroupBox/index.js +2 -7
- package/esm/Header/index.js +2 -7
- package/esm/Hidden/index.js +2 -7
- package/esm/Icon/index.js +2 -7
- package/esm/IndeterminateProgressIndicator/index.js +2 -7
- package/esm/LabelValue/index.js +2 -7
- package/esm/ListSectionHeader/index.js +2 -7
- package/esm/LoadingIndicator/index.js +2 -7
- package/esm/Menu/index.js +2 -7
- package/esm/Overlay/index.js +2 -7
- package/esm/PageHeader/index.js +2 -7
- package/esm/PageNumber/index.js +2 -7
- package/esm/Pills/index.js +2 -7
- package/esm/Popover/index.js +2 -7
- package/esm/Popper/index.js +2 -7
- package/esm/Portal/index.js +2 -7
- package/esm/ProgressIndicator/index.js +2 -7
- package/esm/ReadMore/index.js +2 -7
- package/esm/ResizableContainer/index.js +2 -7
- package/esm/Separator/index.js +2 -7
- package/esm/SidePanel/index.js +2 -7
- package/esm/Slider/index.js +2 -7
- package/esm/Spinner/index.js +2 -7
- package/esm/Tabs/index.js +2 -7
- package/esm/TextWrapper/index.js +2 -7
- package/esm/TimePicker/index.js +1 -18
- package/esm/Toast/index.js +2 -8
- package/esm/Toolbar/index.js +2 -7
- package/esm/Tooltip/index.js +2 -7
- package/esm/TruncatedExpandableText/index.js +2 -7
- package/esm/TruncatedTooltipText/index.js +2 -7
- package/esm/ZipCodeSearch/index.js +2 -7
- package/esm/Zoom/index.js +2 -7
- package/esm/form/Checkbox/index.js +2 -7
- package/esm/form/CheckboxGroup/index.js +2 -7
- package/esm/form/ComboBox/index.js +2 -9
- package/esm/form/ComboBoxFreeSolo/index.js +2 -7
- package/esm/form/DateInput/index.js +2 -7
- package/esm/form/DateInputV2/index.js +2 -10
- package/esm/form/ExpandableInput/index.js +2 -7
- package/esm/form/FloatingLabelInput/index.js +2 -7
- package/esm/form/FormItem/index.js +2 -16
- package/esm/form/Input/index.js +2 -7
- package/esm/form/InputGroup/index.js +1 -8
- package/esm/form/InputMask/index.js +2 -7
- package/esm/form/InputProtected/index.js +2 -7
- package/esm/form/LargeInputText/index.js +2 -7
- package/esm/form/Radio/index.js +2 -7
- package/esm/form/RadioGroup/index.js +2 -7
- package/esm/form/RequiredMark/index.js +2 -7
- package/esm/form/SearchBox/index.js +3 -18
- package/esm/form/TextBox/index.js +2 -7
- package/esm/form/TimeInput/index.js +2 -7
- package/esm/form/Toggle/index.js +2 -7
- package/esm/form/index.js +1 -3
- package/esm/index.js +43 -49
- package/package.json +44 -44
- package/styles/base/fonts/font-base.scss +7 -1
- package/styles/components/packages/ds-basic/styles/base/fonts/font-base.scss +7 -1
- package/styles/components/packages/ds-basic/styles/themes/theme-default.scss +30 -28
- package/styles/components/packages/ds-button/DSButton.scss +7 -7
- package/styles/components/packages/ds-date-picker/components/DatePickerPicker/DatePickerPicker.scss +1 -1
- package/styles/components/packages/ds-treeview/Tree.scss +55 -43
- package/styles/themes/theme-default.scss +30 -28
- package/cjs/Accordion/index.js.map +0 -7
- package/cjs/AppPicker/index.js.map +0 -7
- package/cjs/Backdrop/index.js.map +0 -7
- package/cjs/Breadcrumb/index.js.map +0 -7
- package/cjs/Button/index.js.map +0 -7
- package/cjs/ButtonGroup/index.js.map +0 -7
- package/cjs/Card/index.js.map +0 -7
- package/cjs/CircularProgressIndicator/index.js.map +0 -7
- package/cjs/Grid/index.js.map +0 -7
- package/cjs/GroupBox/index.js.map +0 -7
- package/cjs/Header/index.js.map +0 -7
- package/cjs/Hidden/index.js.map +0 -7
- package/cjs/Icon/index.js.map +0 -7
- package/cjs/IndeterminateProgressIndicator/index.js.map +0 -7
- package/cjs/LabelValue/index.js.map +0 -7
- package/cjs/ListSectionHeader/index.js.map +0 -7
- package/cjs/LoadingIndicator/index.js.map +0 -7
- package/cjs/Menu/index.js.map +0 -7
- package/cjs/Overlay/index.js.map +0 -7
- package/cjs/PageHeader/index.js.map +0 -7
- package/cjs/PageNumber/index.js.map +0 -7
- package/cjs/Pills/index.js.map +0 -7
- package/cjs/Popover/index.js.map +0 -7
- package/cjs/Popper/index.js.map +0 -7
- package/cjs/Portal/index.js.map +0 -7
- package/cjs/ProgressIndicator/index.js.map +0 -7
- package/cjs/ReadMore/index.js.map +0 -7
- package/cjs/ResizableContainer/index.js.map +0 -7
- package/cjs/Separator/index.js.map +0 -7
- package/cjs/SidePanel/index.js.map +0 -7
- package/cjs/Slider/index.js.map +0 -7
- package/cjs/Spinner/index.js.map +0 -7
- package/cjs/Tabs/index.js.map +0 -7
- package/cjs/TextWrapper/index.js.map +0 -7
- package/cjs/TimePicker/index.js.map +0 -7
- package/cjs/Toast/index.js.map +0 -7
- package/cjs/Toolbar/index.js.map +0 -7
- package/cjs/Tooltip/index.js.map +0 -7
- package/cjs/TruncatedExpandableText/index.js.map +0 -7
- package/cjs/TruncatedTooltipText/index.js.map +0 -7
- package/cjs/ZipCodeSearch/index.js.map +0 -7
- package/cjs/Zoom/index.js.map +0 -7
- package/cjs/form/Checkbox/index.js.map +0 -7
- package/cjs/form/CheckboxGroup/index.js.map +0 -7
- package/cjs/form/ComboBox/index.js.map +0 -7
- package/cjs/form/ComboBoxFreeSolo/index.js.map +0 -7
- package/cjs/form/DateInput/index.js.map +0 -7
- package/cjs/form/DateInputV2/index.js.map +0 -7
- package/cjs/form/ExpandableInput/index.js.map +0 -7
- package/cjs/form/FloatingLabelInput/index.js.map +0 -7
- package/cjs/form/FormItem/index.js.map +0 -7
- package/cjs/form/Input/index.js.map +0 -7
- package/cjs/form/InputGroup/index.js.map +0 -7
- package/cjs/form/InputMask/index.js.map +0 -7
- package/cjs/form/InputProtected/index.js.map +0 -7
- package/cjs/form/LargeInputText/index.js.map +0 -7
- package/cjs/form/Radio/index.js.map +0 -7
- package/cjs/form/RadioGroup/index.js.map +0 -7
- package/cjs/form/RequiredMark/index.js.map +0 -7
- package/cjs/form/SearchBox/index.js.map +0 -7
- package/cjs/form/TextBox/index.js.map +0 -7
- package/cjs/form/TimeInput/index.js.map +0 -7
- package/cjs/form/Toggle/index.js.map +0 -7
- package/cjs/form/index.js.map +0 -7
- package/cjs/index.js.map +0 -7
- package/esm/Accordion/index.js.map +0 -7
- package/esm/AppPicker/index.js.map +0 -7
- package/esm/Backdrop/index.js.map +0 -7
- package/esm/Breadcrumb/index.js.map +0 -7
- package/esm/Button/index.js.map +0 -7
- package/esm/ButtonGroup/index.js.map +0 -7
- package/esm/Card/index.js.map +0 -7
- package/esm/CircularProgressIndicator/index.js.map +0 -7
- package/esm/Grid/index.js.map +0 -7
- package/esm/GroupBox/index.js.map +0 -7
- package/esm/Header/index.js.map +0 -7
- package/esm/Hidden/index.js.map +0 -7
- package/esm/Icon/index.js.map +0 -7
- package/esm/IndeterminateProgressIndicator/index.js.map +0 -7
- package/esm/LabelValue/index.js.map +0 -7
- package/esm/ListSectionHeader/index.js.map +0 -7
- package/esm/LoadingIndicator/index.js.map +0 -7
- package/esm/Menu/index.js.map +0 -7
- package/esm/Overlay/index.js.map +0 -7
- package/esm/PageHeader/index.js.map +0 -7
- package/esm/PageNumber/index.js.map +0 -7
- package/esm/Pills/index.js.map +0 -7
- package/esm/Popover/index.js.map +0 -7
- package/esm/Popper/index.js.map +0 -7
- package/esm/Portal/index.js.map +0 -7
- package/esm/ProgressIndicator/index.js.map +0 -7
- package/esm/ReadMore/index.js.map +0 -7
- package/esm/ResizableContainer/index.js.map +0 -7
- package/esm/Separator/index.js.map +0 -7
- package/esm/SidePanel/index.js.map +0 -7
- package/esm/Slider/index.js.map +0 -7
- package/esm/Spinner/index.js.map +0 -7
- package/esm/Tabs/index.js.map +0 -7
- package/esm/TextWrapper/index.js.map +0 -7
- package/esm/TimePicker/index.js.map +0 -7
- package/esm/Toast/index.js.map +0 -7
- package/esm/Toolbar/index.js.map +0 -7
- package/esm/Tooltip/index.js.map +0 -7
- package/esm/TruncatedExpandableText/index.js.map +0 -7
- package/esm/TruncatedTooltipText/index.js.map +0 -7
- package/esm/ZipCodeSearch/index.js.map +0 -7
- package/esm/Zoom/index.js.map +0 -7
- package/esm/form/Checkbox/index.js.map +0 -7
- package/esm/form/CheckboxGroup/index.js.map +0 -7
- package/esm/form/ComboBox/index.js.map +0 -7
- package/esm/form/ComboBoxFreeSolo/index.js.map +0 -7
- package/esm/form/DateInput/index.js.map +0 -7
- package/esm/form/DateInputV2/index.js.map +0 -7
- package/esm/form/ExpandableInput/index.js.map +0 -7
- package/esm/form/FloatingLabelInput/index.js.map +0 -7
- package/esm/form/FormItem/index.js.map +0 -7
- package/esm/form/Input/index.js.map +0 -7
- package/esm/form/InputGroup/index.js.map +0 -7
- package/esm/form/InputMask/index.js.map +0 -7
- package/esm/form/InputProtected/index.js.map +0 -7
- package/esm/form/LargeInputText/index.js.map +0 -7
- package/esm/form/Radio/index.js.map +0 -7
- package/esm/form/RadioGroup/index.js.map +0 -7
- package/esm/form/RequiredMark/index.js.map +0 -7
- package/esm/form/SearchBox/index.js.map +0 -7
- package/esm/form/TextBox/index.js.map +0 -7
- package/esm/form/TimeInput/index.js.map +0 -7
- package/esm/form/Toggle/index.js.map +0 -7
- package/esm/form/index.js.map +0 -7
- package/esm/index.js.map +0 -7
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
import { default as default2 } from "@elliemae/ds-form/InputMask";
|
|
4
|
-
export {
|
|
5
|
-
default2 as default
|
|
6
|
-
};
|
|
7
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export * from '@elliemae/ds-form/InputMask';
|
|
2
|
+
export { default } from '@elliemae/ds-form/InputMask';
|
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
import { default as default2 } from "@elliemae/ds-form/InputProtected";
|
|
4
|
-
export {
|
|
5
|
-
default2 as default
|
|
6
|
-
};
|
|
7
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export * from '@elliemae/ds-form/InputProtected';
|
|
2
|
+
export { default } from '@elliemae/ds-form/InputProtected';
|
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
import { default as default2 } from "@elliemae/ds-form/LargeInputText";
|
|
4
|
-
export {
|
|
5
|
-
default2 as default
|
|
6
|
-
};
|
|
7
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export * from '@elliemae/ds-form/LargeInputText';
|
|
2
|
+
export { default } from '@elliemae/ds-form/LargeInputText';
|
package/esm/form/Radio/index.js
CHANGED
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
import { default as default2 } from "@elliemae/ds-form/Radio";
|
|
4
|
-
export {
|
|
5
|
-
default2 as default
|
|
6
|
-
};
|
|
7
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export * from '@elliemae/ds-form/Radio';
|
|
2
|
+
export { default } from '@elliemae/ds-form/Radio';
|
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
import { default as default2 } from "@elliemae/ds-form/RadioGroup";
|
|
4
|
-
export {
|
|
5
|
-
default2 as default
|
|
6
|
-
};
|
|
7
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export * from '@elliemae/ds-form/RadioGroup';
|
|
2
|
+
export { default } from '@elliemae/ds-form/RadioGroup';
|
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
import { default as default2 } from "@elliemae/ds-form/RequiredMark";
|
|
4
|
-
export {
|
|
5
|
-
default2 as default
|
|
6
|
-
};
|
|
7
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export * from '@elliemae/ds-form/RequiredMark';
|
|
2
|
+
export { default } from '@elliemae/ds-form/RequiredMark';
|
|
@@ -1,18 +1,3 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
default as default3,
|
|
5
|
-
SearchBoxWithSchema
|
|
6
|
-
} from "@elliemae/ds-form/SearchBox/DSSearchBox";
|
|
7
|
-
import {
|
|
8
|
-
NavSearchBox,
|
|
9
|
-
DSNavSearchBoxWithSchema
|
|
10
|
-
} from "@elliemae/ds-form/SearchBox/NavSearchBox";
|
|
11
|
-
export {
|
|
12
|
-
NavSearchBox as DSNavSearchBox,
|
|
13
|
-
DSNavSearchBoxWithSchema,
|
|
14
|
-
default2 as SearchBoxToggle,
|
|
15
|
-
SearchBoxWithSchema,
|
|
16
|
-
default3 as default
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export { default as SearchBoxToggle } from '@elliemae/ds-form/SearchBox/SearchBoxToggle';
|
|
2
|
+
export { SearchBoxWithSchema, default } from '@elliemae/ds-form/SearchBox/DSSearchBox';
|
|
3
|
+
export { NavSearchBox as DSNavSearchBox, DSNavSearchBoxWithSchema } from '@elliemae/ds-form/SearchBox/NavSearchBox';
|
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
import { default as default2 } from "@elliemae/ds-form/TextBox";
|
|
4
|
-
export {
|
|
5
|
-
default2 as default
|
|
6
|
-
};
|
|
7
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export * from '@elliemae/ds-form/TextBox';
|
|
2
|
+
export { default } from '@elliemae/ds-form/TextBox';
|
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
import { default as default2 } from "@elliemae/ds-form/TimeInput";
|
|
4
|
-
export {
|
|
5
|
-
default2 as default
|
|
6
|
-
};
|
|
7
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export * from '@elliemae/ds-form/TimeInput';
|
|
2
|
+
export { default } from '@elliemae/ds-form/TimeInput';
|
package/esm/form/Toggle/index.js
CHANGED
|
@@ -1,7 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
export
|
|
3
|
-
import { default as default2 } from "@elliemae/ds-form/Toggle";
|
|
4
|
-
export {
|
|
5
|
-
default2 as default
|
|
6
|
-
};
|
|
7
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export * from '@elliemae/ds-form/Toggle';
|
|
2
|
+
export { default } from '@elliemae/ds-form/Toggle';
|
package/esm/form/index.js
CHANGED
package/esm/index.js
CHANGED
|
@@ -1,49 +1,43 @@
|
|
|
1
|
-
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
9
|
-
export * from
|
|
10
|
-
export * from
|
|
11
|
-
export * from
|
|
12
|
-
export * from
|
|
13
|
-
export * from
|
|
14
|
-
export * from
|
|
15
|
-
export * from
|
|
16
|
-
export * from
|
|
17
|
-
export * from
|
|
18
|
-
export * from
|
|
19
|
-
export * from
|
|
20
|
-
export * from
|
|
21
|
-
export * from
|
|
22
|
-
export * from
|
|
23
|
-
export * from
|
|
24
|
-
export * from
|
|
25
|
-
export * from
|
|
26
|
-
export * from
|
|
27
|
-
export * from
|
|
28
|
-
export * from
|
|
29
|
-
export * from
|
|
30
|
-
export * from
|
|
31
|
-
export * from
|
|
32
|
-
export * from
|
|
33
|
-
export * from
|
|
34
|
-
export * from
|
|
35
|
-
export * from
|
|
36
|
-
export
|
|
37
|
-
|
|
38
|
-
export * from
|
|
39
|
-
export * from
|
|
40
|
-
export * from
|
|
41
|
-
export * from
|
|
42
|
-
export * from
|
|
43
|
-
export * from
|
|
44
|
-
export * from "./Zoom";
|
|
45
|
-
export {
|
|
46
|
-
DSTimePicker,
|
|
47
|
-
DSTimePickerMenu
|
|
48
|
-
};
|
|
49
|
-
//# sourceMappingURL=index.js.map
|
|
1
|
+
export * from '@elliemae/ds-accordion';
|
|
2
|
+
export * from '@elliemae/ds-app-picker';
|
|
3
|
+
export * from '@elliemae/ds-backdrop';
|
|
4
|
+
export * from '@elliemae/ds-breadcrumb';
|
|
5
|
+
export * from '@elliemae/ds-button';
|
|
6
|
+
export * from '@elliemae/ds-button-group';
|
|
7
|
+
export * from '@elliemae/ds-card';
|
|
8
|
+
export * from '@elliemae/ds-circular-progress-indicator';
|
|
9
|
+
export * from '@elliemae/ds-form';
|
|
10
|
+
export * from '@elliemae/ds-grid';
|
|
11
|
+
export * from '@elliemae/ds-group-box';
|
|
12
|
+
export * from '@elliemae/ds-header';
|
|
13
|
+
export * from '@elliemae/ds-hidden';
|
|
14
|
+
export * from '@elliemae/ds-icon';
|
|
15
|
+
export * from '@elliemae/ds-indeterminate-progress-indicator';
|
|
16
|
+
export * from '@elliemae/ds-label-value';
|
|
17
|
+
export * from '@elliemae/ds-list-section-header';
|
|
18
|
+
export * from '@elliemae/ds-loading-indicator';
|
|
19
|
+
export * from '@elliemae/ds-menu';
|
|
20
|
+
export * from '@elliemae/ds-overlay';
|
|
21
|
+
export * from '@elliemae/ds-page-header';
|
|
22
|
+
export * from '@elliemae/ds-page-number';
|
|
23
|
+
export * from '@elliemae/ds-pills';
|
|
24
|
+
export * from '@elliemae/ds-popover';
|
|
25
|
+
export * from '@elliemae/ds-popper';
|
|
26
|
+
export * from '@elliemae/ds-portal';
|
|
27
|
+
export * from '@elliemae/ds-progress-indicator';
|
|
28
|
+
export * from '@elliemae/ds-read-more';
|
|
29
|
+
export * from '@elliemae/ds-resizeable-container';
|
|
30
|
+
export * from '@elliemae/ds-separator';
|
|
31
|
+
export * from '@elliemae/ds-side-panel';
|
|
32
|
+
export * from '@elliemae/ds-slider';
|
|
33
|
+
export * from '@elliemae/ds-spinner';
|
|
34
|
+
export * from '@elliemae/ds-tabs';
|
|
35
|
+
export * from '@elliemae/ds-text-wrapper';
|
|
36
|
+
export { DSTimePicker, DSTimePickerMenu } from '@elliemae/ds-time-picker';
|
|
37
|
+
export * from '@elliemae/ds-toast';
|
|
38
|
+
export * from '@elliemae/ds-toolbar';
|
|
39
|
+
export * from '@elliemae/ds-tooltip';
|
|
40
|
+
export * from '@elliemae/ds-truncated-expandable-text';
|
|
41
|
+
export * from '@elliemae/ds-truncated-tooltip-text';
|
|
42
|
+
export * from '@elliemae/ds-zipcode-search';
|
|
43
|
+
export * from '@elliemae/ds-zoom';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-basic",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.0-next.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "EllieMae UI Design System Library",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -296,49 +296,49 @@
|
|
|
296
296
|
"dev": "node ../../scripts/build/build.js -w"
|
|
297
297
|
},
|
|
298
298
|
"dependencies": {
|
|
299
|
-
"@elliemae/ds-accordion": "
|
|
300
|
-
"@elliemae/ds-app-picker": "
|
|
301
|
-
"@elliemae/ds-backdrop": "
|
|
302
|
-
"@elliemae/ds-breadcrumb": "
|
|
303
|
-
"@elliemae/ds-button": "
|
|
304
|
-
"@elliemae/ds-button-group": "
|
|
305
|
-
"@elliemae/ds-card": "
|
|
306
|
-
"@elliemae/ds-circular-progress-indicator": "
|
|
307
|
-
"@elliemae/ds-form": "
|
|
308
|
-
"@elliemae/ds-grid": "
|
|
309
|
-
"@elliemae/ds-group-box": "
|
|
310
|
-
"@elliemae/ds-header": "
|
|
311
|
-
"@elliemae/ds-hidden": "
|
|
312
|
-
"@elliemae/ds-icon": "
|
|
313
|
-
"@elliemae/ds-indeterminate-progress-indicator": "
|
|
314
|
-
"@elliemae/ds-label-value": "
|
|
315
|
-
"@elliemae/ds-list-section-header": "
|
|
316
|
-
"@elliemae/ds-loading-indicator": "
|
|
317
|
-
"@elliemae/ds-menu": "
|
|
318
|
-
"@elliemae/ds-overlay": "
|
|
319
|
-
"@elliemae/ds-page-header": "
|
|
320
|
-
"@elliemae/ds-page-number": "
|
|
321
|
-
"@elliemae/ds-pills": "
|
|
322
|
-
"@elliemae/ds-popover": "
|
|
323
|
-
"@elliemae/ds-popper": "
|
|
324
|
-
"@elliemae/ds-portal": "
|
|
325
|
-
"@elliemae/ds-progress-indicator": "
|
|
326
|
-
"@elliemae/ds-read-more": "
|
|
327
|
-
"@elliemae/ds-resizeable-container": "
|
|
328
|
-
"@elliemae/ds-separator": "
|
|
329
|
-
"@elliemae/ds-side-panel": "
|
|
330
|
-
"@elliemae/ds-slider": "
|
|
331
|
-
"@elliemae/ds-spinner": "
|
|
332
|
-
"@elliemae/ds-tabs": "
|
|
333
|
-
"@elliemae/ds-text-wrapper": "
|
|
334
|
-
"@elliemae/ds-time-picker": "
|
|
335
|
-
"@elliemae/ds-toast": "
|
|
336
|
-
"@elliemae/ds-toolbar": "
|
|
337
|
-
"@elliemae/ds-tooltip": "
|
|
338
|
-
"@elliemae/ds-truncated-expandable-text": "
|
|
339
|
-
"@elliemae/ds-truncated-tooltip-text": "
|
|
340
|
-
"@elliemae/ds-zipcode-search": "
|
|
341
|
-
"@elliemae/ds-zoom": "
|
|
299
|
+
"@elliemae/ds-accordion": "3.0.0-next.2",
|
|
300
|
+
"@elliemae/ds-app-picker": "3.0.0-next.2",
|
|
301
|
+
"@elliemae/ds-backdrop": "3.0.0-next.2",
|
|
302
|
+
"@elliemae/ds-breadcrumb": "3.0.0-next.2",
|
|
303
|
+
"@elliemae/ds-button": "3.0.0-next.2",
|
|
304
|
+
"@elliemae/ds-button-group": "3.0.0-next.2",
|
|
305
|
+
"@elliemae/ds-card": "3.0.0-next.2",
|
|
306
|
+
"@elliemae/ds-circular-progress-indicator": "3.0.0-next.2",
|
|
307
|
+
"@elliemae/ds-form": "3.0.0-next.2",
|
|
308
|
+
"@elliemae/ds-grid": "3.0.0-next.2",
|
|
309
|
+
"@elliemae/ds-group-box": "3.0.0-next.2",
|
|
310
|
+
"@elliemae/ds-header": "3.0.0-next.2",
|
|
311
|
+
"@elliemae/ds-hidden": "3.0.0-next.2",
|
|
312
|
+
"@elliemae/ds-icon": "3.0.0-next.2",
|
|
313
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.0.0-next.2",
|
|
314
|
+
"@elliemae/ds-label-value": "3.0.0-next.2",
|
|
315
|
+
"@elliemae/ds-list-section-header": "3.0.0-next.2",
|
|
316
|
+
"@elliemae/ds-loading-indicator": "3.0.0-next.2",
|
|
317
|
+
"@elliemae/ds-menu": "3.0.0-next.2",
|
|
318
|
+
"@elliemae/ds-overlay": "3.0.0-next.2",
|
|
319
|
+
"@elliemae/ds-page-header": "3.0.0-next.2",
|
|
320
|
+
"@elliemae/ds-page-number": "3.0.0-next.2",
|
|
321
|
+
"@elliemae/ds-pills": "3.0.0-next.2",
|
|
322
|
+
"@elliemae/ds-popover": "3.0.0-next.2",
|
|
323
|
+
"@elliemae/ds-popper": "3.0.0-next.2",
|
|
324
|
+
"@elliemae/ds-portal": "3.0.0-next.2",
|
|
325
|
+
"@elliemae/ds-progress-indicator": "3.0.0-next.2",
|
|
326
|
+
"@elliemae/ds-read-more": "3.0.0-next.2",
|
|
327
|
+
"@elliemae/ds-resizeable-container": "3.0.0-next.2",
|
|
328
|
+
"@elliemae/ds-separator": "3.0.0-next.2",
|
|
329
|
+
"@elliemae/ds-side-panel": "3.0.0-next.2",
|
|
330
|
+
"@elliemae/ds-slider": "3.0.0-next.2",
|
|
331
|
+
"@elliemae/ds-spinner": "3.0.0-next.2",
|
|
332
|
+
"@elliemae/ds-tabs": "3.0.0-next.2",
|
|
333
|
+
"@elliemae/ds-text-wrapper": "3.0.0-next.2",
|
|
334
|
+
"@elliemae/ds-time-picker": "3.0.0-next.2",
|
|
335
|
+
"@elliemae/ds-toast": "3.0.0-next.2",
|
|
336
|
+
"@elliemae/ds-toolbar": "3.0.0-next.2",
|
|
337
|
+
"@elliemae/ds-tooltip": "3.0.0-next.2",
|
|
338
|
+
"@elliemae/ds-truncated-expandable-text": "3.0.0-next.2",
|
|
339
|
+
"@elliemae/ds-truncated-tooltip-text": "3.0.0-next.2",
|
|
340
|
+
"@elliemae/ds-zipcode-search": "3.0.0-next.2",
|
|
341
|
+
"@elliemae/ds-zoom": "3.0.0-next.2"
|
|
342
342
|
},
|
|
343
343
|
"devDependencies": {
|
|
344
344
|
"gulp": "~4.0.2",
|
|
@@ -1,3 +1,9 @@
|
|
|
1
1
|
// Note: The URLs here don't match with filesystem due to a defect in node-sass and webpack sass loader.
|
|
2
2
|
|
|
3
|
-
@
|
|
3
|
+
@font-face {
|
|
4
|
+
font-family: 'proxima-nova';
|
|
5
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.woff2') format('woff2'),
|
|
6
|
+
url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.woff') format('woff');
|
|
7
|
+
font-weight: normal;
|
|
8
|
+
font-style: normal;
|
|
9
|
+
}
|
|
@@ -1,3 +1,9 @@
|
|
|
1
1
|
// Note: The URLs here don't match with filesystem due to a defect in node-sass and webpack sass loader.
|
|
2
2
|
|
|
3
|
-
@
|
|
3
|
+
@font-face {
|
|
4
|
+
font-family: 'proxima-nova';
|
|
5
|
+
src: url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.woff2') format('woff2'),
|
|
6
|
+
url('~@elliemae/ds-basic/styles/base/fonts/ProximaNovaRegular.woff') format('woff');
|
|
7
|
+
font-weight: normal;
|
|
8
|
+
font-style: normal;
|
|
9
|
+
}
|
|
@@ -18,15 +18,15 @@ Change these color values below to your brand colors.
|
|
|
18
18
|
// Brand - Primary
|
|
19
19
|
$theme-color-brand-primary-900: null;
|
|
20
20
|
$theme-color-brand-primary-800: #005181;
|
|
21
|
-
$theme-color-brand-primary-700: #
|
|
21
|
+
$theme-color-brand-primary-700: #006AA9;
|
|
22
22
|
$theme-color-brand-primary-600: #1e79c2;
|
|
23
|
-
$theme-color-brand-primary-500: #
|
|
24
|
-
$theme-color-brand-primary-400: #
|
|
25
|
-
$theme-color-brand-primary-300: #
|
|
26
|
-
$theme-color-brand-primary-200: #
|
|
27
|
-
$theme-color-brand-primary-100: #
|
|
23
|
+
$theme-color-brand-primary-500: #1394E5;
|
|
24
|
+
$theme-color-brand-primary-400: #52A6EC;
|
|
25
|
+
$theme-color-brand-primary-300: #A3D6FF;
|
|
26
|
+
$theme-color-brand-primary-200: #EBF6FF;
|
|
27
|
+
$theme-color-brand-primary-100: #F6FBFF;
|
|
28
28
|
|
|
29
|
-
// Brand - Secondary
|
|
29
|
+
// Brand - Secondary
|
|
30
30
|
$theme-color-brand-secondary-900: null;
|
|
31
31
|
$theme-color-brand-secondary-800: null;
|
|
32
32
|
$theme-color-brand-secondary-700: null;
|
|
@@ -40,58 +40,60 @@ $theme-color-brand-secondary-100: null;
|
|
|
40
40
|
//Neutral - Used for text, borders, shadows, background, etc
|
|
41
41
|
$theme-color-neutral-1000: #000000;
|
|
42
42
|
$theme-color-neutral-900: #333333;
|
|
43
|
-
$theme-color-neutral-800: #
|
|
44
|
-
$theme-color-neutral-700: #
|
|
45
|
-
$theme-color-neutral-600: #
|
|
43
|
+
$theme-color-neutral-800: #25292F;
|
|
44
|
+
$theme-color-neutral-700: #353C46;
|
|
45
|
+
$theme-color-neutral-600: #464F5C;
|
|
46
46
|
$theme-color-neutral-500: #697489;
|
|
47
|
-
$theme-color-neutral-400: #
|
|
48
|
-
$theme-color-neutral-300: #
|
|
49
|
-
$theme-color-neutral-200: #
|
|
50
|
-
$theme-color-neutral-100: #
|
|
51
|
-
$theme-color-neutral-080: #
|
|
52
|
-
$theme-color-neutral-050: #
|
|
53
|
-
$theme-color-neutral-000: #
|
|
47
|
+
$theme-color-neutral-400: #8C93A6;
|
|
48
|
+
$theme-color-neutral-300: #B0B9C8;
|
|
49
|
+
$theme-color-neutral-200: #CBCFD7;
|
|
50
|
+
$theme-color-neutral-100: #E0E3E8;
|
|
51
|
+
$theme-color-neutral-080: #EBEDF0;
|
|
52
|
+
$theme-color-neutral-050: #F6F7F9;
|
|
53
|
+
$theme-color-neutral-000: #FFFFFF;
|
|
54
54
|
|
|
55
|
-
// Success - Used to communicate status or feedback to the user
|
|
56
|
-
$theme-color-success-900: #
|
|
55
|
+
// Success - Used to communicate status or feedback to the user
|
|
56
|
+
$theme-color-success-900: #207E56;
|
|
57
57
|
$theme-color-success-800: null;
|
|
58
58
|
$theme-color-success-700: null;
|
|
59
59
|
$theme-color-success-600: null;
|
|
60
60
|
$theme-color-success-500: null;
|
|
61
61
|
$theme-color-success-400: null;
|
|
62
|
-
$theme-color-success-300: #
|
|
62
|
+
$theme-color-success-300: #D4F0E5;
|
|
63
63
|
$theme-color-success-200: null;
|
|
64
64
|
$theme-color-success-100: null;
|
|
65
65
|
// Danger - Used to communicate status or feedback to the user
|
|
66
|
-
$theme-color-danger-900: #
|
|
66
|
+
$theme-color-danger-900: #C64252;
|
|
67
67
|
$theme-color-danger-800: null;
|
|
68
68
|
$theme-color-danger-700: null;
|
|
69
69
|
$theme-color-danger-600: null;
|
|
70
70
|
$theme-color-danger-500: null;
|
|
71
71
|
$theme-color-danger-400: null;
|
|
72
72
|
$theme-color-danger-300: null;
|
|
73
|
-
$theme-color-danger-200: #
|
|
73
|
+
$theme-color-danger-200: #F7CDD2;
|
|
74
74
|
$theme-color-danger-100: null;
|
|
75
75
|
// Warning - Used to communicate status or feedback to the user
|
|
76
|
-
$theme-color-warning-900: #
|
|
76
|
+
$theme-color-warning-900: #D17A00;
|
|
77
77
|
$theme-color-warning-800: null;
|
|
78
|
-
$theme-color-warning-700: #
|
|
79
|
-
$theme-color-warning-600: #
|
|
80
|
-
$theme-color-warning-500: #
|
|
81
|
-
$theme-color-warning-400: #
|
|
78
|
+
$theme-color-warning-700: #FF9400;
|
|
79
|
+
$theme-color-warning-600: #FBB431;
|
|
80
|
+
$theme-color-warning-500: #FBB431;
|
|
81
|
+
$theme-color-warning-400: #FBDE31;
|
|
82
82
|
$theme-color-warning-300: null;
|
|
83
83
|
$theme-color-warning-200: null;
|
|
84
84
|
$theme-color-warning-100: null;
|
|
85
85
|
|
|
86
|
+
|
|
86
87
|
// **TYPOGRAPHY**
|
|
87
88
|
// Typeface
|
|
88
89
|
// Change the typeface.
|
|
89
|
-
$theme-font-family:
|
|
90
|
+
$theme-font-family: "proxima-nova", Arial, sans-serif !default;
|
|
90
91
|
|
|
91
92
|
// Type Scale
|
|
92
93
|
// Change the font-sizes of HTML typed tags below.
|
|
93
94
|
$theme-base-font-size: 13px;
|
|
94
95
|
|
|
96
|
+
|
|
95
97
|
// **BORDER RADIUS**
|
|
96
98
|
// How round would you like your containers to be?
|
|
97
99
|
$theme-base-border-radius: 2px;
|
|
@@ -52,7 +52,7 @@ $text-disabled: #5c6574;
|
|
|
52
52
|
position: relative;
|
|
53
53
|
|
|
54
54
|
&:after {
|
|
55
|
-
content:
|
|
55
|
+
content: "";
|
|
56
56
|
position: absolute;
|
|
57
57
|
top: 0;
|
|
58
58
|
left: 0;
|
|
@@ -288,7 +288,7 @@ div.#{$btn-el} {
|
|
|
288
288
|
|
|
289
289
|
// ********************************************
|
|
290
290
|
// Secondary
|
|
291
|
-
.#{$btn-el-secondary}
|
|
291
|
+
.#{$btn-el-secondary}{
|
|
292
292
|
color: color(brand-primary, 600);
|
|
293
293
|
background-color: color(neutral, 000);
|
|
294
294
|
border: $border-type color(neutral, 400);
|
|
@@ -393,10 +393,10 @@ div.#{$btn-el} {
|
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
$intent-colors: (
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
396
|
+
"success": color("success", 900),
|
|
397
|
+
"danger": color("danger", 900),
|
|
398
|
+
"warning": color("warning", 900),
|
|
399
|
+
"info": color("brand-primary", 600),
|
|
400
400
|
);
|
|
401
401
|
|
|
402
402
|
@each $intent, $color in $intent-colors {
|
|
@@ -425,7 +425,7 @@ $intent-colors: (
|
|
|
425
425
|
&:hover:not([disabled]),
|
|
426
426
|
&.#{$btn-el-vhover} {
|
|
427
427
|
color: $color;
|
|
428
|
-
|
|
428
|
+
|
|
429
429
|
span.label-wrapper.no-icon {
|
|
430
430
|
&:before {
|
|
431
431
|
background-color: transparent;
|