indicator-ui 0.1.118 → 0.1.119

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.
Files changed (27) hide show
  1. package/dist/index.css +142 -0
  2. package/dist/index.css.map +1 -1
  3. package/dist/index.js +382 -41
  4. package/dist/index.js.map +1 -1
  5. package/dist/scss/styles/mixins/modify-svg.scss +5 -2
  6. package/dist/ts/src/test/pages/DropdownV2Page.d.ts +1 -0
  7. package/dist/ts/src/test/pages/index.d.ts +1 -0
  8. package/dist/ts/src/ui/DateTimePicker/hooks/useDateTimePicker.d.ts +1 -1
  9. package/dist/ts/src/ui/DropdownItem/types/DropdownItemTypes.d.ts +2 -1
  10. package/dist/ts/src/ui/DropdownV2/index.d.ts +1 -0
  11. package/dist/ts/src/ui/DropdownV2/styles/components/index.d.ts +2 -0
  12. package/dist/ts/src/ui/DropdownV2/styles/index.d.ts +3 -0
  13. package/dist/ts/src/ui/DropdownV2/ui/DropdownItemV2.d.ts +13 -0
  14. package/dist/ts/src/ui/DropdownV2/ui/DropdownV2.d.ts +10 -0
  15. package/dist/ts/src/ui/DropdownV2/ui/components/Check.d.ts +6 -0
  16. package/dist/ts/src/ui/DropdownV2/ui/components/Info.d.ts +10 -0
  17. package/dist/ts/src/ui/DropdownV2/ui/components/index.d.ts +2 -0
  18. package/dist/ts/src/ui/DropdownV2/ui/index.d.ts +2 -0
  19. package/dist/ts/src/ui/InputFields/FlexField/types/FlexFieldTypes.d.ts +3 -1
  20. package/dist/ts/src/ui/InputFields/FlexField/ui/FlexField.d.ts +1 -1
  21. package/dist/ts/src/ui/UserPick/index.d.ts +0 -1
  22. package/dist/ts/src/ui/UserPick/ui/UserPick.d.ts +18 -2
  23. package/dist/ts/src/ui/formFields/FormPaginatedSelectField/hooks/useFormPaginatedSelectField.d.ts +1 -1
  24. package/dist/ts/src/ui/index.d.ts +1 -0
  25. package/package.json +1 -1
  26. package/dist/ts/src/ui/UserPick/types/UserPickTypes.d.ts +0 -17
  27. package/dist/ts/src/ui/UserPick/types/index.d.ts +0 -1
package/dist/index.css CHANGED
@@ -4059,6 +4059,10 @@
4059
4059
  border-radius: 50%;
4060
4060
  object-fit: cover;
4061
4061
  overflow: hidden;
4062
+ transition: opacity ease-out 200ms;
4063
+ }
4064
+ .UserPick-module__userPick___KBWm3.UserPick-module__disabled___FEpxS, .UserPick-module__userPickPlaceholder___NrdUD.UserPick-module__disabled___FEpxS {
4065
+ opacity: 50%;
4062
4066
  }
4063
4067
 
4064
4068
  .UserPick-module__userPickPlaceholder___NrdUD {
@@ -6771,5 +6775,143 @@
6771
6775
  display: flex;
6772
6776
  align-items: center;
6773
6777
  }
