@telefonica/mistica 13.1.3 → 13.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/css/mistica.css +1 -1
  2. package/dist/avatar.css-mistica.js +3 -3
  3. package/dist/badge.css-mistica.js +2 -2
  4. package/dist/button-group.css-mistica.js +1 -1
  5. package/dist/button-layout.css-mistica.js +8 -8
  6. package/dist/button.css-mistica.js +20 -20
  7. package/dist/callout.css-mistica.js +2 -2
  8. package/dist/card.css-mistica.js +7 -7
  9. package/dist/carousel.css-mistica.js +15 -15
  10. package/dist/checkbox.css-mistica.js +8 -8
  11. package/dist/chip.css-mistica.js +4 -4
  12. package/dist/circle.css-mistica.js +2 -2
  13. package/dist/credit-card-number-field.css-mistica.js +3 -3
  14. package/dist/cvv-field.css-mistica.js +3 -3
  15. package/dist/dialog.css-mistica.js +6 -6
  16. package/dist/double-field.css-mistica.js +4 -4
  17. package/dist/empty-state-card.css-mistica.js +4 -4
  18. package/dist/empty-state.css-mistica.js +7 -7
  19. package/dist/feedback.css-mistica.js +1 -1
  20. package/dist/fixed-footer-layout.css-mistica.js +4 -4
  21. package/dist/header.d.ts +20 -1
  22. package/dist/header.js +60 -59
  23. package/dist/highlighted-card.css-mistica.js +6 -6
  24. package/dist/icon-button.css-mistica.js +1 -1
  25. package/dist/image.css-mistica.js +2 -2
  26. package/dist/image.d.ts +2 -2
  27. package/dist/image.js +63 -48
  28. package/dist/list.css-mistica.js +12 -12
  29. package/dist/loading-bar.css-mistica.js +6 -6
  30. package/dist/maybe-dismissable.css-mistica.js +3 -3
  31. package/dist/menu.css-mistica.js +2 -2
  32. package/dist/navigation-bar.css-mistica.js +12 -12
  33. package/dist/navigation-breadcrumbs.css-mistica.js +3 -3
  34. package/dist/package-version.js +1 -1
  35. package/dist/password-field.css-mistica.js +2 -2
  36. package/dist/popover.css-mistica.js +9 -9
  37. package/dist/progress-bar.css-mistica.js +3 -3
  38. package/dist/radio-button.css-mistica.js +5 -5
  39. package/dist/responsive-layout.css-mistica.js +3 -3
  40. package/dist/screen-reader-only.css-mistica.js +1 -1
  41. package/dist/select.css-mistica.js +13 -13
  42. package/dist/select.js +73 -73
  43. package/dist/skeleton-base.d.ts +2 -1
  44. package/dist/skeleton-base.js +6 -6
  45. package/dist/skeletons.css-mistica.js +3 -3
  46. package/dist/skeletons.d.ts +2 -1
  47. package/dist/skeletons.js +21 -20
  48. package/dist/skins/blau.js +19 -9
  49. package/dist/skins/movistar.js +17 -7
  50. package/dist/skins/o2-classic.js +17 -7
  51. package/dist/skins/o2.js +17 -7
  52. package/dist/skins/skin-contract.css-mistica.js +133 -123
  53. package/dist/skins/skin-contract.css.d.ts +10 -0
  54. package/dist/skins/telefonica.d.ts +1 -1
  55. package/dist/skins/telefonica.js +18 -8
  56. package/dist/skins/types.d.ts +5 -0
  57. package/dist/skins/vivo.js +17 -7
  58. package/dist/snackbar.css-mistica.js +5 -5
  59. package/dist/spinner.css-mistica.js +1 -1
  60. package/dist/sprinkles.css-mistica.js +336 -306
  61. package/dist/stepper.css-mistica.js +9 -9
  62. package/dist/switch-component.css-mistica.js +22 -22
  63. package/dist/tabs.css-mistica.js +14 -14
  64. package/dist/tag.css-mistica.js +2 -2
  65. package/dist/tag.js +21 -16
  66. package/dist/text-field-base.css-mistica.js +6 -6
  67. package/dist/text-field-components.css-mistica.js +8 -8
  68. package/dist/text-link.css-mistica.js +3 -3
  69. package/dist/text.js +5 -5
  70. package/dist/tooltip.css-mistica.js +4 -4
  71. package/dist/touchable.css-mistica.js +1 -1
  72. package/dist/utils/aspect-ratio-support.css-mistica.js +3 -3
  73. package/dist/utils/aspect-ratio-support.js +2 -3
  74. package/dist/video.css-mistica.js +2 -2
  75. package/dist-es/avatar.css-mistica.js +2 -2
  76. package/dist-es/badge.css-mistica.js +2 -2
  77. package/dist-es/button-group.css-mistica.js +1 -1
  78. package/dist-es/button-layout.css-mistica.js +7 -7
  79. package/dist-es/button.css-mistica.js +9 -9
  80. package/dist-es/callout.css-mistica.js +2 -2
  81. package/dist-es/card.css-mistica.js +2 -2
  82. package/dist-es/carousel.css-mistica.js +2 -2
  83. package/dist-es/checkbox.css-mistica.js +6 -6
  84. package/dist-es/chip.css-mistica.js +4 -4
  85. package/dist-es/circle.css-mistica.js +2 -2
  86. package/dist-es/credit-card-number-field.css-mistica.js +3 -3
  87. package/dist-es/cvv-field.css-mistica.js +2 -2
  88. package/dist-es/dialog.css-mistica.js +5 -5
  89. package/dist-es/double-field.css-mistica.js +4 -4
  90. package/dist-es/empty-state-card.css-mistica.js +2 -2
  91. package/dist-es/empty-state.css-mistica.js +3 -3
  92. package/dist-es/feedback.css-mistica.js +1 -1
  93. package/dist-es/fixed-footer-layout.css-mistica.js +3 -3
  94. package/dist-es/header.js +89 -88
  95. package/dist-es/highlighted-card.css-mistica.js +5 -5
  96. package/dist-es/icon-button.css-mistica.js +1 -1
  97. package/dist-es/image.css-mistica.js +2 -2
  98. package/dist-es/image.js +74 -59
  99. package/dist-es/list.css-mistica.js +2 -2
  100. package/dist-es/loading-bar.css-mistica.js +2 -2
  101. package/dist-es/maybe-dismissable.css-mistica.js +2 -2
  102. package/dist-es/menu.css-mistica.js +2 -2
  103. package/dist-es/navigation-bar.css-mistica.js +9 -9
  104. package/dist-es/navigation-breadcrumbs.css-mistica.js +2 -2
  105. package/dist-es/package-version.js +1 -1
  106. package/dist-es/password-field.css-mistica.js +2 -2
  107. package/dist-es/popover.css-mistica.js +2 -2
  108. package/dist-es/progress-bar.css-mistica.js +2 -2
  109. package/dist-es/radio-button.css-mistica.js +4 -4
  110. package/dist-es/responsive-layout.css-mistica.js +2 -2
  111. package/dist-es/screen-reader-only.css-mistica.js +1 -1
  112. package/dist-es/select.css-mistica.js +10 -10
  113. package/dist-es/select.js +84 -84
  114. package/dist-es/skeleton-base.js +12 -12
  115. package/dist-es/skeletons.css-mistica.js +2 -2
  116. package/dist-es/skeletons.js +38 -37
  117. package/dist-es/skins/blau.js +19 -9
  118. package/dist-es/skins/movistar.js +19 -9
  119. package/dist-es/skins/o2-classic.js +17 -7
  120. package/dist-es/skins/o2.js +17 -7
  121. package/dist-es/skins/skin-contract.css-mistica.js +133 -123
  122. package/dist-es/skins/telefonica.js +20 -10
  123. package/dist-es/skins/vivo.js +19 -9
  124. package/dist-es/snackbar.css-mistica.js +2 -2
  125. package/dist-es/spinner.css-mistica.js +1 -1
  126. package/dist-es/sprinkles.css-mistica.js +336 -306
  127. package/dist-es/stepper.css-mistica.js +2 -2
  128. package/dist-es/style.css +1 -1
  129. package/dist-es/switch-component.css-mistica.js +19 -19
  130. package/dist-es/tabs.css-mistica.js +10 -10
  131. package/dist-es/tag.css-mistica.js +2 -2
  132. package/dist-es/tag.js +36 -31
  133. package/dist-es/text-field-base.css-mistica.js +2 -2
  134. package/dist-es/text-field-components.css-mistica.js +2 -2
  135. package/dist-es/text-link.css-mistica.js +3 -3
  136. package/dist-es/text.js +5 -5
  137. package/dist-es/tooltip.css-mistica.js +3 -3
  138. package/dist-es/touchable.css-mistica.js +1 -1
  139. package/dist-es/utils/aspect-ratio-support.css-mistica.js +3 -3
  140. package/dist-es/utils/aspect-ratio-support.js +2 -3
  141. package/dist-es/video.css-mistica.js +2 -2
  142. package/package.json +1 -1
