@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.
Files changed (70) hide show
  1. package/dist/css/dimsum.css +2 -13
  2. package/dist/css/dimsum.min.css +2 -2
  3. package/dist/css/dimsum.min.css.map +1 -1
  4. package/dist/styles/components/packages/ds-query-builder/components/QueryBuilderItem/QueryBuilderItem.scss +53 -64
  5. package/package.json +2 -2
  6. package/dist/types/Accordion/index.d.ts +0 -0
  7. package/dist/types/AppPicker/index.d.ts +0 -0
  8. package/dist/types/Backdrop/index.d.ts +0 -0
  9. package/dist/types/Breadcrumb/index.d.ts +0 -0
  10. package/dist/types/Button/index.d.ts +0 -0
  11. package/dist/types/ButtonGroup/index.d.ts +0 -0
  12. package/dist/types/Card/index.d.ts +0 -0
  13. package/dist/types/CircularProgressIndicator/index.d.ts +0 -0
  14. package/dist/types/Grid/index.d.ts +0 -0
  15. package/dist/types/GroupBox/index.d.ts +0 -0
  16. package/dist/types/Header/index.d.ts +0 -0
  17. package/dist/types/Hidden/index.d.ts +0 -0
  18. package/dist/types/Icon/index.d.ts +0 -0
  19. package/dist/types/IndeterminateProgressIndicator/index.d.ts +0 -0
  20. package/dist/types/LabelValue/index.d.ts +0 -0
  21. package/dist/types/ListSectionHeader/index.d.ts +0 -0
  22. package/dist/types/LoadingIndicator/index.d.ts +0 -0
  23. package/dist/types/Menu/index.d.ts +0 -0
  24. package/dist/types/Overlay/index.d.ts +0 -0
  25. package/dist/types/PageHeader/index.d.ts +0 -0
  26. package/dist/types/PageNumber/index.d.ts +0 -0
  27. package/dist/types/Pills/index.d.ts +0 -0
  28. package/dist/types/Popover/index.d.ts +0 -0
  29. package/dist/types/Popper/index.d.ts +0 -0
  30. package/dist/types/Portal/index.d.ts +0 -0
  31. package/dist/types/ProgressIndicator/index.d.ts +0 -0
  32. package/dist/types/ReadMore/index.d.ts +0 -0
  33. package/dist/types/ResizableContainer/index.d.ts +0 -0
  34. package/dist/types/Separator/index.d.ts +0 -0
  35. package/dist/types/SidePanel/index.d.ts +0 -0
  36. package/dist/types/Slider/index.d.ts +0 -0
  37. package/dist/types/Spinner/index.d.ts +0 -0
  38. package/dist/types/Tabs/index.d.ts +0 -0
  39. package/dist/types/TextWrapper/index.d.ts +0 -0
  40. package/dist/types/TimePicker/index.d.ts +0 -0
  41. package/dist/types/Toast/index.d.ts +0 -0
  42. package/dist/types/Toolbar/index.d.ts +0 -0
  43. package/dist/types/Tooltip/index.d.ts +0 -0
  44. package/dist/types/TruncatedExpandableText/index.d.ts +0 -0
  45. package/dist/types/TruncatedTooltipText/index.d.ts +0 -0
  46. package/dist/types/ZipCodeSearch/index.d.ts +0 -0
  47. package/dist/types/Zoom/index.d.ts +0 -0
  48. package/dist/types/form/Checkbox/index.d.ts +0 -0
  49. package/dist/types/form/CheckboxGroup/index.d.ts +0 -0
  50. package/dist/types/form/ComboBox/index.d.ts +0 -0
  51. package/dist/types/form/ComboBoxFreeSolo/index.d.ts +0 -0
  52. package/dist/types/form/DateInput/index.d.ts +0 -0
  53. package/dist/types/form/DateInputV2/index.d.ts +0 -0
  54. package/dist/types/form/ExpandableInput/index.d.ts +0 -0
  55. package/dist/types/form/FloatingLabelInput/index.d.ts +0 -0
  56. package/dist/types/form/FormItem/index.d.ts +0 -0
  57. package/dist/types/form/Input/index.d.ts +0 -0
  58. package/dist/types/form/InputGroup/index.d.ts +0 -0
  59. package/dist/types/form/InputMask/index.d.ts +0 -0
  60. package/dist/types/form/InputProtected/index.d.ts +0 -0
  61. package/dist/types/form/LargeInputText/index.d.ts +0 -0
  62. package/dist/types/form/Radio/index.d.ts +0 -0
  63. package/dist/types/form/RadioGroup/index.d.ts +0 -0
  64. package/dist/types/form/RequiredMark/index.d.ts +0 -0
  65. package/dist/types/form/SearchBox/index.d.ts +0 -0
  66. package/dist/types/form/TextBox/index.d.ts +0 -0
  67. package/dist/types/form/TimeInput/index.d.ts +0 -0
  68. package/dist/types/form/Toggle/index.d.ts +0 -0
  69. package/dist/types/form/index.d.ts +0 -0
  70. 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
- .#{$item}{
45
- &.is-dragging{
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
- .#{$group}{
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
- &.nestable-child-count-single{
69
- .is-or-filter{
70
- .nestable-item-name--filter{
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
- .nestable-item-name--filter{
80
- padding: 1px;
81
- padding-bottom: 20px;
82
- @include box-shadow($row-shadow-default-filter);
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
- & > .nestable-child-count-single{
92
- .is-or-filter{
93
- .nestable-item-name--filter{
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
- .is-and-filter{
98
- .nestable-item-name--filter{
99
- background: $is-and-color;
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
- & > .nestable-child-count-single{
113
- .nestable-item-name--filter{
114
- padding: 3px;
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.0",
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": "~17.0.2",
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