@pexip/components 16.17.0 → 17.1.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.
- package/CHANGELOG.md +99 -0
- package/design-tokens/base/variants.variables.scss +6 -5
- package/design-tokens/border.scss +5 -0
- package/design-tokens/build-scripts/constants.mjs +1 -0
- package/design-tokens/build-scripts/index.mjs +11 -4
- package/design-tokens/build-scripts/variables.mjs +117 -0
- package/design-tokens/display.scss +7 -22
- package/design-tokens/generated/Icons.ts +26 -0
- package/design-tokens/generated/icons/authenticated-16.json +7 -0
- package/design-tokens/generated/icons/authenticated-16.svg +16 -0
- package/design-tokens/generated/icons/authenticated-16.svg.d.ts +5 -0
- package/design-tokens/generated/icons/authenticated-24.json +7 -0
- package/design-tokens/generated/icons/authenticated-24.svg +16 -0
- package/design-tokens/generated/icons/authenticated-24.svg.d.ts +5 -0
- package/design-tokens/generated/icons/authenticated-32.json +7 -0
- package/design-tokens/generated/icons/authenticated-32.svg +16 -0
- package/design-tokens/generated/icons/authenticated-32.svg.d.ts +5 -0
- package/design-tokens/generated/icons/microphone-muted-by-host-16.json +7 -0
- package/design-tokens/generated/icons/microphone-muted-by-host-16.svg +24 -0
- package/design-tokens/generated/icons/microphone-muted-by-host-16.svg.d.ts +5 -0
- package/design-tokens/generated/icons/microphone-muted-by-host-24.json +7 -0
- package/design-tokens/generated/icons/microphone-muted-by-host-24.svg +24 -0
- package/design-tokens/generated/icons/microphone-muted-by-host-24.svg.d.ts +5 -0
- package/design-tokens/generated/icons/notauthenticated-16.json +7 -0
- package/design-tokens/generated/icons/notauthenticated-16.svg +16 -0
- package/design-tokens/generated/icons/notauthenticated-16.svg.d.ts +5 -0
- package/design-tokens/generated/icons/notauthenticated-24.json +7 -0
- package/design-tokens/generated/icons/notauthenticated-24.svg +16 -0
- package/design-tokens/generated/icons/notauthenticated-24.svg.d.ts +5 -0
- package/design-tokens/generated/icons/notauthenticated-32.json +7 -0
- package/design-tokens/generated/icons/notauthenticated-32.svg +16 -0
- package/design-tokens/generated/icons/notauthenticated-32.svg.d.ts +5 -0
- package/design-tokens/generated/variables.css +321 -0
- package/design-tokens/generated/variables.ts +322 -0
- package/design-tokens/mixins/_ellipsis.scss +11 -0
- package/design-tokens/mixins/media-queries.scss +25 -7
- package/design-tokens/overflow.scss +30 -0
- package/design-tokens/tokens/zIndex.tokens.scss +1 -0
- package/design-tokens/user-select.scss +7 -0
- package/design-tokens/variables.legacy.scss +722 -0
- package/dist/components.cjs +2 -2
- package/dist/components.js +4990 -4492
- package/dist/style.css +1 -1
- package/dist/types/design-tokens/generated/Icons.d.ts +3 -0
- package/dist/types/design-tokens/generated/Icons.d.ts.map +1 -1
- package/dist/types/design-tokens/generated/variables.d.ts +321 -0
- package/dist/types/design-tokens/generated/variables.d.ts.map +1 -0
- package/dist/types/src/components/elements/Box/Box.d.ts +1 -0
- package/dist/types/src/components/elements/Box/Box.d.ts.map +1 -1
- package/dist/types/src/components/elements/BoxHeader/BoxHeader.d.ts +1 -0
- package/dist/types/src/components/elements/BoxHeader/BoxHeader.d.ts.map +1 -1
- package/dist/types/src/components/elements/Button/Button.d.ts +1 -1
- package/dist/types/src/components/elements/Draggable/Draggable.view.d.ts +1 -0
- package/dist/types/src/components/elements/Draggable/Draggable.view.d.ts.map +1 -1
- package/dist/types/src/components/elements/Input/Input.d.ts +1 -0
- package/dist/types/src/components/elements/Input/Input.d.ts.map +1 -1
- package/dist/types/src/components/elements/Panel/Panel.d.ts +36 -9
- package/dist/types/src/components/elements/Panel/Panel.d.ts.map +1 -1
- package/dist/types/src/components/elements/Scrollbars/Scrollbars.d.ts.map +1 -1
- package/dist/types/src/components/elements/SimpleButton/SimpleButton.d.ts +1 -1
- package/dist/types/src/components/elements/SimpleButton/SimpleButton.d.ts.map +1 -1
- package/dist/types/src/components/elements/TextLink/TextLink.d.ts +7 -4
- package/dist/types/src/components/elements/TextLink/TextLink.d.ts.map +1 -1
- package/dist/types/src/components/elements/ToggleSwitch/ToggleSwitch.d.ts.map +1 -1
- package/dist/types/src/components/elements/Tooltip/CustomTooltip.d.ts.map +1 -1
- package/dist/types/src/components/elements/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/types/src/components/elements/Tooltip/Tooltip.utils.d.ts +2 -2
- package/dist/types/src/components/elements/Tooltip/Tooltip.utils.d.ts.map +1 -1
- package/dist/types/src/components/modules/AriaMenu/AriaMenu.d.ts.map +1 -1
- package/dist/types/src/components/modules/AriaMenu/AriaMenu.types.d.ts +3 -6
- package/dist/types/src/components/modules/AriaMenu/AriaMenu.types.d.ts.map +1 -1
- package/dist/types/src/components/modules/AriaMenu/InnerAriaMenu.d.ts.map +1 -1
- package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuButton.d.ts.map +1 -1
- package/dist/types/src/components/modules/AriaMenu/InnerAriaMenuItem.d.ts.map +1 -1
- package/dist/types/src/components/modules/CondensedTabs/CondensedTabs.view.d.ts +18 -0
- package/dist/types/src/components/modules/CondensedTabs/CondensedTabs.view.d.ts.map +1 -0
- package/dist/types/src/components/modules/Modal/Modal.d.ts +2 -1
- package/dist/types/src/components/modules/Modal/Modal.d.ts.map +1 -1
- package/dist/types/src/components/modules/Multiselect/MultiselectCore.d.ts.map +1 -1
- package/dist/types/src/components/modules/MultistepIndicator/MultistepIndicator.reducer.d.ts +3 -0
- package/dist/types/src/components/modules/MultistepIndicator/MultistepIndicator.reducer.d.ts.map +1 -1
- package/dist/types/src/components/modules/MultistepIndicator/useMultistepIndicator.d.ts.map +1 -1
- package/dist/types/src/components/modules/PasswordInput/PasswordInput.d.ts +4 -1
- package/dist/types/src/components/modules/PasswordInput/PasswordInput.d.ts.map +1 -1
- package/dist/types/src/components/modules/PreferenceInput/PreferenceWrapper.d.ts +1 -1
- package/dist/types/src/components/modules/PreferenceInput/PreferenceWrapper.d.ts.map +1 -1
- package/dist/types/src/components/modules/RoundIndicator/RoundIndicator.d.ts.map +1 -1
- package/dist/types/src/components/modules/Select/Select.d.ts.map +1 -1
- package/dist/types/src/components/modules/StatCard/StatCard.d.ts +5 -3
- package/dist/types/src/components/modules/StatCard/StatCard.d.ts.map +1 -1
- package/dist/types/src/constants/mediaQueries.d.ts +2 -1
- package/dist/types/src/constants/mediaQueries.d.ts.map +1 -1
- package/dist/types/src/hooks/media-queries/index.d.ts +2 -0
- package/dist/types/src/hooks/media-queries/index.d.ts.map +1 -1
- package/dist/types/src/hooks/media-queries/useMobileDevice.d.ts.map +1 -1
- package/dist/types/src/hooks/media-queries/useMobileDeviceLandscape.d.ts +2 -0
- package/dist/types/src/hooks/media-queries/useMobileDeviceLandscape.d.ts.map +1 -0
- package/dist/types/src/hooks/media-queries/useMobileDevicePortrait.d.ts +2 -0
- package/dist/types/src/hooks/media-queries/useMobileDevicePortrait.d.ts.map +1 -0
- package/dist/types/src/hooks/useAriaTooltip.d.ts +17 -0
- package/dist/types/src/hooks/useAriaTooltip.d.ts.map +1 -0
- package/dist/types/src/index.d.ts +4 -2
- package/dist/types/src/index.d.ts.map +1 -1
- package/dist/types/src/themes/ThemeContext.d.ts +4 -1
- package/dist/types/src/themes/ThemeContext.d.ts.map +1 -1
- package/dist/types/src/types/sizes.d.ts +1 -1
- package/dist/types/src/types/sizes.d.ts.map +1 -1
- package/dist/types/src/types/variants.d.ts +2 -2
- package/dist/types/src/types/variants.d.ts.map +1 -1
- package/dist/types/src/utils/testIds.d.ts +2 -1
- package/dist/types/src/utils/testIds.d.ts.map +1 -1
- package/package.json +6 -5
|
@@ -19,6 +19,7 @@ export interface IconCollection {
|
|
|
19
19
|
IconArrowLeftRegular: IconSource;
|
|
20
20
|
IconArrowRight: IconSource;
|
|
21
21
|
IconArrowUp: IconSource;
|
|
22
|
+
IconAuthenticated: IconSource;
|
|
22
23
|
IconBackgroundBlur: IconSource;
|
|
23
24
|
IconBackspace: IconSource;
|
|
24
25
|
IconBackToTop: IconSource;
|
|
@@ -80,12 +81,14 @@ export interface IconCollection {
|
|
|
80
81
|
IconMail: IconSource;
|
|
81
82
|
IconMeetingRoom: IconSource;
|
|
82
83
|
IconMeetings: IconSource;
|
|
84
|
+
IconMicrophoneMutedByHost: IconSource;
|
|
83
85
|
IconMicrophoneOff: IconSource;
|
|
84
86
|
IconMicrophoneOn: IconSource;
|
|
85
87
|
IconMinus: IconSource;
|
|
86
88
|
IconMoreHorizontal: IconSource;
|
|
87
89
|
IconMoreVertical: IconSource;
|
|
88
90
|
IconMove: IconSource;
|
|
91
|
+
IconNotauthenticated: IconSource;
|
|
89
92
|
IconOpenInNew: IconSource;
|
|
90
93
|
IconParticipant: IconSource;
|
|
91
94
|
IconPasswordHide: IconSource;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../design-tokens/generated/Icons.ts"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Icons.d.ts","sourceRoot":"","sources":["../../../../design-tokens/generated/Icons.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,321 @@
|
|
|
1
|
+
export declare const variables: {
|
|
2
|
+
light: {
|
|
3
|
+
'border/accent': string;
|
|
4
|
+
'border/button/danger': string;
|
|
5
|
+
'border/button/disabled': string;
|
|
6
|
+
'border/button/focus': string;
|
|
7
|
+
'border/button/form': string;
|
|
8
|
+
'border/button/secondary': string;
|
|
9
|
+
'border/button/success': string;
|
|
10
|
+
'border/button/tertiary': string;
|
|
11
|
+
'border/checkbo-disabled': string;
|
|
12
|
+
'border/checkbox-main': string;
|
|
13
|
+
'border/divider-primary': string;
|
|
14
|
+
'border/divider-secondary': string;
|
|
15
|
+
'border/divider-ultra': string;
|
|
16
|
+
'border/none': number;
|
|
17
|
+
'border/primary': string;
|
|
18
|
+
'border/secondary': string;
|
|
19
|
+
'font/button/accent': string;
|
|
20
|
+
'font/button/call-active': string;
|
|
21
|
+
'font/button/call-disabled': string;
|
|
22
|
+
'font/button/call-error': string;
|
|
23
|
+
'font/button/call-hover': string;
|
|
24
|
+
'font/button/call-main': string;
|
|
25
|
+
'font/button/danger-primary': string;
|
|
26
|
+
'font/button/danger-tertiary': string;
|
|
27
|
+
'font/button/danger-tertiary-hover': string;
|
|
28
|
+
'font/button/primary': string;
|
|
29
|
+
'font/button/secondary': string;
|
|
30
|
+
'font/button/success-primary': string;
|
|
31
|
+
'font/button/success-tertiary': string;
|
|
32
|
+
'font/button/success-tertiary-hover': string;
|
|
33
|
+
'font/button/tertiary': string;
|
|
34
|
+
'font/button/tertiary-hover': string;
|
|
35
|
+
'font/button/text': string;
|
|
36
|
+
'font/button/trans': string;
|
|
37
|
+
'font/button/trans-ultra': string;
|
|
38
|
+
'font/charts/line-1': string;
|
|
39
|
+
'font/charts/line-10': string;
|
|
40
|
+
'font/charts/line-11': string;
|
|
41
|
+
'font/charts/line-12': string;
|
|
42
|
+
'font/charts/line-13': string;
|
|
43
|
+
'font/charts/line-14': string;
|
|
44
|
+
'font/charts/line-15': string;
|
|
45
|
+
'font/charts/line-2': string;
|
|
46
|
+
'font/charts/line-3': string;
|
|
47
|
+
'font/charts/line-4': string;
|
|
48
|
+
'font/charts/line-5': string;
|
|
49
|
+
'font/charts/line-6': string;
|
|
50
|
+
'font/charts/line-7': string;
|
|
51
|
+
'font/charts/line-8': string;
|
|
52
|
+
'font/charts/line-9': string;
|
|
53
|
+
'font/icons/clickable-active': string;
|
|
54
|
+
'font/icons/clickable-hover': string;
|
|
55
|
+
'font/icons/clickable-main': string;
|
|
56
|
+
'font/icons/nonclickable-main': string;
|
|
57
|
+
'font/icons/nonclickable-secondary': string;
|
|
58
|
+
'font/text/accent': string;
|
|
59
|
+
'font/text/body': string;
|
|
60
|
+
'font/text/danger': string;
|
|
61
|
+
'font/text/danger-tertiary': string;
|
|
62
|
+
'font/text/disabled': string;
|
|
63
|
+
'font/text/label': string;
|
|
64
|
+
'font/text/link': string;
|
|
65
|
+
'font/text/link-active': string;
|
|
66
|
+
'font/text/news': string;
|
|
67
|
+
'font/text/quaternary': string;
|
|
68
|
+
'font/text/secondary': string;
|
|
69
|
+
'font/text/success': string;
|
|
70
|
+
'font/text/success-ultra': string;
|
|
71
|
+
'font/text/tertiary': string;
|
|
72
|
+
'font/text/title': string;
|
|
73
|
+
'font/text/warning': string;
|
|
74
|
+
'font/toggle/off-disabled': string;
|
|
75
|
+
'font/toggle/off-hover': string;
|
|
76
|
+
'font/toggle/off-main': string;
|
|
77
|
+
'font/toggle/on-disabled': string;
|
|
78
|
+
'font/toggle/on-hover': string;
|
|
79
|
+
'font/toggle/on-main': string;
|
|
80
|
+
'radius/md': string;
|
|
81
|
+
'radius/none': number;
|
|
82
|
+
'radius/sm': string;
|
|
83
|
+
'radius/xs': string;
|
|
84
|
+
'size/button-md': string;
|
|
85
|
+
'size/button-sm': string;
|
|
86
|
+
'size/button-sx': string;
|
|
87
|
+
'size/button-xl': string;
|
|
88
|
+
'surface/bcg/accent': string;
|
|
89
|
+
'surface/bcg/custom': string;
|
|
90
|
+
'surface/bcg/danger-10': string;
|
|
91
|
+
'surface/bcg/danger-20': string;
|
|
92
|
+
'surface/bcg/form': string;
|
|
93
|
+
'surface/bcg/form-hover': string;
|
|
94
|
+
'surface/bcg/highlight': string;
|
|
95
|
+
'surface/bcg/highlight-subtle': string;
|
|
96
|
+
'surface/bcg/info': string;
|
|
97
|
+
'surface/bcg/light': string;
|
|
98
|
+
'surface/bcg/menu-active': string;
|
|
99
|
+
'surface/bcg/menu-hover': string;
|
|
100
|
+
'surface/bcg/menu-main': string;
|
|
101
|
+
'surface/bcg/mildwarning': string;
|
|
102
|
+
'surface/bcg/primary': string;
|
|
103
|
+
'surface/bcg/secondary': string;
|
|
104
|
+
'surface/bcg/success': string;
|
|
105
|
+
'surface/bcg/tertiar-hover': string;
|
|
106
|
+
'surface/bcg/tertiary': string;
|
|
107
|
+
'surface/bcg/transparent': string;
|
|
108
|
+
'surface/bcg/ultralight': string;
|
|
109
|
+
'surface/bcg/warning': string;
|
|
110
|
+
'surface/button/call/active': string;
|
|
111
|
+
'surface/button/call/disabled': string;
|
|
112
|
+
'surface/button/call/enabled-hover': string;
|
|
113
|
+
'surface/button/call/error': string;
|
|
114
|
+
'surface/button/call/error-hover': string;
|
|
115
|
+
'surface/button/call/hover': string;
|
|
116
|
+
'surface/button/call/main': string;
|
|
117
|
+
'surface/button/danger/primary-active': string;
|
|
118
|
+
'surface/button/danger/primary-disabled': string;
|
|
119
|
+
'surface/button/danger/primary-hover': string;
|
|
120
|
+
'surface/button/danger/primary-main': string;
|
|
121
|
+
'surface/button/danger/tertiary-active': string;
|
|
122
|
+
'surface/button/danger/tertiary-disabled': string;
|
|
123
|
+
'surface/button/danger/tertiary-hover': string;
|
|
124
|
+
'surface/button/danger/tertiary-main': string;
|
|
125
|
+
'surface/button/primary/active': string;
|
|
126
|
+
'surface/button/primary/disabled': string;
|
|
127
|
+
'surface/button/primary/hover': string;
|
|
128
|
+
'surface/button/primary/main': string;
|
|
129
|
+
'surface/button/secondary/active': string;
|
|
130
|
+
'surface/button/secondary/disabled': string;
|
|
131
|
+
'surface/button/secondary/hover': string;
|
|
132
|
+
'surface/button/secondary/main': string;
|
|
133
|
+
'surface/button/success/primary-active': string;
|
|
134
|
+
'surface/button/success/primary-disabled': string;
|
|
135
|
+
'surface/button/success/primary-hover': string;
|
|
136
|
+
'surface/button/success/primary-main': string;
|
|
137
|
+
'surface/button/success/tertiary-active': string;
|
|
138
|
+
'surface/button/success/tertiary-disabled': string;
|
|
139
|
+
'surface/button/success/tertiary-hover': string;
|
|
140
|
+
'surface/button/success/tertiary-main': string;
|
|
141
|
+
'surface/button/tertiary/active': string;
|
|
142
|
+
'surface/button/tertiary/disabled': string;
|
|
143
|
+
'surface/button/tertiary/hover': string;
|
|
144
|
+
'surface/button/tertiary/main': string;
|
|
145
|
+
'surface/button/text/active': string;
|
|
146
|
+
'surface/button/text/disabled': string;
|
|
147
|
+
'surface/button/text/hover': string;
|
|
148
|
+
'surface/button/text/main': string;
|
|
149
|
+
'surface/button/trans/active': string;
|
|
150
|
+
'surface/button/trans/active-ultra': string;
|
|
151
|
+
'surface/button/trans/disabled': string;
|
|
152
|
+
'surface/button/trans/hover': string;
|
|
153
|
+
'surface/button/trans/main': string;
|
|
154
|
+
'surface/toggle/off-disabled': string;
|
|
155
|
+
'surface/toggle/off-hover': string;
|
|
156
|
+
'surface/toggle/off-main': string;
|
|
157
|
+
'surface/toggle/on-disabled': string;
|
|
158
|
+
'surface/toggle/on-hover': string;
|
|
159
|
+
'surface/toggle/on-main': string;
|
|
160
|
+
};
|
|
161
|
+
dark: {
|
|
162
|
+
'border/accent': string;
|
|
163
|
+
'border/button/danger': string;
|
|
164
|
+
'border/button/disabled': string;
|
|
165
|
+
'border/button/focus': string;
|
|
166
|
+
'border/button/form': string;
|
|
167
|
+
'border/button/secondary': string;
|
|
168
|
+
'border/button/success': string;
|
|
169
|
+
'border/button/tertiary': string;
|
|
170
|
+
'border/checkbo-disabled': string;
|
|
171
|
+
'border/checkbox-main': string;
|
|
172
|
+
'border/divider-primary': string;
|
|
173
|
+
'border/divider-secondary': string;
|
|
174
|
+
'border/divider-ultra': string;
|
|
175
|
+
'border/none': number;
|
|
176
|
+
'border/primary': string;
|
|
177
|
+
'border/secondary': string;
|
|
178
|
+
'font/button/accent': string;
|
|
179
|
+
'font/button/call-active': string;
|
|
180
|
+
'font/button/call-disabled': string;
|
|
181
|
+
'font/button/call-error': string;
|
|
182
|
+
'font/button/call-hover': string;
|
|
183
|
+
'font/button/call-main': string;
|
|
184
|
+
'font/button/danger-primary': string;
|
|
185
|
+
'font/button/danger-tertiary': string;
|
|
186
|
+
'font/button/danger-tertiary-hover': string;
|
|
187
|
+
'font/button/primary': string;
|
|
188
|
+
'font/button/secondary': string;
|
|
189
|
+
'font/button/success-primary': string;
|
|
190
|
+
'font/button/success-tertiary': string;
|
|
191
|
+
'font/button/success-tertiary-hover': string;
|
|
192
|
+
'font/button/tertiary': string;
|
|
193
|
+
'font/button/tertiary-hover': string;
|
|
194
|
+
'font/button/text': string;
|
|
195
|
+
'font/button/trans': string;
|
|
196
|
+
'font/button/trans-ultra': string;
|
|
197
|
+
'font/charts/line-1': string;
|
|
198
|
+
'font/charts/line-10': string;
|
|
199
|
+
'font/charts/line-11': string;
|
|
200
|
+
'font/charts/line-12': string;
|
|
201
|
+
'font/charts/line-13': string;
|
|
202
|
+
'font/charts/line-14': string;
|
|
203
|
+
'font/charts/line-15': string;
|
|
204
|
+
'font/charts/line-2': string;
|
|
205
|
+
'font/charts/line-3': string;
|
|
206
|
+
'font/charts/line-4': string;
|
|
207
|
+
'font/charts/line-5': string;
|
|
208
|
+
'font/charts/line-6': string;
|
|
209
|
+
'font/charts/line-7': string;
|
|
210
|
+
'font/charts/line-8': string;
|
|
211
|
+
'font/charts/line-9': string;
|
|
212
|
+
'font/icons/clickable-active': string;
|
|
213
|
+
'font/icons/clickable-hover': string;
|
|
214
|
+
'font/icons/clickable-main': string;
|
|
215
|
+
'font/icons/nonclickable-main': string;
|
|
216
|
+
'font/icons/nonclickable-secondary': string;
|
|
217
|
+
'font/text/accent': string;
|
|
218
|
+
'font/text/body': string;
|
|
219
|
+
'font/text/danger': string;
|
|
220
|
+
'font/text/danger-tertiary': string;
|
|
221
|
+
'font/text/disabled': string;
|
|
222
|
+
'font/text/label': string;
|
|
223
|
+
'font/text/link': string;
|
|
224
|
+
'font/text/link-active': string;
|
|
225
|
+
'font/text/news': string;
|
|
226
|
+
'font/text/quaternary': string;
|
|
227
|
+
'font/text/secondary': string;
|
|
228
|
+
'font/text/success': string;
|
|
229
|
+
'font/text/success-ultra': string;
|
|
230
|
+
'font/text/tertiary': string;
|
|
231
|
+
'font/text/title': string;
|
|
232
|
+
'font/text/warning': string;
|
|
233
|
+
'font/toggle/off-disabled': string;
|
|
234
|
+
'font/toggle/off-hover': string;
|
|
235
|
+
'font/toggle/off-main': string;
|
|
236
|
+
'font/toggle/on-disabled': string;
|
|
237
|
+
'font/toggle/on-hover': string;
|
|
238
|
+
'font/toggle/on-main': string;
|
|
239
|
+
'radius/md': number;
|
|
240
|
+
'radius/none': number;
|
|
241
|
+
'radius/sm': number;
|
|
242
|
+
'radius/xs': number;
|
|
243
|
+
'size/button-md': string;
|
|
244
|
+
'size/button-sm': string;
|
|
245
|
+
'size/button-sx': string;
|
|
246
|
+
'size/button-xl': string;
|
|
247
|
+
'surface/bcg/accent': string;
|
|
248
|
+
'surface/bcg/custom': string;
|
|
249
|
+
'surface/bcg/danger-10': string;
|
|
250
|
+
'surface/bcg/danger-20': string;
|
|
251
|
+
'surface/bcg/form': string;
|
|
252
|
+
'surface/bcg/form-hover': string;
|
|
253
|
+
'surface/bcg/highlight': string;
|
|
254
|
+
'surface/bcg/highlight-subtle': string;
|
|
255
|
+
'surface/bcg/info': string;
|
|
256
|
+
'surface/bcg/light': string;
|
|
257
|
+
'surface/bcg/menu-active': string;
|
|
258
|
+
'surface/bcg/menu-hover': string;
|
|
259
|
+
'surface/bcg/menu-main': string;
|
|
260
|
+
'surface/bcg/mildwarning': string;
|
|
261
|
+
'surface/bcg/primary': string;
|
|
262
|
+
'surface/bcg/secondary': string;
|
|
263
|
+
'surface/bcg/success': string;
|
|
264
|
+
'surface/bcg/tertiar-hover': string;
|
|
265
|
+
'surface/bcg/tertiary': string;
|
|
266
|
+
'surface/bcg/transparent': string;
|
|
267
|
+
'surface/bcg/ultralight': string;
|
|
268
|
+
'surface/bcg/warning': string;
|
|
269
|
+
'surface/button/call/active': string;
|
|
270
|
+
'surface/button/call/disabled': string;
|
|
271
|
+
'surface/button/call/enabled-hover': string;
|
|
272
|
+
'surface/button/call/error': string;
|
|
273
|
+
'surface/button/call/error-hover': string;
|
|
274
|
+
'surface/button/call/hover': string;
|
|
275
|
+
'surface/button/call/main': string;
|
|
276
|
+
'surface/button/danger/primary-active': string;
|
|
277
|
+
'surface/button/danger/primary-disabled': string;
|
|
278
|
+
'surface/button/danger/primary-hover': string;
|
|
279
|
+
'surface/button/danger/primary-main': string;
|
|
280
|
+
'surface/button/danger/tertiary-active': string;
|
|
281
|
+
'surface/button/danger/tertiary-disabled': string;
|
|
282
|
+
'surface/button/danger/tertiary-hover': string;
|
|
283
|
+
'surface/button/danger/tertiary-main': string;
|
|
284
|
+
'surface/button/primary/active': string;
|
|
285
|
+
'surface/button/primary/disabled': string;
|
|
286
|
+
'surface/button/primary/hover': string;
|
|
287
|
+
'surface/button/primary/main': string;
|
|
288
|
+
'surface/button/secondary/active': string;
|
|
289
|
+
'surface/button/secondary/disabled': string;
|
|
290
|
+
'surface/button/secondary/hover': string;
|
|
291
|
+
'surface/button/secondary/main': string;
|
|
292
|
+
'surface/button/success/primary-active': string;
|
|
293
|
+
'surface/button/success/primary-disabled': string;
|
|
294
|
+
'surface/button/success/primary-hover': string;
|
|
295
|
+
'surface/button/success/primary-main': string;
|
|
296
|
+
'surface/button/success/tertiary-active': string;
|
|
297
|
+
'surface/button/success/tertiary-disabled': string;
|
|
298
|
+
'surface/button/success/tertiary-hover': string;
|
|
299
|
+
'surface/button/success/tertiary-main': string;
|
|
300
|
+
'surface/button/tertiary/active': string;
|
|
301
|
+
'surface/button/tertiary/disabled': string;
|
|
302
|
+
'surface/button/tertiary/hover': string;
|
|
303
|
+
'surface/button/tertiary/main': string;
|
|
304
|
+
'surface/button/text/active': string;
|
|
305
|
+
'surface/button/text/disabled': string;
|
|
306
|
+
'surface/button/text/hover': string;
|
|
307
|
+
'surface/button/text/main': string;
|
|
308
|
+
'surface/button/trans/active': string;
|
|
309
|
+
'surface/button/trans/active-ultra': string;
|
|
310
|
+
'surface/button/trans/disabled': string;
|
|
311
|
+
'surface/button/trans/hover': string;
|
|
312
|
+
'surface/button/trans/main': string;
|
|
313
|
+
'surface/toggle/off-disabled': string;
|
|
314
|
+
'surface/toggle/off-hover': string;
|
|
315
|
+
'surface/toggle/off-main': string;
|
|
316
|
+
'surface/toggle/on-disabled': string;
|
|
317
|
+
'surface/toggle/on-hover': string;
|
|
318
|
+
'surface/toggle/on-main': string;
|
|
319
|
+
};
|
|
320
|
+
};
|
|
321
|
+
//# sourceMappingURL=variables.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"variables.d.ts","sourceRoot":"","sources":["../../../../design-tokens/generated/variables.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+TrB,CAAC"}
|
|
@@ -2,6 +2,7 @@ import React from 'react';
|
|
|
2
2
|
export declare const Box: React.ForwardRefExoticComponent<Omit<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & {
|
|
3
3
|
hasBackground?: boolean | undefined;
|
|
4
4
|
headerContent?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
|
5
|
+
headerContentBelowDivider?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
|
5
6
|
footerContent?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
|
6
7
|
bgColor?: string | undefined;
|
|
7
8
|
isRounded?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Box/Box.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"Box.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Box/Box.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;oEA8Hf,CAAC;AAIF,MAAM,MAAM,QAAQ,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC"}
|
|
@@ -2,6 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import type { ExtendedSizeModifier } from '../../../types/sizes';
|
|
3
3
|
export declare const BoxHeader: React.FC<React.ComponentProps<'div'> & {
|
|
4
4
|
padding?: ExtendedSizeModifier;
|
|
5
|
+
contentBelowDivider?: React.ReactElement;
|
|
5
6
|
}>;
|
|
6
7
|
export type BoxHeaderProps = React.ComponentProps<typeof BoxHeader>;
|
|
7
8
|
//# sourceMappingURL=BoxHeader.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BoxHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/BoxHeader/BoxHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,sBAAsB,CAAC;AAK/D,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAC5B,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC1B,OAAO,CAAC,EAAE,oBAAoB,CAAC;
|
|
1
|
+
{"version":3,"file":"BoxHeader.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/BoxHeader/BoxHeader.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAC,oBAAoB,EAAC,MAAM,sBAAsB,CAAC;AAK/D,eAAO,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAC5B,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC1B,OAAO,CAAC,EAAE,oBAAoB,CAAC;IAC/B,mBAAmB,CAAC,EAAE,KAAK,CAAC,YAAY,CAAC;CAC5C,CAqBJ,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC"}
|
|
@@ -36,7 +36,7 @@ export declare const RefButton: React.ForwardRefExoticComponent<((((Omit<React.D
|
|
|
36
36
|
noBorderRadius?: boolean | undefined;
|
|
37
37
|
noHover?: boolean | undefined;
|
|
38
38
|
size?: "small" | "medium" | "compact" | "large" | "none" | undefined;
|
|
39
|
-
variant?: "primary" | "secondary" | "tertiary" | "neutral" | "translucent" | "
|
|
39
|
+
variant?: "primary" | "secondary" | "tertiary" | "neutral" | "translucent" | "transparent" | "transparentAlternative" | "text" | "danger" | "dangerBordered" | "success" | undefined;
|
|
40
40
|
}) & EnhancerProps & LoadingBoxProps & Pick<(React.DetailedHTMLProps<React.HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement> | React.DetailedHTMLProps<React.HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>) & {
|
|
41
41
|
colorScheme?: "dark" | "light" | undefined;
|
|
42
42
|
fontVariant?: FontVariant | undefined;
|
|
@@ -29,6 +29,7 @@ export declare const Draggable: React.ForwardRefExoticComponent<Omit<React.Class
|
|
|
29
29
|
alignWithFloatRootTrigger?: AlignWithFloatRootTrigger | undefined;
|
|
30
30
|
lockStyle?: LockStyle | undefined;
|
|
31
31
|
pointerCapture?: boolean | undefined;
|
|
32
|
+
pointerCaptureTarget?: HTMLElement | null | undefined;
|
|
32
33
|
}, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
33
34
|
export type DraggableProps = React.ComponentProps<typeof Draggable>;
|
|
34
35
|
//# sourceMappingURL=Draggable.view.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Draggable.view.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Draggable/Draggable.view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoC,MAAM,OAAO,CAAC;AAOzD,MAAM,WAAW,iBAAiB;IAC9B,QAAQ,EAAE,OAAO,CAAC;IAClB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB;AACD,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,gBAAgB,CAC1D,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CACtB,CAAC;AAEF,oBAAY,SAAS;IACjB,IAAI,IAAA;IACJ,QAAQ,IAAA;IACR,UAAU,IAAA;CACb;AAqBD,eAAO,MAAM,SAAS;;;;;;kCAQe,cAAc,KAAK,IAAI;8BAEvC,cAAc,qBACJ,iBAAiB,KACnC,IAAI;kCACoB,cAAc,KAAK,IAAI;oCACrB,cAAc,KAAK,IAAI
|
|
1
|
+
{"version":3,"file":"Draggable.view.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Draggable/Draggable.view.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoC,MAAM,OAAO,CAAC;AAOzD,MAAM,WAAW,iBAAiB;IAC9B,QAAQ,EAAE,OAAO,CAAC;IAClB,GAAG,CAAC,EAAE,OAAO,CAAC;IACd,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,KAAK,CAAC,EAAE,OAAO,CAAC;CACnB;AACD,MAAM,MAAM,yBAAyB,GAAG,KAAK,CAAC,gBAAgB,CAC1D,CAAC,MAAM,IAAI,CAAC,GAAG,IAAI,CACtB,CAAC;AAEF,oBAAY,SAAS;IACjB,IAAI,IAAA;IACJ,QAAQ,IAAA;IACR,UAAU,IAAA;CACb;AAqBD,eAAO,MAAM,SAAS;;;;;;kCAQe,cAAc,KAAK,IAAI;8BAEvC,cAAc,qBACJ,iBAAiB,KACnC,IAAI;kCACoB,cAAc,KAAK,IAAI;oCACrB,cAAc,KAAK,IAAI;;;;;;;;;gDA4f7D,CAAC;AAIF,MAAM,MAAM,cAAc,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,SAAS,CAAC,CAAC"}
|
|
@@ -4,6 +4,7 @@ export declare const Input: React.ForwardRefExoticComponent<Omit<Omit<Omit<React
|
|
|
4
4
|
ref?: ((instance: HTMLInputElement | null) => void) | React.RefObject<HTMLInputElement> | null | undefined;
|
|
5
5
|
}, "disabled"> & {
|
|
6
6
|
clearButtonText?: string | undefined;
|
|
7
|
+
clearButtonVariant?: "primary" | "secondary" | "tertiary" | "neutral" | "translucent" | "transparent" | "transparentAlternative" | "text" | "danger" | "dangerBordered" | "success" | undefined;
|
|
7
8
|
colorScheme?: "dark" | "light" | undefined;
|
|
8
9
|
enhancerEnd?: React.ReactNode;
|
|
9
10
|
enhancerStart?: React.ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Input/Input.tsx"],"names":[],"mappings":"AACA,OAAO,
|
|
1
|
+
{"version":3,"file":"Input.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Input/Input.tsx"],"names":[],"mappings":"AACA,OAAO,KAQN,MAAM,OAAO,CAAC;AAkBf,MAAM,MAAM,iBAAiB,GACvB,MAAM,GACN,UAAU,GACV,QAAQ,GACR,OAAO,GACP,QAAQ,GACR,KAAK,GACL,KAAK,GACL,MAAM,CAAC;AAEb,eAAO,MAAM,KAAK;;;;;;kBAMI,MAAM,SAAS;oBACb,MAAM,SAAS;;;;;WAKxB,MAAM;;UAEP,MAAM;uBACM,MAAM,KAAK,IAAI;6BACT,MAAM,KAAK,IAAI;;;;;;;iEAwL9C,CAAC;AAIF,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC;AAE5D,eAAO,MAAM,QAAQ,UAAW,UAAU,KAAG,CAAC,MAAM,EAAE,UAAU,CAY/D,CAAC"}
|
|
@@ -1,13 +1,40 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type SimpleBarCore from 'simplebar-core';
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
3
|
+
export declare const Panel: React.ForwardRefExoticComponent<Omit<{
|
|
4
|
+
children?: React.ReactNode;
|
|
5
|
+
} & {
|
|
6
|
+
fillHeight?: boolean | undefined;
|
|
7
|
+
overflowHidden?: boolean | undefined;
|
|
8
|
+
scrollbarRef?: React.RefObject<SimpleBarCore> | undefined;
|
|
9
|
+
scrollElementRef?: React.RefObject<HTMLElement> | undefined;
|
|
10
|
+
scrollElementClassname?: string | undefined;
|
|
11
|
+
onScroll?: (() => void) | undefined;
|
|
12
|
+
} & Omit<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & {
|
|
13
|
+
hasBackground?: boolean | undefined;
|
|
14
|
+
headerContent?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
|
15
|
+
headerContentBelowDivider?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
|
16
|
+
footerContent?: React.ReactElement<any, string | React.JSXElementConstructor<any>> | undefined;
|
|
17
|
+
bgColor?: string | undefined;
|
|
18
|
+
isRounded?: boolean | undefined;
|
|
19
|
+
isWithBorder?: boolean | undefined;
|
|
20
|
+
isWithShadow?: boolean | undefined;
|
|
21
|
+
shadowModifier?: "dark" | "light" | undefined;
|
|
22
|
+
padding?: "small" | "medium" | "compact" | "large" | "none" | undefined;
|
|
23
|
+
headerPadding?: "small" | "medium" | "compact" | "large" | "none" | undefined;
|
|
24
|
+
footerPadding?: "small" | "medium" | "compact" | "large" | "none" | undefined;
|
|
25
|
+
footerTopPadding?: "small" | "medium" | "compact" | "large" | "none" | undefined;
|
|
26
|
+
footerRightPadding?: "small" | "medium" | "compact" | "large" | "none" | undefined;
|
|
27
|
+
footerBottomPadding?: "small" | "medium" | "compact" | "large" | "none" | undefined;
|
|
28
|
+
footerLeftPadding?: "small" | "medium" | "compact" | "large" | "none" | undefined;
|
|
29
|
+
colorScheme?: "dark" | "light" | undefined;
|
|
30
|
+
scrollable?: boolean | undefined;
|
|
31
|
+
} & Pick<React.ClassAttributes<HTMLDivElement> & React.HTMLAttributes<HTMLDivElement> & {
|
|
32
|
+
padding?: "small" | "medium" | "compact" | "large" | "none" | undefined;
|
|
33
|
+
topPadding?: "small" | "medium" | "compact" | "large" | "none" | undefined;
|
|
34
|
+
rightPadding?: "small" | "medium" | "compact" | "large" | "none" | undefined;
|
|
35
|
+
bottomPadding?: "small" | "medium" | "compact" | "large" | "none" | undefined;
|
|
36
|
+
leftPadding?: "small" | "medium" | "compact" | "large" | "none" | undefined;
|
|
37
|
+
hasFooterShadow?: boolean | undefined;
|
|
38
|
+
}, "hasFooterShadow">, "ref"> & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
12
39
|
export type PanelProps = React.ComponentProps<typeof Panel>;
|
|
13
40
|
//# sourceMappingURL=Panel.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Panel/Panel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAc,MAAM,OAAO,CAAC;AAEnC,OAAO,KAAK,aAAa,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"Panel.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Panel/Panel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAc,MAAM,OAAO,CAAC;AAEnC,OAAO,KAAK,aAAa,MAAM,gBAAgB,CAAC;AAQhD,eAAO,MAAM,KAAK;;;;;;;;sBAQO,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;kHAiE5B,CAAC;AAGF,MAAM,MAAM,UAAU,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Scrollbars.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Scrollbars/Scrollbars.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAkB,EAAC,KAAK,KAAK,EAAC,MAAM,iBAAiB,CAAC;AACtD,OAAO,KAAK,aAAa,MAAM,gBAAgB,CAAC;
|
|
1
|
+
{"version":3,"file":"Scrollbars.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Scrollbars/Scrollbars.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAsC,MAAM,OAAO,CAAC;AAC3D,OAAkB,EAAC,KAAK,KAAK,EAAC,MAAM,iBAAiB,CAAC;AACtD,OAAO,KAAK,aAAa,MAAM,gBAAgB,CAAC;AAQhD,MAAM,MAAM,gBAAgB,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,GAAG,MAAM,CAAC;AAErE,eAAO,MAAM,UAAU;eAGJ,MAAM,SAAS;;;oBAGX,KAAK,KAAK,IAAI;;uCA2CpC,CAAC;AAIF,KAAK,WAAW,GAAG,aAAa,CAAC;AAEjC,YAAY,EAAC,WAAW,EAAC,CAAC"}
|
|
@@ -30,7 +30,7 @@ export declare const RefSimpleButton: React.ForwardRefExoticComponent<(((Omit<Re
|
|
|
30
30
|
noBorderRadius?: boolean | undefined;
|
|
31
31
|
noHover?: boolean | undefined;
|
|
32
32
|
size?: "small" | "medium" | "compact" | "large" | "none" | undefined;
|
|
33
|
-
variant?: "primary" | "secondary" | "tertiary" | "neutral" | "translucent" | "
|
|
33
|
+
variant?: "primary" | "secondary" | "tertiary" | "neutral" | "translucent" | "transparent" | "transparentAlternative" | "text" | "danger" | "dangerBordered" | "success" | undefined;
|
|
34
34
|
}) & React.RefAttributes<HTMLDivElement | HTMLButtonElement | HTMLAnchorElement>>;
|
|
35
35
|
export type SimpleButtonProps = React.ComponentProps<typeof SimpleButton>;
|
|
36
36
|
//# sourceMappingURL=SimpleButton.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"SimpleButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/SimpleButton/SimpleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EACR,qBAAqB,EACrB,oBAAoB,EACvB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAC,aAAa,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AACxE,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,0CAA0C,CAAC;
|
|
1
|
+
{"version":3,"file":"SimpleButton.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/SimpleButton/SimpleButton.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EACR,qBAAqB,EACrB,oBAAoB,EACvB,MAAM,sBAAsB,CAAC;AAC9B,OAAO,KAAK,EAAC,aAAa,EAAE,WAAW,EAAC,MAAM,yBAAyB,CAAC;AACxE,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,0CAA0C,CAAC;AAiEtF;;;;GAIG;AAEH,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAC/B,uBAAuB,GAAG;IACtB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,qBAAqB,CAAC;IACjC,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,oBAAoB,CAAC;IAC5B,OAAO,CAAC,EAAE,aAAa,CAAC;CAC3B,CAGJ,CAAC;AAEF,eAAO,MAAM,eAAe;;;;;;;;;;;;;;iFAc1B,CAAC;AAIH,MAAM,MAAM,iBAAiB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC"}
|
|
@@ -1,12 +1,15 @@
|
|
|
1
|
+
import type { CSSProperties } from 'react';
|
|
1
2
|
import React from 'react';
|
|
3
|
+
import type { LinkTarget } from '../../../types/propTypes';
|
|
2
4
|
import type { InteractiveElementProps } from '../InteractiveElement/InteractiveElement';
|
|
3
5
|
import type { TextProps } from '../Text/Text';
|
|
4
|
-
|
|
5
|
-
export declare const TextLink: React.FC<InteractiveElementProps & TextProps & {
|
|
6
|
+
export declare const TextLink: React.FC<InteractiveElementProps & Omit<TextProps, 'htmlTag'> & {
|
|
6
7
|
href?: string;
|
|
7
|
-
target?: LinkTarget;
|
|
8
|
-
isUnderlined?: boolean;
|
|
9
8
|
isDisabled?: boolean;
|
|
9
|
+
isUnderlined?: boolean;
|
|
10
|
+
target?: LinkTarget;
|
|
11
|
+
textClassName?: string;
|
|
12
|
+
textStyle?: CSSProperties;
|
|
10
13
|
}>;
|
|
11
14
|
export type TextLinkProps = React.ComponentProps<typeof TextLink>;
|
|
12
15
|
//# sourceMappingURL=TextLink.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TextLink.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/TextLink/TextLink.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TextLink.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/TextLink/TextLink.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAC,aAAa,EAAC,MAAM,OAAO,CAAC;AACzC,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,KAAK,EAAC,UAAU,EAAC,MAAM,0BAA0B,CAAC;AACzD,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,0CAA0C,CAAC;AAEtF,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,cAAc,CAAC;AAK5C,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAC3B,uBAAuB,GACnB,IAAI,CAAC,SAAS,EAAE,SAAS,CAAC,GAAG;IACzB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,MAAM,CAAC,EAAE,UAAU,CAAC;IACpB,aAAa,CAAC,EAAE,MAAM,CAAC;IACvB,SAAS,CAAC,EAAE,aAAa,CAAC;CAC7B,CA4DR,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,QAAQ,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ToggleSwitch.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/ToggleSwitch/ToggleSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAMzD,MAAM,WAAW,iBACb,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC;IACvD,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAChC,aAAa,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IACpC,eAAe,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC;IACpC,QAAQ,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,WAAW,CAAC,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAC/B,IAAI,CAAC,iBAAiB,EAAE,MAAM,GAAG,OAAO,CAAC,
|
|
1
|
+
{"version":3,"file":"ToggleSwitch.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/ToggleSwitch/ToggleSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAM1B,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAMzD,MAAM,WAAW,iBACb,SAAQ,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,UAAU,CAAC;IACvD,OAAO,EAAE,OAAO,CAAC;IACjB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,aAAa,CAAC,EAAE,OAAO,GAAG,KAAK,CAAC;IAChC,aAAa,CAAC,EAAE,QAAQ,GAAG,QAAQ,CAAC;IACpC,eAAe,CAAC,EAAE,QAAQ,GAAG,MAAM,CAAC;IACpC,QAAQ,EAAE,CAAC,SAAS,EAAE,OAAO,KAAK,IAAI,CAAC;IACvC,WAAW,CAAC,EAAE,WAAW,CAAC;CAC7B;AAED,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAC/B,IAAI,CAAC,iBAAiB,EAAE,MAAM,GAAG,OAAO,CAAC,CAgE5C,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CustomTooltip.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Tooltip/CustomTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAEzD,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,0BAA0B,CAAC;
|
|
1
|
+
{"version":3,"file":"CustomTooltip.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Tooltip/CustomTooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AAEzD,OAAO,KAAK,EAAC,uBAAuB,EAAC,MAAM,0BAA0B,CAAC;AAGtE,OAAO,KAAK,EAAC,iBAAiB,EAAC,MAAM,cAAc,CAAC;AAMpD,eAAO,MAAM,aAAa,EAAE,KAAK,CAAC,EAAE,CAChC,IAAI,CAAC,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,SAAS,CAAC,GACxC,iBAAiB,GAAG;IAChB,QAAQ,CAAC,EAAE,uBAAuB,CAAC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,OAAO,EAAE,KAAK,CAAC,SAAS,CAAC;IACzB,cAAc,CAAC,EAAE,OAAO,CAAC;IACzB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B,CAmER,CAAC;AAEF,MAAM,MAAM,kBAAkB,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Tooltip/Tooltip.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAgB,MAAM,OAAO,CAAC;AAIrC,OAAO,KAAK,EAAC,WAAW,EAAC,MAAM,yBAAyB,CAAC;AACzD,OAAO,KAAK,EAAC,eAAe,EAAC,MAAM,0BAA0B,CAAC;AAO9D;;;;;;;;GAQG;AACH,eAAO,MAAM,OAAO,EAAE,KAAK,CAAC,EAAE,CAC1B,KAAK,CAAC,cAAc,CAAC,KAAK,CAAC,GAAG;IAC1B,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,WAAW,CAAC;IAC1B,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,QAAQ,CAAC,EAAE,eAAe,CAAC;IAC3B,IAAI,EAAE,KAAK,CAAC,SAAS,CAAC;IACtB,yBAAyB,CAAC,EAAE,MAAM,CAAC;CACtC,CAkEJ,CAAC;AAEF,MAAM,MAAM,YAAY,GAAG,KAAK,CAAC,cAAc,CAAC,OAAO,OAAO,CAAC,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { Placement } from '@react-aria/overlays';
|
|
2
|
-
import type { TooltipPosition } from '../../../types/propTypes';
|
|
2
|
+
import type { TooltipPosition, ExtendedTooltipPosition } from '../../../types/propTypes';
|
|
3
3
|
/**
|
|
4
4
|
* The helper function maps the internal TooltipPosition to Placement which is used by react-aria.
|
|
5
5
|
* We have introduced that to avoid breaking changes for the Tooltip component.
|
|
@@ -7,5 +7,5 @@ import type { TooltipPosition } from '../../../types/propTypes';
|
|
|
7
7
|
* @param position - The position of the tooltip
|
|
8
8
|
* @returns The mapped placement for react-aria
|
|
9
9
|
*/
|
|
10
|
-
export declare const mapTooltipPosition: (position: TooltipPosition) => Placement;
|
|
10
|
+
export declare const mapTooltipPosition: (position: TooltipPosition | ExtendedTooltipPosition) => Placement;
|
|
11
11
|
//# sourceMappingURL=Tooltip.utils.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Tooltip/Tooltip.utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,sBAAsB,CAAC;AAEpD,OAAO,KAAK,
|
|
1
|
+
{"version":3,"file":"Tooltip.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/components/elements/Tooltip/Tooltip.utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAC,SAAS,EAAC,MAAM,sBAAsB,CAAC;AAEpD,OAAO,KAAK,EACR,eAAe,EACf,uBAAuB,EAC1B,MAAM,0BAA0B,CAAC;AAuBlC;;;;;;GAMG;AACH,eAAO,MAAM,kBAAkB,aACjB,eAAe,GAAG,uBAAuB,KACpD,SAEF,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AriaMenu.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/AriaMenu/AriaMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAKzC,OAAO,KAAK,EAAe,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAGlE;;GAEG;AACH,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,
|
|
1
|
+
{"version":3,"file":"AriaMenu.d.ts","sourceRoot":"","sources":["../../../../../../src/components/modules/AriaMenu/AriaMenu.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoB,MAAM,OAAO,CAAC;AAKzC,OAAO,KAAK,EAAe,aAAa,EAAC,MAAM,kBAAkB,CAAC;AAGlE;;GAEG;AACH,eAAO,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAgD5C,CAAC"}
|