@@ -9,10 +9,10 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- dismissableButton: ()=>f,
13
- dismissableCircleContainer: ()=>y,
12
+ dismissableButton: ()=>y,
13
+ dismissableCircleContainer: ()=>f,
14
14
  dismissableContainer: ()=>_
15
15
  });
16
16
  require("./sprinkles.css.ts.vanilla.js");
17
17
  require("./maybe-dismissable.css.ts.vanilla.js");
18
- var f = "cim30m2 _1y2v1nf52 _1y2v1nf9e _1y2v1nfa6 _1y2v1nf7o _1y2v1nf83 _1y2v1nf56 _1y2v1nf5l _1y2v1nf5f", y = "cim30m4 _1y2v1nf56 _1y2v1nf5l _1y2v1nf5f _1y2v1nf7l _1y2v1nf80 _1y2v1nf95", _ = "_1y2v1nf51 _1y2v1nf56 _1y2v1nf5o";
18
+ var y = "cim30m2 _1y2v1nf5c _1y2v1nf9o _1y2v1nfag _1y2v1nf7y _1y2v1nf8d _1y2v1nf5g _1y2v1nf5v _1y2v1nf5p", f = "cim30m4 _1y2v1nf5g _1y2v1nf5v _1y2v1nf5p _1y2v1nf7v _1y2v1nf8a _1y2v1nf9f", _ = "_1y2v1nf5b _1y2v1nf5g _1y2v1nf5y";
@@ -9,14 +9,14 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- hideItems: ()=>v,
12
+ hideItems: ()=>k,
13
13
  menuContainer: ()=>_,
14
14
  showItems: ()=>a,
15
15
  vars: ()=>t
16
16
  });
17
17
  require("./sprinkles.css.ts.vanilla.js");
18
18
  require("./menu.css.ts.vanilla.js");
