indicator-ui 0.1.7 → 0.1.9
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/index.css +0 -69
- package/dist/index.css.map +1 -1
- package/dist/index.js +216 -138
- package/dist/index.js.map +1 -1
- package/dist/types/src/hooks/controlsInput/index.d.ts +1 -1
- package/dist/types/src/hooks/controlsInput/useKeyboardInput.d.ts +2 -2
- package/dist/types/src/hooks/controlsInput/{useKeyboardPressed.d.ts → useKeyboardPressing.d.ts} +6 -5
- package/dist/types/src/ui/DateTimePicker/lib/index.d.ts +1 -0
- package/dist/types/src/ui/DateTimePicker/lib/sortDates.d.ts +2 -0
- package/dist/types/src/ui/InputFields/DateTimeRangeField/types/DateRangeFieldTypes.d.ts +2 -2
- package/dist/types/src/ui/InputFields/SelectField/types/SelectFieldTypes.d.ts +4 -1
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -1208,75 +1208,6 @@
|
|
|
1208
1208
|
.SelectField-module__selectField___p9S2j {
|
|
1209
1209
|
width: 100%;
|
|
1210
1210
|
}
|
|
1211
|
-
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindowWrapper___i4_Uy {
|
|
1212
|
-
position: relative;
|
|
1213
|
-
z-index: 1;
|
|
1214
|
-
}
|
|
1215
|
-
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d {
|
|
1216
|
-
width: 100%;
|
|
1217
|
-
position: absolute;
|
|
1218
|
-
}
|
|
1219
|
-
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm {
|
|
1220
|
-
z-index: 10;
|
|
1221
|
-
animation: SelectField-module__show-animation___Ee3LS ease-out forwards 200ms;
|
|
1222
|
-
width: 100%;
|
|
1223
|
-
height: fit-content;
|
|
1224
|
-
max-height: 300px;
|
|
1225
|
-
display: flex;
|
|
1226
|
-
flex-direction: column;
|
|
1227
|
-
border-radius: 8px;
|
|
1228
|
-
padding: 4px;
|
|
1229
|
-
background-color: var(--base-white);
|
|
1230
|
-
box-shadow: 0 0 0 1px var(--gray-300), 0 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0px 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
|
|
1231
|
-
overflow: scroll;
|
|
1232
|
-
scrollbar-width: none;
|
|
1233
|
-
transform: translateY(4px);
|
|
1234
|
-
}
|
|
1235
|
-
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7 {
|
|
1236
|
-
width: 100%;
|
|
1237
|
-
height: fit-content;
|
|
1238
|
-
gap: 8px;
|
|
1239
|
-
padding: 10px 16px;
|
|
1240
|
-
}
|
|
1241
|
-
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7 {
|
|
1242
|
-
display: flex;
|
|
1243
|
-
align-items: center;
|
|
1244
|
-
justify-content: center;
|
|
1245
|
-
}
|
|
1246
|
-
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7 .SelectField-module__label___Orjua {
|
|
1247
|
-
flex: 1;
|
|
1248
|
-
text-align: left;
|
|
1249
|
-
}
|
|
1250
|
-
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7 .SelectField-module__label___Orjua {
|
|
1251
|
-
font-size: 16px;
|
|
1252
|
-
line-height: 24px;
|
|
1253
|
-
color: var(--gray-900);
|
|
1254
|
-
font-weight: 400;
|
|
1255
|
-
font-family: "Golos UI", sans-serif;
|
|
1256
|
-
font-stretch: normal;
|
|
1257
|
-
font-style: normal;
|
|
1258
|
-
font-variant: normal;
|
|
1259
|
-
}
|
|
1260
|
-
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7.SelectField-module__active___a3j2T {
|
|
1261
|
-
background-color: var(--primary-50);
|
|
1262
|
-
}
|
|
1263
|
-
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7.SelectField-module__active___a3j2T svg {
|
|
1264
|
-
width: 20px;
|
|
1265
|
-
height: 20px;
|
|
1266
|
-
flex: none;
|
|
1267
|
-
}
|
|
1268
|
-
.SelectField-module__selectField___p9S2j .SelectField-module__modalWindow___JVZ8d .SelectField-module__selectModalWindow___w55Pm .SelectField-module__selectFieldOptionsItem___hQMC7.SelectField-module__active___a3j2T svg * {
|
|
1269
|
-
stroke: var(--primary-500);
|
|
1270
|
-
}
|
|
1271
|
-
|
|
1272
|
-
@keyframes SelectField-module__show-animation___Ee3LS {
|
|
1273
|
-
from {
|
|
1274
|
-
opacity: 0;
|
|
1275
|
-
}
|
|
1276
|
-
to {
|
|
1277
|
-
opacity: 1;
|
|
1278
|
-
}
|
|
1279
|
-
}
|
|
1280
1211
|
/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
1281
1212
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[2].use[1]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[2].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/ui/InputFields/InputFieldWrapper/styles/InputFieldWrapper.module.scss ***!
|
|
1282
1213
|
\***************************************************************************************************************************************************************************************************************************************************************************************************/
|