6778
+ /*!*************************************************************************************************************************************************************************************************************************************************************************!*\
6779
+ !*** 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/DropdownV2/styles/DropdownV2.module.scss ***!
6780
+ \*************************************************************************************************************************************************************************************************************************************************************************/
6781
+ .DropdownV2-module__main___Zkfs8 {
6782
+ width: 100%;
6783
+ border-radius: 8px;
6784
+ padding: 4px;
6785
+ background-color: var(--base-white);
6786
+ border: 1px solid var(--gray-200);
6787
+ box-shadow: 0 4px 6px -2px rgba(16, 24, 40, 0.031372549), 0 12px 16px -4px rgba(16, 24, 40, 0.0784313725);
6788
+ }
6789
+ /*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
6790
+ !*** 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/DropdownV2/styles/DropdownItemV2.module.scss ***!
6791
+ \*****************************************************************************************************************************************************************************************************************************************************************************/
6792
+ .DropdownItemV2-module__main___U3sM0 {
6793
+ width: 100%;
6794
+ height: fit-content;
6795
+ gap: 16px;
6796
+ background-color: transparent;
6797
+ transition: background-color ease-out 200ms;
6798
+ cursor: pointer;
6799
+ }
6800
+ .DropdownItemV2-module__main___U3sM0 {
6801
+ display: flex;
6802
+ align-items: center;
6803
+ }
6804
+ .DropdownItemV2-module__main___U3sM0 .DropdownItemV2-module__icon___BgBJk > svg * {
6805
+ stroke: var(--gray-400);
6806
+ }
6807
+ .DropdownItemV2-module__main___U3sM0 .DropdownItemV2-module__icon___BgBJk > svg {
6808
+ width: 20px;
6809
+ height: 20px;
6810
+ }
6811
+ .DropdownItemV2-module__main___U3sM0:hover {
6812
+ background-color: var(--gray-100);
6813
+ }
6814
+ .DropdownItemV2-module__main___U3sM0.DropdownItemV2-module__selected___Ab1QJ {
6815
+ background-color: var(--blue-dark-50);
6816
+ }
6817
+ .DropdownItemV2-module__main___U3sM0.DropdownItemV2-module__selected___Ab1QJ:hover {
6818
+ background-color: var(--blue-dark-100);
6819
+ }
6820
+ .DropdownItemV2-module__main___U3sM0.DropdownItemV2-module__disabled___ktwNX {
6821
+ pointer-events: none;
6822
+ background-color: var(--gray-25);
6823
+ }
6824
+ .DropdownItemV2-module__main___U3sM0.DropdownItemV2-module__disabled___ktwNX .DropdownItemV2-module__icon___BgBJk > svg * {
6825
+ stroke: var(--gray-300);
6826
+ }
6827
+ .DropdownItemV2-module__main___U3sM0.DropdownItemV2-module__small___uv2i3 {
6828
+ padding: 8px 8px 8px 16px;
6829
+ }
6830
+ .DropdownItemV2-module__main___U3sM0.DropdownItemV2-module__medium___aj8yR {
6831
+ padding: 10px 10px 10px 16px;
6832
+ }
6833
+ /*!******************************************************************************************************************************************************************************************************************************************************************************!*\
6834
+ !*** 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/DropdownV2/styles/components/Info.module.scss ***!
6835
+ \******************************************************************************************************************************************************************************************************************************************************************************/
6836
+ .Info-module__info___oxMEB {
6837
+ flex: 1;
6838
+ display: inline;
6839
+ gap: 6px;
6840
+ white-space: pre-wrap;
6841
+ }
6842
+ .Info-module__info___oxMEB > h6 {
6843
+ display: inline;
6844
+ }
6845
+ .Info-module__info___oxMEB > h6 {
6846
+ font-size: 14px;
6847
+ line-height: 20px;
6848
+ color: var(--gray-900);
6849
+ font-weight: 400;
6850
+ font-family: var(--golos);
6851
+ font-stretch: normal;
6852
+ font-style: normal;
6853
+ font-variant: normal;
6854
+ }
6855
+ .Info-module__info___oxMEB > span {
6856
+ display: inline;
6857
+ }
6858
+ .Info-module__info___oxMEB > span {
6859
+ font-size: 14px;
6860
+ line-height: 20px;
6861
+ color: var(--gray-400);
6862
+ font-weight: 400;
6863
+ font-family: var(--golos);
6864
+ font-stretch: normal;
6865
+ font-style: normal;
6866
+ font-variant: normal;
6867
+ }
6868
+ .Info-module__info___oxMEB.Info-module__disabled___GDX_r > h6, .Info-module__info___oxMEB.Info-module__disabled___GDX_r > span {
6869
+ font-size: 16px;
6870
+ line-height: 24px;
6871
+ color: var(--gray-300);
6872
+ font-weight: 400;
6873
+ font-family: var(--golos);
6874
+ font-stretch: normal;
6875
+ font-style: normal;
6876
+ font-variant: normal;
6877
+ }
6878
+ .Info-module__info___oxMEB.Info-module__small___gmidj > h6, .Info-module__info___oxMEB.Info-module__small___gmidj > span {
6879
+ font-size: 14px;
6880
+ line-height: 20px;
6881
+ color: black;
6882
+ font-weight: 400;
6883
+ font-family: var(--golos);
6884
+ font-stretch: normal;
6885
+ font-style: normal;
6886
+ font-variant: normal;
6887
+ }
6888
+ .Info-module__info___oxMEB.Info-module__medium___hIlPd > h6, .Info-module__info___oxMEB.Info-module__medium___hIlPd > span {
6889
+ font-size: 16px;
6890
+ line-height: 24px;
6891
+ color: black;
6892
+ font-weight: 400;
6893
+ font-family: var(--golos);
6894
+ font-stretch: normal;
6895
+ font-style: normal;
6896
+ font-variant: normal;
6897
+ }
6898
+ /*!*******************************************************************************************************************************************************************************************************************************************************************************!*\
6899
+ !*** 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/DropdownV2/styles/components/Check.module.scss ***!
6900
+ \*******************************************************************************************************************************************************************************************************************************************************************************/
6901
+ .Check-module__check___r1ml8 * {
6902
+ stroke: var(--blue-dark-500);
6903
+ transition: stroke ease-out 200ms, opacity ease-out 200ms;
6904
+ }
6905
+ .Check-module__check___r1ml8 {
6906
+ opacity: 0;
6907
+ width: 20px;
6908
+ height: 20px;
6909
+ }
6910
+ .Check-module__check___r1ml8.Check-module__selected___XTE__ {
6911
+ opacity: 1;
6912
+ }
6913
+ .Check-module__check___r1ml8.Check-module__disabled___wC3Gq * {
6914
+ stroke: var(--gray-300);
6915
+ }
6774
6916
 
6775
6917
  /*# sourceMappingURL=index.css.map*/