@gympass/yoga 7.127.2 → 7.127.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (121) hide show
  1. package/cjs/Accordion/web/Accordion.js +4 -12
  2. package/cjs/Accordion/web/Small.js +0 -1
  3. package/cjs/ActionRequirement/web/ActionRequirement.js +1 -8
  4. package/cjs/AutoComplete/web/AutoComplete.js +11 -25
  5. package/cjs/Avatar/web/Avatar.js +15 -14
  6. package/cjs/Avatar/web/AvatarCircle.js +0 -1
  7. package/cjs/Banner/web/Banner.js +13 -7
  8. package/cjs/Button/web/Button.js +10 -22
  9. package/cjs/Button/web/Icon.js +9 -12
  10. package/cjs/Button/web/Link.js +10 -8
  11. package/cjs/Button/web/Text.js +1 -5
  12. package/cjs/Card/web/Card/Card.js +15 -17
  13. package/cjs/Card/web/PlanCard/Content.js +9 -20
  14. package/cjs/Card/web/PlanCard/List.js +3 -9
  15. package/cjs/Card/web/PlanCard/PlanCard.js +1 -6
  16. package/cjs/Checkbox/web/Checkbox.js +4 -17
  17. package/cjs/Checkbox/web/Switch.js +13 -9
  18. package/cjs/Chips/web/Chips.js +6 -14
  19. package/cjs/Datepicker/web/Calendar.js +4 -14
  20. package/cjs/Datepicker/web/Datepicker.js +5 -22
  21. package/cjs/Dialog/web/Dialog.js +3 -12
  22. package/cjs/Divider/web/Divider.js +6 -8
  23. package/cjs/Drawer/web/Drawer.js +16 -4
  24. package/cjs/Dropdown/web/Dropdown.js +20 -11
  25. package/cjs/Feedback/web/Feedback.js +13 -6
  26. package/cjs/Grid/web/Col.js +0 -19
  27. package/cjs/Grid/web/Hide.js +19 -1
  28. package/cjs/Header/web/Header.js +1 -6
  29. package/cjs/Header/web/Logo.js +1 -4
  30. package/cjs/Heading/web/Heading.js +1 -6
  31. package/cjs/Icon/Icon.js +1 -11
  32. package/cjs/Input/web/Helper.js +0 -9
  33. package/cjs/Input/web/Input.js +12 -36
  34. package/cjs/Input/web/Password.js +2 -10
  35. package/cjs/Input/web/Phone.js +15 -25
  36. package/cjs/List/web/List.js +6 -8
  37. package/cjs/Menu/web/Menu.js +1 -4
  38. package/cjs/Menu/web/MenuItem.js +2 -10
  39. package/cjs/Menu/web/MenuList.js +8 -8
  40. package/cjs/Popover/web/Popover.js +5 -14
  41. package/cjs/Progress/web/Progress.js +6 -15
  42. package/cjs/RadioGroup/web/Button/RadioButton.js +4 -7
  43. package/cjs/RadioGroup/web/Radio/Radio.js +12 -17
  44. package/cjs/RadioGroup/web/RadioGroup.js +10 -17
  45. package/cjs/Rating/web/Rating.js +16 -25
  46. package/cjs/Skeleton/web/Skeleton.js +18 -7
  47. package/cjs/Slider/web/Marker.js +14 -9
  48. package/cjs/Slider/web/Slider.js +7 -14
  49. package/cjs/Slider/web/Tooltip.js +5 -10
  50. package/cjs/Snackbar/web/Snackbar.js +11 -22
  51. package/cjs/Spinner/web/Spinner.js +24 -26
  52. package/cjs/Stepper/web/Dots.js +2 -6
  53. package/cjs/Stepper/web/Line.js +0 -4
  54. package/cjs/Stepper/web/Stepper.js +1 -6
  55. package/cjs/Tag/web/Informative.js +3 -9
  56. package/cjs/Tag/web/Tag.js +11 -6
  57. package/cjs/Text/web/Text.js +37 -10
  58. package/cjs/TextArea/web/TextArea.js +11 -21
  59. package/cjs/Theme/Provider/Provider.js +1 -4
  60. package/esm/Accordion/web/Accordion.js +4 -12
  61. package/esm/Accordion/web/Small.js +0 -1
  62. package/esm/ActionRequirement/web/ActionRequirement.js +1 -8
  63. package/esm/AutoComplete/web/AutoComplete.js +11 -25
  64. package/esm/Avatar/web/Avatar.js +15 -14
  65. package/esm/Avatar/web/AvatarCircle.js +0 -1
  66. package/esm/Banner/web/Banner.js +13 -7
  67. package/esm/Button/web/Button.js +10 -22
  68. package/esm/Button/web/Icon.js +9 -12
  69. package/esm/Button/web/Link.js +10 -8
  70. package/esm/Button/web/Text.js +1 -5
  71. package/esm/Card/web/Card/Card.js +15 -17
  72. package/esm/Card/web/PlanCard/Content.js +9 -20
  73. package/esm/Card/web/PlanCard/List.js +3 -9
  74. package/esm/Card/web/PlanCard/PlanCard.js +1 -6
  75. package/esm/Checkbox/web/Checkbox.js +4 -17
  76. package/esm/Checkbox/web/Switch.js +13 -9
  77. package/esm/Chips/web/Chips.js +6 -14
  78. package/esm/Datepicker/web/Calendar.js +4 -14
  79. package/esm/Datepicker/web/Datepicker.js +5 -22
  80. package/esm/Dialog/web/Dialog.js +3 -12
  81. package/esm/Divider/web/Divider.js +6 -8
  82. package/esm/Drawer/web/Drawer.js +16 -4
  83. package/esm/Dropdown/web/Dropdown.js +20 -11
  84. package/esm/Feedback/web/Feedback.js +13 -6
  85. package/esm/Grid/web/Col.js +0 -19
  86. package/esm/Grid/web/Hide.js +19 -1
  87. package/esm/Header/web/Header.js +1 -6
  88. package/esm/Header/web/Logo.js +1 -4
  89. package/esm/Heading/web/Heading.js +1 -6
  90. package/esm/Icon/Icon.js +1 -11
  91. package/esm/Input/web/Helper.js +0 -9
  92. package/esm/Input/web/Input.js +12 -36
  93. package/esm/Input/web/Password.js +2 -10
  94. package/esm/Input/web/Phone.js +15 -25
  95. package/esm/List/web/List.js +6 -8
  96. package/esm/Menu/web/Menu.js +1 -4
  97. package/esm/Menu/web/MenuItem.js +2 -10
  98. package/esm/Menu/web/MenuList.js +8 -8
  99. package/esm/Popover/web/Popover.js +5 -14
  100. package/esm/Progress/web/Progress.js +6 -15
  101. package/esm/RadioGroup/web/Button/RadioButton.js +4 -7
  102. package/esm/RadioGroup/web/Radio/Radio.js +12 -17
  103. package/esm/RadioGroup/web/RadioGroup.js +10 -17
  104. package/esm/Rating/web/Rating.js +16 -25
  105. package/esm/Skeleton/web/Skeleton.js +18 -7
  106. package/esm/Slider/web/Marker.js +14 -9
  107. package/esm/Slider/web/Slider.js +7 -14
  108. package/esm/Slider/web/Tooltip.js +5 -10
  109. package/esm/Snackbar/web/Snackbar.js +11 -22
  110. package/esm/Spinner/web/Spinner.js +24 -26
  111. package/esm/Stepper/web/Dots.js +2 -6
  112. package/esm/Stepper/web/Line.js +0 -4
  113. package/esm/Stepper/web/Stepper.js +1 -6
  114. package/esm/Tag/web/Informative.js +3 -9
  115. package/esm/Tag/web/Tag.js +11 -6
  116. package/esm/Text/web/Text.js +37 -10
  117. package/esm/TextArea/web/TextArea.js +11 -21
  118. package/esm/Theme/Provider/Provider.js +1 -4
  119. package/package.json +2 -2
  120. package/typings/NavigationMenu/web/Item/styles.d.ts +3 -8
  121. package/typings/index.d.ts +40 -138