19
- var v = "_2k0k3u9", _ = "_2k0k3u7 _1y2v1nf5t _1y2v1nf67 _1y2v1nf6l _1y2v1nf6z _1y2v1nf52 _1y2v1nf2k _1y2v1nf98", a = "_2k0k3u8", t = {
19
+ var k = "_2k0k3u9", _ = "_2k0k3u7 _1y2v1nf63 _1y2v1nf6h _1y2v1nf6v _1y2v1nf79 _1y2v1nf5c _1y2v1nf2p _1y2v1nf9i", a = "_2k0k3u8", t = {
20
20
  top: "var(--_2k0k3u0)",
21
21
  bottom: "var(--_2k0k3u1)",
22
22
  right: "var(--_2k0k3u2)",
@@ -14,32 +14,32 @@ _export(exports, {
14
14
  burgerMenuEnter: ()=>e,
15
15
  burgerMenuEnterActive: ()=>r,
16
16
  burgerMenuExit: ()=>f,
17
- burgerMenuExitActive: ()=>d,
17
+ burgerMenuExitActive: ()=>a,
18
18
  iconButtonVariants: ()=>c,
19
- iconCloseHidden: ()=>a,
19
+ iconCloseHidden: ()=>d,
20
20
  iconMenuHidden: ()=>i,
21
21
  lineHeightFix: ()=>t,
22
22
  logoContainer: ()=>z,
23
23
  navbarBorderColorVariants: ()=>o,
24
24
  section: ()=>u,
25
- selectedSectionVariantes: ()=>l,
25
+ selectedSectionVariantes: ()=>g,
26
26
  spacer: ()=>s,
27
- textWrapperVariants: ()=>g,
27
+ textWrapperVariants: ()=>l,
28
28
  topFixed: ()=>b
29
29
  });
30
30
  require("./sprinkles.css.ts.vanilla.js");
31
31
  require("./navigation-bar.css.ts.vanilla.js");
32
- var y = "_1vcy5dz1 _1y2v1nf51 _1y2v1nf7l _1y2v1nf80", _ = "_1vcy5dzr _1y2v1nf53 _1y2v1nf9o _1y2v1nf9s _1y2v1nfa6 _1y2v1nf2j", e = "_1vcy5dzl", r = "_1vcy5dzm", f = "_1vcy5dzn", d = "_1vcy5dzo", c = {
32
+ var y = "_1vcy5dz1 _1y2v1nf5b _1y2v1nf7v _1y2v1nf8a", _ = "_1vcy5dzr _1y2v1nf5d _1y2v1nf9y _1y2v1nfa2 _1y2v1nfag _1y2v1nf2o", e = "_1vcy5dzl", r = "_1vcy5dzm", f = "_1vcy5dzn", a = "_1vcy5dzo", c = {
33
33
  default: "_1vcy5dzu _1y2v1nf1e",
34
34
  inverse: "_1vcy5dzv _1y2v1nf1d"
35
- }, a = "_1vcy5dz4 _1vcy5dz3 _1y2v1nf52", i = "_1vcy5dz5 _1vcy5dz3 _1y2v1nf52", t = "_1vcy5dzw", z = "_1y2v1nf56 _1y2v1nf5f", o = {
36
- default: "_1vcy5dza _1vcy5dz9 _1y2v1nf5y _1y2v1nf6c _1y2v1nf56 _1y2v1nf5l _1y2v1nf7d _1y2v1nf87",
37
- inverse: "_1vcy5dzb _1vcy5dz9 _1y2v1nf5y _1y2v1nf6c _1y2v1nf56 _1y2v1nf5l _1y2v1nf7d _1y2v1nf87",
38
- menuOpen: "_1vcy5dzc _1vcy5dz9 _1y2v1nf5y _1y2v1nf6c _1y2v1nf56 _1y2v1nf5l _1y2v1nf7d _1y2v1nf87"
39
- }, u = "_1vcy5dze _1y2v1nf6o _1y2v1nf72 _1y2v1nf87 _1y2v1nf56 _1y2v1nf5l _1y2v1nf94 _1y2v1nf50", l = {
35
+ }, d = "_1vcy5dz4 _1vcy5dz3 _1y2v1nf5c", i = "_1vcy5dz5 _1vcy5dz3 _1y2v1nf5c", t = "_1vcy5dzw", z = "_1y2v1nf5g _1y2v1nf5p", o = {
36
+ default: "_1vcy5dza _1vcy5dz9 _1y2v1nf68 _1y2v1nf6m _1y2v1nf5g _1y2v1nf5v _1y2v1nf7n _1y2v1nf8h",
37
+ inverse: "_1vcy5dzb _1vcy5dz9 _1y2v1nf68 _1y2v1nf6m _1y2v1nf5g _1y2v1nf5v _1y2v1nf7n _1y2v1nf8h",
38
+ menuOpen: "_1vcy5dzc _1vcy5dz9 _1y2v1nf68 _1y2v1nf6m _1y2v1nf5g _1y2v1nf5v _1y2v1nf7n _1y2v1nf8h"
39
+ }, u = "_1vcy5dze _1y2v1nf6y _1y2v1nf7c _1y2v1nf8h _1y2v1nf5g _1y2v1nf5v _1y2v1nf9e _1y2v1nf5a", g = {
40
40
  default: "_1vcy5dzf",
41
41
  inverse: "_1vcy5dzg"
42
- }, s = "_1vcy5dzk _1y2v1nf87", g = {
42
+ }, s = "_1vcy5dzk _1y2v1nf8h", l = {
43
43
  default: "_1vcy5dzh",
44
44
  inverse: "_1vcy5dzi"
45
- }, b = "_1vcy5dz7 _1y2v1nf53 _1y2v1nf9e _1y2v1nf9s _1y2v1nfa6";
45
+ }, b = "_1vcy5dz7 _1y2v1nf5d _1y2v1nf9o _1y2v1nfa2 _1y2v1nfag";
@@ -9,11 +9,11 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- current: ()=>v,
12
+ current: ()=>r,
13
13
  link: ()=>f,
14
14
  list: ()=>i,
15
- listItem: ()=>t
15
+ listItem: ()=>_
16
16
  });
17
17
  require("./sprinkles.css.ts.vanilla.js");
18
18
  require("./navigation-breadcrumbs.css.ts.vanilla.js");
19
- var v = "_1fniauj3", f = "_1fniauj2", i = "_1fniauj5 _1y2v1nf5t _1y2v1nf67 _1y2v1nf6l _1y2v1nf6z", t = "_1y2v1nf59";
19
+ var r = "_1fniauj3", f = "_1fniauj2", i = "_1fniauj5 _1y2v1nf63 _1y2v1nf6h _1y2v1nf6v _1y2v1nf79", _ = "_1y2v1nf5j";
@@ -6,4 +6,4 @@ Object.defineProperty(exports, "PACKAGE_VERSION", {
6
6
  enumerable: true,
7
7
  get: ()=>o
8
8
  });
9
- const o = "13.1.3";
9
+ const o = "13.2.0";
@@ -4,8 +4,8 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "shadow", {
6
6
  enumerable: true,
7
- get: ()=>f
7
+ get: ()=>v
8
8
  });
9
9
  require("./sprinkles.css.ts.vanilla.js");
10
10
  require("./password-field.css.ts.vanilla.js");
11
- var f = "ptqylz1 _1y2v1nf5w _1y2v1nf6a _1y2v1nf6o _1y2v1nf72 _1y2v1nf95 _1y2v1nf50";
11
+ var v = "ptqylz1 _1y2v1nf66 _1y2v1nf6k _1y2v1nf6y _1y2v1nf7c _1y2v1nf9f _1y2v1nf5a";
@@ -9,19 +9,19 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- arrow: ()=>t,
13
- arrowSize: ()=>r,
14
- arrowWrapper: ()=>a,
15
- closeButtonIcon: ()=>_,
16
- container: ()=>o,
12
+ arrow: ()=>r,
13
+ arrowSize: ()=>t,
14
+ arrowWrapper: ()=>o,
15
+ closeButtonIcon: ()=>a,
16
+ container: ()=>_,
17
17
  defaultPositionDesktop: ()=>f,
