@tamagui/button 1.88.7 → 1.88.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/button",
3
- "version": "1.88.7",
3
+ "version": "1.88.9",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -32,19 +32,19 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@tamagui/font-size": "1.88.7",
36
- "@tamagui/get-button-sized": "1.88.7",
37
- "@tamagui/helpers": "1.88.7",
38
- "@tamagui/helpers-tamagui": "1.88.7",
39
- "@tamagui/stacks": "1.88.7",
40
- "@tamagui/text": "1.88.7",
41
- "@tamagui/web": "1.88.7"
35
+ "@tamagui/font-size": "1.88.9",
36
+ "@tamagui/get-button-sized": "1.88.9",
37
+ "@tamagui/helpers": "1.88.9",
38
+ "@tamagui/helpers-tamagui": "1.88.9",
39
+ "@tamagui/stacks": "1.88.9",
40
+ "@tamagui/text": "1.88.9",
41
+ "@tamagui/web": "1.88.9"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": "*"
45
45
  },
46
46
  "devDependencies": {
47
- "@tamagui/build": "1.88.7",
47
+ "@tamagui/build": "1.88.9",
48
48
  "react": "^18.2.0",
49
49
  "vitest": "^0.34.3"
50
50
  },
package/types/Button.d.ts CHANGED
@@ -72,23 +72,29 @@ declare const ButtonIcon: (props: {
72
72
  declare const buttonStaticConfig: {
73
73
  inlineProps: Set<string>;
74
74
  };
75
- declare const Button: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/core").RNTamaguiViewNonStyleProps & TextContextStyles & {
76
- textProps?: Partial<Omit<import("@tamagui/web").TextNonStyleProps, keyof import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase, {
77
- size?: FontSizeTokens | undefined;
78
- unstyled?: boolean | undefined;
79
- }> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase, {
80
- size?: FontSizeTokens | undefined;
81
- unstyled?: boolean | undefined;
82
- }>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase, {
83
- size?: FontSizeTokens | undefined;
84
- unstyled?: boolean | undefined;
85
- }> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase, {
86
- size?: FontSizeTokens | undefined;
87
- unstyled?: boolean | undefined;
88
- }>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").TextStylePropsBase, {
75
+ declare const Button: import("react").ForwardRefExoticComponent<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase & {
76
+ size?: SizeTokens | undefined;
77
+ elevation?: number | SizeTokens | undefined;
78
+ variant?: "outlined" | undefined;
79
+ disabled?: boolean | undefined;
80
+ unstyled?: boolean | undefined;
81
+ transparent?: boolean | undefined;
82
+ hoverTheme?: boolean | undefined;
83
+ pressTheme?: boolean | undefined;
84
+ backgrounded?: boolean | undefined;
85
+ fullscreen?: boolean | undefined;
86
+ circular?: boolean | undefined;
87
+ focusTheme?: boolean | undefined;
88
+ elevate?: boolean | undefined;
89
+ bordered?: number | boolean | undefined;
90
+ radiused?: boolean | undefined;
91
+ padded?: boolean | undefined;
92
+ chromeless?: boolean | "all" | undefined;
93
+ }>, keyof TextContextStyles | "unstyled" | "textProps" | "noTextWrap" | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace"> & TextContextStyles & {
94
+ textProps?: Partial<import("@tamagui/web").GetFinalProps<import("@tamagui/web").TextNonStyleProps, import("@tamagui/web").TextStylePropsBase & {
89
95
  size?: FontSizeTokens | undefined;
90
96
  unstyled?: boolean | undefined;
91
- }>>> | undefined;
97
+ }>> | undefined;
92
98
  noTextWrap?: boolean | undefined;
93
99
  } & ThemeableProps & {
94
100
  /**
@@ -117,79 +123,7 @@ declare const Button: import("react").ForwardRefExoticComponent<Omit<import("@ta
117
123
  * remove default styles
118
124
  */
119
125
  unstyled?: boolean | undefined;
120
- }, "space" | "zIndex" | "display" | "x" | "y" | "perspective" | "scale" | "scaleX" | "scaleY" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "contain" | "touchAction" | "cursor" | "outlineColor" | "outlineOffset" | "outlineStyle" | "outlineWidth" | "pointerEvents" | "userSelect" | "spaceDirection" | "separator" | "animation" | "animateOnly" | "transformOrigin" | "backfaceVisibility" | "backgroundColor" | "borderBlockColor" | "borderBlockEndColor" | "borderBlockStartColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderColor" | "borderCurve" | "borderEndColor" | "borderEndEndRadius" | "borderEndStartRadius" | "borderLeftColor" | "borderRadius" | "borderRightColor" | "borderStartColor" | "borderStartEndRadius" | "borderStartStartRadius" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderBottomWidth" | "borderEndWidth" | "borderLeftWidth" | "borderRightWidth" | "borderStartWidth" | "borderTopWidth" | "borderWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "rowGap" | "gap" | "columnGap" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "translateX" | "translateY"> & import("@tamagui/web").WithThemeValues<Omit<import("@tamagui/web").StackStyleBase, keyof TextContextStyles | "unstyled" | "textProps" | "noTextWrap" | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace">, {
121
- size?: SizeTokens | undefined;
122
- elevation?: number | SizeTokens | undefined;
123
- variant?: "outlined" | undefined;
124
- disabled?: boolean | undefined;
125
- unstyled?: boolean | undefined;
126
- transparent?: boolean | undefined;
127
- hoverTheme?: boolean | undefined;
128
- pressTheme?: boolean | undefined;
129
- backgrounded?: boolean | undefined;
130
- fullscreen?: boolean | undefined;
131
- circular?: boolean | undefined;
132
- focusTheme?: boolean | undefined;
133
- elevate?: boolean | undefined;
134
- bordered?: number | boolean | undefined;
135
- radiused?: boolean | undefined;
136
- padded?: boolean | undefined;
137
- chromeless?: boolean | "all" | undefined;
138
- }> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<Omit<import("@tamagui/web").StackStyleBase, keyof TextContextStyles | "unstyled" | "textProps" | "noTextWrap" | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace">, {
139
- size?: SizeTokens | undefined;
140
- elevation?: number | SizeTokens | undefined;
141
- variant?: "outlined" | undefined;
142
- disabled?: boolean | undefined;
143
- unstyled?: boolean | undefined;
144
- transparent?: boolean | undefined;
145
- hoverTheme?: boolean | undefined;
146
- pressTheme?: boolean | undefined;
147
- backgrounded?: boolean | undefined;
148
- fullscreen?: boolean | undefined;
149
- circular?: boolean | undefined;
150
- focusTheme?: boolean | undefined;
151
- elevate?: boolean | undefined;
152
- bordered?: number | boolean | undefined;
153
- radiused?: boolean | undefined;
154
- padded?: boolean | undefined;
155
- chromeless?: boolean | "all" | undefined;
156
- }>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<Omit<import("@tamagui/web").StackStyleBase, keyof TextContextStyles | "unstyled" | "textProps" | "noTextWrap" | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace">, {
157
- size?: SizeTokens | undefined;
158
- elevation?: number | SizeTokens | undefined;
159
- variant?: "outlined" | undefined;
160
- disabled?: boolean | undefined;
161
- unstyled?: boolean | undefined;
162
- transparent?: boolean | undefined;
163
- hoverTheme?: boolean | undefined;
164
- pressTheme?: boolean | undefined;
165
- backgrounded?: boolean | undefined;
166
- fullscreen?: boolean | undefined;
167
- circular?: boolean | undefined;
168
- focusTheme?: boolean | undefined;
169
- elevate?: boolean | undefined;
170
- bordered?: number | boolean | undefined;
171
- radiused?: boolean | undefined;
172
- padded?: boolean | undefined;
173
- chromeless?: boolean | "all" | undefined;
174
- }> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<Omit<import("@tamagui/web").StackStyleBase, keyof TextContextStyles | "unstyled" | "textProps" | "noTextWrap" | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace">, {
175
- size?: SizeTokens | undefined;
176
- elevation?: number | SizeTokens | undefined;
177
- variant?: "outlined" | undefined;
178
- disabled?: boolean | undefined;
179
- unstyled?: boolean | undefined;
180
- transparent?: boolean | undefined;
181
- hoverTheme?: boolean | undefined;
182
- pressTheme?: boolean | undefined;
183
- backgrounded?: boolean | undefined;
184
- fullscreen?: boolean | undefined;
185
- circular?: boolean | undefined;
186
- focusTheme?: boolean | undefined;
187
- elevate?: boolean | undefined;
188
- bordered?: number | boolean | undefined;
189
- radiused?: boolean | undefined;
190
- padded?: boolean | undefined;
191
- chromeless?: boolean | "all" | undefined;
192
- }>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<Omit<import("@tamagui/web").StackStyleBase, keyof TextContextStyles | "unstyled" | "textProps" | "noTextWrap" | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace">, {
126
+ } & import("react").RefAttributes<import("@tamagui/web").TamaguiElement>> & import("@tamagui/web").StaticComponentObject<Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase & {
193
127
  size?: SizeTokens | undefined;
194
128
  elevation?: number | SizeTokens | undefined;
195
129
  variant?: "outlined" | undefined;
@@ -207,23 +141,44 @@ declare const Button: import("react").ForwardRefExoticComponent<Omit<import("@ta
207
141
  radiused?: boolean | undefined;
208
142
  padded?: boolean | undefined;
209
143
  chromeless?: boolean | "all" | undefined;
210
- }>> & import("react").RefAttributes<import("@tamagui/web").TamaguiElement>> & import("@tamagui/web").StaticComponentObject<import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & TextContextStyles & {
211
- textProps?: Partial<Omit<import("@tamagui/web").TextNonStyleProps, keyof import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase, {
212
- size?: FontSizeTokens | undefined;
213
- unstyled?: boolean | undefined;
214
- }> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase, {
144
+ }>, keyof TextContextStyles | "unstyled" | "textProps" | "noTextWrap" | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace"> & TextContextStyles & {
145
+ textProps?: Partial<import("@tamagui/web").GetFinalProps<import("@tamagui/web").TextNonStyleProps, import("@tamagui/web").TextStylePropsBase & {
215
146
  size?: FontSizeTokens | undefined;
216
147
  unstyled?: boolean | undefined;
217
- }>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase, {
218
- size?: FontSizeTokens | undefined;
219
- unstyled?: boolean | undefined;
220
- }> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase, {
221
- size?: FontSizeTokens | undefined;
222
- unstyled?: boolean | undefined;
223
- }>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").TextStylePropsBase, {
148
+ }>> | undefined;
149
+ noTextWrap?: boolean | undefined;
150
+ } & ThemeableProps & {
151
+ /**
152
+ * add icon before, passes color and size automatically if Component
153
+ */
154
+ icon?: IconProp | undefined;
155
+ /**
156
+ * add icon after, passes color and size automatically if Component
157
+ */
158
+ iconAfter?: IconProp | undefined;
159
+ /**
160
+ * adjust icon relative to size
161
+ *
162
+ * @default 1
163
+ */
164
+ scaleIcon?: number | undefined;
165
+ /**
166
+ * make the spacing elements flex
167
+ */
168
+ spaceFlex?: number | boolean | undefined;
169
+ /**
170
+ * adjust internal space relative to icon size
171
+ */
172
+ scaleSpace?: number | undefined;
173
+ /**
174
+ * remove default styles
175
+ */
176
+ unstyled?: boolean | undefined;
177
+ }, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & TextContextStyles & {
178
+ textProps?: Partial<import("@tamagui/web").GetFinalProps<import("@tamagui/web").TextNonStyleProps, import("@tamagui/web").TextStylePropsBase & {
224
179
  size?: FontSizeTokens | undefined;
225
180
  unstyled?: boolean | undefined;
226
- }>>> | undefined;
181
+ }>> | undefined;
227
182
  noTextWrap?: boolean | undefined;
