@elliemae/ds-basic 3.0.0-alpha.0 → 3.0.0-alpha.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/dist/css/dimsum.css +2 -13
- package/dist/css/dimsum.min.css +2 -2
- package/dist/css/dimsum.min.css.map +1 -1
- package/dist/styles/components/packages/ds-query-builder/components/QueryBuilderItem/QueryBuilderItem.scss +53 -64
- package/package.json +2 -2
- package/dist/types/Accordion/index.d.ts +0 -0
- package/dist/types/AppPicker/index.d.ts +0 -0
- package/dist/types/Backdrop/index.d.ts +0 -0
- package/dist/types/Breadcrumb/index.d.ts +0 -0
- package/dist/types/Button/index.d.ts +0 -0
- package/dist/types/ButtonGroup/index.d.ts +0 -0
- package/dist/types/Card/index.d.ts +0 -0
- package/dist/types/CircularProgressIndicator/index.d.ts +0 -0
- package/dist/types/Grid/index.d.ts +0 -0
- package/dist/types/GroupBox/index.d.ts +0 -0
- package/dist/types/Header/index.d.ts +0 -0
- package/dist/types/Hidden/index.d.ts +0 -0
- package/dist/types/Icon/index.d.ts +0 -0
- package/dist/types/IndeterminateProgressIndicator/index.d.ts +0 -0
- package/dist/types/LabelValue/index.d.ts +0 -0
- package/dist/types/ListSectionHeader/index.d.ts +0 -0
- package/dist/types/LoadingIndicator/index.d.ts +0 -0
- package/dist/types/Menu/index.d.ts +0 -0
- package/dist/types/Overlay/index.d.ts +0 -0
- package/dist/types/PageHeader/index.d.ts +0 -0
- package/dist/types/PageNumber/index.d.ts +0 -0
- package/dist/types/Pills/index.d.ts +0 -0
- package/dist/types/Popover/index.d.ts +0 -0
- package/dist/types/Popper/index.d.ts +0 -0
- package/dist/types/Portal/index.d.ts +0 -0
- package/dist/types/ProgressIndicator/index.d.ts +0 -0
- package/dist/types/ReadMore/index.d.ts +0 -0
- package/dist/types/ResizableContainer/index.d.ts +0 -0
- package/dist/types/Separator/index.d.ts +0 -0
- package/dist/types/SidePanel/index.d.ts +0 -0
- package/dist/types/Slider/index.d.ts +0 -0
- package/dist/types/Spinner/index.d.ts +0 -0
- package/dist/types/Tabs/index.d.ts +0 -0
- package/dist/types/TextWrapper/index.d.ts +0 -0
- package/dist/types/TimePicker/index.d.ts +0 -0
- package/dist/types/Toast/index.d.ts +0 -0
- package/dist/types/Toolbar/index.d.ts +0 -0
- package/dist/types/Tooltip/index.d.ts +0 -0
- package/dist/types/TruncatedExpandableText/index.d.ts +0 -0
- package/dist/types/TruncatedTooltipText/index.d.ts +0 -0
- package/dist/types/ZipCodeSearch/index.d.ts +0 -0
- package/dist/types/Zoom/index.d.ts +0 -0
- package/dist/types/form/Checkbox/index.d.ts +0 -0
- package/dist/types/form/CheckboxGroup/index.d.ts +0 -0
- package/dist/types/form/ComboBox/index.d.ts +0 -0
- package/dist/types/form/ComboBoxFreeSolo/index.d.ts +0 -0
- package/dist/types/form/DateInput/index.d.ts +0 -0
- package/dist/types/form/DateInputV2/index.d.ts +0 -0
- package/dist/types/form/ExpandableInput/index.d.ts +0 -0
- package/dist/types/form/FloatingLabelInput/index.d.ts +0 -0
- package/dist/types/form/FormItem/index.d.ts +0 -0
- package/dist/types/form/Input/index.d.ts +0 -0
- package/dist/types/form/InputGroup/index.d.ts +0 -0
- package/dist/types/form/InputMask/index.d.ts +0 -0
- package/dist/types/form/InputProtected/index.d.ts +0 -0
- package/dist/types/form/LargeInputText/index.d.ts +0 -0
- package/dist/types/form/Radio/index.d.ts +0 -0
- package/dist/types/form/RadioGroup/index.d.ts +0 -0
- package/dist/types/form/RequiredMark/index.d.ts +0 -0
- package/dist/types/form/SearchBox/index.d.ts +0 -0
- package/dist/types/form/TextBox/index.d.ts +0 -0
- package/dist/types/form/TimeInput/index.d.ts +0 -0
- package/dist/types/form/Toggle/index.d.ts +0 -0
- package/dist/types/form/index.d.ts +0 -0
- package/dist/types/index.d.ts +0 -0
|
@@ -5,115 +5,104 @@ $el-option: rule-container-options;
|
|
|
5
5
|
$el-list: nestable-list;
|
|
6
6
|
$query-builder-row: em-ds-query-builder-row;
|
|
7
7
|
|
|
8
|
-
.nested-main-group{
|
|
8
|
+
.nested-main-group {
|
|
9
9
|
position: relative;
|
|
10
10
|
display: flex;
|
|
11
11
|
flex-direction: row;
|
|
12
|
+
min-width: 640px;
|
|
12
13
|
|
|
13
|
-
.#{$main-list}{
|
|
14
|
+
.#{$main-list} {
|
|
14
15
|
flex: 1;
|
|
15
16
|
}
|
|
16
|
-
.#{$el-list}{
|
|
17
|
+
.#{$el-list} {
|
|
17
18
|
order: 0;
|
|
18
19
|
}
|
|
19
|
-
.#{$el-option}{
|
|
20
|
+
.#{$el-option} {
|
|
20
21
|
order: 1;
|
|
21
22
|
}
|
|
22
|
-
|
|
23
23
|
}
|
|
24
24
|
|
|
25
|
-
|
|
26
25
|
// main group
|
|
27
|
-
.nestable-item-type-group{
|
|
28
|
-
position: relative;
|
|
26
|
+
.nestable-item-type-group {
|
|
27
|
+
position: relative;
|
|
29
28
|
display: flex;
|
|
30
29
|
flex-direction: row;
|
|
31
30
|
justify-content: flex-end;
|
|
32
31
|
|
|
33
|
-
.nestable-list{
|
|
34
|
-
order:0;
|
|
32
|
+
.nestable-list {
|
|
33
|
+
order: 0;
|
|
35
34
|
flex: 1;
|
|
36
35
|
}
|
|
37
|
-
.nestable-item-name--group{
|
|
36
|
+
.nestable-item-name--group {
|
|
38
37
|
order: 1;
|
|
39
38
|
}
|
|
40
|
-
|
|
41
39
|
}
|
|
42
40
|
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
.#{$query-builder-row}{
|
|
41
|
+
.#{$item} {
|
|
42
|
+
&.is-dragging {
|
|
43
|
+
.#{$query-builder-row} {
|
|
47
44
|
@include box-shadow($row-shadow-drag);
|
|
48
45
|
}
|
|
49
46
|
}
|
|
50
47
|
}
|
|
51
48
|
|
|
52
|
-
|
|
53
|
-
.#{$
|
|
54
|
-
|
|
55
|
-
.#{$item}{
|
|
49
|
+
.#{$group} {
|
|
50
|
+
.#{$item} {
|
|
56
51
|
margin-bottom: space(xs);
|
|
57
|
-
&:last-child{
|
|
58
|
-
margin-bottom: 0;
|
|
52
|
+
&:last-child {
|
|
53
|
+
margin-bottom: 0;
|
|
59
54
|
}
|
|
60
55
|
}
|
|
61
56
|
}
|
|
62
57
|
|
|
63
|
-
|
|
64
|
-
|
|
65
58
|
.nestable-item {
|
|
66
|
-
& > .nestable-list{
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
.
|
|
70
|
-
|
|
71
|
-
background: $is-or-color;
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
.is-and-filter{
|
|
75
|
-
.nestable-item-name--filter{
|
|
76
|
-
background: $is-and-color;
|
|
77
|
-
}
|
|
59
|
+
& > .nestable-list {
|
|
60
|
+
&.nestable-child-count-single {
|
|
61
|
+
.is-or-filter {
|
|
62
|
+
.nestable-item-name--filter {
|
|
63
|
+
background: $is-or-color;
|
|
78
64
|
}
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
65
|
+
}
|
|
66
|
+
.is-and-filter {
|
|
67
|
+
.nestable-item-name--filter {
|
|
68
|
+
background: $is-and-color;
|
|
83
69
|
}
|
|
70
|
+
}
|
|
71
|
+
.nestable-item-name--filter {
|
|
72
|
+
padding: 1px;
|
|
73
|
+
padding-bottom: 20px;
|
|
74
|
+
@include box-shadow($row-shadow-default-filter);
|
|
75
|
+
}
|
|
84
76
|
}
|
|
85
77
|
}
|
|
86
78
|
}
|
|
87
79
|
|
|
88
80
|
.nested-main-group {
|
|
89
|
-
& > .nestable{
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
.
|
|
93
|
-
|
|
94
|
-
background: $is-or-color;
|
|
95
|
-
}
|
|
81
|
+
& > .nestable {
|
|
82
|
+
& > .nestable-child-count-single {
|
|
83
|
+
.is-or-filter {
|
|
84
|
+
.nestable-item-name--filter {
|
|
85
|
+
background: $is-or-color;
|
|
96
86
|
}
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
}
|
|
102
|
-
.nestable-item-name--filter{
|
|
103
|
-
padding: 1px;
|
|
104
|
-
padding-bottom: 20px;
|
|
105
|
-
@include box-shadow($row-shadow-default-filter);
|
|
87
|
+
}
|
|
88
|
+
.is-and-filter {
|
|
89
|
+
.nestable-item-name--filter {
|
|
90
|
+
background: $is-and-color;
|
|
106
91
|
}
|
|
92
|
+
}
|
|
93
|
+
.nestable-item-name--filter {
|
|
94
|
+
padding: 1px;
|
|
95
|
+
padding-bottom: 20px;
|
|
96
|
+
@include box-shadow($row-shadow-default-filter);
|
|
97
|
+
}
|
|
107
98
|
}
|
|
108
99
|
}
|
|
109
100
|
|
|
110
|
-
&.query-main-single-row > .nestable{
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
}
|
|
101
|
+
&.query-main-single-row > .nestable {
|
|
102
|
+
& > .nestable-child-count-single {
|
|
103
|
+
.nestable-item-name--filter {
|
|
104
|
+
padding: 3px;
|
|
105
|
+
}
|
|
116
106
|
}
|
|
117
107
|
}
|
|
118
|
-
|
|
119
|
-
}
|
|
108
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-basic",
|
|
3
|
-
"version": "3.0.0-alpha.
|
|
3
|
+
"version": "3.0.0-alpha.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "EllieMae UI Design System Library",
|
|
6
6
|
"files": [
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"lodash": "^4.17.21",
|
|
46
|
-
"react": "
|
|
46
|
+
"react": "^17.0.2",
|
|
47
47
|
"react-dom": "^17.0.2"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/dist/types/index.d.ts
DELETED
|
File without changes
|