@oliasoft-open-source/react-ui-library 3.9.11-beta-2 → 3.9.11
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/global.css +28 -31
- package/dist/index.js +2290 -3884
- package/dist/index.js.map +1 -1
- package/package.json +3 -2
package/dist/global.css
CHANGED
|
@@ -14063,13 +14063,10 @@ html[data-theme='dark'] {
|
|
|
14063
14063
|
/*
|
|
14064
14064
|
Z-INDEX
|
|
14065
14065
|
*/
|
|
14066
|
-
.
|
|
14067
|
-
flex-shrink: 0;
|
|
14068
|
-
}
|
|
14069
|
-
._layerContainer_w3cwc_336 {
|
|
14066
|
+
._layerContainer_18lrn_333 {
|
|
14070
14067
|
z-index: 2002;
|
|
14071
14068
|
}
|
|
14072
|
-
.
|
|
14069
|
+
._layer_18lrn_333 {
|
|
14073
14070
|
border: 1px solid var(--color-border);
|
|
14074
14071
|
border-radius: 4px;
|
|
14075
14072
|
overflow: hidden;
|
|
@@ -14079,29 +14076,29 @@ html[data-theme='dark'] {
|
|
|
14079
14076
|
position: relative;
|
|
14080
14077
|
font-size: 14px;
|
|
14081
14078
|
}
|
|
14082
|
-
.
|
|
14079
|
+
._layer_18lrn_333 ul {
|
|
14083
14080
|
margin: 0;
|
|
14084
14081
|
padding: 0;
|
|
14085
14082
|
list-style-type: none;
|
|
14086
14083
|
}
|
|
14087
|
-
.
|
|
14084
|
+
._layer_18lrn_333 ul li {
|
|
14088
14085
|
list-style: none;
|
|
14089
14086
|
display: block;
|
|
14090
14087
|
}
|
|
14091
|
-
.
|
|
14088
|
+
._layer_18lrn_333._small_18lrn_355 {
|
|
14092
14089
|
font-size: 12px;
|
|
14093
14090
|
}
|
|
14094
|
-
.
|
|
14095
|
-
.
|
|
14096
|
-
.
|
|
14091
|
+
._heading_18lrn_358,
|
|
14092
|
+
._option_18lrn_359,
|
|
14093
|
+
._message_18lrn_360 {
|
|
14097
14094
|
padding: 9.5px 0 9.5px 14px;
|
|
14098
14095
|
}
|
|
14099
|
-
.
|
|
14100
|
-
.
|
|
14101
|
-
.
|
|
14096
|
+
._small_18lrn_355 ._heading_18lrn_358,
|
|
14097
|
+
._small_18lrn_355 ._option_18lrn_359,
|
|
14098
|
+
._small_18lrn_355 ._message_18lrn_360 {
|
|
14102
14099
|
padding: 3.5px 0 3.5px 7px;
|
|
14103
14100
|
}
|
|
14104
|
-
.
|
|
14101
|
+
._heading_18lrn_358 {
|
|
14105
14102
|
color: var(--color-text-muted);
|
|
14106
14103
|
letter-spacing: 0.1em;
|
|
14107
14104
|
text-transform: uppercase;
|
|
@@ -14112,13 +14109,13 @@ html[data-theme='dark'] {
|
|
|
14112
14109
|
text-overflow: ellipsis;
|
|
14113
14110
|
white-space: nowrap;
|
|
14114
14111
|
}
|
|
14115
|
-
.
|
|
14112
|
+
._small_18lrn_355 ._heading_18lrn_358 {
|
|
14116
14113
|
font-size: 10px;
|
|
14117
14114
|
}
|
|
14118
|
-
.
|
|
14115
|
+
._message_18lrn_360 {
|
|
14119
14116
|
color: var(--color-text-faint);
|
|
14120
14117
|
}
|
|
14121
|
-
.
|
|
14118
|
+
._option_18lrn_359 {
|
|
14122
14119
|
line-height: 20px;
|
|
14123
14120
|
display: flex;
|
|
14124
14121
|
align-items: center;
|
|
@@ -14127,22 +14124,22 @@ html[data-theme='dark'] {
|
|
|
14127
14124
|
height: 100%;
|
|
14128
14125
|
cursor: pointer;
|
|
14129
14126
|
}
|
|
14130
|
-
.
|
|
14131
|
-
.
|
|
14127
|
+
._option_18lrn_359._focused_18lrn_394,
|
|
14128
|
+
._option_18lrn_359:hover {
|
|
14132
14129
|
background-color: var(--color-background-menuitem-hover);
|
|
14133
14130
|
}
|
|
14134
|
-
.
|
|
14131
|
+
._option_18lrn_359._selected_18lrn_398 {
|
|
14135
14132
|
background-color: var(--color-background-menuitem-active);
|
|
14136
14133
|
}
|
|
14137
|
-
.
|
|
14138
|
-
.
|
|
14134
|
+
._option_18lrn_359._selected_18lrn_398._focused_18lrn_394,
|
|
14135
|
+
._option_18lrn_359._selected_18lrn_398:hover {
|
|
14139
14136
|
background-color: var(--color-background-menuitem-activehover);
|
|
14140
14137
|
}
|
|
14141
|
-
.
|
|
14138
|
+
._option_18lrn_359._disabled_18lrn_405 {
|
|
14142
14139
|
opacity: 0.2;
|
|
14143
14140
|
cursor: inherit;
|
|
14144
14141
|
}
|
|
14145
|
-
.
|
|
14142
|
+
._option_18lrn_359 ._check_18lrn_409 {
|
|
14146
14143
|
color: var(--color-text-primary);
|
|
14147
14144
|
font-size: 0.75em;
|
|
14148
14145
|
width: var(--size);
|
|
@@ -14150,29 +14147,29 @@ html[data-theme='dark'] {
|
|
|
14150
14147
|
justify-content: center;
|
|
14151
14148
|
flex-shrink: 0;
|
|
14152
14149
|
}
|
|
14153
|
-
.
|
|
14150
|
+
._small_18lrn_355 ._option_18lrn_359 ._check_18lrn_409 {
|
|
14154
14151
|
width: var(--size-sm);
|
|
14155
14152
|
}
|
|
14156
|
-
.
|
|
14153
|
+
._option_18lrn_359 ._check_18lrn_409 svg {
|
|
14157
14154
|
display: block;
|
|
14158
14155
|
}
|
|
14159
|
-
.
|
|
14156
|
+
._option_18lrn_359 ._optionContent_18lrn_423 {
|
|
14160
14157
|
flex-wrap: wrap;
|
|
14161
14158
|
margin-right: auto;
|
|
14162
14159
|
overflow: hidden;
|
|
14163
14160
|
}
|
|
14164
|
-
.
|
|
14161
|
+
._option_18lrn_359 ._optionContent_18lrn_423 ._label_18lrn_428 {
|
|
14165
14162
|
max-width: 100%;
|
|
14166
14163
|
display: block;
|
|
14167
14164
|
overflow: hidden;
|
|
14168
14165
|
text-overflow: ellipsis;
|
|
14169
14166
|
white-space: nowrap;
|
|
14170
14167
|
}
|
|
14171
|
-
.
|
|
14168
|
+
._option_18lrn_359 ._optionContent_18lrn_423 ._icon_18lrn_435 {
|
|
14172
14169
|
margin-left: 8px;
|
|
14173
14170
|
line-height: 0;
|
|
14174
14171
|
}
|
|
14175
|
-
.
|
|
14172
|
+
._details_18lrn_439 {
|
|
14176
14173
|
float: right;
|
|
14177
14174
|
display: inline;
|
|
14178
14175
|
white-space: nowrap;
|