@salutejs/plasma-new-hope 0.83.0-canary.1213.9159050781.0 → 0.83.0-canary.1213.9175571113.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (81) hide show
  1. package/cjs/components/ButtonGroup/ButtonGroup.css +2 -2
  2. package/cjs/components/ButtonGroup/ButtonGroup.tokens.js +1 -0
  3. package/cjs/components/ButtonGroup/ButtonGroup.tokens.js.map +1 -1
  4. package/cjs/components/ButtonGroup/variations/_orientation/base.js +1 -1
  5. package/cjs/components/ButtonGroup/variations/_orientation/base.js.map +1 -1
  6. package/cjs/components/ButtonGroup/variations/_orientation/{base_p85v51.css → base_y7z7cs.css} +1 -1
  7. package/cjs/components/ButtonGroup/variations/_view/base.js +1 -1
  8. package/cjs/components/ButtonGroup/variations/_view/base.js.map +1 -1
  9. package/cjs/components/ButtonGroup/variations/_view/base_1n9gznw.css +1 -0
  10. package/cjs/components/Header/ui/HeaderArrow/HeaderArrow.js +4 -2
  11. package/cjs/components/Header/ui/HeaderArrow/HeaderArrow.js.map +1 -1
  12. package/cjs/components/Pagination/Pagination.css +2 -2
  13. package/cjs/index.css +2 -2
  14. package/es/components/ButtonGroup/ButtonGroup.css +2 -2
  15. package/es/components/ButtonGroup/ButtonGroup.tokens.js +1 -0
  16. package/es/components/ButtonGroup/ButtonGroup.tokens.js.map +1 -1
  17. package/es/components/ButtonGroup/variations/_orientation/base.js +1 -1
  18. package/es/components/ButtonGroup/variations/_orientation/base.js.map +1 -1
  19. package/es/components/ButtonGroup/variations/_orientation/{base_p85v51.css → base_y7z7cs.css} +1 -1
  20. package/es/components/ButtonGroup/variations/_view/base.js +1 -1
  21. package/es/components/ButtonGroup/variations/_view/base.js.map +1 -1
  22. package/es/components/ButtonGroup/variations/_view/base_1n9gznw.css +1 -0
  23. package/es/components/Header/ui/HeaderArrow/HeaderArrow.js +4 -2
  24. package/es/components/Header/ui/HeaderArrow/HeaderArrow.js.map +1 -1
  25. package/es/components/Pagination/Pagination.css +2 -2
  26. package/es/index.css +2 -2
  27. package/package.json +2 -2
  28. package/styled-components/cjs/components/ButtonGroup/ButtonGroup.tokens.js +1 -0
  29. package/styled-components/cjs/components/ButtonGroup/variations/_orientation/base.js +2 -1
  30. package/styled-components/cjs/components/ButtonGroup/variations/_view/base.js +1 -1
  31. package/styled-components/cjs/components/Header/ui/HeaderArrow/HeaderArrow.js +4 -2
  32. package/styled-components/cjs/examples/plasma_b2c/components/ButtonGroup/ButtonGroup.config.js +10 -10
  33. package/styled-components/cjs/examples/plasma_b2c/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
  34. package/styled-components/cjs/examples/plasma_web/components/ButtonGroup/ButtonGroup.config.js +10 -10
  35. package/styled-components/cjs/examples/plasma_web/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
  36. package/styled-components/cjs/examples/sds_engineer/components/ButtonGroup/ButtonGroup.config.js +10 -10
  37. package/styled-components/cjs/examples/sds_engineer/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
  38. package/styled-components/es/components/ButtonGroup/ButtonGroup.tokens.js +1 -0
  39. package/styled-components/es/components/ButtonGroup/variations/_orientation/base.js +3 -2
  40. package/styled-components/es/components/ButtonGroup/variations/_view/base.js +1 -1
  41. package/styled-components/es/components/Header/ui/HeaderArrow/HeaderArrow.js +4 -2
  42. package/styled-components/es/examples/plasma_b2c/components/ButtonGroup/ButtonGroup.config.js +10 -10
  43. package/styled-components/es/examples/plasma_b2c/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
  44. package/styled-components/es/examples/plasma_web/components/ButtonGroup/ButtonGroup.config.js +10 -10
  45. package/styled-components/es/examples/plasma_web/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
  46. package/styled-components/es/examples/sds_engineer/components/ButtonGroup/ButtonGroup.config.js +10 -10
  47. package/styled-components/es/examples/sds_engineer/components/ButtonGroup/ButtonGroup.stories.tsx +1 -1
  48. package/types/components/Button/Button.types.d.ts +8 -6
  49. package/types/components/Button/Button.types.d.ts.map +1 -1
  50. package/types/components/ButtonGroup/ButtonGroup.tokens.d.ts +1 -0
  51. package/types/components/ButtonGroup/ButtonGroup.tokens.d.ts.map +1 -1
  52. package/types/components/ButtonGroup/variations/_orientation/base.d.ts.map +1 -1
  53. package/types/components/ButtonGroup/variations/_view/base.d.ts.map +1 -1
  54. package/types/components/Header/ui/HeaderArrow/HeaderArrow.d.ts.map +1 -1
  55. package/types/components/Notification/Notification.styles.d.ts +43 -1
  56. package/types/components/Notification/Notification.styles.d.ts.map +1 -1
  57. package/types/components/Pagination/Pagination.styles.d.ts +86 -2
  58. package/types/components/Pagination/Pagination.styles.d.ts.map +1 -1
  59. package/types/components/Panel/ui/PanelHeader/PanelHeader.styles.d.ts +43 -1
  60. package/types/components/Panel/ui/PanelHeader/PanelHeader.styles.d.ts.map +1 -1
  61. package/types/components/Select/ui/SelectTarget/SelectTarget.styles.d.ts +43 -1
  62. package/types/components/Select/ui/SelectTarget/SelectTarget.styles.d.ts.map +1 -1
  63. package/types/components/Toast/Toast.styles.d.ts +43 -1
  64. package/types/components/Toast/Toast.styles.d.ts.map +1 -1
  65. package/types/components/Toast/utils.d.ts +43 -1
  66. package/types/components/Toast/utils.d.ts.map +1 -1
  67. package/types/examples/plasma_b2c/components/Button/Button.d.ts +43 -1
  68. package/types/examples/plasma_b2c/components/Button/Button.d.ts.map +1 -1
  69. package/types/examples/plasma_b2c/components/ButtonGroup/ButtonGroup.config.d.ts.map +1 -1
  70. package/types/examples/plasma_b2c/components/IconButton/IconButton.d.ts +43 -1
  71. package/types/examples/plasma_b2c/components/IconButton/IconButton.d.ts.map +1 -1
  72. package/types/examples/plasma_web/components/Button/Button.d.ts +43 -1
  73. package/types/examples/plasma_web/components/Button/Button.d.ts.map +1 -1
  74. package/types/examples/plasma_web/components/ButtonGroup/ButtonGroup.config.d.ts.map +1 -1
  75. package/types/examples/plasma_web/components/IconButton/IconButton.d.ts +43 -1
  76. package/types/examples/plasma_web/components/IconButton/IconButton.d.ts.map +1 -1
  77. package/types/examples/sds_engineer/components/Button/Button.d.ts +43 -1
  78. package/types/examples/sds_engineer/components/Button/Button.d.ts.map +1 -1
  79. package/types/examples/sds_engineer/components/ButtonGroup/ButtonGroup.config.d.ts.map +1 -1
  80. package/cjs/components/ButtonGroup/variations/_view/base_6k3uip.css +0 -1
  81. package/es/components/ButtonGroup/variations/_view/base_6k3uip.css +0 -1
