indicator-ui 0.0.244 → 0.0.246
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 +71 -0
- package/dist/index.css.map +1 -1
- package/dist/index.js +461 -316
- package/dist/index.js.map +1 -1
- package/dist/types/src/hooks/index.d.ts +1 -0
- package/dist/types/src/hooks/useDebouncedAccumulator.d.ts +7 -0
- package/dist/types/src/hooks/useFormData.d.ts +9 -4
- package/dist/types/src/lib/dict/compKeyWays.d.ts +2 -0
- package/dist/types/src/ui/Dropdown/index.d.ts +2 -0
- package/dist/types/src/ui/Dropdown/styles/index.d.ts +1 -0
- package/dist/types/src/ui/Dropdown/types/DropdownTypes.d.ts +23 -0
- package/dist/types/src/ui/Dropdown/types/index.d.ts +1 -0
- package/dist/types/src/ui/Dropdown/ui/Dropdown.d.ts +2 -0
- package/dist/types/src/ui/Dropdown/ui/index.d.ts +1 -0
- package/dist/types/src/ui/InputFields/SelectField/config/index.d.ts +0 -1
- package/dist/types/src/ui/InputFields/SelectField/index.d.ts +1 -1
- package/dist/types/src/ui/InputFields/SelectField/lib/getSelectFieldOptionsByValue.d.ts +2 -0
- package/dist/types/src/ui/InputFields/SelectField/lib/getSelectFieldOptionsItemValue.d.ts +2 -0
- package/dist/types/src/ui/InputFields/SelectField/lib/getStringValue.d.ts +1 -1
- package/dist/types/src/ui/InputFields/SelectField/lib/index.d.ts +3 -2
- package/dist/types/src/ui/InputFields/SelectField/types/SelectFieldTypes.d.ts +16 -36
- package/dist/types/src/ui/InputFields/SelectField/types/index.d.ts +0 -2
- package/dist/types/src/ui/InputFields/SelectField/ui/SelectField.d.ts +2 -1
- package/dist/types/src/ui/InputFields/SelectField/ui/index.d.ts +1 -0
- package/dist/types/src/ui/index.d.ts +1 -0
- package/package.json +1 -1
- package/dist/types/src/ui/InputFields/SelectField/lib/getOptionValue.d.ts +0 -3
- package/dist/types/src/ui/InputFields/SelectField/lib/isActiveOption.d.ts +0 -2
- package/dist/types/src/ui/InputFields/SelectField/types/SelectFieldOptionsItemTypes.d.ts +0 -10
- package/dist/types/src/ui/InputFields/SelectField/types/SelectModalWindowTypes.d.ts +0 -10
- package/dist/types/src/ui/InputFields/SelectField/ui/SelectFieldOptionsItem.d.ts +0 -2
- package/dist/types/src/ui/InputFields/SelectField/ui/SelectModalWindow.d.ts +0 -2
package/dist/index.css
CHANGED
|
@@ -5603,5 +5603,76 @@
|
|
|
5603
5603
|
background-color: #101828;
|
|
5604
5604
|
border-color: #101828;
|
|
5605
5605
|
}
|
|
5606
|
+
/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
|
|
5607
|
+
!*** 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/Dropdown/styles/Dropdown.module.scss ***!
|
|
5608
|
+
\*********************************************************************************************************************************************************************************************************************************************************************/
|
|
5609
|
+
@font-face {
|
|
5610
|
+
font-family: "Golos UI";
|
|
5611
|
+
src: local("Golos UI"), url(fonts/golos-ui_regular.28e502dbcc83c91565af.ttf) format("truetype"), url(fonts/golos-ui_regular.a1c96bd6133294a21f27.woff2) format("woff2"), url(fonts/golos-ui_regular.144142fba245a224ac28.woff) format("woff");
|
|
5612
|
+
font-weight: 400;
|
|
5613
|
+
font-style: normal;
|
|
5614
|
+
}
|
|
5615
|
+
@font-face {
|
|
5616
|
+
font-family: "Golos UI";
|
|
5617
|
+
src: local("Golos UI"), url(fonts/golos-ui_medium.727b1fef51a9bac82009.ttf) format("truetype"), url(fonts/golos-ui_medium.6f7a20790ad518369eb2.woff2) format("woff2"), url(fonts/golos-ui_medium.f9db984fc119d6aeca90.woff) format("woff");
|
|
5618
|
+
font-weight: 500;
|
|
5619
|
+
font-style: normal;
|
|
5620
|
+
}
|
|
5621
|
+
@font-face {
|
|
5622
|
+
font-family: "Golos UI";
|
|
5623
|
+
src: local("Golos UI"), url(fonts/golos-ui_bold.c0e021db79bdbbdeefad.ttf) format("truetype"), url(fonts/golos-ui_bold.80c1c59de9219ce1f9c5.woff2) format("woff2"), url(fonts/golos-ui_bold.e1122033a14151d7ea54.woff) format("woff");
|
|
5624
|
+
font-weight: 600;
|
|
5625
|
+
font-style: normal;
|
|
5626
|
+
}
|
|
5627
|
+
@font-face {
|
|
5628
|
+
font-family: "Golos Text";
|
|
5629
|
+
src: local("Golos Text"), url(fonts/golos-text_regular.23f4c2d2931cfb0070d9.ttf) format("truetype"), url(fonts/golos-text_regular.012c46c94b1cd02ee582.woff2) format("woff2"), url(fonts/golos-text_regular.437e7b47534cc7d6fd24.woff) format("woff");
|
|
5630
|
+
font-weight: 400;
|
|
5631
|
+
font-style: normal;
|
|
5632
|
+
}
|
|
5633
|
+
@font-face {
|
|
5634
|
+
font-family: "Golos Text";
|
|
5635
|
+
src: local("Golos Text"), url(fonts/golos-text_medium.443c23223f5e9ffa67f6.ttf) format("truetype"), url(fonts/golos-text_medium.69f15b6afe697154d728.woff2) format("woff2"), url(fonts/golos-text_medium.ffa67c71c79e49888091.woff) format("woff");
|
|
5636
|
+
font-weight: 500;
|
|
5637
|
+
font-style: normal;
|
|
5638
|
+
}
|
|
5639
|
+
@font-face {
|
|
5640
|
+
font-family: "Golos Text";
|
|
5641
|
+
src: local("Golos Text"), url(fonts/golos-text_demibold.56576690cfef6589aa86.ttf) format("truetype"), url(fonts/golos-text_demibold.e1665fc873e3565a6eed.woff2) format("woff2"), url(fonts/golos-text_demibold.05e6a34649d70eb79fef.woff) format("woff");
|
|
5642
|
+
font-weight: 600;
|
|
5643
|
+
font-style: normal;
|
|
5644
|
+
}
|
|
5645
|
+
.Dropdown-module__Dropdown___qWoW1 {
|
|
5646
|
+
width: 100%;
|
|
5647
|
+
height: fit-content;
|
|
5648
|
+
border-radius: 8px;
|
|
5649
|
+
padding: 4px;
|
|
5650
|
+
border: 1px solid var(--gray-200);
|
|
5651
|
+
background-color: var(--base-white);
|
|
5652
|
+
box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
|
|
5653
|
+
overflow: hidden;
|
|
5654
|
+
}
|
|
5655
|
+
.Dropdown-module__Dropdown___qWoW1 {
|
|
5656
|
+
display: flex;
|
|
5657
|
+
flex-direction: column;
|
|
5658
|
+
}
|
|
5659
|
+
.Dropdown-module__Dropdown___qWoW1 .Dropdown-module__header___Ct_Nh {
|
|
5660
|
+
width: 100%;
|
|
5661
|
+
height: fit-content;
|
|
5662
|
+
padding: 8px;
|
|
5663
|
+
overflow: hidden;
|
|
5664
|
+
text-overflow: ellipsis;
|
|
5665
|
+
text-wrap: nowrap;
|
|
5666
|
+
}
|
|
5667
|
+
.Dropdown-module__Dropdown___qWoW1 .Dropdown-module__header___Ct_Nh {
|
|
5668
|
+
font-size: 14px;
|
|
5669
|
+
line-height: 16px;
|
|
5670
|
+
color: var(--gray-600);
|
|
5671
|
+
font-weight: 400;
|
|
5672
|
+
font-family: "Golos UI", sans-serif;
|
|
5673
|
+
font-stretch: normal;
|
|
5674
|
+
font-style: normal;
|
|
5675
|
+
font-variant: normal;
|
|
5676
|
+
}
|
|
5606
5677
|
|
|
5607
5678
|
/*# sourceMappingURL=index.css.map*/
|