@elliemae/ds-basic 3.0.0-alpha.3 → 3.0.0-next.11
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/css/dimsum.css +7 -1
- package/dist/css/dimsum.min.css +1 -1
- package/dist/css/dimsum.min.css.map +1 -1
- package/dist/styles/components/packages/ds-form/Checkbox/DSCheckbox.scss +1 -1
- package/dist/styles/components/packages/ds-form/ComboBox/DSComboBox.scss +1 -1
- package/dist/styles/components/packages/ds-form/ComboBox/v1/DSComboBox.scss +1 -1
- package/dist/styles/components/packages/ds-form/ComboBox/v2/DSComboBox.scss +1 -1
- package/dist/styles/components/packages/ds-form/ComboBox/v2/styles/container.scss +1 -1
- package/dist/styles/components/packages/ds-form/ComboBox/v2/styles/customOptions.scss +1 -1
- package/dist/styles/components/packages/ds-form/ComboBox/v2/styles/dropdownIndicator.scss +1 -1
- package/dist/styles/components/packages/ds-form/ComboBox/v2/styles/indicatorSeparator.scss +1 -1
- package/dist/styles/components/packages/ds-form/ComboBox/v2/styles/menu.scss +1 -1
- package/dist/styles/components/packages/ds-form/ComboBox/v2/styles/optionMultiple.scss +1 -1
- package/dist/styles/components/packages/ds-form/ComboBox/v2/styles/placeholder.scss +1 -1
- package/dist/styles/components/packages/ds-form/ComboBox/v2/styles/valueContainer.scss +1 -1
- package/dist/styles/components/packages/ds-form/ComboBox/v2/styles/wrapper.scss +1 -1
- package/dist/styles/components/packages/ds-form/Input/DSInput.scss +1 -1
- package/dist/styles/components/packages/ds-form/Input/InputAddonWrapper.scss +1 -1
- package/dist/styles/components/packages/ds-form/SearchBox/DSSearchBox.scss +1 -1
- package/dist/styles/components/packages/ds-treeview/Tree.scss +9 -0
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '../../../ds-common/src/Checkbox/DSCheckbox';
|
|
1
|
+
@import '../../../ds-common/src/Checkbox/DSCheckbox.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '../../../ds-common/src/ComboBox/DSComboBox';
|
|
1
|
+
@import '../../../ds-common/src/ComboBox/DSComboBox.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
// ToDo: This file has been moved to ds-common. it will be removed from here in the next major release.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
// ToDo: This file has been moved to ds-common. it will be removed from here in the next major release.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
// ToDo: This file has been moved to ds-common. it will be removed from here in the next major release.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
// ToDo: This file has been moved to ds-common. it will be removed from here in the next major release.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
// ToDo: This file has been moved to ds-common. it will be removed from here in the next major release.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
// ToDo: This file has been moved to ds-common. it will be removed from here in the next major release.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
// ToDo: This file has been moved to ds-common. it will be removed from here in the next major release.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
// ToDo: This file has been moved to ds-common. it will be removed from here in the next major release.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
// ToDo: This file has been moved to ds-common. it will be removed from here in the next major release.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
// ToDo: This file has been moved to ds-common. it will be removed from here in the next major release.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
// ToDo: This file has been moved to ds-common. it will be removed from here in the next major release.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '../../../ds-common/src/Input/DSInput';
|
|
1
|
+
@import '../../../ds-common/src/Input/DSInput.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '../../../ds-common/src/Input/InputAddonWrapper';
|
|
1
|
+
@import '../../../ds-common/src/Input/InputAddonWrapper.scss';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
@import '../../../ds-common/src/SearchBox/DSSearchBox';
|
|
1
|
+
@import '../../../ds-common/src/SearchBox/DSSearchBox.scss';
|
|
@@ -110,6 +110,15 @@ body > .#{$tree-item} {
|
|
|
110
110
|
&.drag-overlay {
|
|
111
111
|
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
|
|
112
112
|
border-radius: 2px;
|
|
113
|
+
padding-right: space(xs);
|
|
114
|
+
}
|
|
115
|
+
|
|
116
|
+
&--dragging {
|
|
117
|
+
background-color: color(neutral, 080);
|
|
118
|
+
color: color(neutral, 500);
|
|
119
|
+
.#{$dsicon} {
|
|
120
|
+
@include icon-color(color(neutral, 500));
|
|
121
|
+
}
|
|
113
122
|
}
|
|
114
123
|
|
|
115
124
|
.drag-handle {
|