@@ -1,7 +1,49 @@
1
1
  /// <reference types="react" />
2
2
  import { CloseIconType, IconPlacementType } from './Notification.types';
3
3
  export declare const StyledNotification: import("@linaria/core").LinariaClassName;
4
- export declare const CloseIconWrapper: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Button").ButtonProps<HTMLElement> & import("react").RefAttributes<HTMLButtonElement>>;
4
+ export declare const CloseIconWrapper: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../types").AsProps<any> & {
5
+ text?: string | undefined;
6
+ contentLeft?: import("react").ReactNode;
7
+ contentPlacing?: ("default" | "relaxed") | undefined;
8
+ isLoading?: boolean | undefined;
9
+ loader?: import("react").ReactNode;
10
+ stretch?: boolean | undefined;
11
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
12
+ square?: boolean | undefined;
13
+ focused?: boolean | undefined;
14
+ disabled?: boolean | undefined;
15
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
16
+ view?: string | undefined;
17
+ size?: string | undefined;
18
+ outlined?: boolean | undefined;
19
+ shiftLeft?: boolean | undefined;
20
+ shiftRight?: boolean | undefined;
21
+ blur?: "small" | "medium" | "large" | undefined;
22
+ } & {
23
+ value?: string | number | undefined;
24
+ contentRight?: undefined;
25
+ } & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../types").AsProps<any> & {
26
+ text?: string | undefined;
27
+ contentLeft?: import("react").ReactNode;
28
+ contentPlacing?: ("default" | "relaxed") | undefined;
29
+ isLoading?: boolean | undefined;
30
+ loader?: import("react").ReactNode;
31
+ stretch?: boolean | undefined;
32
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
33
+ square?: boolean | undefined;
34
+ focused?: boolean | undefined;
35
+ disabled?: boolean | undefined;
36
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
37
+ view?: string | undefined;
38
+ size?: string | undefined;
39
+ outlined?: boolean | undefined;
40
+ shiftLeft?: boolean | undefined;
41
+ shiftRight?: boolean | undefined;
42
+ blur?: "small" | "medium" | "large" | undefined;
43
+ } & {
44
+ value?: undefined;
45
+ contentRight?: import("react").ReactNode;
46
+ } & import("react").RefAttributes<HTMLButtonElement>))>;
5
47
  export declare const Wrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
6
48
  export declare const ButtonsWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & IconPlacementType>;
7
49
  export declare const IconWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & IconPlacementType>;
