@elliemae/ds-basic 1.54.0-next.4 → 1.54.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/css/dimsum.css +61 -43
- package/css/dimsum.min.css +1 -1
- package/css/dimsum.min.css.map +1 -1
- package/package.json +51 -51
- package/styles/components/packages/ds-app-picker/DSAppPicker.scss +72 -31
- package/styles/components/packages/ds-page-header/v2/components/PageHeaderToolbar/PageHeaderToolbar.scss +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-basic",
|
|
3
|
-
"version": "1.54.0-
|
|
3
|
+
"version": "1.54.0-rc.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "EllieMae UI Design System Library",
|
|
6
6
|
"main": "cjs/index.js",
|
|
@@ -22,56 +22,56 @@
|
|
|
22
22
|
"dev": "node ../../scripts/build/build.js -w"
|
|
23
23
|
},
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@elliemae/ds-accordion": "1.54.0-
|
|
26
|
-
"@elliemae/ds-app-picker": "1.54.0-
|
|
27
|
-
"@elliemae/ds-backdrop": "1.54.0-
|
|
28
|
-
"@elliemae/ds-breadcrumb": "1.54.0-
|
|
29
|
-
"@elliemae/ds-button": "1.54.0-
|
|
30
|
-
"@elliemae/ds-button-group": "1.54.0-
|
|
31
|
-
"@elliemae/ds-card": "1.54.0-
|
|
32
|
-
"@elliemae/ds-circular-progress-indicator": "1.54.0-
|
|
33
|
-
"@elliemae/ds-classnames": "1.54.0-
|
|
34
|
-
"@elliemae/ds-dropdownmenu": "1.54.0-
|
|
35
|
-
"@elliemae/ds-form": "1.54.0-
|
|
36
|
-
"@elliemae/ds-grid": "1.54.0-
|
|
37
|
-
"@elliemae/ds-group-box": "1.54.0-
|
|
38
|
-
"@elliemae/ds-header": "1.54.0-
|
|
39
|
-
"@elliemae/ds-hidden": "1.54.0-
|
|
40
|
-
"@elliemae/ds-icon": "1.54.0-
|
|
41
|
-
"@elliemae/ds-icons": "1.54.0-
|
|
42
|
-
"@elliemae/ds-indeterminate-progress-indicator": "1.54.0-
|
|
43
|
-
"@elliemae/ds-label-value": "1.54.0-
|
|
44
|
-
"@elliemae/ds-list-section-header": "1.54.0-
|
|
45
|
-
"@elliemae/ds-loading-indicator": "1.54.0-
|
|
46
|
-
"@elliemae/ds-menu": "1.54.0-
|
|
47
|
-
"@elliemae/ds-mobile": "1.54.0-
|
|
48
|
-
"@elliemae/ds-overlay": "1.54.0-
|
|
49
|
-
"@elliemae/ds-page-header": "1.54.0-
|
|
50
|
-
"@elliemae/ds-page-number": "1.54.0-
|
|
51
|
-
"@elliemae/ds-pills": "1.54.0-
|
|
52
|
-
"@elliemae/ds-popover": "1.54.0-
|
|
53
|
-
"@elliemae/ds-popper": "1.54.0-
|
|
54
|
-
"@elliemae/ds-portal": "1.54.0-
|
|
55
|
-
"@elliemae/ds-progress-indicator": "1.54.0-
|
|
56
|
-
"@elliemae/ds-read-more": "1.54.0-
|
|
57
|
-
"@elliemae/ds-resizeable-container": "1.54.0-
|
|
58
|
-
"@elliemae/ds-separator": "1.54.0-
|
|
59
|
-
"@elliemae/ds-shared": "1.54.0-
|
|
60
|
-
"@elliemae/ds-side-panel": "1.54.0-
|
|
61
|
-
"@elliemae/ds-slider": "1.54.0-
|
|
62
|
-
"@elliemae/ds-spinner": "1.54.0-
|
|
63
|
-
"@elliemae/ds-system": "1.54.0-
|
|
64
|
-
"@elliemae/ds-tabs": "1.54.0-
|
|
65
|
-
"@elliemae/ds-text-wrapper": "1.54.0-
|
|
66
|
-
"@elliemae/ds-time-picker": "1.54.0-
|
|
67
|
-
"@elliemae/ds-toast": "1.54.0-
|
|
68
|
-
"@elliemae/ds-toolbar": "1.54.0-
|
|
69
|
-
"@elliemae/ds-tooltip": "1.54.0-
|
|
70
|
-
"@elliemae/ds-truncated-expandable-text": "1.54.0-
|
|
71
|
-
"@elliemae/ds-truncated-tooltip-text": "1.54.0-
|
|
72
|
-
"@elliemae/ds-utilities": "1.54.0-
|
|
73
|
-
"@elliemae/ds-zipcode-search": "1.54.0-
|
|
74
|
-
"@elliemae/ds-zoom": "1.54.0-
|
|
25
|
+
"@elliemae/ds-accordion": "1.54.0-rc.1",
|
|
26
|
+
"@elliemae/ds-app-picker": "1.54.0-rc.1",
|
|
27
|
+
"@elliemae/ds-backdrop": "1.54.0-rc.1",
|
|
28
|
+
"@elliemae/ds-breadcrumb": "1.54.0-rc.1",
|
|
29
|
+
"@elliemae/ds-button": "1.54.0-rc.1",
|
|
30
|
+
"@elliemae/ds-button-group": "1.54.0-rc.1",
|
|
31
|
+
"@elliemae/ds-card": "1.54.0-rc.1",
|
|
32
|
+
"@elliemae/ds-circular-progress-indicator": "1.54.0-rc.1",
|
|
33
|
+
"@elliemae/ds-classnames": "1.54.0-rc.1",
|
|
34
|
+
"@elliemae/ds-dropdownmenu": "1.54.0-rc.1",
|
|
35
|
+
"@elliemae/ds-form": "1.54.0-rc.1",
|
|
36
|
+
"@elliemae/ds-grid": "1.54.0-rc.1",
|
|
37
|
+
"@elliemae/ds-group-box": "1.54.0-rc.1",
|
|
38
|
+
"@elliemae/ds-header": "1.54.0-rc.1",
|
|
39
|
+
"@elliemae/ds-hidden": "1.54.0-rc.1",
|
|
40
|
+
"@elliemae/ds-icon": "1.54.0-rc.1",
|
|
41
|
+
"@elliemae/ds-icons": "1.54.0-rc.1",
|
|
42
|
+
"@elliemae/ds-indeterminate-progress-indicator": "1.54.0-rc.1",
|
|
43
|
+
"@elliemae/ds-label-value": "1.54.0-rc.1",
|
|
44
|
+
"@elliemae/ds-list-section-header": "1.54.0-rc.1",
|
|
45
|
+
"@elliemae/ds-loading-indicator": "1.54.0-rc.1",
|
|
46
|
+
"@elliemae/ds-menu": "1.54.0-rc.1",
|
|
47
|
+
"@elliemae/ds-mobile": "1.54.0-rc.1",
|
|
48
|
+
"@elliemae/ds-overlay": "1.54.0-rc.1",
|
|
49
|
+
"@elliemae/ds-page-header": "1.54.0-rc.1",
|
|
50
|
+
"@elliemae/ds-page-number": "1.54.0-rc.1",
|
|
51
|
+
"@elliemae/ds-pills": "1.54.0-rc.1",
|
|
52
|
+
"@elliemae/ds-popover": "1.54.0-rc.1",
|
|
53
|
+
"@elliemae/ds-popper": "1.54.0-rc.1",
|
|
54
|
+
"@elliemae/ds-portal": "1.54.0-rc.1",
|
|
55
|
+
"@elliemae/ds-progress-indicator": "1.54.0-rc.1",
|
|
56
|
+
"@elliemae/ds-read-more": "1.54.0-rc.1",
|
|
57
|
+
"@elliemae/ds-resizeable-container": "1.54.0-rc.1",
|
|
58
|
+
"@elliemae/ds-separator": "1.54.0-rc.1",
|
|
59
|
+
"@elliemae/ds-shared": "1.54.0-rc.1",
|
|
60
|
+
"@elliemae/ds-side-panel": "1.54.0-rc.1",
|
|
61
|
+
"@elliemae/ds-slider": "1.54.0-rc.1",
|
|
62
|
+
"@elliemae/ds-spinner": "1.54.0-rc.1",
|
|
63
|
+
"@elliemae/ds-system": "1.54.0-rc.1",
|
|
64
|
+
"@elliemae/ds-tabs": "1.54.0-rc.1",
|
|
65
|
+
"@elliemae/ds-text-wrapper": "1.54.0-rc.1",
|
|
66
|
+
"@elliemae/ds-time-picker": "1.54.0-rc.1",
|
|
67
|
+
"@elliemae/ds-toast": "1.54.0-rc.1",
|
|
68
|
+
"@elliemae/ds-toolbar": "1.54.0-rc.1",
|
|
69
|
+
"@elliemae/ds-tooltip": "1.54.0-rc.1",
|
|
70
|
+
"@elliemae/ds-truncated-expandable-text": "1.54.0-rc.1",
|
|
71
|
+
"@elliemae/ds-truncated-tooltip-text": "1.54.0-rc.1",
|
|
72
|
+
"@elliemae/ds-utilities": "1.54.0-rc.1",
|
|
73
|
+
"@elliemae/ds-zipcode-search": "1.54.0-rc.1",
|
|
74
|
+
"@elliemae/ds-zoom": "1.54.0-rc.1",
|
|
75
75
|
"react-dates": "~18.5.0"
|
|
76
76
|
},
|
|
77
77
|
"peerDependencies": {
|
|
@@ -12,10 +12,13 @@ $arrow: #{$app-picker}__arrow;
|
|
|
12
12
|
display: flex;
|
|
13
13
|
flex-direction: column;
|
|
14
14
|
align-items: center;
|
|
15
|
-
|
|
16
|
-
|
|
15
|
+
min-width: 244px;
|
|
16
|
+
max-height: 449px;
|
|
17
|
+
overflow-y: scroll;
|
|
18
|
+
padding-top: 4px;
|
|
17
19
|
padding-bottom: 4px;
|
|
18
20
|
margin: 0 auto;
|
|
21
|
+
|
|
19
22
|
&:focus {
|
|
20
23
|
outline: none;
|
|
21
24
|
}
|
|
@@ -43,57 +46,92 @@ $arrow: #{$app-picker}__arrow;
|
|
|
43
46
|
}
|
|
44
47
|
|
|
45
48
|
.#{$title} {
|
|
46
|
-
color: color('neutral',
|
|
47
|
-
font-size: size(
|
|
49
|
+
color: color('neutral', 700);
|
|
50
|
+
font-size: font-size(200);
|
|
48
51
|
font-weight: bold;
|
|
49
|
-
margin:
|
|
52
|
+
margin: 8px 0 4px 0;
|
|
53
|
+
line-height: 1;
|
|
54
|
+
text-transform: uppercase;
|
|
50
55
|
}
|
|
51
56
|
|
|
52
57
|
.#{$chip} {
|
|
53
58
|
display: flex;
|
|
54
59
|
flex-direction: column;
|
|
55
|
-
justify-content: center;
|
|
56
60
|
align-items: center;
|
|
57
61
|
border-radius: 2%;
|
|
62
|
+
padding: 8px 0 4px 0;
|
|
58
63
|
margin: 4px;
|
|
59
|
-
padding: 6px;
|
|
60
64
|
height: 68px;
|
|
61
65
|
width: 68px;
|
|
62
|
-
|
|
66
|
+
line-height: 1px;
|
|
67
|
+
background-color: #fff;
|
|
68
|
+
color: color('brand-primary', 600);
|
|
63
69
|
cursor: pointer;
|
|
64
|
-
|
|
70
|
+
border: 2px solid transparent;
|
|
71
|
+
|
|
65
72
|
&:hover {
|
|
66
|
-
|
|
67
|
-
color: color('
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
fill: color('brand-primary', 800);
|
|
73
|
+
color: color('brand-primary', 800);
|
|
74
|
+
background-color: color('brand-primary', 200);
|
|
75
|
+
.app-picker__icon {
|
|
76
|
+
fill: color('brand-primary', 800);
|
|
77
|
+
}
|
|
72
78
|
}
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
79
|
+
|
|
80
|
+
&:focus {
|
|
81
|
+
outline: none;
|
|
82
|
+
border: 2px solid color('brand-primary', 800);
|
|
77
83
|
}
|
|
84
|
+
|
|
78
85
|
&--disabled {
|
|
79
86
|
color: color('neutral', 500);
|
|
80
87
|
cursor: not-allowed;
|
|
88
|
+
|
|
89
|
+
.app-picker__icon {
|
|
90
|
+
fill: color('neutral', 500);
|
|
91
|
+
}
|
|
92
|
+
|
|
81
93
|
&:focus,
|
|
82
|
-
&:active,
|
|
83
94
|
&:hover {
|
|
84
|
-
background-color: #
|
|
85
|
-
|
|
86
|
-
border:
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
95
|
+
background-color: #fff;
|
|
96
|
+
cursor: not-allowed;
|
|
97
|
+
border: 2px solid transparent;
|
|
98
|
+
|
|
99
|
+
.#{$chip-label} {
|
|
100
|
+
color: color('neutral', 500);
|
|
101
|
+
}
|
|
90
102
|
}
|
|
103
|
+
|
|
91
104
|
&:hover .app-picker__icon {
|
|
92
105
|
fill: color('neutral', 500);
|
|
93
106
|
}
|
|
94
107
|
}
|
|
95
|
-
|
|
96
|
-
|
|
108
|
+
|
|
109
|
+
&--selected {
|
|
110
|
+
color: color('brand-primary', 800);
|
|
111
|
+
background-color: color('brand-primary', 200);
|
|
112
|
+
position: relative;
|
|
113
|
+
|
|
114
|
+
.app-picker__icon {
|
|
115
|
+
fill: color('brand-primary', 800);
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
&:focus {
|
|
119
|
+
border: 2px solid transparent;
|
|
120
|
+
&::after {
|
|
121
|
+
border: 2px solid color('brand-primary', 800);
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
&::after {
|
|
126
|
+
position: absolute;
|
|
127
|
+
content: '';
|
|
128
|
+
top: -2px;
|
|
129
|
+
left: -2px;
|
|
130
|
+
width: calc(100% + 4px);
|
|
131
|
+
height: calc(100% + 4px);
|
|
132
|
+
border: 1px solid color('brand-primary', 600);
|
|
133
|
+
border-radius: 2px;
|
|
134
|
+
}
|
|
97
135
|
}
|
|
98
136
|
}
|
|
99
137
|
|
|
@@ -108,14 +146,17 @@ $arrow: #{$app-picker}__arrow;
|
|
|
108
146
|
}
|
|
109
147
|
|
|
110
148
|
.#{$chip-label} {
|
|
111
|
-
font-size:
|
|
149
|
+
font-size: font-size(200);
|
|
112
150
|
font-weight: 600;
|
|
113
|
-
|
|
151
|
+
word-wrap: break-word;
|
|
152
|
+
margin: 4px 0;
|
|
153
|
+
line-height: 12px;
|
|
154
|
+
text-overflow: ellipsis;
|
|
114
155
|
}
|
|
115
156
|
|
|
116
157
|
.#{$separator} {
|
|
117
158
|
border-top: 1px solid color('neutral', 100);
|
|
118
159
|
border-bottom: none;
|
|
119
160
|
width: 99%;
|
|
120
|
-
margin: 0;
|
|
161
|
+
margin-bottom: 0;
|
|
121
162
|
}
|