18
18
  defaultPositionMobile: ()=>i,
19
- distanceToTarget: ()=>e,
20
- marginLeftRightMobile: ()=>y,
19
+ distanceToTarget: ()=>y,
20
+ marginLeftRightMobile: ()=>e,
21
21
  maxWidthDesktop: ()=>g,
22
22
  textAlign: ()=>p,
23
- textContent: ()=>u
23
+ textContent: ()=>c
24
24
  });
25
25
  require("./sprinkles.css.ts.vanilla.js");
26
26
  require("./popover.css.ts.vanilla.js");
27
- var t = "_12igu661 _1y2v1nf52 _1y2v1nf9e _1y2v1nf93 _1y2v1nf96 _1y2v1nf2k", r = 12, a = "_12igu663 _1y2v1nf52 _1y2v1nf2 _1y2v1nf9c", _ = "_12igu669 _1y2v1nf52 _1y2v1nf9h _1y2v1nfa9", o = "_12igu665 _1y2v1nf52 _1y2v1nf7e _1y2v1nf2k _1y2v1nf93 _1y2v1nf98", f = "bottom", i = "top", e = 20, y = 16, g = 488, p = "_1y2v1nf56 _1y2v1nf5l _1y2v1nf7t", u = "_12igu667";
27
+ var r = "_12igu661 _1y2v1nf5c _1y2v1nf9o _1y2v1nf9d _1y2v1nf9g _1y2v1nf2p", t = 12, o = "_12igu663 _1y2v1nf5c _1y2v1nf2 _1y2v1nf9m", a = "_12igu669 _1y2v1nf5c _1y2v1nf9r _1y2v1nfaj", _ = "_12igu665 _1y2v1nf5c _1y2v1nf7o _1y2v1nf2p _1y2v1nf9d _1y2v1nf9i", f = "bottom", i = "top", y = 20, e = 16, g = 488, p = "_1y2v1nf5g _1y2v1nf5v _1y2v1nf83", c = "_12igu667";
@@ -9,9 +9,9 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- bar: ()=>f,
13
- barBackground: ()=>n
12
+ bar: ()=>n,
13
+ barBackground: ()=>y
14
14
  });
15
15
  require("./sprinkles.css.ts.vanilla.js");
16
16
  require("./progress-bar.css.ts.vanilla.js");
17
- var f = "j0y7r93 _1y2v1nf7t _1y2v1nf96", n = "_1y2v1nf96 _1y2v1nf7w _1y2v1nf3f";
17
+ var n = "j0y7r93 _1y2v1nf83 _1y2v1nf9g", y = "_1y2v1nf9g _1y2v1nf86 _1y2v1nf3k";
@@ -11,17 +11,17 @@ function _export(target, all) {
11
11
  _export(exports, {
12
12
  disabled: ()=>f,
13
13
  innerCircle: ()=>r,
14
- innerCircleChecked: ()=>d,
15
- outerCircleCheckedVariants: ()=>y,
14
+ innerCircleChecked: ()=>y,
15
+ outerCircleCheckedVariants: ()=>d,
16
16
  outerCircleVariants: ()=>_,
17
17
  radioButton: ()=>c
18
18
  });
19
19
  require("./sprinkles.css.ts.vanilla.js");
20
20
  require("./radio-button.css.ts.vanilla.js");
21
- var f = "c6dmsub", r = "c6dmsu5 _1y2v1nf56 _1y2v1nf95", d = "c6dmsu7 _1y2v1nf3g", y = {
21
+ var f = "c6dmsub", r = "c6dmsu5 _1y2v1nf5g _1y2v1nf9f", y = "c6dmsu7 _1y2v1nf3l", d = {
22
22
  default: "c6dmsu9",
23
23
  ios: "c6dmsua"
24
24
  }, _ = {
25
- default: "c6dmsu2 c6dmsu1 _1y2v1nf57 _1y2v1nf5l _1y2v1nf5f _1y2v1nf9b _1y2v1nf5o _1y2v1nf95 _1y2v1nf2j",
26
- ios: "c6dmsu3 c6dmsu1 _1y2v1nf57 _1y2v1nf5l _1y2v1nf5f _1y2v1nf9b _1y2v1nf5o _1y2v1nf95 _1y2v1nf2j"
25
+ default: "c6dmsu2 c6dmsu1 _1y2v1nf5h _1y2v1nf5v _1y2v1nf5p _1y2v1nf9l _1y2v1nf5y _1y2v1nf9f _1y2v1nf2o",
26
+ ios: "c6dmsu3 c6dmsu1 _1y2v1nf5h _1y2v1nf5v _1y2v1nf5p _1y2v1nf9l _1y2v1nf5y _1y2v1nf9f _1y2v1nf2o"
27
27
  }, c = "c6dmsu8";
@@ -9,11 +9,11 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- container: ()=>v,
13
- fullWidth: ()=>n,
12
+ container: ()=>o,
13
+ fullWidth: ()=>v,
14
14
  inverseBackground: ()=>a,
15
15
  responsiveLayout: ()=>e
16
16
  });
17
17
  require("./sprinkles.css.ts.vanilla.js");
18
18
  require("./responsive-layout.css.ts.vanilla.js");
19
- var v = "_1y2v1nf7d", n = "_17lofg75 _1y2v1nf7d", a = "_1y2v1nf2l", e = "_17lofg73";
19
+ var o = "_1y2v1nf7n", v = "_17lofg75 _1y2v1nf7n", a = "_1y2v1nf2q", e = "_17lofg73";
@@ -8,4 +8,4 @@ Object.defineProperty(exports, "screenReaderOnly", {
8
8
  });
9
9
  require("./sprinkles.css.ts.vanilla.js");
10
10
  require("./screen-reader-only.css.ts.vanilla.js");
