@salutejs/plasma-new-hope 0.339.0-canary.2299.18840379933.0 → 0.339.0-canary.2299.18865993815.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.
Files changed (40) hide show
  1. package/cjs/components/Combobox/ComboboxNew/Combobox.js +10 -0
  2. package/cjs/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  3. package/cjs/components/Typography/Body/Body.css +1 -1
  4. package/cjs/components/Typography/Typography.styles.js +1 -1
  5. package/cjs/components/Typography/Typography.styles.js.map +1 -1
  6. package/cjs/components/Typography/Typography.styles_iqzojt.css +1 -0
  7. package/cjs/index.css +1 -1
  8. package/emotion/cjs/components/Combobox/ComboboxNew/Combobox.js +11 -0
  9. package/emotion/cjs/components/Typography/Typography.styles.js +1 -1
  10. package/emotion/es/components/Combobox/ComboboxNew/Combobox.js +11 -0
  11. package/emotion/es/components/Typography/Typography.styles.js +1 -1
  12. package/emotion/es/examples/components/Combobox/Combobox.js +0 -7
  13. package/es/components/Combobox/ComboboxNew/Combobox.js +10 -0
  14. package/es/components/Combobox/ComboboxNew/Combobox.js.map +1 -1
  15. package/es/components/Typography/Body/Body.css +1 -1
  16. package/es/components/Typography/Typography.styles.js +1 -1
  17. package/es/components/Typography/Typography.styles.js.map +1 -1
  18. package/es/components/Typography/Typography.styles_iqzojt.css +1 -0
  19. package/es/index.css +1 -1
  20. package/package.json +4 -4
  21. package/styled-components/cjs/components/Combobox/ComboboxNew/Combobox.js +11 -0
  22. package/styled-components/cjs/components/Typography/Typography.styles.js +2 -2
  23. package/styled-components/cjs/examples/components/Combobox/Combobox.js +15 -0
  24. package/styled-components/es/components/Combobox/ComboboxNew/Combobox.js +11 -0
  25. package/styled-components/es/components/Typography/Typography.styles.js +2 -2
  26. package/styled-components/es/examples/components/Combobox/Combobox.js +7 -0
  27. package/types/components/Combobox/ComboboxNew/Combobox.d.ts.map +1 -1
  28. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts +1 -1
  29. package/types/components/Combobox/ComboboxNew/Combobox.types.d.ts.map +1 -1
  30. package/types/components/EmptyState/EmptyState.types.d.ts +1 -1
  31. package/types/components/EmptyState/EmptyState.types.d.ts.map +1 -1
  32. package/types/components/Loader/Loader.types.d.ts +11 -13
  33. package/types/components/Loader/Loader.types.d.ts.map +1 -1
  34. package/types/components/ProgressBarCircular/ProgressBarCircular.types.d.ts +9 -12
  35. package/types/components/ProgressBarCircular/ProgressBarCircular.types.d.ts.map +1 -1
  36. package/types/components/Typography/Typography.styles.d.ts.map +1 -1
  37. package/types/examples/components/Combobox/Combobox.d.ts +24 -24
  38. package/types/examples/components/Combobox/Combobox.d.ts.map +1 -1
  39. package/cjs/components/Typography/Typography.styles_ysh8u6.css +0 -1
  40. package/es/components/Typography/Typography.styles_ysh8u6.css +0 -1
@@ -1,4 +1,4 @@
1
- import type { HTMLAttributes } from 'react';
1
+ import type { HTMLAttributes, ReactNode } from 'react';
2
2
  export type CustomProgressBarCircularProps = {
3
3
  /**
4
4
  * Текущее значение прогресса (от 0 до maxValue)
@@ -6,24 +6,21 @@ export type CustomProgressBarCircularProps = {
6
6
  value?: number;
7
7
  /**
8
8
  * Максимальное значение прогресса
9
- * @default
10
- * 100
9
+ * @default 100
11
10
  */
12
11
  maxValue?: number;
13
12
  /**
14
- * Размер ProgressBar
15
- * @default
16
- * m
13
+ * Размер компонента
14
+ * @default m
17
15
  */
18
16
  size?: string;
19
17
  /**
20
- * Вид ProgressBar
21
- * @default
22
- * default
18
+ * Вид компонента
19
+ * @default default
23
20
  */
24
21
  view?: string;
25
22
  /**
26
- * Толщина обводки ProgressBar
23
+ * Толщина обводки компонента
27
24
  */
28
25
  strokeSize?: number;
29
26
  /**
@@ -31,9 +28,9 @@ export type CustomProgressBarCircularProps = {
31
28
  */
32
29
  hasTrack?: boolean;
33
30
  /**
34
- * Контент в центре прогресс-бара
31
+ * Контент в центре компонента
35
32
  */
36
- children?: React.ReactNode;
33
+ children?: ReactNode;
37
34
  };