@@ -1 +1 @@
1
- {"version":3,"file":"Notification.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Notification/Notification.styles.ts"],"names":[],"mappings":";AAQA,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAc,MAAM,sBAAsB,CAAC;AAEpF,eAAO,MAAM,kBAAkB,0CAE9B,CAAC;AAKF,eAAO,MAAM,gBAAgB,4PAc5B,CAAC;AAEF,eAAO,MAAM,OAAO,qKAYnB,CAAC;AAEF,eAAO,MAAM,cAAc,gKAS1B,CAAC;AAEF,eAAO,MAAM,WAAW,gKAavB,CAAC;AAEF,eAAO,MAAM,UAAU,gKActB,CAAC;AAEF,eAAO,MAAM,OAAO,gLAqBnB,CAAC;AAEF,eAAO,MAAM,WAAW,qKAQvB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAUzB,CAAC;AAEF,eAAO,MAAM,iBAAiB;cAA0B,OAAO;EAmC9D,CAAC;AAEF,eAAO,MAAM,UAAU,qKAOtB,CAAC"}
1
+ {"version":3,"file":"Notification.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Notification/Notification.styles.ts"],"names":[],"mappings":";AAQA,OAAO,EAAE,aAAa,EAAE,iBAAiB,EAAc,MAAM,sBAAsB,CAAC;AAEpF,eAAO,MAAM,kBAAkB,0CAE9B,CAAC;AAKF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAc5B,CAAC;AAEF,eAAO,MAAM,OAAO,qKAYnB,CAAC;AAEF,eAAO,MAAM,cAAc,gKAS1B,CAAC;AAEF,eAAO,MAAM,WAAW,gKAavB,CAAC;AAEF,eAAO,MAAM,UAAU,gKActB,CAAC;AAEF,eAAO,MAAM,OAAO,gLAqBnB,CAAC;AAEF,eAAO,MAAM,WAAW,qKAQvB,CAAC;AAEF,eAAO,MAAM,aAAa,qKAUzB,CAAC;AAEF,eAAO,MAAM,iBAAiB;cAA0B,OAAO;EAmC9D,CAAC;AAEF,eAAO,MAAM,UAAU,qKAOtB,CAAC"}
@@ -4,6 +4,90 @@ export declare const PaginationPages: import("@linaria/react").StyledComponent<i
4
4
  export declare const PaginationActions: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
5
5
  export declare const PaginationSection: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
6
6
  export declare const PaginationButtonGroup: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../ButtonGroup").ButtonGroupProps & import("react").RefAttributes<HTMLDivElement>>;
7
- export declare const PaginationButton: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Button").ButtonProps<HTMLElement> & import("react").RefAttributes<HTMLButtonElement>>;
8
- export declare const PaginationShorter: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Button").ButtonProps<HTMLElement> & import("react").RefAttributes<HTMLButtonElement>>;
7
+ export declare const PaginationButton: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../types").AsProps<any> & {
8
+ text?: string | undefined;
9
+ contentLeft?: import("react").ReactNode;
10
+ contentPlacing?: ("default" | "relaxed") | undefined;
11
+ isLoading?: boolean | undefined;
12
+ loader?: import("react").ReactNode;
13
+ stretch?: boolean | undefined;
14
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
15
+ square?: boolean | undefined;
16
+ focused?: boolean | undefined;
17
+ disabled?: boolean | undefined;
18
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
19
+ view?: string | undefined;
20
+ size?: string | undefined;
21
+ outlined?: boolean | undefined;
22
+ shiftLeft?: boolean | undefined;
23
+ shiftRight?: boolean | undefined;
24
+ blur?: "small" | "medium" | "large" | undefined;
25
+ } & {
26
+ value?: string | number | undefined;
27
+ contentRight?: undefined;
28
+ } & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../types").AsProps<any> & {
29
+ text?: string | undefined;
30
+ contentLeft?: import("react").ReactNode;
31
+ contentPlacing?: ("default" | "relaxed") | undefined;
32
+ isLoading?: boolean | undefined;
33
+ loader?: import("react").ReactNode;
34
+ stretch?: boolean | undefined;
35
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
36
+ square?: boolean | undefined;
37
+ focused?: boolean | undefined;
38
+ disabled?: boolean | undefined;
39
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
40
+ view?: string | undefined;
41
+ size?: string | undefined;
42
+ outlined?: boolean | undefined;
43
+ shiftLeft?: boolean | undefined;
44
+ shiftRight?: boolean | undefined;
45
+ blur?: "small" | "medium" | "large" | undefined;
46
+ } & {
47
+ value?: undefined;
48
+ contentRight?: import("react").ReactNode;
49
+ } & import("react").RefAttributes<HTMLButtonElement>))>;
50
+ export declare const PaginationShorter: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../types").AsProps<any> & {
51
+ text?: string | undefined;
52
+ contentLeft?: import("react").ReactNode;
53
+ contentPlacing?: ("default" | "relaxed") | undefined;
54
+ isLoading?: boolean | undefined;
55
+ loader?: import("react").ReactNode;
56
+ stretch?: boolean | undefined;
57
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
58
+ square?: boolean | undefined;
59
+ focused?: boolean | undefined;
60
+ disabled?: boolean | undefined;
61
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
62
+ view?: string | undefined;
63
+ size?: string | undefined;
64
+ outlined?: boolean | undefined;
65
+ shiftLeft?: boolean | undefined;
66
+ shiftRight?: boolean | undefined;
67
+ blur?: "small" | "medium" | "large" | undefined;
68
+ } & {
69
+ value?: string | number | undefined;
70
+ contentRight?: undefined;
71
+ } & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../types").AsProps<any> & {
72
+ text?: string | undefined;
73
+ contentLeft?: import("react").ReactNode;
74
+ contentPlacing?: ("default" | "relaxed") | undefined;
75
+ isLoading?: boolean | undefined;
76
+ loader?: import("react").ReactNode;
77
+ stretch?: boolean | undefined;
78
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
79
+ square?: boolean | undefined;
80
+ focused?: boolean | undefined;
81
+ disabled?: boolean | undefined;
82
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
83
+ view?: string | undefined;
84
+ size?: string | undefined;
85
+ outlined?: boolean | undefined;
86
+ shiftLeft?: boolean | undefined;
87
+ shiftRight?: boolean | undefined;
88
+ blur?: "small" | "medium" | "large" | undefined;
89
+ } & {
90
+ value?: undefined;
91
+ contentRight?: import("react").ReactNode;
92
+ } & import("react").RefAttributes<HTMLButtonElement>))>;
9
93
  //# sourceMappingURL=Pagination.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Pagination.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/Pagination.styles.ts"],"names":[],"mappings":";AAeA,eAAO,MAAM,cAAc,qKAgB1B,CAAC;AAEF,eAAO,MAAM,eAAe,qKAK3B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAgB7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAG7B,CAAC;AAEF,eAAO,MAAM,qBAAqB,sPAwBjC,CAAC;AAEF,eAAO,MAAM,gBAAgB,4PA8C5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,4PAG7B,CAAC"}