11
- var y = "gwdgwo1 _1y2v1nf5t _1y2v1nf67 _1y2v1nf6l _1y2v1nf6z _1y2v1nf52 _1y2v1nf9c _1y2v1nf94";
11
+ var y = "gwdgwo1 _1y2v1nf63 _1y2v1nf6h _1y2v1nf6v _1y2v1nf79 _1y2v1nf5c _1y2v1nf9m _1y2v1nf9e";
@@ -9,30 +9,30 @@ function _export(target, all) {
9
9
  });
10
10
  }
11
11
  _export(exports, {
12
- arrowDown: ()=>n,
12
+ arrowDown: ()=>_,
13
13
  menuItem: ()=>f,
14
14
  menuItemSelected: ()=>i,
15
15
  optionsAnimationsVariants: ()=>y,
16
- optionsContainer: ()=>s,
17
- selectContainerVariants: ()=>a,
18
- selectTextVariants: ()=>t,
16
+ optionsContainer: ()=>a,
17
+ selectContainerVariants: ()=>s,
18
+ selectTextVariants: ()=>e,
19
19
  selectVariants: ()=>p,
20
20
  vars: ()=>r
21
21
  });
22
22
  require("./sprinkles.css.ts.vanilla.js");
23
23
  require("./select.css.ts.vanilla.js");