38
35
  export type ProgressBarCircularProps = HTMLAttributes<HTMLDivElement> & CustomProgressBarCircularProps;
39
36
  //# sourceMappingURL=ProgressBarCircular.types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"ProgressBarCircular.types.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBarCircular/ProgressBarCircular.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,MAAM,MAAM,8BAA8B,GAAG;IACzC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;;OAIG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC9B,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG,8BAA8B,CAAC"}
1
+ {"version":3,"file":"ProgressBarCircular.types.d.ts","sourceRoot":"","sources":["../../../src/components/ProgressBarCircular/ProgressBarCircular.types.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEvD,MAAM,MAAM,8BAA8B,GAAG;IACzC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC;IACf;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;;OAGG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC;IACd;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB,CAAC;AAEF,MAAM,MAAM,wBAAwB,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG,8BAA8B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Typography.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/Typography.styles.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,IAAI,0CA6BhB,CAAC"}
1
+ {"version":3,"file":"Typography.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/Typography.styles.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,IAAI,0CAkChB,CAAC"}
@@ -56,7 +56,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
56
56
  mode?: "default" | "radio";
57
57
  size?: string;
58
58
  view?: string;
59
- emptyStateDescription?: string;
59
+ emptyStateDescription?: React.ReactNode;
60
60
  listHeight?: import("react").CSSProperties["height"];
61
61
  listOverflow?: import("react").CSSProperties["overflow"];
62
62
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -112,7 +112,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
112
112
  mode?: "default" | "radio";
113
113
  size?: string;
114
114
  view?: string;
115
- emptyStateDescription?: string;
115
+ emptyStateDescription?: React.ReactNode;
116
116
  listHeight?: import("react").CSSProperties["height"];
117
117
  listOverflow?: import("react").CSSProperties["overflow"];
118
118
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -168,7 +168,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
168
168
  mode?: "default" | "radio";
169
169
  size?: string;
170
170
  view?: string;
171
- emptyStateDescription?: string;
171
+ emptyStateDescription?: React.ReactNode;
172
172
  listHeight?: import("react").CSSProperties["height"];
173
173
  listOverflow?: import("react").CSSProperties["overflow"];
174
174
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -224,7 +224,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
224
224
  mode?: "default" | "radio";
225
225
  size?: string;
226
226
  view?: string;
227
- emptyStateDescription?: string;
227
+ emptyStateDescription?: React.ReactNode;
228
228
  listHeight?: import("react").CSSProperties["height"];
229
229
  listOverflow?: import("react").CSSProperties["overflow"];
230
230
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -280,7 +280,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
280
280
  mode?: "default" | "radio";
281
281
  size?: string;
282
282
  view?: string;
283
- emptyStateDescription?: string;
283
+ emptyStateDescription?: React.ReactNode;
284
284
  listHeight?: import("react").CSSProperties["height"];
285
285
  listOverflow?: import("react").CSSProperties["overflow"];
286
286
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -336,7 +336,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
336
336
  mode?: "default" | "radio";
337
337
  size?: string;
338
338
  view?: string;
339
- emptyStateDescription?: string;
339
+ emptyStateDescription?: React.ReactNode;
340
340
  listHeight?: import("react").CSSProperties["height"];
341
341
  listOverflow?: import("react").CSSProperties["overflow"];
342
342
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -392,7 +392,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
392
392
  mode?: "default" | "radio";
393
393
  size?: string;
394
394
  view?: string;
395
- emptyStateDescription?: string;
395
+ emptyStateDescription?: React.ReactNode;
396
396
  listHeight?: import("react").CSSProperties["height"];
397
397
  listOverflow?: import("react").CSSProperties["overflow"];
398
398
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -448,7 +448,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
448
448
  mode?: "default" | "radio";
449
449
  size?: string;
450
450
  view?: string;
451
- emptyStateDescription?: string;
451
+ emptyStateDescription?: React.ReactNode;
452
452
  listHeight?: import("react").CSSProperties["height"];
453
453
  listOverflow?: import("react").CSSProperties["overflow"];
454
454
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -504,7 +504,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
504
504
  mode?: "default" | "radio";
505
505
  size?: string;
506
506
  view?: string;
507
- emptyStateDescription?: string;
507
+ emptyStateDescription?: React.ReactNode;
508
508
  listHeight?: import("react").CSSProperties["height"];
509
509
  listOverflow?: import("react").CSSProperties["overflow"];
510
510
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -560,7 +560,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
560
560
  mode?: "default" | "radio";
561
561
  size?: string;
562
562
  view?: string;
563
- emptyStateDescription?: string;
563
+ emptyStateDescription?: React.ReactNode;
564
564
  listHeight?: import("react").CSSProperties["height"];
565
565
  listOverflow?: import("react").CSSProperties["overflow"];
566
566
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -616,7 +616,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
616
616
  mode?: "default" | "radio";
617
617
  size?: string;
618
618
  view?: string;
619
- emptyStateDescription?: string;
619
+ emptyStateDescription?: React.ReactNode;
620
620
  listHeight?: import("react").CSSProperties["height"];
621
621
  listOverflow?: import("react").CSSProperties["overflow"];
622
622
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -672,7 +672,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
672
672
  mode?: "default" | "radio";
673
673
  size?: string;
674
674
  view?: string;
675
- emptyStateDescription?: string;
675
+ emptyStateDescription?: React.ReactNode;
676
676
  listHeight?: import("react").CSSProperties["height"];
677
677
  listOverflow?: import("react").CSSProperties["overflow"];
678
678
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -728,7 +728,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
728
728
  mode?: "default" | "radio";
729
729
  size?: string;
730
730
  view?: string;
731
- emptyStateDescription?: string;
731
+ emptyStateDescription?: React.ReactNode;
732
732
  listHeight?: import("react").CSSProperties["height"];
733
733
  listOverflow?: import("react").CSSProperties["overflow"];
734
734
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -784,7 +784,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
784
784
  mode?: "default" | "radio";
785
785
  size?: string;
786
786
  view?: string;
787
- emptyStateDescription?: string;
787
+ emptyStateDescription?: React.ReactNode;
788
788
  listHeight?: import("react").CSSProperties["height"];
789
789
  listOverflow?: import("react").CSSProperties["overflow"];
790
790
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -840,7 +840,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
840
840
  mode?: "default" | "radio";
841
841
  size?: string;
842
842
  view?: string;
843
- emptyStateDescription?: string;
843
+ emptyStateDescription?: React.ReactNode;
844
844
  listHeight?: import("react").CSSProperties["height"];
845
845
  listOverflow?: import("react").CSSProperties["overflow"];
846
846
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -896,7 +896,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
896
896
  mode?: "default" | "radio";
897
897
  size?: string;
898
898
  view?: string;
899
- emptyStateDescription?: string;
899
+ emptyStateDescription?: React.ReactNode;
900
900
  listHeight?: import("react").CSSProperties["height"];
901
901
  listOverflow?: import("react").CSSProperties["overflow"];
902
902
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -952,7 +952,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
952
952
  mode?: "default" | "radio";
953
953
  size?: string;
954
954
  view?: string;
955
- emptyStateDescription?: string;
955
+ emptyStateDescription?: React.ReactNode;
956
956
  listHeight?: import("react").CSSProperties["height"];
957
957
  listOverflow?: import("react").CSSProperties["overflow"];
958
958
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -1008,7 +1008,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1008
1008
  mode?: "default" | "radio";
1009
1009
  size?: string;
1010
1010
  view?: string;
1011
- emptyStateDescription?: string;
1011
+ emptyStateDescription?: React.ReactNode;
1012
1012
  listHeight?: import("react").CSSProperties["height"];
1013
1013
  listOverflow?: import("react").CSSProperties["overflow"];
1014
1014
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -1064,7 +1064,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1064
1064
  mode?: "default" | "radio";
1065
1065
  size?: string;
1066
1066
  view?: string;
1067
- emptyStateDescription?: string;
1067
+ emptyStateDescription?: React.ReactNode;
1068
1068
  listHeight?: import("react").CSSProperties["height"];
1069
1069
  listOverflow?: import("react").CSSProperties["overflow"];
1070
1070
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -1120,7 +1120,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1120
1120
  mode?: "default" | "radio";
1121
1121
  size?: string;
1122
1122
  view?: string;
1123
- emptyStateDescription?: string;
1123
+ emptyStateDescription?: React.ReactNode;
1124
1124
  listHeight?: import("react").CSSProperties["height"];
1125
1125
  listOverflow?: import("react").CSSProperties["overflow"];
1126
1126
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -1176,7 +1176,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1176
1176
  mode?: "default" | "radio";
1177
1177
  size?: string;
1178
1178
  view?: string;
1179
- emptyStateDescription?: string;
1179
+ emptyStateDescription?: React.ReactNode;
1180
1180
  listHeight?: import("react").CSSProperties["height"];
1181
1181
  listOverflow?: import("react").CSSProperties["overflow"];
1182
1182
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -1232,7 +1232,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1232
1232
  mode?: "default" | "radio";
1233
1233
  size?: string;
1234
1234
  view?: string;
1235
- emptyStateDescription?: string;
1235
+ emptyStateDescription?: React.ReactNode;
1236
1236
  listHeight?: import("react").CSSProperties["height"];
1237
1237
  listOverflow?: import("react").CSSProperties["overflow"];
1238
1238
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -1288,7 +1288,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1288
1288
  mode?: "default" | "radio";
1289
1289
  size?: string;
1290
1290
  view?: string;
1291
- emptyStateDescription?: string;
1291
+ emptyStateDescription?: React.ReactNode;
1292
1292
  listHeight?: import("react").CSSProperties["height"];
1293
1293
  listOverflow?: import("react").CSSProperties["overflow"];
1294
1294
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -1344,7 +1344,7 @@ declare const ComboboxComponent: import("react").FunctionComponent<import("../..
1344
1344
  mode?: "default" | "radio";
1345
1345
  size?: string;
1346
1346
  view?: string;
1347
- emptyStateDescription?: string;
1347
+ emptyStateDescription?: React.ReactNode;
1348
1348
  listHeight?: import("react").CSSProperties["height"];
1349
1349
  listOverflow?: import("react").CSSProperties["overflow"];
1350
1350
  } & import("../../../components/TextField/TextField.types").LabelProps & {
@@ -1 +1 @@
1
- {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Combobox/Combobox.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,cAAc,EAAE,YAAY,EAAE,MAAM,OAAO,CAAC;AAIxE,OAAO,KAAK,EAAE,aAAa,EAAE,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAEtF,OAAO,EAAE,MAAM,EAAE,MAAM,mBAAmB,CAAC;AAG3C,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kBAY4oH,MAAO,YAAY;;;;;;;sBAAwuB,MAAO,SAAS;gDAAgI,MAAO,SAAS;;;;mBAA6f,MAAO,OAAO;;iBAAyO,MAAO,SAAS;gBAAwF,MAAO,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wBAAhwD,YAAY;;;;;;;4BAA+uB,SAAS;sDAAuI,SAAS;;;;yBAAogB,OAAO;;uBAAgP,SAAS;sBAA+F,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;qKAZz3K,CAAC;AAElD,KAAK,eAAe,GAAG,MAAM,OAAO,MAAM,CAAC,YAAY,CAAC,CAAC;AAEzD,KAAK,QAAQ,CAAC,CAAC,SAAS,kBAAkB,IAAI,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,EAAE,eAAe,CAAC,GACjF,IAAI,CAAC,cAAc,CAAC,OAAO,iBAAiB,CAAC,EAAE,eAAe,CAAC,CAAC;AAEpE,QAAA,MAAM,QAAQ,EAAwB,CAAC,CAA4B,SAAlB,kBAAkB,EAC/D,KAAK,EAAE,QAAQ,CAAC,CAAC,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,YAAY,CAAC,gBAAgB,CAAC,CAAA;CAAE,KAC5D,YAAY,GAAG,IAAI,CAAC;AAEzB,OAAO,EAAE,QAAQ,EAAE,CAAC"}
1
+ {"version":3,"file":"Combobox.d.ts","sourceRoot":"","sources":["../../../../src/examples/components/Combobox/Combobox.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- .b1ru04lg{font-family:var(--typo-font-family);font-size:var(--typo-font-size);font-style:var(--typo-font-style);-webkit-letter-spacing:var(--typo-font-letter-spacing);-moz-letter-spacing:var(--typo-font-letter-spacing);-ms-letter-spacing:var(--typo-font-letter-spacing);letter-spacing:var(--typo-font-letter-spacing);line-height:var(--typo-font-line-height);font-weight:var(--typo-font-weight);overflow-wrap:normal;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;hyphens:manual;}.b1ru04lg.typography-bold{font-weight:var(--typo-font-weight-bold);}.b1ru04lg.typography-medium{font-weight:var(--typo-font-weight-medium);}.b1ru04lg.with-no-wrap{white-space:nowrap;}.b1ru04lg.typography-is-numeric{font-variant-numeric:tabular-nums;}.b1ru04lg.with-break-word{overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;}
@@ -1 +0,0 @@
1
- .b1ru04lg{font-family:var(--typo-font-family);font-size:var(--typo-font-size);font-style:var(--typo-font-style);-webkit-letter-spacing:var(--typo-font-letter-spacing);-moz-letter-spacing:var(--typo-font-letter-spacing);-ms-letter-spacing:var(--typo-font-letter-spacing);letter-spacing:var(--typo-font-letter-spacing);line-height:var(--typo-font-line-height);font-weight:var(--typo-font-weight);overflow-wrap:normal;-webkit-hyphens:manual;-moz-hyphens:manual;-ms-hyphens:manual;hyphens:manual;}.b1ru04lg.typography-bold{font-weight:var(--typo-font-weight-bold);}.b1ru04lg.typography-medium{font-weight:var(--typo-font-weight-medium);}.b1ru04lg.with-no-wrap{white-space:nowrap;}.b1ru04lg.typography-is-numeric{font-variant-numeric:tabular-nums;}.b1ru04lg.with-break-word{overflow-wrap:break-word;-webkit-hyphens:auto;-moz-hyphens:auto;-ms-hyphens:auto;hyphens:auto;}