1
+ {"version":3,"file":"Pagination.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Pagination/Pagination.styles.ts"],"names":[],"mappings":";AAeA,eAAO,MAAM,cAAc,qKAgB1B,CAAC;AAEF,eAAO,MAAM,eAAe,qKAK3B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAgB7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAG7B,CAAC;AAEF,eAAO,MAAM,qBAAqB,sPAwBjC,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDA8C5B,CAAC;AAEF,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAG7B,CAAC"}
@@ -3,5 +3,47 @@ export declare const ButtonWrapper: import("@linaria/react").StyledComponent<imp
3
3
  placement?: "left" | "right" | undefined;
4
4
  }>;
5
5
  export declare const StyledHeader: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
6
- export declare const CloseIconWrapper: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & import("../../../Button").ButtonProps<HTMLElement> & import("react").RefAttributes<HTMLButtonElement>>;
6
+ export declare const CloseIconWrapper: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
7
+ text?: string | undefined;
8
+ contentLeft?: import("react").ReactNode;
9
+ contentPlacing?: ("default" | "relaxed") | undefined;
10
+ isLoading?: boolean | undefined;
11
+ loader?: import("react").ReactNode;
12
+ stretch?: boolean | undefined;
13
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
14
+ square?: boolean | undefined;
15
+ focused?: boolean | undefined;
16
+ disabled?: boolean | undefined;
17
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
18
+ view?: string | undefined;
19
+ size?: string | undefined;
20
+ outlined?: boolean | undefined;
21
+ shiftLeft?: boolean | undefined;
22
+ shiftRight?: boolean | undefined;
23
+ blur?: "small" | "medium" | "large" | undefined;
24
+ } & {
25
+ value?: string | number | undefined;
26
+ contentRight?: undefined;
27
+ } & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
28
+ text?: string | undefined;
29
+ contentLeft?: import("react").ReactNode;
30
+ contentPlacing?: ("default" | "relaxed") | undefined;
31
+ isLoading?: boolean | undefined;
32
+ loader?: import("react").ReactNode;
33
+ stretch?: boolean | undefined;
34
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
35
+ square?: boolean | undefined;
36
+ focused?: boolean | undefined;
37
+ disabled?: boolean | undefined;
38
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
39
+ view?: string | undefined;
40
+ size?: string | undefined;
41
+ outlined?: boolean | undefined;
42
+ shiftLeft?: boolean | undefined;
43
+ shiftRight?: boolean | undefined;
44
+ blur?: "small" | "medium" | "large" | undefined;
45
+ } & {
46
+ value?: undefined;
47
+ contentRight?: import("react").ReactNode;
48
+ } & import("react").RefAttributes<HTMLButtonElement>))>;
7
49
  //# sourceMappingURL=PanelHeader.styles.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"PanelHeader.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Panel/ui/PanelHeader/PanelHeader.styles.ts"],"names":[],"mappings":";AAWA,eAAO,MAAM,aAAa;;EAMzB,CAAC;AAEF,eAAO,MAAM,YAAY,qKAGxB,CAAC;AAEF,eAAO,MAAM,gBAAgB,8QAI5B,CAAC"}