24
- var n = "_1sqpivvo _1y2v1nf52 _1y2v1nfab", f = "_1sqpivvq _1y2v1nf6q _1y2v1nf74 _1y2v1nf5w _1y2v1nf6a _1y2v1nf1m _1y2v1nf56 _1y2v1nf5l _1y2v1nf9b _1y2v1nf83", i = "_1y2v1nf2p", y = {
24
+ var _ = "_1sqpivvo _1y2v1nf5c _1y2v1nfal", f = "_1sqpivvq _1y2v1nf70 _1y2v1nf7e _1y2v1nf66 _1y2v1nf6k _1y2v1nf1n _1y2v1nf5g _1y2v1nf5v _1y2v1nf9l _1y2v1nf8d", i = "_1y2v1nf2u", y = {
25
25
  show: "_1sqpivv7",
26
26
  hide: "_1sqpivv8"
27
- }, s = "_1sqpivv6 _1y2v1nf5t _1y2v1nf67 _1y2v1nf6l _1y2v1nf6z _1y2v1nf52 _1y2v1nf98 _1y2v1nf2k", a = {
28
- default: "_1sqpivvd _1sqpivvc _1y2v1nf51",
29
- fullWidth: "_1sqpivve _1sqpivvc _1y2v1nf51"
30
- }, t = {
31
- default: "_1sqpivvl _1sqpivvk _1y2v1nf52 _1y2v1nf9c _1y2v1nf91 _1y2v1nf1m",
32
- disabled: "_1sqpivvm _1sqpivvk _1y2v1nf52 _1y2v1nf9c _1y2v1nf91 _1y2v1nf1m"
27
+ }, a = "_1sqpivv6 _1y2v1nf63 _1y2v1nf6h _1y2v1nf6v _1y2v1nf79 _1y2v1nf5c _1y2v1nf9i _1y2v1nf2p", s = {
28
+ default: "_1sqpivvd _1sqpivvc _1y2v1nf5b",
29
+ fullWidth: "_1sqpivve _1sqpivvc _1y2v1nf5b"
30
+ }, e = {
31
+ default: "_1sqpivvl _1sqpivvk _1y2v1nf5c _1y2v1nf9m _1y2v1nf9b _1y2v1nf1n",
32
+ disabled: "_1sqpivvm _1sqpivvk _1y2v1nf5c _1y2v1nf9m _1y2v1nf9b _1y2v1nf1n"
33
33
  }, p = {
34
- default: "_1sqpivvh _1sqpivvg _1y2v1nf94 _1y2v1nf1m _1y2v1nf50 _1y2v1nf7d _1y2v1nf7t",
35
- disabled: "_1sqpivvi _1sqpivvg _1y2v1nf94 _1y2v1nf1m _1y2v1nf50 _1y2v1nf7d _1y2v1nf7t"
34
+ default: "_1sqpivvh _1sqpivvg _1y2v1nf9e _1y2v1nf1n _1y2v1nf5a _1y2v1nf7n _1y2v1nf83",
35
+ disabled: "_1sqpivvi _1sqpivvg _1y2v1nf9e _1y2v1nf1n _1y2v1nf5a _1y2v1nf7n _1y2v1nf83"
36
36
  }, r = {
37
37
  top: "var(--_1sqpivv0)",
38
38
  left: "var(--_1sqpivv1)",
package/dist/select.js CHANGED
@@ -118,171 +118,171 @@ function _objectSpreadProps(target, source) {
118
118
  return target;
119
119
  }
120
120
  const ut = (param)=>{
121
- let { id: le , label: h , helperText: ae , value: k , onChangeValue: _ , name: i , fullWidth: V , options: d , optional: D , disabled: ue , error: de , onBlur: M , autoFocus: $ = !1 , native: fe } = param;
122
- var Y, ee, te;
123
- const g = _react.useRef(null), f = _react.useRef(null), T = _react.useRef(null), I = _react.useRef(null), N = _react.useRef(/* @__PURE__ */ new Map()), [c, pe] = _react.useState(), [H, q] = _react.useState(!1), [j, z] = _react.useState(!1), [K, y] = _react.useState(!1), [u, F] = _react.useState({}), [x, P] = _react.useState(), G = _react.useRef(null), Z = (0, _hooksJs.useAriaId)(le), { rawValues: me , setRawValue: W , setValue: B , formStatus: he , formErrors: U , setFormError: ge , register: L } = (0, _formContextJs.useForm)(), { platformOverrides: X } = (0, _hooksJs.useTheme)(), Te = fe || process.env.NODE_ENV === "test" || (0, _platformJs.isAndroid)(X) || (0, _platformJs.isIos)(X), E = ue || he === "sending", A = de || !!U[i], J = U[i] || ae, o = k != null ? k : me[i], R = (e)=>{
124
- _ == null || _(e), ge({
121
+ let { id: le , label: h , helperText: ae , value: _ , onChangeValue: V , name: i , fullWidth: D , options: d , optional: M , disabled: ue , error: de , onBlur: H , autoFocus: q = !1 , native: fe } = param;
122
+ var ee, te, ne;
123
+ const g = _react.useRef(null), f = _react.useRef(null), T = _react.useRef(null), I = _react.useRef(null), N = _react.useRef(/* @__PURE__ */ new Map()), [c, pe] = _react.useState(), [F, j] = _react.useState(!1), [z, K] = _react.useState(!1), [U, y] = _react.useState(!1), [u, P] = _react.useState({}), [x, G] = _react.useState(), Z = _react.useRef(null), W = (0, _hooksJs.useAriaId)(le), { rawValues: me , setRawValue: B , setValue: L , formStatus: he , formErrors: X , setFormError: ge , register: $ } = (0, _formContextJs.useForm)(), { platformOverrides: J } = (0, _hooksJs.useTheme)(), Te = fe || process.env.NODE_ENV === "test" || (0, _platformJs.isAndroid)(J) || (0, _platformJs.isIos)(J), E = ue || he === "sending", A = de || !!X[i], Q = X[i] || ae, o = _ != null ? _ : me[i], R = (e)=>{
124
+ V == null || V(e), ge({
125
125
  name: i,
126
126
  error: ""
127
- }), W({
127
+ }), B({
128
128
  name: i,
129
129
  value: e
130
- }), B({
130
+ }), L({
131
131
  name: i,
132
132
  value: e
133
133
  });
134
- }, w = (e)=>{
134
+ }, S = (e)=>{
135
135
  if (e) {
136
136
  if (T != null && T.current) {
137
- const { top: r , width: O , left: S , height: v } = T.current.getBoundingClientRect(), p = r + v, ne = Math.min(d.length, 8) * 48 + 16;
138
- if (p + ne + 12 > window.innerHeight) {
139
- const Se = window.innerHeight - p;
140
- if (r > Se) {
141
- const ye = r - ne;
142
- F({
143
- minWidth: O,
144
- left: S,
137
+ const { top: s , width: w , left: O , height: b } = T.current.getBoundingClientRect(), p = s + b, v = Math.min(d.length, 8) * 48 + 16;
138
+ if (p + v + 12 > window.innerHeight) {
139
+ const Oe = window.innerHeight - p;
140
+ if (s > Oe) {
141
+ const ye = s - v;
142
+ P({
143
+ minWidth: w,
144
+ left: O,
145
145
  top: Math.max(ye, 12),
146
- maxHeight: r - 12,
146
+ maxHeight: Math.min(s - 12, v),
147
147
  transformOrigin: "center bottom"
148
148
  });
149
- } else F({
150
- minWidth: O,
149
+ } else P({
150
+ minWidth: w,
151
151
  top: p,
152
- left: S,
152
+ left: O,
153
153
  maxHeight: window.innerHeight - p - 12,
154
154
  transformOrigin: "center top"
155
155
  });
156
- } else F({
157
- minWidth: O,
156
+ } else P({
157
+ minWidth: w,
158
158
  top: p,
159
- left: S,
160
- maxHeight: void 0,
159
+ left: O,
160
+ maxHeight: v,
161
161
  transformOrigin: "center top"
162
162
  });
163
163
  }
164
- q(!0), requestAnimationFrame(()=>{
165
- G.current && I.current && "scrollTop" in I.current && (I.current.scrollTop = G.current), z(!0);
166
- }), P(c != null ? c : o);
167
- } else z(!1), q(!1), P(void 0);
168
- }, Q = (e)=>{
164
+ j(!0), requestAnimationFrame(()=>{
165
+ Z.current && I.current && "scrollTop" in I.current && (I.current.scrollTop = Z.current), K(!0);
166
+ }), G(c != null ? c : o);
167
+ } else K(!1), j(!1), G(void 0);
168
+ }, Y = (e)=>{
169
169
  var t;
170
- G.current = (t = I.current) == null ? void 0 : t.scrollTop, w(!1), R && typeof e == "string" && R(e), typeof o > "u" && pe(e);
170
+ Z.current = (t = I.current) == null ? void 0 : t.scrollTop, S(!1), R && typeof e == "string" && R(e), typeof o > "u" && pe(e);
171
171
  }, Ie = (e)=>{
172
172
  var n;
173
173
  const t = (n = I.current) == null ? void 0 : n.getBoundingClientRect();
174
174
  if (t && e && N.current.has(e)) {
175
- const l = N.current.get(e), r = l == null ? void 0 : l.getBoundingClientRect();
176
- if (r && r.top + r.height / 2 >= t.top + t.height) {
175
+ const l = N.current.get(e), s = l == null ? void 0 : l.getBoundingClientRect();
176
+ if (s && s.top + s.height / 2 >= t.top + t.height) {
177
177
  l == null || l.scrollIntoView();
178
178
  return;
179
179
  }
180
- r && r.top + r.height / 2 <= t.top && (l == null || l.scrollIntoView(!1));
180
+ s && s.top + s.height / 2 <= t.top && (l == null || l.scrollIntoView(!1));
181
181
  }
182
182
  }, xe = f.current, Ee = g.current;
183
183
  _react.useEffect(()=>{
184
- W({
184
+ B({
185
185
  name: i,
186
186
  value: o
187
- }), B({
187
+ }), L({
188
188
  name: i,
189
189
  value: o
190
190
  });
191
191
  }, [
192
192
  i,
193
- W,
194
193
  B,
194
+ L,
195
195
  o
196
- ]), _react.useEffect(()=>(L(i, {
196
+ ]), _react.useEffect(()=>($(i, {
197
197
  input: g.current,
198
198
  focusableElement: f.current
199
199
  }), ()=>{
200
- L(i, {
200
+ $(i, {
201
201
  input: null,
202
202
  focusableElement: null
203
203
  });
204
204
  }), [
205
205
  i,
206
- L,
206
+ $,
207
207
  f,
208
208
  g,
209
209
  xe,
210
210
  Ee
211
211
  ]), _react.useEffect(()=>{
212
212
  const e = (n)=>{
213
- var O, S;
214
- const r = {
213
+ var w, O;
214
+ const s = {
215
215
  [_keyCodesJs.UP]: -1,
216
216
  [_keyCodesJs.DOWN]: 1
217
217
  }[n.keyCode];
218
- if (r) {
218
+ if (s) {
219
219
  (0, _domJs.cancelEvent)(n);
220
- const v = (S = (O = d[d.findIndex((param)=>{
220
+ const b = (O = (w = d[d.findIndex((param)=>{
221
221
  let { value: p } = param;
222
222
  return p === x;
223
- }) + r]) == null ? void 0 : O.value) != null ? S : x;
224
- P(v), Ie(v);
223
+ }) + s]) == null ? void 0 : w.value) != null ? O : x;
224
+ G(b), Ie(b);
225
225
  }
226
226
  }, t = (n)=>{
227
- H && (n.keyCode === _keyCodesJs.TAB && (0, _domJs.cancelEvent)(n), n.keyCode === _keyCodesJs.ESC && w(!1), (n.keyCode === _keyCodesJs.ENTER || n.keyCode === _keyCodesJs.SPACE) && ((0, _domJs.cancelEvent)(n), d.findIndex((param)=>{
227
+ F && (n.keyCode === _keyCodesJs.TAB && (0, _domJs.cancelEvent)(n), n.keyCode === _keyCodesJs.ESC && S(!1), (n.keyCode === _keyCodesJs.ENTER || n.keyCode === _keyCodesJs.SPACE) && ((0, _domJs.cancelEvent)(n), d.findIndex((param)=>{
228
228
  let { value: l } = param;
229
229
  return l === x;
230
- }) !== -1 && x !== c && Q(x), w(!1))), j && e(n);
230
+ }) !== -1 && x !== c && Y(x), S(!1))), z && e(n);
231
231
  };
232
232
  return document.addEventListener("keydown", t, !1), ()=>{
233
233
  document.removeEventListener("keydown", t, !1);
234
234
  };
235
235
  }), _react.useEffect(()=>{
236
- $ && f.current && f.current.focus();
236
+ q && f.current && f.current.focus();
237
237
  }, [
238
- $
238
+ q
239
239
  ]);
240
- const we = (e)=>{
240
+ const Se = (e)=>{
241
241
  var t;
242
242
  return e ? (t = d.find((param)=>{
243
243
  let { value: n } = param;
244
244
  return n === e;
245
245
  })) == null ? void 0 : t.text : "";
246
- }, Oe = {
246
+ }, we = {
247
247
  tabIndex: 0,
248
248
  onFocus: ()=>y(!0),
249
249
  onBlur: ()=>y(!1),
250
250
  onClick: ()=>{
251
- w(!0), y(!0);
251
+ S(!0), y(!0);
252
252
  },
253
253
  onKeyDown: (e)=>{
254
- !H && (e.keyCode === _keyCodesJs.SPACE || e.keyCode === _keyCodesJs.ENTER) && ((0, _domJs.cancelEvent)(e), w(!0));
254
+ !F && (e.keyCode === _keyCodesJs.SPACE || e.keyCode === _keyCodesJs.ENTER) && ((0, _domJs.cancelEvent)(e), S(!0));
255
255
  }
256
256
  };
257
257
  return Te ? /* @__PURE__ */ (0, _jsxRuntimeJs.jsxs)(_textFieldComponentsJs.FieldContainer, {
258
258
  disabled: E,
259
259
  helperText: /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)(_textFieldComponentsJs.HelperText, {
260
260
  error: A,
261
- leftText: J
261
+ leftText: Q
262
262
  }),
263
263
  fieldRef: T,
264
- fullWidth: V,
264
+ fullWidth: D,
265
265
  children: [
266
266
  h && /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)(_textFieldComponentsJs.Label, {
267
267
  error: A,
268
- forId: Z,
269
- inputState: K ? "focused" : ((ee = o != null ? o : c) != null ? ee : (Y = g.current) == null ? void 0 : Y.value) ? "filled" : "default",
270
- optional: D,
268
+ forId: W,
269
+ inputState: U ? "focused" : ((te = o != null ? o : c) != null ? te : (ee = g.current) == null ? void 0 : ee.value) ? "filled" : "default",
270
+ optional: M,
271
271
  children: h
272
272
  }),
273
273
  /* @__PURE__ */ (0, _jsxRuntimeJs.jsxs)("select", {
274
274
  className: _selectCssMisticaJs.selectVariants[E ? "disabled" : "default"],
275
- id: Z,
275
+ id: W,
276
276
  "aria-invalid": !!A,
277
277
  value: o,
278
- required: !D,
278
+ required: !M,
279
279
  disabled: E,
280
280
  onChange: (e)=>{
281
281
  R && R(e.target.value);
282
282
  },
283
283
  onFocus: ()=>y(!0),
284
284
  onBlur: (e)=>{
285
- y(!1), M == null || M(e);
285
+ y(!1), H == null || H(e);
286
286
  },
287
287
  ref: (e)=>{
288
288
  [
@@ -327,29 +327,29 @@ const ut = (param)=>{
327
327
  }) : /* @__PURE__ */ (0, _jsxRuntimeJs.jsxs)(_jsxRuntimeJs.Fragment, {
328
328
  children: [
329
329
  /* @__PURE__ */ (0, _jsxRuntimeJs.jsxs)("div", _objectSpreadProps(_objectSpread({
330
- className: _selectCssMisticaJs.selectContainerVariants[V ? "fullWidth" : "default"],
330
+ className: _selectCssMisticaJs.selectContainerVariants[D ? "fullWidth" : "default"],
331
331
  role: "button",
332
332
  "aria-haspopup": "listbox",
333
333
  ref: f
334
- }, !E && Oe), {
334
+ }, !E && we), {
335
335
  children: [
336
336
  /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)(_textFieldBaseJs.TextFieldBaseAutosuggest, {
337
337
  style: {
338
338
  visibility: "hidden"
339
339
  },
340
- fullWidth: V,
340
+ fullWidth: D,
341
341
  endIcon: /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)(_iconChevronDownRegularJs.default, {
342
342
  size: 20
343
343
  }),
344
- focus: K,
344
+ focus: U,
345
345
  label: h,
346
346
  value: o,
347
347
  shrinkLabel: !!(o || c),
348
348
  name: i,
349
- helperText: J,
350
- required: !D,
349
+ helperText: Q,
350
+ required: !M,
351
351
  disabled: E,
352
- id: Z,
352
+ id: W,
353
353
  error: A,
354
354
  inputRef: g,
355
355
  fieldRef: T
@@ -359,13 +359,13 @@ const ut = (param)=>{
359
359
  style: {
360
360
  top: h ? 27 : 17
361
361
  },
362
- children: we(o != null ? o : c)
362
+ children: Se(o != null ? o : c)
363
363
  })
364
364
  ]
365
365
  })),
366
- H && /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)(_overlayJs.default, {
366
+ F && /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)(_overlayJs.default, {
367
367
  onPress: (e)=>{
368
- w(!1), (0, _domJs.cancelEvent)(e);
368
+ S(!1), (0, _domJs.cancelEvent)(e);
369
369
  },
370
370
  disableScroll: !0,
371
371
  children: /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("ul", {
@@ -374,10 +374,10 @@ const ut = (param)=>{
374
374
  [_selectCssMisticaJs.vars.left]: u.left ? `${u.left}px` : "",
375
375
  [_selectCssMisticaJs.vars.maxHeight]: u.maxHeight ? `${u.maxHeight}px` : "",
376
376
  [_selectCssMisticaJs.vars.minWidth]: u.minWidth ? `${u.minWidth}px` : "",
377
- [_selectCssMisticaJs.vars.transformOrigin]: (te = u.transformOrigin) != null ? te : ""
377
+ [_selectCssMisticaJs.vars.transformOrigin]: (ne = u.transformOrigin) != null ? ne : ""
378
378
  }),
379
379
  onPointerDown: _domJs.cancelEvent,
380
- className: (0, _classnames.default)(_selectCssMisticaJs.optionsContainer, j ? _selectCssMisticaJs.optionsAnimationsVariants.show : _selectCssMisticaJs.optionsAnimationsVariants.hide),
380
+ className: (0, _classnames.default)(_selectCssMisticaJs.optionsContainer, z ? _selectCssMisticaJs.optionsAnimationsVariants.show : _selectCssMisticaJs.optionsAnimationsVariants.hide),
381
381
  role: "listbox",
382
382
  ref: I,
383
383
  children: d.map((param)=>/* @__PURE__ */ {
@@ -390,7 +390,7 @@ const ut = (param)=>{
390
390
  [_selectCssMisticaJs.menuItemSelected]: e === x || e === (c != null ? c : o)
391
391
  }),
392
392
  onPointerDown: _domJs.cancelEvent,
393
- onClick: ()=>Q(e),
393
+ onClick: ()=>Y(e),
394
394
  ref: (n)=>{
395
395
  n ? N.current.set(e, n) : N.current.delete(e);
396
396
  },
@@ -4,6 +4,7 @@ type SkeletonBaseProps = {
4
4
  height?: string | number;
5
5
  radius?: string | number;
6
6
  className?: string;
7
+ noBorderRadius?: boolean;
7
8
  };
8
- declare const SkeletonBase: ({ width, height, radius, className, }: SkeletonBaseProps) => JSX.Element;
9
+ declare const SkeletonBase: ({ width, height, radius, className, noBorderRadius, }: SkeletonBaseProps) => JSX.Element;
9
10
  export default SkeletonBase;
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  });
5
5
  Object.defineProperty(exports, "default", {
6
6
  enumerable: true,
7
- get: ()=>f
7
+ get: ()=>v
8
8
  });
9
9
  const _themeVariantContextJs = require("./theme-variant-context.js");
10
10
  const _classnames = /*#__PURE__*/ _interopRequireDefault(require("classnames"));
@@ -16,15 +16,15 @@ function _interopRequireDefault(obj) {
16
16
  default: obj
17
17
  };
18
18
  }
19
- const f = (param)=>{
20
- let { width: e = "100%" , height: o = 8 , radius: s = 8 , className: a } = param;
21
- const n = (0, _themeVariantContextJs.useIsInverseVariant)();
19
+ const v = (param)=>{
20
+ let { width: e = "100%" , height: o = 8 , radius: s = 8 , className: a , noBorderRadius: n = !1 } = param;
21
+ const t = (0, _themeVariantContextJs.useIsInverseVariant)();
22
22
  return /* @__PURE__ */ (0, _jsxRuntimeJs.jsx)("div", {
23
23
  className: (0, _classnames.default)(a, (0, _sprinklesCssMisticaJs.sprinkles)({
24
- background: n ? _skinContractCssMisticaJs.vars.colors.backgroundSkeletonInverse : _skinContractCssMisticaJs.vars.colors.backgroundSkeleton
24
+ background: t ? _skinContractCssMisticaJs.vars.colors.backgroundSkeletonInverse : _skinContractCssMisticaJs.vars.colors.backgroundSkeleton
25
25
  })),
26
26
  style: {
27
- borderRadius: s,
27
+ borderRadius: n ? 0 : s,
28
28
  width: e,
29
29
  height: o
30
30
  },
@@ -11,9 +11,9 @@ function _export(target, all) {
11
11
  _export(exports, {
12
12
  animation: ()=>o,
13
13
  circle: ()=>r,
14
- line: ()=>f,
15
- row: ()=>y
14
+ line: ()=>y,
15
+ row: ()=>f
16
16
  });
17
17
  require("./sprinkles.css.ts.vanilla.js");
18
18
  require("./skeletons.css.ts.vanilla.js");
19
- var o = "zopolw2 _1y2v1nf58", r = "_1y2v1nf5o _1y2v1nf5q", f = "zopolw6 _1y2v1nf5p", y = "_1y2v1nf56 _1y2v1nf5l _1y2v1nf5f";
19
+ var o = "zopolw2 _1y2v1nf5i", r = "_1y2v1nf5y _1y2v1nf60", y = "zopolw6 _1y2v1nf5z", f = "_1y2v1nf5g _1y2v1nf5v _1y2v1nf5p";
@@ -19,6 +19,7 @@ type SkeletonRectangleProps = {
19
19
  dataAttributes?: DataAttributes;
20
20
  width?: number | string;
21
21
  height?: number | string;
22
+ noBorderRadius?: boolean;
22
23
  };
23
- export declare const SkeletonRectangle: ({ width, height, ariaLabel, dataAttributes, }: SkeletonRectangleProps) => JSX.Element;
24
+ export declare const SkeletonRectangle: ({ width, height, ariaLabel, dataAttributes, noBorderRadius, }: SkeletonRectangleProps) => JSX.Element;
24
25
  export {};