@elliemae/ds-basic 2.0.0-rc.9 → 2.1.0-rc.0
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 +0 -1145
- package/css/dimsum.min.css +1 -1
- package/css/dimsum.min.css.map +1 -1
- package/package.json +44 -44
- package/styles/components/index.scss +0 -2
- package/styles/components/packages/ds-basic/index.scss +0 -2
- package/styles/components/packages/ds-basic/styles/dist-index.scss +0 -2
- package/styles/dist-index.scss +0 -2
- package/styles/components/packages/ds-app-picker/DSAppPicker.scss +0 -161
- package/styles/components/packages/ds-tabs/DSTabs.scss +0 -272
- package/styles/components/packages/ds-treeview/deprecated/Tree.scss +0 -143
|
@@ -1,143 +0,0 @@
|
|
|
1
|
-
// ********************************************
|
|
2
|
-
// container definition
|
|
3
|
-
$tree-list: #{$prefix}-tree-list;
|
|
4
|
-
$tree-item: #{$prefix}-tree-item;
|
|
5
|
-
$rz-normal: #{$prefix}-tv-row-size-normal;
|
|
6
|
-
$rz-compact: #{$prefix}-tv-row-size-compact;
|
|
7
|
-
$normal: 36px;
|
|
8
|
-
$compact: 28px;
|
|
9
|
-
|
|
10
|
-
$dsicon: #{$prefix}-icon;
|
|
11
|
-
|
|
12
|
-
.#{$tree-item} {
|
|
13
|
-
color: color(neutral, 800);
|
|
14
|
-
display: flex;
|
|
15
|
-
position: relative;
|
|
16
|
-
background-color: color(neutral, 000);
|
|
17
|
-
padding: 0 space(xxs);
|
|
18
|
-
min-height: $normal;
|
|
19
|
-
|
|
20
|
-
.#{$tree-item}__value {
|
|
21
|
-
display: flex;
|
|
22
|
-
flex: 1;
|
|
23
|
-
min-width: 0;
|
|
24
|
-
margin: space(xs) 0 ;
|
|
25
|
-
margin-top: space(xs) * 1.5;
|
|
26
|
-
.tree-item-value {
|
|
27
|
-
margin-right: 2px;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
&__addons {
|
|
32
|
-
display: flex;
|
|
33
|
-
align-items: center;
|
|
34
|
-
height: $normal;
|
|
35
|
-
margin-right: space(xxs) * 0.5;
|
|
36
|
-
.#{$dsicon} {
|
|
37
|
-
@include icon-color(color(brand-primary, 800));
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
&.selected {
|
|
42
|
-
background-color: color(brand-primary, 200);
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
.drag-handle {
|
|
46
|
-
transition: duration(fast) easing(base);
|
|
47
|
-
align-items: center;
|
|
48
|
-
display: flex;
|
|
49
|
-
height: 100%;
|
|
50
|
-
width: space(s) * 1.3;
|
|
51
|
-
visibility: visible;
|
|
52
|
-
opacity: 1;
|
|
53
|
-
// todo: revise this on the future to get icon proper sizes
|
|
54
|
-
svg {
|
|
55
|
-
width: 20px;
|
|
56
|
-
height: 20px;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
// &:focus {
|
|
60
|
-
// @include dsFocus();
|
|
61
|
-
// }
|
|
62
|
-
@include icon-color(color(neutral, 200));
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
&.can-group-over {
|
|
66
|
-
.#{$tree-item}__value {
|
|
67
|
-
font-weight: bold;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
.#{$tree-item}-content {
|
|
72
|
-
display: flex;
|
|
73
|
-
flex: 1;
|
|
74
|
-
min-width: 0;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.tree-item-icon {
|
|
78
|
-
margin-right: space(xxs);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.tree-item-radio {
|
|
82
|
-
padding-bottom: 0;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
&:hover {
|
|
86
|
-
.drag-handle {
|
|
87
|
-
@include icon-color(color(brand-primary, 700));
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
//Update from mixins when the correct states story comes
|
|
91
|
-
background-color: color(neutral, 080);
|
|
92
|
-
|
|
93
|
-
&.selected {
|
|
94
|
-
background-color: color(brand-primary, 200);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
&:focus {
|
|
99
|
-
@include dsFocus();
|
|
100
|
-
box-shadow: unset;
|
|
101
|
-
border-radius: 0px;
|
|
102
|
-
|
|
103
|
-
&.selected {
|
|
104
|
-
outline: unset;
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
.toolbar-trigger{
|
|
110
|
-
margin-top: space(xxs);
|
|
111
|
-
}
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
.#{$tree-list}{
|
|
115
|
-
&.#{$rz-compact}{
|
|
116
|
-
.#{$tree-item} {
|
|
117
|
-
min-height: $compact;
|
|
118
|
-
&__addons {
|
|
119
|
-
height: $compact;
|
|
120
|
-
}
|
|
121
|
-
&__value {
|
|
122
|
-
margin: 0;
|
|
123
|
-
margin-top:space(xs);
|
|
124
|
-
}
|
|
125
|
-
}
|
|
126
|
-
.toolbar-trigger{
|
|
127
|
-
margin-top: 0;
|
|
128
|
-
}
|
|
129
|
-
}
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.#{$tree-list}-no-items {
|
|
133
|
-
display: flex;
|
|
134
|
-
justify-content: center;
|
|
135
|
-
padding-top: space(m);
|
|
136
|
-
height: 100%;
|
|
137
|
-
width: 100%;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
.tree-text-highlight {
|
|
141
|
-
font-weight: bold;
|
|
142
|
-
background-color: color(warning, 600);
|
|
143
|
-
}
|