1
+ {"version":3,"file":"PanelHeader.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Panel/ui/PanelHeader/PanelHeader.styles.ts"],"names":[],"mappings":";AAWA,eAAO,MAAM,aAAa;;EAMzB,CAAC;AAEF,eAAO,MAAM,YAAY,qKAGxB,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAI5B,CAAC"}
@@ -3,7 +3,49 @@ import type { TargetType } from '../../Select.types';
3
3
  export declare const StyledSelectTarget: import("@linaria/react").StyledComponent<{
4
4
  target?: TargetType | undefined;
5
5
  opened?: boolean | undefined;
6
- } & import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & import("../../../Button").ButtonProps<HTMLElement> & import("react").RefAttributes<HTMLButtonElement>>;
6
+ } & (import("../../../../engines/types").PropsType<import("../../../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
7
+ text?: string | undefined;
8
+ contentLeft?: import("react").ReactNode;
9
+ contentPlacing?: ("default" | "relaxed") | undefined;
10
+ isLoading?: boolean | undefined;
11
+ loader?: import("react").ReactNode;
12
+ stretch?: boolean | undefined;
13
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
14
+ square?: boolean | undefined;
15
+ focused?: boolean | undefined;
16
+ disabled?: boolean | undefined;
17
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
18
+ view?: string | undefined;
19
+ size?: string | undefined;
20
+ outlined?: boolean | undefined;
21
+ shiftLeft?: boolean | undefined;
22
+ shiftRight?: boolean | undefined;
23
+ blur?: "small" | "medium" | "large" | undefined;
24
+ } & {
25
+ value?: string | number | undefined;
26
+ contentRight?: undefined;
27
+ } & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
28
+ text?: string | undefined;
29
+ contentLeft?: import("react").ReactNode;
30
+ contentPlacing?: ("default" | "relaxed") | undefined;
31
+ isLoading?: boolean | undefined;
32
+ loader?: import("react").ReactNode;
33
+ stretch?: boolean | undefined;
34
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
35
+ square?: boolean | undefined;
36
+ focused?: boolean | undefined;
37
+ disabled?: boolean | undefined;
38
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
39
+ view?: string | undefined;
40
+ size?: string | undefined;
41
+ outlined?: boolean | undefined;
42
+ shiftLeft?: boolean | undefined;
43
+ shiftRight?: boolean | undefined;
44
+ blur?: "small" | "medium" | "large" | undefined;
45
+ } & {
46
+ value?: undefined;
47
+ contentRight?: import("react").ReactNode;
48
+ } & import("react").RefAttributes<HTMLButtonElement>)))>;
7
49
  export declare const StyledArrow: import("@linaria/react").StyledMeta & import("react").FC<import("../../../_Icon/IconRoot").IconProps>;
8
50
  export declare const StyledText: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLSpanElement> & import("react").HTMLAttributes<HTMLSpanElement> & Record<never, unknown>>;
9
51
  export declare const StyledChipsWrapper: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
@@ -1 +1 @@
1
- {"version":3,"file":"SelectTarget.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/ui/SelectTarget/SelectTarget.styles.ts"],"names":[],"mappings":";AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAgBrD,eAAO,MAAM,kBAAkB;;;wMA6F9B,CAAC;AAEF,eAAO,MAAM,WAAW,uGAQvB,CAAC;AAEF,eAAO,MAAM,UAAU,uKAQtB,CAAC;AAEF,eAAO,MAAM,kBAAkB,qKAiB9B,CAAC;AAEF,eAAO,MAAM,WAAW,qKAOvB,CAAC;AAEF,eAAO,MAAM,WAAW,8KAuBvB,CAAC"}
1
+ {"version":3,"file":"SelectTarget.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Select/ui/SelectTarget/SelectTarget.styles.ts"],"names":[],"mappings":";AAOA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAgBrD,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wDA6F9B,CAAC;AAEF,eAAO,MAAM,WAAW,uGAQvB,CAAC;AAEF,eAAO,MAAM,UAAU,uKAQtB,CAAC;AAEF,eAAO,MAAM,kBAAkB,qKAiB9B,CAAC;AAEF,eAAO,MAAM,WAAW,qKAOvB,CAAC;AAEF,eAAO,MAAM,WAAW,8KAuBvB,CAAC"}
@@ -5,7 +5,49 @@ export declare const StyledRoot: import("@linaria/react").StyledComponent<import
5
5
  isVisible: boolean;
6
6
  offset?: number | undefined;
7
7
  }>;
8
- export declare const CloseIconWrapper: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Button").ButtonProps<HTMLElement> & import("react").RefAttributes<HTMLButtonElement>>;
8
+ export declare const CloseIconWrapper: import("@linaria/react").StyledMeta & import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../types").AsProps<any> & {
9
+ text?: string | undefined;
10
+ contentLeft?: import("react").ReactNode;
11
+ contentPlacing?: ("default" | "relaxed") | undefined;
12
+ isLoading?: boolean | undefined;
13
+ loader?: import("react").ReactNode;
14
+ stretch?: boolean | undefined;
15
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
16
+ square?: boolean | undefined;
17
+ focused?: boolean | undefined;
18
+ disabled?: boolean | undefined;
19
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
20
+ view?: string | undefined;
21
+ size?: string | undefined;
22
+ outlined?: boolean | undefined;
23
+ shiftLeft?: boolean | undefined;
24
+ shiftRight?: boolean | undefined;
25
+ blur?: "small" | "medium" | "large" | undefined;
26
+ } & {
27
+ value?: string | number | undefined;
28
+ contentRight?: undefined;
29
+ } & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../types").AsProps<any> & {
30
+ text?: string | undefined;
31
+ contentLeft?: import("react").ReactNode;
32
+ contentPlacing?: ("default" | "relaxed") | undefined;
33
+ isLoading?: boolean | undefined;
34
+ loader?: import("react").ReactNode;
35
+ stretch?: boolean | undefined;
36
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
37
+ square?: boolean | undefined;
38
+ focused?: boolean | undefined;
39
+ disabled?: boolean | undefined;
40
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
41
+ view?: string | undefined;
42
+ size?: string | undefined;
43
+ outlined?: boolean | undefined;
44
+ shiftLeft?: boolean | undefined;
45
+ shiftRight?: boolean | undefined;
46
+ blur?: "small" | "medium" | "large" | undefined;
47
+ } & {
48
+ value?: undefined;
49
+ contentRight?: import("react").ReactNode;
50
+ } & import("react").RefAttributes<HTMLButtonElement>))>;
9
51
  export declare const StyledOverlay: import("@linaria/react").StyledMeta & import("react").FC<import("../Overlay").OverlayProps>;