228
183
  } & ThemeableProps & {
229
184
  /**
@@ -252,7 +207,7 @@ declare const Button: import("react").ForwardRefExoticComponent<Omit<import("@ta
252
207
  * remove default styles
253
208
  */
254
209
  unstyled?: boolean | undefined;
255
- }, Omit<import("@tamagui/web").StackStyleBase, keyof TextContextStyles | "unstyled" | "textProps" | "noTextWrap" | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace">, {
210
+ }, import("@tamagui/web").StackStyleBase, {
256
211
  size?: SizeTokens | undefined;
257
212
  elevation?: number | SizeTokens | undefined;
258
213
  variant?: "outlined" | undefined;
@@ -271,23 +226,62 @@ declare const Button: import("react").ForwardRefExoticComponent<Omit<import("@ta
271
226
  padded?: boolean | undefined;
272
227
  chromeless?: boolean | "all" | undefined;
273
228
  }, {}> & Omit<{}, "staticConfig" | "extractable" | "styleable"> & {
274
- __tama: [import("@tamagui/web").TamaDefer, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & TextContextStyles & {
275
- textProps?: Partial<Omit<import("@tamagui/web").TextNonStyleProps, keyof import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase, {
276
- size?: FontSizeTokens | undefined;
277
- unstyled?: boolean | undefined;
278
- }> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase, {
279
- size?: FontSizeTokens | undefined;
280
- unstyled?: boolean | undefined;
281
- }>> & import("@tamagui/web").WithPseudoProps<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase, {
282
- size?: FontSizeTokens | undefined;
283
- unstyled?: boolean | undefined;
284
- }> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase, {
229
+ __tama: [Omit<import("@tamagui/web").GetFinalProps<import("@tamagui/core").RNTamaguiViewNonStyleProps, import("@tamagui/web").StackStyleBase & {
230
+ size?: SizeTokens | undefined;
231
+ elevation?: number | SizeTokens | undefined;
232
+ variant?: "outlined" | undefined;
233
+ disabled?: boolean | undefined;
234
+ unstyled?: boolean | undefined;
235
+ transparent?: boolean | undefined;
236
+ hoverTheme?: boolean | undefined;
237
+ pressTheme?: boolean | undefined;
238
+ backgrounded?: boolean | undefined;
239
+ fullscreen?: boolean | undefined;
240
+ circular?: boolean | undefined;
241
+ focusTheme?: boolean | undefined;
242
+ elevate?: boolean | undefined;
243
+ bordered?: number | boolean | undefined;
244
+ radiused?: boolean | undefined;
245
+ padded?: boolean | undefined;
246
+ chromeless?: boolean | "all" | undefined;
247
+ }>, keyof TextContextStyles | "unstyled" | "textProps" | "noTextWrap" | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace"> & TextContextStyles & {
248
+ textProps?: Partial<import("@tamagui/web").GetFinalProps<import("@tamagui/web").TextNonStyleProps, import("@tamagui/web").TextStylePropsBase & {
285
249
  size?: FontSizeTokens | undefined;
286
250
  unstyled?: boolean | undefined;
287
- }>>> & import("@tamagui/web").WithMediaProps<import("@tamagui/web").WithThemeShorthandsAndPseudos<import("@tamagui/web").TextStylePropsBase, {
251
+ }>> | undefined;
252
+ noTextWrap?: boolean | undefined;
253
+ } & ThemeableProps & {
254
+ /**
255
+ * add icon before, passes color and size automatically if Component
256
+ */
257
+ icon?: IconProp | undefined;
258
+ /**
259
+ * add icon after, passes color and size automatically if Component
260
+ */
261
+ iconAfter?: IconProp | undefined;
262
+ /**
263
+ * adjust icon relative to size
264
+ *
265
+ * @default 1
266
+ */
267
+ scaleIcon?: number | undefined;
268
+ /**
269
+ * make the spacing elements flex
270
+ */
271
+ spaceFlex?: number | boolean | undefined;
272
+ /**
273
+ * adjust internal space relative to icon size
274
+ */
275
+ scaleSpace?: number | undefined;
276
+ /**
277
+ * remove default styles
278
+ */
279
+ unstyled?: boolean | undefined;
280
+ }, import("@tamagui/web").TamaguiElement, import("@tamagui/core").RNTamaguiViewNonStyleProps & TextContextStyles & {
281
+ textProps?: Partial<import("@tamagui/web").GetFinalProps<import("@tamagui/web").TextNonStyleProps, import("@tamagui/web").TextStylePropsBase & {
288
282
  size?: FontSizeTokens | undefined;
289
283
  unstyled?: boolean | undefined;
290
- }>>> | undefined;
284
+ }>> | undefined;
291
285
  noTextWrap?: boolean | undefined;
292
286
  } & ThemeableProps & {
293
287
  /**
@@ -316,7 +310,7 @@ declare const Button: import("react").ForwardRefExoticComponent<Omit<import("@ta
316
310
  * remove default styles
317
311
  */
318
312
  unstyled?: boolean | undefined;
319
- }, Omit<import("@tamagui/web").StackStyleBase, keyof TextContextStyles | "unstyled" | "textProps" | "noTextWrap" | keyof ThemeableProps | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace">, {
313
+ }, import("@tamagui/web").StackStyleBase, {
320
314
  size?: SizeTokens | undefined;
321
315
  elevation?: number | SizeTokens | undefined;
322
316
  variant?: "outlined" | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../src/Button.tsx"],"names":[],"mappings":"AAKA,OAAO,EAEL,iBAAiB,EACjB,gBAAgB,EAEjB,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,cAAc,EACd,QAAQ,EACR,UAAU,EACV,cAAc,EAMf,MAAM,cAAc,CAAA;AACrB,OAAO,EAAE,iBAAiB,EAAc,MAAM,OAAO,CAAA;AAIrD,eAAO,MAAM,aAAa;UAGd,UAAU;;GAiBpB,CAAA;AAEF,KAAK,eAAe,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AACxD,KAAK,QAAQ,GAAG,GAAG,CAAC,OAAO,GAAG,iBAAiB,CAAC,eAAe,CAAC,GAAG,IAAI,CAAA;AAEvE,KAAK,gBAAgB,GAAG,gBAAgB,GACtC,cAAc,GAAG;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf;;OAEG;IACH,SAAS,CAAC,EAAE,QAAQ,CAAA;IACpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;AAEH,KAAK,WAAW,GAAG,gBAAgB,GAAG,QAAQ,CAAC,OAAO,WAAW,CAAC,CAAA;AAIlE,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;MAmEf,CAAA;AAEF,QAAA,MAAM,UAAU;;;MAqBd,CAAA;AAEF,QAAA,MAAM,UAAU,UAAW;IAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,QAU3E,CAAA;AAUD;;GAEG;AACH,QAAA,MAAM,kBAAkB;;CAavB,CAAA;AAED,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;IAlKR;;OAEG;;IAEH;;OAEG;;IAEH;;;;OAIG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAxBH;;OAEG;;IAEH;;OAEG;;IAEH;;;;OAIG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAxBH;;WAEG;;QAEH;;WAEG;;QAEH;;;;WAIG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;;;;;;;;;;;;;;;;;;;;;;;;;kBAoGoB;QAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE;CAyC1E,CAAA;AAEF;;GAEG;AACH,iBAAS,SAAS,CAAC,KAAK,SAAS,WAAW,EAC1C,EAAE,SAAS,EAAE,GAAG,OAAO,EAAE,EAAE,KAAK,EAChC,EAAE,IAAkB,EAAE,GAAE;IAAE,IAAI,EAAE,GAAG,CAAA;CAA0B;;;;EAiH9D;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,UAAU,EACV,UAAU,EACV,kBAAkB,EAElB,SAAS,GACV,CAAA;AACD,YAAY,EAAE,WAAW,EAAE,CAAA"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../src/Button.tsx"],"names":[],"mappings":"AAKA,OAAO,EAEL,iBAAiB,EACjB,gBAAgB,EAEjB,MAAM,eAAe,CAAA;AACtB,OAAO,EACL,cAAc,EACd,QAAQ,EACR,UAAU,EACV,cAAc,EAMf,MAAM,cAAc,CAAA;AACrB,OAAO,EAAE,iBAAiB,EAAc,MAAM,OAAO,CAAA;AAIrD,eAAO,MAAM,aAAa;UAGd,UAAU;;GAiBpB,CAAA;AAEF,KAAK,eAAe,GAAG;IAAE,KAAK,CAAC,EAAE,MAAM,CAAC;IAAC,IAAI,CAAC,EAAE,MAAM,CAAA;CAAE,CAAA;AACxD,KAAK,QAAQ,GAAG,GAAG,CAAC,OAAO,GAAG,iBAAiB,CAAC,eAAe,CAAC,GAAG,IAAI,CAAA;AAEvE,KAAK,gBAAgB,GAAG,gBAAgB,GACtC,cAAc,GAAG;IACf;;OAEG;IACH,IAAI,CAAC,EAAE,QAAQ,CAAA;IACf;;OAEG;IACH,SAAS,CAAC,EAAE,QAAQ,CAAA;IACpB;;;;OAIG;IACH,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB;;OAEG;IACH,SAAS,CAAC,EAAE,MAAM,GAAG,OAAO,CAAA;IAC5B;;OAEG;IACH,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB;;OAEG;IACH,QAAQ,CAAC,EAAE,OAAO,CAAA;CACnB,CAAA;AAEH,KAAK,WAAW,GAAG,gBAAgB,GAAG,QAAQ,CAAC,OAAO,WAAW,CAAC,CAAA;AAIlE,QAAA,MAAM,WAAW;;;;;;;;;;;;;;;;;;MAmEf,CAAA;AAEF,QAAA,MAAM,UAAU;;;MAqBd,CAAA;AAEF,QAAA,MAAM,UAAU,UAAW;IAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;IAAC,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,QAU3E,CAAA;AAUD;;GAEG;AACH,QAAA,MAAM,kBAAkB;;CAavB,CAAA;AAED,QAAA,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;IAlKR;;OAEG;;IAEH;;OAEG;;IAEH;;;;OAIG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;IAxBH;;OAEG;;IAEH;;OAEG;;IAEH;;;;OAIG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;;;;IAxBH;;OAEG;;IAEH;;OAEG;;IAEH;;;;OAIG;;IAEH;;OAEG;;IAEH;;OAEG;;IAEH;;OAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;QAxBH;;WAEG;;QAEH;;WAEG;;QAEH;;;;WAIG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;;;;;;;;QAxBH;;WAEG;;QAEH;;WAEG;;QAEH;;;;WAIG;;QAEH;;WAEG;;QAEH;;WAEG;;QAEH;;WAEG;;;;;;;;;;;;;;;;;;;;;;;;;;kBAoGoB;QAAE,QAAQ,EAAE,MAAM,SAAS,CAAC;QAAC,SAAS,CAAC,EAAE,MAAM,CAAA;KAAE;CAyC1E,CAAA;AAEF;;GAEG;AACH,iBAAS,SAAS,CAAC,KAAK,SAAS,WAAW,EAC1C,EAAE,SAAS,EAAE,GAAG,OAAO,EAAE,EAAE,KAAK,EAChC,EAAE,IAAkB,EAAE,GAAE;IAAE,IAAI,EAAE,GAAG,CAAA;CAA0B;;;;EAiH9D;AAED,OAAO,EACL,MAAM,EACN,WAAW,EACX,UAAU,EACV,UAAU,EACV,kBAAkB,EAElB,SAAS,GACV,CAAA;AACD,YAAY,EAAE,WAAW,EAAE,CAAA"}