@elliemae/ds-basic 3.22.0-next.8 → 3.22.0-rc.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 +24 -23
- package/dist/css/dimsum.min.css +1 -1
- package/dist/css/dimsum.min.css.map +1 -1
- package/dist/styles/components/packages/ds-basic/index.scss +47 -47
- package/dist/styles/components/packages/ds-basic/styles/components/index.scss +19 -19
- package/dist/styles/components/packages/ds-button-v1/DSButton.scss +23 -15
- package/dist/styles/components/packages/{ds-page-header/v1 → ds-page-header-v1}/DSPageHeader.scss +4 -4
- package/dist/styles/components/packages/{ds-toolbar → ds-toolbar-v1}/DSToolbar.scss +4 -6
- package/package.json +4 -4
- package/dist/styles/components/packages/ds-circular-progress-indicator/DSCircularProgressIndicator.scss +0 -81
- package/dist/styles/components/packages/ds-dropdownmenu/DSDropdownMenu.scss +0 -128
- package/dist/styles/components/packages/ds-indeterminate-progress-indicator/DSIndeterminateProgressIndicator.scss +0 -167
- package/dist/styles/components/packages/ds-modal-slide/DSModalSlide.scss +0 -170
- package/dist/styles/components/packages/ds-page-header/DSPageHeader.scss +0 -1
- package/dist/styles/components/packages/ds-progress-indicator/DSProgressIndicator.scss +0 -90
- package/dist/styles/components/packages/ds-query-builder/DSQueryBuilder.scss +0 -20
- package/dist/styles/components/packages/ds-query-builder/components/AndOrController/AndOrController.scss +0 -179
- package/dist/styles/components/packages/ds-query-builder/components/ConditionController/ConditionController.scss +0 -60
- package/dist/styles/components/packages/ds-query-builder/components/DisplayOutput/DisplayOutput.scss +0 -27
- package/dist/styles/components/packages/ds-query-builder/components/DragContainerController/DragContainerController.scss +0 -25
- package/dist/styles/components/packages/ds-query-builder/components/DragControllerRow/DragControllerRow.scss +0 -15
- package/dist/styles/components/packages/ds-query-builder/components/FieldControllerRow/FieldControllerRow.scss +0 -92
- package/dist/styles/components/packages/ds-query-builder/components/Nestable/Nestable.scss +0 -140
- package/dist/styles/components/packages/ds-query-builder/components/QueryBuilderItem/QueryBuilderItem.scss +0 -108
- package/dist/styles/components/packages/ds-query-builder/components/QueryBuilderRow/QueryBuilderRow.scss +0 -92
- package/dist/styles/components/packages/ds-ribbon/DSRibbon.scss +0 -5
- package/dist/styles/components/packages/ds-separator/DSSeparator.scss +0 -133
- package/dist/styles/components/packages/ds-tooltip/v1/DSTooltip.scss +0 -92
- package/dist/styles/components/packages/ds-treeview/Tree.scss +0 -262
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
// form
|
|
2
|
-
@import '
|
|
3
|
-
@import '
|
|
4
|
-
@import '
|
|
5
|
-
@import '
|
|
6
|
-
@import '
|
|
7
|
-
@import '
|
|
8
|
-
@import '
|
|
9
|
-
@import '
|
|
10
|
-
@import '
|
|
11
|
-
@import '
|
|
12
|
-
@import '
|
|
13
|
-
@import '
|
|
14
|
-
@import '
|
|
15
|
-
@import '
|
|
16
|
-
@import '
|
|
17
|
-
@import '
|
|
18
|
-
@import '
|
|
19
|
-
@import '
|
|
20
|
-
@import '
|
|
21
|
-
@import '
|
|
22
|
-
@import '
|
|
2
|
+
@import '../../../legacy/ds-common/src/ComboBox/DSComboBox';
|
|
3
|
+
@import '../../../legacy/ds-form/src/ExpandableInput/DSExpandableInput';
|
|
4
|
+
@import '../../../legacy/ds-common/src/SearchBox/DSSearchBox';
|
|
5
|
+
@import '../../../legacy/ds-form/src/TimeInput/DSTimeInput';
|
|
6
|
+
@import '../../../legacy/ds-form/src/InputGroup/DSInputGroup';
|
|
7
|
+
@import '../../../legacy/ds-common/src/Checkbox/DSCheckbox';
|
|
8
|
+
@import '../../../legacy/ds-form/src/FormItem/Error/DSError';
|
|
9
|
+
@import '../../../legacy/ds-form/src/FormItem/Label/DSLabel';
|
|
10
|
+
@import '../../../legacy/ds-form/src/FormItem/DSFormItemLayout';
|
|
11
|
+
@import '../../../legacy/ds-form/src/Input/DSInput';
|
|
12
|
+
@import '../../../legacy/ds-form/src/DateInput/DSDateInput';
|
|
13
|
+
@import '../../../legacy/ds-form/src/Input/InputAddonWrapper';
|
|
14
|
+
@import '../../../legacy/ds-form/src/Toggle/DSToggle';
|
|
15
|
+
@import '../../../legacy/ds-form/src/FloatingLabelInput/DSFloatingLabelInput';
|
|
16
|
+
@import '../../../legacy/ds-form/src/InputMask/DSInputMask';
|
|
17
|
+
@import '../../../legacy/ds-form/src/LargeInputText/DSLargeInputText';
|
|
18
|
+
@import '../../../legacy/ds-form/src/Radio/DSRadio';
|
|
19
|
+
@import '../../../legacy/ds-form/src/RadioGroup/DSRadioGroup';
|
|
20
|
+
@import '../../../legacy/ds-form/src/CheckboxGroup/DSCheckboxGroup';
|
|
21
|
+
@import '../../../legacy/ds-form/src/RequiredMark/RequiredMark';
|
|
22
|
+
@import '../../../legacy/ds-form/src/InputProtected/DSInputProtected';
|
|
23
23
|
|
|
24
|
-
@import '
|
|
25
|
-
@import '
|
|
26
|
-
@import '
|
|
27
|
-
@import '
|
|
28
|
-
@import '
|
|
29
|
-
@import '
|
|
30
|
-
@import '
|
|
31
|
-
@import '
|
|
32
|
-
@import '
|
|
33
|
-
@import '
|
|
34
|
-
@import '
|
|
35
|
-
@import '
|
|
36
|
-
@import '
|
|
37
|
-
@import '
|
|
38
|
-
@import '
|
|
39
|
-
@import '
|
|
40
|
-
@import '
|
|
41
|
-
@import '
|
|
42
|
-
@import '
|
|
43
|
-
@import '
|
|
44
|
-
@import '
|
|
45
|
-
@import '
|
|
46
|
-
@import '
|
|
47
|
-
@import '
|
|
48
|
-
@import '
|
|
49
|
-
@import '
|
|
24
|
+
@import '../../../atom/ds-progress-indicator/src/DSProgressIndicator';
|
|
25
|
+
@import '../../../legacy/ds-page-header-v1/src/DSPageHeader';
|
|
26
|
+
@import '../../../legacy/ds-truncated-tooltip-text/src/DSTruncatedTooltipText';
|
|
27
|
+
@import '../../../legacy/ds-toolbar-v1/src/DSToolbar';
|
|
28
|
+
@import '../../../legacy/ds-time-picker/src/DSTimePicker';
|
|
29
|
+
@import '../../../legacy/ds-spinner/src/DSSpinner';
|
|
30
|
+
@import '../../../legacy/ds-loading-indicator/src/DSLoadingIndicator';
|
|
31
|
+
@import '../../../atom/ds-tooltip/src/v1/DSTooltip';
|
|
32
|
+
@import '../../../legacy/ds-popover/src/DSPopover';
|
|
33
|
+
@import '../../../legacy/ds-overlay/src/DSOverlay';
|
|
34
|
+
@import '../../../legacy/ds-portal/src/DSPortal';
|
|
35
|
+
@import '../../../legacy/ds-button-v1/src/DSButton';
|
|
36
|
+
@import '../../../atom/ds-separator/src/DSSeparator';
|
|
37
|
+
@import '../../../legacy/ds-label-value/src/DSLabelValue';
|
|
38
|
+
@import '../../../legacy/ds-group-box/src/DSGroupBox';
|
|
39
|
+
@import '../../../legacy/ds-text-wrapper/src/DSTextWrapper';
|
|
40
|
+
@import '../../../legacy/ds-card/src/DSCard';
|
|
41
|
+
@import '../../../legacy/ds-button-group/src//DSButtonGroup';
|
|
42
|
+
@import '../../../layout/ds-dropdownmenu/src/DSDropdownMenu';
|
|
43
|
+
@import '../../../legacy/ds-menu/src/Menu';
|
|
44
|
+
@import '../../../legacy/ds-pills/src/DSPills';
|
|
45
|
+
@import '../../../legacy/ds-zoom/src/DSZoom';
|
|
46
|
+
@import '../../../atom/ds-indeterminate-progress-indicator/src/DSIndeterminateProgressIndicator';
|
|
47
|
+
@import '../../../legacy/ds-page-number/src/DSPageNumber';
|
|
48
|
+
@import '../../../legacy/ds-zipcode-search/src/DSZipCodeSearch';
|
|
49
|
+
@import '../../../atom/ds-circular-progress-indicator/src/DSCircularProgressIndicator';
|
|
@@ -7,22 +7,22 @@
|
|
|
7
7
|
// we need to rethink how the styles are imported, maybe using css modules
|
|
8
8
|
// or even styled component so we have styles more modularized
|
|
9
9
|
@import '~react-dates/lib/css/_datepicker.css';
|
|
10
|
-
@import '
|
|
11
|
-
@import '
|
|
12
|
-
@import '
|
|
13
|
-
@import '
|
|
14
|
-
@import '
|
|
15
|
-
@import '
|
|
16
|
-
@import '
|
|
17
|
-
@import '
|
|
18
|
-
@import '
|
|
19
|
-
@import '
|
|
20
|
-
@import '
|
|
21
|
-
@import '
|
|
22
|
-
@import '
|
|
23
|
-
@import '
|
|
24
|
-
@import '
|
|
25
|
-
@import '
|
|
26
|
-
@import '
|
|
27
|
-
@import '
|
|
28
|
-
@import '
|
|
10
|
+
@import '../../../../legacy/ds-shuttle/src/DSShuttle.scss';
|
|
11
|
+
@import '../../../../legacy/ds-filterbar/src/DSFilterBar.scss';
|
|
12
|
+
@import '../../../../legacy/ds-modal/src/DSModal.scss';
|
|
13
|
+
@import '../../../../layout/ds-modal-slide/src/DSModalSlide.scss';
|
|
14
|
+
@import '../../../../legacy/ds-datagrids/src/DataGrids.scss';
|
|
15
|
+
@import '../../../../data/ds-treeview/src/Tree';
|
|
16
|
+
@import '../../../../data/ds-query-builder/src/DSQueryBuilder.scss';
|
|
17
|
+
@import '../../../../legacy/ds-search-field/src/DSSearchField.scss';
|
|
18
|
+
@import '../../../../legacy/ds-date-time-recurrence-picker/src/DSDateTimeRecurrenceSelector.scss';
|
|
19
|
+
@import '../../../../legacy/ds-number-range-field/src/DSNumberRangeField.scss';
|
|
20
|
+
@import '../../../../legacy/ds-date-picker/src/DSDatePicker.scss';
|
|
21
|
+
@import '../../../../legacy/ds-date-time-picker/src/DSDateTimePicker.scss';
|
|
22
|
+
@import '../../../../legacy/ds-date-range-picker/src/DSDateRangePicker.scss';
|
|
23
|
+
@import '../../../../legacy/ds-date-range-selector/src/DSDateRangeSelector.scss';
|
|
24
|
+
@import '../../../../legacy/ds-codeeditor/src/DSCodeEditor.scss';
|
|
25
|
+
@import '../../../../legacy/ds-wysiwygeditor/src/DSWYSIWYGEditor.scss';
|
|
26
|
+
@import '../../../../legacy/ds-imagelibrarymodal/src/DSImageLibraryModal.scss';
|
|
27
|
+
@import '../../../../layout/ds-ribbon/src/DSRibbon.scss';
|
|
28
|
+
@import '../../../../legacy/ds-card-array/src/DSCardArray.scss';
|
|
@@ -13,7 +13,6 @@ $btn-el-s: #{$btn-el}--s;
|
|
|
13
13
|
$btn-el-m: #{$btn-el}--m;
|
|
14
14
|
$btn-el-l: #{$btn-el}--l;
|
|
15
15
|
$btn-el-fluid: #{$btn-el}--fluid-width;
|
|
16
|
-
|
|
17
16
|
$btn-el-primary: #{$btn-el}--primary;
|
|
18
17
|
$btn-el-text: #{$btn-el}--text;
|
|
19
18
|
$btn-el-secondary: #{$btn-el}--secondary;
|
|
@@ -33,7 +32,6 @@ $button-height: space(m) * 1.17;
|
|
|
33
32
|
$button-border-radius: $theme-base-border-radius;
|
|
34
33
|
$button-width: space(l) * 1.3;
|
|
35
34
|
$button-padding: 0 space(s);
|
|
36
|
-
|
|
37
35
|
$s-size: space(s) * 1.125; //18px;
|
|
38
36
|
$m-size: space(m) * 1.17; //28px
|
|
39
37
|
$l-size: space(l) * 1.25; //40px;
|
|
@@ -44,14 +42,13 @@ $l-font: font-size(600); //16px;
|
|
|
44
42
|
|
|
45
43
|
$border-type: solid border-size(xs);
|
|
46
44
|
$border-type-2: solid border-size(m);
|
|
47
|
-
|
|
48
45
|
$text-disabled: #5c6574;
|
|
49
46
|
|
|
50
47
|
@mixin withFocus($color: color(brand-primary, 600)) {
|
|
51
48
|
outline: none;
|
|
52
49
|
position: relative;
|
|
53
50
|
|
|
54
|
-
|
|
51
|
+
&::after {
|
|
55
52
|
content: '';
|
|
56
53
|
position: absolute;
|
|
57
54
|
top: 0;
|
|
@@ -59,6 +56,7 @@ $text-disabled: #5c6574;
|
|
|
59
56
|
width: 100%;
|
|
60
57
|
height: 100%;
|
|
61
58
|
pointer-events: none;
|
|
59
|
+
|
|
62
60
|
@include dsFocus($color);
|
|
63
61
|
}
|
|
64
62
|
}
|
|
@@ -68,12 +66,13 @@ $text-disabled: #5c6574;
|
|
|
68
66
|
}
|
|
69
67
|
|
|
70
68
|
div.#{$btn-el} {
|
|
71
|
-
|
|
69
|
+
appearance: initial;
|
|
72
70
|
}
|
|
73
71
|
|
|
74
72
|
.#{$btn-el} {
|
|
75
73
|
@include body-text-style(semibold);
|
|
76
|
-
@include center
|
|
74
|
+
@include center;
|
|
75
|
+
|
|
77
76
|
min-width: $button-width;
|
|
78
77
|
line-height: unset;
|
|
79
78
|
border-radius: $button-border-radius;
|
|
@@ -105,6 +104,7 @@ div.#{$btn-el} {
|
|
|
105
104
|
margin-right: space(xs);
|
|
106
105
|
margin-left: space(xs) * -1;
|
|
107
106
|
}
|
|
107
|
+
|
|
108
108
|
&:last-child:not(:first-child) {
|
|
109
109
|
margin-left: space(xs);
|
|
110
110
|
margin-right: space(xs) * -1;
|
|
@@ -128,6 +128,7 @@ div.#{$btn-el} {
|
|
|
128
128
|
&.#{$btn-el}--icon-only {
|
|
129
129
|
width: $s-size;
|
|
130
130
|
}
|
|
131
|
+
|
|
131
132
|
// https://jira.elliemae.io/browse/PUI-6990
|
|
132
133
|
// & .#{$btn-icon} {
|
|
133
134
|
// height: 12px;
|
|
@@ -141,6 +142,7 @@ div.#{$btn-el} {
|
|
|
141
142
|
&.#{$btn-el}--icon-only {
|
|
142
143
|
width: $m-size;
|
|
143
144
|
}
|
|
145
|
+
|
|
144
146
|
// https://jira.elliemae.io/browse/PUI-6990
|
|
145
147
|
// & .#{$btn-icon} {
|
|
146
148
|
// height: 14px;
|
|
@@ -188,7 +190,8 @@ div.#{$btn-el} {
|
|
|
188
190
|
color: $text-disabled;
|
|
189
191
|
background-color: color(neutral, 100);
|
|
190
192
|
border-color: color(neutral, 100);
|
|
191
|
-
|
|
193
|
+
|
|
194
|
+
@include withDisabled;
|
|
192
195
|
|
|
193
196
|
.#{$btn-icon} {
|
|
194
197
|
@include icon-color($text-disabled);
|
|
@@ -263,7 +266,8 @@ div.#{$btn-el} {
|
|
|
263
266
|
&.#{$btn-el-vdisabled} {
|
|
264
267
|
color: color(neutral, 500);
|
|
265
268
|
background: color(neutral, 000);
|
|
266
|
-
|
|
269
|
+
|
|
270
|
+
@include withDisabled;
|
|
267
271
|
|
|
268
272
|
.#{$btn-icon} {
|
|
269
273
|
@include icon-color(color(neutral, 500));
|
|
@@ -327,7 +331,8 @@ div.#{$btn-el} {
|
|
|
327
331
|
&.#{$btn-el-vdisabled} {
|
|
328
332
|
color: color(neutral, 500);
|
|
329
333
|
background-color: color(neutral, 000);
|
|
330
|
-
|
|
334
|
+
|
|
335
|
+
@include withDisabled;
|
|
331
336
|
|
|
332
337
|
.#{$btn-icon} {
|
|
333
338
|
@include icon-color(color(neutral, 500));
|
|
@@ -352,7 +357,8 @@ div.#{$btn-el} {
|
|
|
352
357
|
// ********************************************
|
|
353
358
|
// link
|
|
354
359
|
.#{$btn-el-link} {
|
|
355
|
-
@include link-text-style
|
|
360
|
+
@include link-text-style;
|
|
361
|
+
|
|
356
362
|
padding: 0;
|
|
357
363
|
color: color(brand-primary, 600);
|
|
358
364
|
border: none;
|
|
@@ -373,14 +379,16 @@ div.#{$btn-el} {
|
|
|
373
379
|
|
|
374
380
|
&:disabled {
|
|
375
381
|
color: color(neutral, 400);
|
|
376
|
-
|
|
382
|
+
|
|
383
|
+
@include withDisabled;
|
|
377
384
|
}
|
|
378
385
|
|
|
379
386
|
&.#{$btn-el}--icon-only {
|
|
380
387
|
&:focus,
|
|
381
388
|
&.#{$btn-el-vfocus} {
|
|
382
389
|
span.label-wrapper {
|
|
383
|
-
@include withFocus
|
|
390
|
+
@include withFocus;
|
|
391
|
+
|
|
384
392
|
&::after {
|
|
385
393
|
top: -2px;
|
|
386
394
|
left: -2px;
|
|
@@ -427,7 +435,7 @@ $intent-colors: (
|
|
|
427
435
|
color: $color;
|
|
428
436
|
|
|
429
437
|
span.label-wrapper.no-icon {
|
|
430
|
-
|
|
438
|
+
&::before {
|
|
431
439
|
background-color: transparent;
|
|
432
440
|
border-radius: 2px;
|
|
433
441
|
}
|
|
@@ -457,7 +465,7 @@ $intent-colors: (
|
|
|
457
465
|
}
|
|
458
466
|
|
|
459
467
|
.#{$btn-el-m} {
|
|
460
|
-
font-size:
|
|
468
|
+
font-size: tomobile(font-size(600));
|
|
461
469
|
height: calc(#{space(m)} * 1.085);
|
|
462
470
|
|
|
463
471
|
&.#{$btn-el}--icon-only {
|
|
@@ -473,7 +481,7 @@ $intent-colors: (
|
|
|
473
481
|
}
|
|
474
482
|
|
|
475
483
|
.#{$btn-el-l} {
|
|
476
|
-
font-size:
|
|
484
|
+
font-size: tomobile(font-size(600));
|
|
477
485
|
height: calc(#{space(l)} * 1.016);
|
|
478
486
|
|
|
479
487
|
&.#{$btn-el}--icon-only {
|
package/dist/styles/components/packages/{ds-page-header/v1 → ds-page-header-v1}/DSPageHeader.scss
RENAMED
|
@@ -9,7 +9,6 @@ $page-header-toolbar: #{$page-header}-toolbar;
|
|
|
9
9
|
$page-header-breadcrumb: #{$page-header}-breadcrumb;
|
|
10
10
|
$page-header-backarrow: #{$page-header}-backarrow;
|
|
11
11
|
|
|
12
|
-
|
|
13
12
|
// DIMSUM components
|
|
14
13
|
$btn-component: #{$prefix}-button;
|
|
15
14
|
$toolbar-component: #{$prefix}-toolbar;
|
|
@@ -41,7 +40,8 @@ $border-style: border-size() solid;
|
|
|
41
40
|
justify-content: flex-end;
|
|
42
41
|
}
|
|
43
42
|
|
|
44
|
-
_:-ms-fullscreen,
|
|
43
|
+
_:-ms-fullscreen,
|
|
44
|
+
:root .#{$page-header-toolbar}--ie-flex-basis-auto {
|
|
45
45
|
flex-basis: auto;
|
|
46
46
|
}
|
|
47
47
|
|
|
@@ -76,14 +76,14 @@ _:-ms-fullscreen, :root .#{$page-header-toolbar}--ie-flex-basis-auto {
|
|
|
76
76
|
left: space(xs) * -1.1;
|
|
77
77
|
width: 100%;
|
|
78
78
|
height: fit-content;
|
|
79
|
-
@include h2-text-style()
|
|
79
|
+
@include h2-text-style();
|
|
80
80
|
}
|
|
81
81
|
|
|
82
82
|
&__title {
|
|
83
83
|
text-overflow: ellipsis;
|
|
84
84
|
white-space: nowrap;
|
|
85
85
|
overflow: hidden;
|
|
86
|
-
@include h2-text-style()
|
|
86
|
+
@include h2-text-style();
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
&__subtitle {
|
|
@@ -8,7 +8,6 @@ $toolbar-group: #{$prefix}-toolbar-group;
|
|
|
8
8
|
$divider-el: #{$prefix}-toolbar__divider;
|
|
9
9
|
$toolbar-button-el: #{$prefix}-toolbar__button;
|
|
10
10
|
|
|
11
|
-
|
|
12
11
|
.#{$toolbar-container} {
|
|
13
12
|
display: inline-block;
|
|
14
13
|
background: color(neutral, 000);
|
|
@@ -22,7 +21,7 @@ $toolbar-button-el: #{$prefix}-toolbar__button;
|
|
|
22
21
|
}
|
|
23
22
|
|
|
24
23
|
& > *:not(:last-child) {
|
|
25
|
-
margin-right: space(xs)
|
|
24
|
+
margin-right: space(xs);
|
|
26
25
|
}
|
|
27
26
|
|
|
28
27
|
&__button {
|
|
@@ -39,12 +38,11 @@ $toolbar-button-el: #{$prefix}-toolbar__button;
|
|
|
39
38
|
justify-content: flex-start;
|
|
40
39
|
}
|
|
41
40
|
|
|
42
|
-
&--compact{
|
|
41
|
+
&--compact {
|
|
43
42
|
padding: 0;
|
|
44
43
|
height: space(m) * 1.16666;
|
|
45
44
|
}
|
|
46
45
|
|
|
47
|
-
|
|
48
46
|
.toolbar-item {
|
|
49
47
|
position: relative;
|
|
50
48
|
}
|
|
@@ -59,7 +57,7 @@ $toolbar-button-el: #{$prefix}-toolbar__button;
|
|
|
59
57
|
|
|
60
58
|
&--space-xs {
|
|
61
59
|
& > *:not(:last-child) {
|
|
62
|
-
margin-right: space(xs)
|
|
60
|
+
margin-right: space(xs);
|
|
63
61
|
}
|
|
64
62
|
}
|
|
65
63
|
}
|
|
@@ -67,4 +65,4 @@ $toolbar-button-el: #{$prefix}-toolbar__button;
|
|
|
67
65
|
.#{$divider-el} {
|
|
68
66
|
width: border-size(xs);
|
|
69
67
|
height: 100%;
|
|
70
|
-
}
|
|
68
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-basic",
|
|
3
|
-
"version": "3.22.0-
|
|
3
|
+
"version": "3.22.0-rc.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "EllieMae UI Design System Library",
|
|
6
6
|
"files": [
|
|
@@ -33,10 +33,10 @@
|
|
|
33
33
|
"indent": 4
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@elliemae/pui-cli": "~9.0.0-next.
|
|
36
|
+
"@elliemae/pui-cli": "~9.0.0-next.22",
|
|
37
37
|
"gulp": "~4.0.2",
|
|
38
38
|
"gulp-rename": "~2.0.0",
|
|
39
|
-
"@elliemae/ds-monorepo-devops": "3.22.0-
|
|
39
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-rc.1"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"lodash": "^4.17.21",
|
|
@@ -56,6 +56,6 @@
|
|
|
56
56
|
"prebuild": "exit 0",
|
|
57
57
|
"build": "pnpm run build:css",
|
|
58
58
|
"dev": "exit 0",
|
|
59
|
-
"checkDeps": "npm exec
|
|
59
|
+
"checkDeps": "npm exec ../../util/ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
60
60
|
}
|
|
61
61
|
}
|
|
@@ -1,81 +0,0 @@
|
|
|
1
|
-
$circular-progress-indicator: #{$prefix}-circular-progress-indicator;
|
|
2
|
-
$wrapper: #{$circular-progress-indicator}-wrapper;
|
|
3
|
-
$track: #{$circular-progress-indicator}__track;
|
|
4
|
-
$label: #{$circular-progress-indicator}__label;
|
|
5
|
-
$arc-white: #{$circular-progress-indicator}__arc-white;
|
|
6
|
-
$arc-gray: #{$circular-progress-indicator}__arc-gray;
|
|
7
|
-
$arc-blue: #{$circular-progress-indicator}__arc-blue;
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
.#{$wrapper} {
|
|
11
|
-
display: flex;
|
|
12
|
-
flex-direction: column;
|
|
13
|
-
justify-content: center;
|
|
14
|
-
width: fit-content;
|
|
15
|
-
margin: 0;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.#{$label} {
|
|
19
|
-
margin-top: space(s);
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.#{$track} {
|
|
23
|
-
stroke: color(neutral, 100);
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.#{$arc-blue} {
|
|
27
|
-
transform-origin: 33px 33px;
|
|
28
|
-
animation: rotation1 2.7s ease-out infinite;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.#{$arc-white} {
|
|
32
|
-
transform-origin: 33px 33px;
|
|
33
|
-
animation: rotation2 2.7s ease-out infinite;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.#{$arc-gray} {
|
|
37
|
-
transform-origin: 33px 33px;
|
|
38
|
-
animation: rotation2 2.7s ease-out infinite;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
@keyframes rotation1 {
|
|
42
|
-
0% {
|
|
43
|
-
stroke: url(#grad1);
|
|
44
|
-
transform: rotate(0deg);
|
|
45
|
-
}
|
|
46
|
-
49% {
|
|
47
|
-
stroke: url(#grad1);
|
|
48
|
-
}
|
|
49
|
-
50% {
|
|
50
|
-
stroke: #5594e2;
|
|
51
|
-
transform: rotate(450deg);
|
|
52
|
-
}
|
|
53
|
-
51% {
|
|
54
|
-
stroke: url(#grad2);
|
|
55
|
-
}
|
|
56
|
-
100% {
|
|
57
|
-
stroke: url(#grad2);
|
|
58
|
-
transform: rotate(0deg);
|
|
59
|
-
}
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
@keyframes rotation2 {
|
|
63
|
-
0% {
|
|
64
|
-
transform: rotate(0deg);
|
|
65
|
-
}
|
|
66
|
-
20% {
|
|
67
|
-
transform: rotate(0deg);
|
|
68
|
-
}
|
|
69
|
-
40% {
|
|
70
|
-
transform: rotate(90deg);
|
|
71
|
-
}
|
|
72
|
-
60% {
|
|
73
|
-
transform: rotate(90deg);
|
|
74
|
-
}
|
|
75
|
-
80% {
|
|
76
|
-
transform: rotate(0deg);
|
|
77
|
-
}
|
|
78
|
-
100% {
|
|
79
|
-
transform: rotate(0deg);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
@@ -1,128 +0,0 @@
|
|
|
1
|
-
// ********************************************
|
|
2
|
-
// container definition
|
|
3
|
-
$menu-container: #{$prefix}-menu;
|
|
4
|
-
$menu-select-container: #{$prefix}-menu-select;
|
|
5
|
-
$item-container: #{$prefix}-menu-item;
|
|
6
|
-
$backdrop-el: #{$prefix}-menu__backdrop;
|
|
7
|
-
$select-container: #{$prefix}-selectbox;
|
|
8
|
-
|
|
9
|
-
$border-radius: $theme-base-border-radius;
|
|
10
|
-
|
|
11
|
-
.#{$backdrop-el} {
|
|
12
|
-
width: 100%;
|
|
13
|
-
height: 100%;
|
|
14
|
-
opacity: 0.5;
|
|
15
|
-
position: fixed;
|
|
16
|
-
top: 0;
|
|
17
|
-
left: 0;
|
|
18
|
-
}
|
|
19
|
-
.#{$menu-container}-s {
|
|
20
|
-
&--is-root {
|
|
21
|
-
margin: space(xxs) 0
|
|
22
|
-
}
|
|
23
|
-
border: 1px solid color(neutral, 200);
|
|
24
|
-
margin: 0;
|
|
25
|
-
display: inline-block;
|
|
26
|
-
padding: space(xs) 0;
|
|
27
|
-
background: color(neutral, 000);
|
|
28
|
-
color: color(neutral, 800);
|
|
29
|
-
list-style: none;
|
|
30
|
-
width: 100%;
|
|
31
|
-
min-width: space(xxl) * 2;
|
|
32
|
-
@include border-radius($border-radius);
|
|
33
|
-
@include box-shadow(depth(200));
|
|
34
|
-
|
|
35
|
-
.#{$select-container}__control {
|
|
36
|
-
margin: 0 space(xs)
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.#{$select-container}__option {
|
|
40
|
-
// todo: we need a way to avoid doing arithmetic here
|
|
41
|
-
padding: space(xs) * 1.25 space(l) space(xs) * 1.25 space(s);
|
|
42
|
-
}
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.#{$menu-container}__separator1 {
|
|
46
|
-
margin: space(xs) 0;
|
|
47
|
-
small {
|
|
48
|
-
padding: 0 space(s);
|
|
49
|
-
color: color(neutral, 500)
|
|
50
|
-
}
|
|
51
|
-
&:after {
|
|
52
|
-
content: '';
|
|
53
|
-
display: block;
|
|
54
|
-
height: 1px;
|
|
55
|
-
width: 100%;
|
|
56
|
-
background-color: color(neutral, 100);
|
|
57
|
-
}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.#{$item-container}s {
|
|
61
|
-
display: flex;
|
|
62
|
-
padding: space(xs) space(xs) * 1.5 space(xs) space(xs) * 1.5;
|
|
63
|
-
transition: background-color duration(fast) easing(base);
|
|
64
|
-
align-items: center;
|
|
65
|
-
height: space(l);
|
|
66
|
-
|
|
67
|
-
&__content {
|
|
68
|
-
cursor: pointer;
|
|
69
|
-
display: flex;
|
|
70
|
-
flex: 1;
|
|
71
|
-
align-items: center;
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
&__selectable-container {
|
|
75
|
-
padding-right: space(xs);
|
|
76
|
-
min-width: space(m);
|
|
77
|
-
svg, svg:not([fill]) {
|
|
78
|
-
@include icon(s, color(brand-primary, 600));
|
|
79
|
-
}
|
|
80
|
-
}
|
|
81
|
-
|
|
82
|
-
&:hover, &--active {
|
|
83
|
-
background-color: color(brand-primary, 200);
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
.menu-item-icon {
|
|
87
|
-
@include icon(s, color(neutral, 600));
|
|
88
|
-
margin-right: space(xs) * 1.5;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
.drill-down-icon {
|
|
92
|
-
@include icon(s, color(brand-primary, 600));
|
|
93
|
-
margin-left: space(xs);
|
|
94
|
-
margin-right: space(xxs) * -1;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
&__label {
|
|
98
|
-
white-space: nowrap;
|
|
99
|
-
text-overflow: ellipsis;
|
|
100
|
-
user-select: none;
|
|
101
|
-
margin-right: space(s);
|
|
102
|
-
margin-top: space(xxs) * 0.5;
|
|
103
|
-
flex: 1;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
&--selected {
|
|
107
|
-
background: color(brand-primary, 600);
|
|
108
|
-
color: color(neutral, 000);
|
|
109
|
-
svg, svg:not([fill]) {
|
|
110
|
-
fill: color(neutral, 000);
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
&:active {
|
|
115
|
-
background-color: color(brand-primary, 600);
|
|
116
|
-
color: color(neutral, 000);
|
|
117
|
-
svg, svg:not([fill]) {
|
|
118
|
-
fill: color(neutral, 000);
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
}
|
|
123
|
-
|
|
124
|
-
.#{$menu-select-container} {
|
|
125
|
-
&__icon {
|
|
126
|
-
padding: 0 space(xxs) 0 space(xxs);
|
|
127
|
-
}
|
|
128
|
-
}
|