10
52
  export declare const StyledContentLeft: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
11
53
  export declare const StyledContent: import("@linaria/react").StyledComponent<import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & Record<never, unknown>>;
@@ -1 +1 @@
1
- {"version":3,"file":"Toast.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/Toast.styles.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,IAAI,0CAUhB,CAAC;AAEF,eAAO,MAAM,UAAU;cAA0B,MAAM;eAAa,OAAO;;EAmD1E,CAAC;AAEF,eAAO,MAAM,gBAAgB,4PAU5B,CAAC;AAEF,eAAO,MAAM,aAAa,6FA4BzB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAI7B,CAAC;AAEF,eAAO,MAAM,aAAa,qKAAe,CAAC"}
1
+ {"version":3,"file":"Toast.styles.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/Toast.styles.ts"],"names":[],"mappings":";AASA,eAAO,MAAM,IAAI,0CAUhB,CAAC;AAEF,eAAO,MAAM,UAAU;cAA0B,MAAM;eAAa,OAAO;;EAmD1E,CAAC;AAEF,eAAO,MAAM,gBAAgB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAU5B,CAAC;AAEF,eAAO,MAAM,aAAa,6FA4BzB,CAAC;AAEF,eAAO,MAAM,iBAAiB,qKAI7B,CAAC;AAEF,eAAO,MAAM,aAAa,qKAAe,CAAC"}
@@ -8,5 +8,47 @@ export declare const gradients: {
8
8
  top: string;
9
9
  bottom: string;
10
10
  };
11
- export declare const Button: import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & import("../Button").ButtonProps<HTMLElement> & import("react").RefAttributes<HTMLButtonElement>>;
11
+ export declare const Button: import("react").FunctionComponent<import("../../engines/types").PropsType<import("../../engines/types").Variants> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../types").AsProps<any> & {
12
+ text?: string | undefined;
13
+ contentLeft?: import("react").ReactNode;
14
+ contentPlacing?: ("default" | "relaxed") | undefined;
15
+ isLoading?: boolean | undefined;
16
+ loader?: import("react").ReactNode;
17
+ stretch?: boolean | undefined;
18
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
19
+ square?: boolean | undefined;
20
+ focused?: boolean | undefined;
21
+ disabled?: boolean | undefined;
22
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
23
+ view?: string | undefined;
24
+ size?: string | undefined;
25
+ outlined?: boolean | undefined;
26
+ shiftLeft?: boolean | undefined;
27
+ shiftRight?: boolean | undefined;
28
+ blur?: "small" | "medium" | "large" | undefined;
29
+ } & {
30
+ value?: string | number | undefined;
31
+ contentRight?: undefined;
32
+ } & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../types").AsProps<any> & {
33
+ text?: string | undefined;
34
+ contentLeft?: import("react").ReactNode;
35
+ contentPlacing?: ("default" | "relaxed") | undefined;
36
+ isLoading?: boolean | undefined;
37
+ loader?: import("react").ReactNode;
38
+ stretch?: boolean | undefined;
39
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
40
+ square?: boolean | undefined;
41
+ focused?: boolean | undefined;
42
+ disabled?: boolean | undefined;
43
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
44
+ view?: string | undefined;
45
+ size?: string | undefined;
46
+ outlined?: boolean | undefined;
47
+ shiftLeft?: boolean | undefined;
48
+ shiftRight?: boolean | undefined;
49
+ blur?: "small" | "medium" | "large" | undefined;
50
+ } & {
51
+ value?: undefined;
52
+ contentRight?: import("react").ReactNode;
53
+ } & import("react").RefAttributes<HTMLButtonElement>))>;
12
54
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/utils.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,YAAY,OAAO,CAAC;AACjC,eAAO,MAAM,gBAAgB,WAAW,CAAC;AACzC,eAAO,MAAM,WAAW,MAAM,CAAC;AAC/B,eAAO,MAAM,YAAY,SAAS,CAAC;AACnC,eAAO,MAAM,aAAa,SAAS,CAAC;AAEpC,eAAO,MAAM,SAAS;;;CAGrB,CAAC;AAGF,eAAO,MAAM,MAAM,sNAAgC,CAAC"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../src/components/Toast/utils.ts"],"names":[],"mappings":";AAGA,eAAO,MAAM,YAAY,OAAO,CAAC;AACjC,eAAO,MAAM,gBAAgB,WAAW,CAAC;AACzC,eAAO,MAAM,WAAW,MAAM,CAAC;AAC/B,eAAO,MAAM,YAAY,SAAS,CAAC;AACnC,eAAO,MAAM,aAAa,SAAS,CAAC;AAEpC,eAAO,MAAM,SAAS;;;CAGrB,CAAC;AAGF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAAgC,CAAC"}
@@ -34,5 +34,47 @@ export declare const Button: import("react").FunctionComponent<import("../../../
34
34
  filled: import("@linaria/core").LinariaClassName;
35
35
  fixed: import("@linaria/core").LinariaClassName;
36
36
  };