@@ -17,10 +17,10 @@ declare function Accordion({ title, subtitle, children, disabled, expanded, smal
17
17
  title: any;
18
18
  subtitle: any;
19
19
  children: any;
20
- disabled: any;
21
- expanded: any;
22
- small: any;
23
- hasHorizontalPadding: any;
20
+ disabled?: boolean | undefined;
21
+ expanded?: boolean | undefined;
22
+ small?: boolean | undefined;
23
+ hasHorizontalPadding?: boolean | undefined;
24
24
  }): JSX.Element;
25
25
  declare namespace Accordion {
26
26
  namespace propTypes {
@@ -32,14 +32,6 @@ declare namespace Accordion {
32
32
  export { bool as small };
33
33
  export { bool as hasHorizontalPadding };
34
34
  }
35
- namespace defaultProps {
36
- const title: undefined;
37
- const subtitle: undefined;
38
- const disabled: boolean;
39
- const expanded: boolean;
40
- const small: boolean;
41
- const hasHorizontalPadding: boolean;
42
- }
43
35
  }
44
36
 
45
37
  /** Buttons make common actions more obvious and help users more easily perform them. Buttons use labels and sometimes icons to communicate the action that will occur when the user touches them. */
@@ -68,13 +60,13 @@ declare const _default$6: React.ForwardRefExoticComponent<{
68
60
 
69
61
  declare function RadioGroup({ name, onChange, selectedValue, small, full, children, style, ...rest }: {
70
62
  [x: string]: any;
71
- name: any;
72
- onChange: any;
73
- selectedValue: any;
74
- small: any;
75
- full: any;
76
- children: any;
77
- style: any;
63
+ name?: string | undefined;
64
+ onChange?: (() => void) | undefined;
65
+ selectedValue?: string | undefined;
66
+ small?: boolean | undefined;
67
+ full?: boolean | undefined;
68
+ children?: null | undefined;
69
+ style?: {} | undefined;
78
70
  }): JSX.Element;
79
71
  declare namespace RadioGroup {
80
72
  namespace propTypes {
@@ -86,17 +78,6 @@ declare namespace RadioGroup {
86
78
  export { node as children };
87
79
  export const style: prop_types.Requireable<prop_types.InferProps<{}>>;
88
80
  }
89
- namespace defaultProps {
90
- export const name: string;
91
- export function onChange(): void;
92
- const selectedValue_1: string;
93
- export { selectedValue_1 as selectedValue };
94
- export const small: boolean;
95
- export const full: boolean;
96
- export const children: null;
97
- const style_1: {};
98
- export { style_1 as style };
99
- }
100
81
  }
101
82
 
102
83
  declare const Card: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
@@ -105,7 +86,7 @@ declare function PlanCard({ children, discount, variant, ...rest }: {
105
86
  [x: string]: any;
106
87
  children: any;
107
88
  discount: any;
108
- variant: any;
89
+ variant?: string | undefined;
109
90
  }): JSX.Element;
110
91
  declare namespace PlanCard {
111
92
  namespace propTypes {
@@ -113,11 +94,6 @@ declare namespace PlanCard {
113
94
  export { string as discount };
114
95
  export { string as variant };
115
96
  }
116
- namespace defaultProps {
117
- const children: undefined;
118
- const discount: undefined;
119
- const variant: string;
120
- }
121
97
  const displayName: string;
122
98
  }
123
99
 
@@ -136,8 +112,8 @@ provides a wizard-like workflow by dividing content into logical steps. */
136
112
  declare function Stepper({ children, activeStep, secondary, ...rest }: {
137
113
  [x: string]: any;
138
114
  children: any;
139
- activeStep: any;
140
- secondary: any;
115
+ activeStep?: number | undefined;
116
+ secondary?: boolean | undefined;
141
117
  }): JSX.Element;
142
118
  declare namespace Stepper {
143
119
  const displayName: string;
@@ -146,12 +122,6 @@ declare namespace Stepper {
146
122
  export { limitChildren as activeStep };
147
123
  export { bool as secondary };
148
124
  }
149
- namespace defaultProps {
150
- const children_1: undefined;
151
- export { children_1 as children };
152
- export const activeStep: number;
153
- export const secondary: boolean;
154
- }
155
125
  }
156
126
 
157
127
  declare const Container: styled_components.StyledComponent<string, any, {}, never>;
@@ -178,7 +148,13 @@ declare const Caption: styled_components.StyledComponent<string, any, {}, never>
178
148
  declare const Overline: styled_components.StyledComponent<string, any, {}, never>;
179
149
  declare const SectionTitle: styled_components.StyledComponent<string, any, {}, never>;
180
150
  declare const SmallestException: styled_components.StyledComponent<string, any, {}, never>;
181
- declare function Text(props: any): JSX.Element;
151
+ declare function Text({ inverted, fontSize, light, bold, ...rest }: {
152
+ [x: string]: any;
153
+ inverted?: boolean | undefined;
154
+ fontSize?: string | undefined;
155
+ light?: boolean | undefined;
156
+ bold?: boolean | undefined;
157
+ }): JSX.Element;
182
158
  declare namespace Text {
183
159
  export const displayName: string;
184
160
  export { Display1 };
@@ -213,17 +189,6 @@ declare namespace Text {
213
189
  export { bool as bold };
214
190
  export { fontSizes as fontSize };
215
191
  }
216
- export namespace defaultProps {
217
- export const inverted: boolean;
218
- const variant_1: undefined;
219
- export { variant_1 as variant };
220
- const size_1: undefined;
221
- export { size_1 as size };
222
- export const fontSize: string;
223
- export const numberOfLines: undefined;
224
- export const light: boolean;
225
- export const bold: boolean;
226
- }
227
192
  }
228
193
  declare const Small: styled_components.StyledComponent<string, any, {}, never>;
229
194
  declare const Tiny: styled_components.StyledComponent<string, any, {}, never>;
@@ -247,9 +212,9 @@ declare const _default$4: React.ForwardRefExoticComponent<{
247
212
  declare function Tag({ children, variant, small, ellipsis, ...rest }: {
248
213
  [x: string]: any;
249
214
  children: any;
250
- variant: any;
251
- small: any;
252
- ellipsis: any;
215
+ variant?: string | undefined;
216
+ small?: boolean | undefined;
217
+ ellipsis?: boolean | undefined;
253
218
  }): JSX.Element;
254
219
  declare namespace Tag {
255
220
  namespace propTypes {
@@ -258,12 +223,6 @@ declare namespace Tag {
258
223
  export { bool as small };
259
224
  export { bool as ellipsis };
260
225
  }
261
- namespace defaultProps {
262
- const variant_1: string;
263
- export { variant_1 as variant };
264
- export const small: boolean;
265
- export const ellipsis: boolean;
266
- }
267
226
  }
268
227
 
269
228
  declare const Input: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
@@ -325,9 +284,9 @@ declare const _default$1: React.ForwardRefExoticComponent<{
325
284
 
326
285
  declare function Header({ link, logo, children, ...props }: {
327
286
  [x: string]: any;
328
- link: any;
329
- logo: any;
330
- children: any;
287
+ link?: null | undefined;
288
+ logo?: null | undefined;
289
+ children?: null | undefined;
331
290
  }): JSX.Element;
332
291
  declare namespace Header {
333
292
  namespace propTypes {
@@ -335,25 +294,17 @@ declare namespace Header {
335
294
  export { node as children };
336
295
  export { elementType as logo };
337
296
  }
338
- namespace defaultProps {
339
- const link: null;
340
- const children: null;
341
- const logo: null;
342
- }
343
297
  }
344
298
 
345
299
  declare function Menu({ children, onMouseHover }: {
346
300
  children: any;
347
- onMouseHover: any;
301
+ onMouseHover?: boolean | undefined;
348
302
  }): JSX.Element;
349
303
  declare namespace Menu {
350
304
  namespace propTypes {
351
305
  export const children: prop_types.Validator<string | number | boolean | prop_types.ReactElementLike | prop_types.ReactNodeArray>;
352
306
  export { bool as onMouseHover };
353
307
  }
354
- namespace defaultProps {
355
- const onMouseHover: boolean;
356
- }
357
308
  const displayName: string;
358
309
  }
359
310
 
@@ -363,7 +314,7 @@ declare const Banner: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
363
314
  declare function Heading({ children, noPadding, ...props }: {
364
315
  [x: string]: any;
365
316
  children: any;
366
- noPadding: any;
317
+ noPadding?: boolean | undefined;
367
318
  }): JSX.Element;
368
319
  declare namespace Heading {
369
320
  namespace propTypes {
@@ -371,13 +322,6 @@ declare namespace Heading {
371
322
  export { bool as noPadding };
372
323
  export const bg: prop_types__default.Requireable<string>;
373
324
  }
374
- namespace defaultProps {
375
- const children_1: undefined;
376
- export { children_1 as children };
377
- export const noPadding: boolean;
378
- const bg_1: undefined;
379
- export { bg_1 as bg };
380
- }
381
325
  }
382
326
 
383
327
  declare function Feedback({ variant, title, description, children, center, ...props }: {
@@ -386,7 +330,7 @@ declare function Feedback({ variant, title, description, children, center, ...pr
386
330
  title: any;
387
331
  description: any;
388
332
  children: any;
389
- center: any;
333
+ center?: boolean | undefined;
390
334
  }): JSX.Element;
391
335
  declare namespace Feedback {
392
336
  namespace propTypes {
@@ -396,32 +340,26 @@ declare namespace Feedback {
396
340
  export const children: prop_types.Requireable<string | number | boolean | prop_types.ReactElementLike | prop_types.ReactNodeArray>;
397
341
  export { bool as center };
398
342
  }
399
- namespace defaultProps {
400
- export const title: undefined;
401
- const children_1: undefined;
402
- export { children_1 as children };
403
- export const center: boolean;
404
- }
405
343
  }
406
344
 
407
345
  declare function Datepicker({ fullWidth, type, placeholder, startDate, endDate, onSelectSingle, disabled, onSelectRange, customOnSelectRange, disablePastDates, disableFutureDates, disablePastFrom, disableFutureFrom, error, onOpen, displayEndDateOnly, ...props }: {
408
346
  [x: string]: any;
409
- fullWidth: any;
347
+ fullWidth?: boolean | undefined;
410
348
  type: any;
411
349
  placeholder: any;
412
350
  startDate: any;
413
351
  endDate: any;
414
352
  onSelectSingle: any;
415
- disabled: any;
353
+ disabled?: boolean | undefined;
416
354
  onSelectRange: any;
417
355
  customOnSelectRange: any;
418
- disablePastDates: any;
419
- disableFutureDates: any;
356
+ disablePastDates?: boolean | undefined;
357
+ disableFutureDates?: boolean | undefined;
420
358
  disablePastFrom: any;
421
359
  disableFutureFrom: any;
422
360
  error: any;
423
361
  onOpen: any;
424
- displayEndDateOnly: any;
362
+ displayEndDateOnly?: boolean | undefined;
425
363
  }): JSX.Element;
426
364
  declare namespace Datepicker {
427
365
  namespace propTypes {
@@ -442,32 +380,15 @@ declare namespace Datepicker {
442
380
  export { func as onOpen };
443
381
  export { bool as displayEndDateOnly };
444
382
  }
445
- namespace defaultProps {
446
- export const fullWidth: boolean;
447
- export const placeholder: undefined;
448
- const startDate_1: undefined;
449
- export { startDate_1 as startDate };
450
- const endDate_1: undefined;
451
- export { endDate_1 as endDate };
452
- export const disabled: boolean;
453
- export const onSelectSingle: undefined;
454
- export const onSelectRange: undefined;
455
- export const customOnSelectRange: undefined;
456
- export const disablePastDates: boolean;
457
- export const disableFutureDates: boolean;
458
- const disablePastFrom_1: undefined;
459
- export { disablePastFrom_1 as disablePastFrom };
460
- const disableFutureFrom_1: undefined;
461
- export { disableFutureFrom_1 as disableFutureFrom };
462
- export const error: undefined;
463
- export const onOpen: undefined;
464
- export const displayEndDateOnly: boolean;
465
- }
466
383
  }
467
384
 
468
385
  declare const Drawer: React.ForwardRefExoticComponent<React.RefAttributes<any>>;
469
386
 
470
- declare function Skeleton(props: any): JSX.Element;
387
+ declare function Skeleton({ animation, color, ...rest }: {
388
+ [x: string]: any;
389
+ animation?: string | undefined;
390
+ color?: string | undefined;
391
+ }): JSX.Element;
471
392
  declare namespace Skeleton {
472
393
  namespace propTypes {
473
394
  const color: prop_types.Requireable<string>;
@@ -475,14 +396,6 @@ declare namespace Skeleton {
475
396
  function variant(props: any, propName: any, componentName: any): void | Error | null;
476
397
  const animation: prop_types.Requireable<string | boolean>;
477
398
  }
478
- namespace defaultProps {
479
- const variant_1: undefined;
480
- export { variant_1 as variant };
481
- const animation_1: string;
482
- export { animation_1 as animation };
483
- const color_1: string;
484
- export { color_1 as color };
485
- }
486
399
  }
487
400
 
488
401
  declare function ActionRequirement(props: any): JSX.Element;
@@ -496,17 +409,6 @@ declare namespace ActionRequirement {
496
409
  export const list: prop_types.Requireable<string | number | boolean | prop_types.ReactElementLike | prop_types.ReactNodeArray>;
497
410
  export { bool as titleAsTextDisplay };
498
411
  }
499
- namespace defaultProps {
500
- const children_1: undefined;
501
- export { children_1 as children };
502
- const checkable_1: undefined;
503
- export { checkable_1 as checkable };
504
- const illustration_1: undefined;
505
- export { illustration_1 as illustration };
506
- const list_1: undefined;
507
- export { list_1 as list };
508
- export const titleAsTextDisplay: boolean;
509
- }
510
412
  }
511
413
 
512
414
  declare const Popover: React.ForwardRefExoticComponent<React.RefAttributes<any>>;