37
- }> & import("../../../../components/Button").ButtonProps<HTMLElement> & import("react").RefAttributes<HTMLButtonElement>>;
37
+ }> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
38
+ text?: string | undefined;
39
+ contentLeft?: import("react").ReactNode;
40
+ contentPlacing?: ("default" | "relaxed") | undefined;
41
+ isLoading?: boolean | undefined;
42
+ loader?: import("react").ReactNode;
43
+ stretch?: boolean | undefined;
44
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
45
+ square?: boolean | undefined;
46
+ focused?: boolean | undefined;
47
+ disabled?: boolean | undefined;
48
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
49
+ view?: string | undefined;
50
+ size?: string | undefined;
51
+ outlined?: boolean | undefined;
52
+ shiftLeft?: boolean | undefined;
53
+ shiftRight?: boolean | undefined;
54
+ blur?: "small" | "medium" | "large" | undefined;
55
+ } & {
56
+ value?: string | number | undefined;
57
+ contentRight?: undefined;
58
+ } & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
59
+ text?: string | undefined;
60
+ contentLeft?: import("react").ReactNode;
61
+ contentPlacing?: ("default" | "relaxed") | undefined;
62
+ isLoading?: boolean | undefined;
63
+ loader?: import("react").ReactNode;
64
+ stretch?: boolean | undefined;
65
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
66
+ square?: boolean | undefined;
67
+ focused?: boolean | undefined;
68
+ disabled?: boolean | undefined;
69
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
70
+ view?: string | undefined;
71
+ size?: string | undefined;
72
+ outlined?: boolean | undefined;
73
+ shiftLeft?: boolean | undefined;
74
+ shiftRight?: boolean | undefined;
75
+ blur?: "small" | "medium" | "large" | undefined;
76
+ } & {
77
+ value?: undefined;
78
+ contentRight?: import("react").ReactNode;
79
+ } & import("react").RefAttributes<HTMLButtonElement>))>;
38
80
  //# sourceMappingURL=Button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Button/Button.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yHAA0B,CAAC"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/Button/Button.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAA0B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonGroup.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/ButtonGroup/ButtonGroup.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiPlB,CAAC"}
1
+ {"version":3,"file":"ButtonGroup.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/ButtonGroup/ButtonGroup.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2PlB,CAAC"}
@@ -28,5 +28,47 @@ export declare const IconButton: import("react").FunctionComponent<import("../..
28
28
  focused: {
29
29
  true: import("@linaria/core").LinariaClassName;
30
30
  };
31
- }> & import("../../../..").ButtonProps<HTMLElement> & import("react").RefAttributes<HTMLButtonElement>>;
31
+ }> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
32
+ text?: string | undefined;
33
+ contentLeft?: import("react").ReactNode;
34
+ contentPlacing?: ("default" | "relaxed") | undefined;
35
+ isLoading?: boolean | undefined;
36
+ loader?: import("react").ReactNode;
37
+ stretch?: boolean | undefined;
38
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
39
+ square?: boolean | undefined;
40
+ focused?: boolean | undefined;
41
+ disabled?: boolean | undefined;
42
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
43
+ view?: string | undefined;
44
+ size?: string | undefined;
45
+ outlined?: boolean | undefined;
46
+ shiftLeft?: boolean | undefined;
47
+ shiftRight?: boolean | undefined;
48
+ blur?: "small" | "medium" | "large" | undefined;
49
+ } & {
50
+ value?: string | number | undefined;
51
+ contentRight?: undefined;
52
+ } & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
53
+ text?: string | undefined;
54
+ contentLeft?: import("react").ReactNode;
55
+ contentPlacing?: ("default" | "relaxed") | undefined;
56
+ isLoading?: boolean | undefined;
57
+ loader?: import("react").ReactNode;
58
+ stretch?: boolean | undefined;
59
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
60
+ square?: boolean | undefined;
61
+ focused?: boolean | undefined;
62
+ disabled?: boolean | undefined;
63
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
64
+ view?: string | undefined;
65
+ size?: string | undefined;
66
+ outlined?: boolean | undefined;
67
+ shiftLeft?: boolean | undefined;
68
+ shiftRight?: boolean | undefined;
69
+ blur?: "small" | "medium" | "large" | undefined;
70
+ } & {
71
+ value?: undefined;
72
+ contentRight?: import("react").ReactNode;
73
+ } & import("react").RefAttributes<HTMLButtonElement>))>;
32
74
  //# sourceMappingURL=IconButton.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/IconButton/IconButton.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uGAA0B,CAAC"}
1
+ {"version":3,"file":"IconButton.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_b2c/components/IconButton/IconButton.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAA0B,CAAC"}
@@ -34,5 +34,47 @@ export declare const Button: import("react").FunctionComponent<import("../../../
34
34
  filled: import("@linaria/core").LinariaClassName;
35
35
  fixed: import("@linaria/core").LinariaClassName;
36
36
  };
37
- }> & import("../../../../components/Button").ButtonProps<HTMLElement> & import("react").RefAttributes<HTMLButtonElement>>;
37
+ }> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
38
+ text?: string | undefined;
39
+ contentLeft?: import("react").ReactNode;
40
+ contentPlacing?: ("default" | "relaxed") | undefined;
41
+ isLoading?: boolean | undefined;
42
+ loader?: import("react").ReactNode;
43
+ stretch?: boolean | undefined;
44
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
45
+ square?: boolean | undefined;
46
+ focused?: boolean | undefined;
47
+ disabled?: boolean | undefined;
48
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
49
+ view?: string | undefined;
50
+ size?: string | undefined;
51
+ outlined?: boolean | undefined;
52
+ shiftLeft?: boolean | undefined;
53
+ shiftRight?: boolean | undefined;
54
+ blur?: "small" | "medium" | "large" | undefined;
55
+ } & {
56
+ value?: string | number | undefined;
57
+ contentRight?: undefined;
58
+ } & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
59
+ text?: string | undefined;
60
+ contentLeft?: import("react").ReactNode;
61
+ contentPlacing?: ("default" | "relaxed") | undefined;
62
+ isLoading?: boolean | undefined;
63
+ loader?: import("react").ReactNode;
64
+ stretch?: boolean | undefined;
65
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
66
+ square?: boolean | undefined;
67
+ focused?: boolean | undefined;
68
+ disabled?: boolean | undefined;
69
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
70
+ view?: string | undefined;
71
+ size?: string | undefined;
72
+ outlined?: boolean | undefined;
73
+ shiftLeft?: boolean | undefined;
74
+ shiftRight?: boolean | undefined;
75
+ blur?: "small" | "medium" | "large" | undefined;
76
+ } & {
77
+ value?: undefined;
78
+ contentRight?: import("react").ReactNode;
79
+ } & import("react").RefAttributes<HTMLButtonElement>))>;
38
80
  //# sourceMappingURL=Button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Button/Button.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;yHAA0B,CAAC"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/Button/Button.ts"],"names":[],"mappings":";AAOA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;uDAA0B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"ButtonGroup.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/ButtonGroup/ButtonGroup.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiPlB,CAAC"}
1
+ {"version":3,"file":"ButtonGroup.config.d.ts","sourceRoot":"","sources":["../../../../../src/examples/plasma_web/components/ButtonGroup/ButtonGroup.config.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2PlB,CAAC"}
@@ -28,5 +28,47 @@ export declare const IconButton: import("react").FunctionComponent<import("../..
28
28
  focused: {
29
29
  true: import("@linaria/core").LinariaClassName;
30
30
  };
31
- }> & import("../../../..").ButtonProps<HTMLElement> & import("react").RefAttributes<HTMLButtonElement>>;
31
+ }> & ((Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
32
+ text?: string | undefined;
33
+ contentLeft?: import("react").ReactNode;
34
+ contentPlacing?: ("default" | "relaxed") | undefined;
35
+ isLoading?: boolean | undefined;
36
+ loader?: import("react").ReactNode;
37
+ stretch?: boolean | undefined;
38
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
39
+ square?: boolean | undefined;
40
+ focused?: boolean | undefined;
41
+ disabled?: boolean | undefined;
42
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
43
+ view?: string | undefined;
44
+ size?: string | undefined;
45
+ outlined?: boolean | undefined;
46
+ shiftLeft?: boolean | undefined;
47
+ shiftRight?: boolean | undefined;
48
+ blur?: "small" | "medium" | "large" | undefined;
49
+ } & {
50
+ value?: string | number | undefined;
51
+ contentRight?: undefined;
52
+ } & import("react").RefAttributes<HTMLButtonElement>) | (Omit<import("react").ButtonHTMLAttributes<HTMLElement>, "value"> & Omit<import("react").AnchorHTMLAttributes<HTMLElement>, "type"> & import("../../../../types").AsProps<any> & {
53
+ text?: string | undefined;
54
+ contentLeft?: import("react").ReactNode;
55
+ contentPlacing?: ("default" | "relaxed") | undefined;
56
+ isLoading?: boolean | undefined;
57
+ loader?: import("react").ReactNode;
58
+ stretch?: boolean | undefined;
59
+ stretching?: ("fixed" | "auto" | "filled") | undefined;
60
+ square?: boolean | undefined;
61
+ focused?: boolean | undefined;
62
+ disabled?: boolean | undefined;
63
+ pin?: "square-square" | "square-clear" | "clear-square" | "clear-clear" | "clear-circle" | "circle-clear" | "circle-circle" | undefined;
64
+ view?: string | undefined;
65
+ size?: string | undefined;
66
+ outlined?: boolean | undefined;
67
+ shiftLeft?: boolean | undefined;
68
+ shiftRight?: boolean | undefined;
69
+ blur?: "small" | "medium" | "large" | undefined;
70
+ } & {
71
+ value?: undefined;
72
+ contentRight?: import("react").ReactNode;
73
+ } & import("react").RefAttributes<HTMLButtonElement>))>;
32
74
  //# sourceMappingURL=IconButton.d.ts.map