@streamplace/components 0.9.0 → 0.9.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 (150) hide show
  1. package/dist/components/chat/chat-box.d.ts.map +1 -1
  2. package/dist/components/chat/chat-box.js +90 -34
  3. package/dist/components/chat/chat-box.js.map +1 -1
  4. package/dist/components/chat/chat-message.d.ts +4 -0
  5. package/dist/components/chat/chat-message.d.ts.map +1 -1
  6. package/dist/components/chat/chat-message.js +3 -2
  7. package/dist/components/chat/chat-message.js.map +1 -1
  8. package/dist/components/chat/chat.d.ts.map +1 -1
  9. package/dist/components/chat/chat.js +56 -3
  10. package/dist/components/chat/chat.js.map +1 -1
  11. package/dist/components/chat/emoji-suggestions.d.ts.map +1 -1
  12. package/dist/components/chat/emoji-suggestions.js +11 -11
  13. package/dist/components/chat/emoji-suggestions.js.map +1 -1
  14. package/dist/components/chat/mention-suggestions.d.ts.map +1 -1
  15. package/dist/components/chat/mention-suggestions.js +20 -19
  16. package/dist/components/chat/mention-suggestions.js.map +1 -1
  17. package/dist/components/chat/mod-view.d.ts.map +1 -1
  18. package/dist/components/chat/mod-view.js +1 -9
  19. package/dist/components/chat/mod-view.js.map +1 -1
  20. package/dist/components/chat/system-message.d.ts +5 -1
  21. package/dist/components/chat/system-message.d.ts.map +1 -1
  22. package/dist/components/chat/system-message.js +4 -4
  23. package/dist/components/chat/system-message.js.map +1 -1
  24. package/dist/components/mobile-player/shared.d.ts +1 -1
  25. package/dist/components/mobile-player/shared.d.ts.map +1 -1
  26. package/dist/components/mobile-player/shared.js +11 -10
  27. package/dist/components/mobile-player/shared.js.map +1 -1
  28. package/dist/components/mobile-player/ui/report-modal.d.ts.map +1 -1
  29. package/dist/components/mobile-player/ui/report-modal.js +1 -1
  30. package/dist/components/mobile-player/ui/report-modal.js.map +1 -1
  31. package/dist/components/mobile-player/ui/viewer-context-menu.d.ts +1 -1
  32. package/dist/components/mobile-player/ui/viewer-context-menu.d.ts.map +1 -1
  33. package/dist/components/mobile-player/ui/viewer-context-menu.js +60 -43
  34. package/dist/components/mobile-player/ui/viewer-context-menu.js.map +1 -1
  35. package/dist/components/mobile-player/ui/viewer-loading-overlay.d.ts.map +1 -1
  36. package/dist/components/mobile-player/ui/viewer-loading-overlay.js +0 -1
  37. package/dist/components/mobile-player/ui/viewer-loading-overlay.js.map +1 -1
  38. package/dist/components/stream-notification/index.d.ts +3 -0
  39. package/dist/components/stream-notification/index.d.ts.map +1 -0
  40. package/dist/components/stream-notification/index.js +9 -0
  41. package/dist/components/stream-notification/index.js.map +1 -0
  42. package/dist/components/stream-notification/stream-notification-manager.d.ts +36 -0
  43. package/dist/components/stream-notification/stream-notification-manager.d.ts.map +1 -0
  44. package/dist/components/stream-notification/stream-notification-manager.js +96 -0
  45. package/dist/components/stream-notification/stream-notification-manager.js.map +1 -0
  46. package/dist/components/stream-notification/stream-notification.d.ts +5 -0
  47. package/dist/components/stream-notification/stream-notification.d.ts.map +1 -0
  48. package/dist/components/stream-notification/stream-notification.js +146 -0
  49. package/dist/components/stream-notification/stream-notification.js.map +1 -0
  50. package/dist/components/stream-notification/teleport-notification.d.ts +8 -0
  51. package/dist/components/stream-notification/teleport-notification.d.ts.map +1 -0
  52. package/dist/components/stream-notification/teleport-notification.js +116 -0
  53. package/dist/components/stream-notification/teleport-notification.js.map +1 -0
  54. package/dist/components/ui/button.d.ts +1 -1
  55. package/dist/components/ui/button.d.ts.map +1 -1
  56. package/dist/components/ui/button.js +7 -0
  57. package/dist/components/ui/button.js.map +1 -1
  58. package/dist/components/ui/dialog.d.ts +2 -2
  59. package/dist/components/ui/dropdown.d.ts +4 -0
  60. package/dist/components/ui/dropdown.d.ts.map +1 -1
  61. package/dist/components/ui/dropdown.js +41 -15
  62. package/dist/components/ui/dropdown.js.map +1 -1
  63. package/dist/components/ui/index.d.ts +1 -0
  64. package/dist/components/ui/index.d.ts.map +1 -1
  65. package/dist/components/ui/index.js +1 -0
  66. package/dist/components/ui/index.js.map +1 -1
  67. package/dist/components/ui/portal.d.ts +2 -0
  68. package/dist/components/ui/portal.d.ts.map +1 -0
  69. package/dist/components/ui/portal.js +5 -0
  70. package/dist/components/ui/portal.js.map +1 -0
  71. package/dist/components/ui/portal.web.d.ts +11 -0
  72. package/dist/components/ui/portal.web.d.ts.map +1 -0
  73. package/dist/components/ui/portal.web.js +22 -0
  74. package/dist/components/ui/portal.web.js.map +1 -0
  75. package/dist/components/ui/resizeable.d.ts +2 -1
  76. package/dist/components/ui/resizeable.d.ts.map +1 -1
  77. package/dist/components/ui/resizeable.js +68 -26
  78. package/dist/components/ui/resizeable.js.map +1 -1
  79. package/dist/components/ui/text.d.ts +1 -1
  80. package/dist/components/ui/view.d.ts +3 -3
  81. package/dist/index.d.ts +2 -0
  82. package/dist/index.d.ts.map +1 -1
  83. package/dist/index.js +2 -0
  84. package/dist/index.js.map +1 -1
  85. package/dist/lib/slash-commands/teleport.d.ts +4 -0
  86. package/dist/lib/slash-commands/teleport.d.ts.map +1 -0
  87. package/dist/lib/slash-commands/teleport.js +110 -0
  88. package/dist/lib/slash-commands/teleport.js.map +1 -0
  89. package/dist/lib/slash-commands.d.ts +16 -0
  90. package/dist/lib/slash-commands.d.ts.map +1 -0
  91. package/dist/lib/slash-commands.js +46 -0
  92. package/dist/lib/slash-commands.js.map +1 -0
  93. package/dist/lib/stream-notifications.d.ts +13 -0
  94. package/dist/lib/stream-notifications.d.ts.map +1 -0
  95. package/dist/lib/stream-notifications.js +46 -0
  96. package/dist/lib/stream-notifications.js.map +1 -0
  97. package/dist/lib/system-messages.d.ts +4 -8
  98. package/dist/lib/system-messages.d.ts.map +1 -1
  99. package/dist/lib/system-messages.js +38 -2
  100. package/dist/lib/system-messages.js.map +1 -1
  101. package/dist/lib/theme/atoms.d.ts +193 -193
  102. package/dist/livestream-provider/index.d.ts +7 -2
  103. package/dist/livestream-provider/index.d.ts.map +1 -1
  104. package/dist/livestream-provider/index.js +72 -4
  105. package/dist/livestream-provider/index.js.map +1 -1
  106. package/dist/livestream-store/livestream-state.d.ts +4 -1
  107. package/dist/livestream-store/livestream-state.d.ts.map +1 -1
  108. package/dist/livestream-store/livestream-store.d.ts.map +1 -1
  109. package/dist/livestream-store/livestream-store.js +3 -0
  110. package/dist/livestream-store/livestream-store.js.map +1 -1
  111. package/dist/livestream-store/websocket-consumer.d.ts.map +1 -1
  112. package/dist/livestream-store/websocket-consumer.js +30 -43
  113. package/dist/livestream-store/websocket-consumer.js.map +1 -1
  114. package/dist/streamplace-store/index.d.ts +1 -0
  115. package/dist/streamplace-store/index.d.ts.map +1 -1
  116. package/dist/streamplace-store/index.js +1 -0
  117. package/dist/streamplace-store/index.js.map +1 -1
  118. package/node-compile-cache/v22.15.0-x64-efe9a9df-0/37be0eec +0 -0
  119. package/package.json +4 -2
  120. package/src/components/chat/chat-box.tsx +126 -53
  121. package/src/components/chat/chat-message.tsx +1 -1
  122. package/src/components/chat/chat.tsx +79 -5
  123. package/src/components/chat/emoji-suggestions.tsx +27 -25
  124. package/src/components/chat/mention-suggestions.tsx +36 -33
  125. package/src/components/chat/mod-view.tsx +2 -13
  126. package/src/components/chat/system-message.tsx +14 -5
  127. package/src/components/mobile-player/shared.tsx +2 -1
  128. package/src/components/mobile-player/ui/report-modal.tsx +2 -0
  129. package/src/components/mobile-player/ui/viewer-context-menu.tsx +192 -166
  130. package/src/components/mobile-player/ui/viewer-loading-overlay.tsx +0 -1
  131. package/src/components/stream-notification/index.ts +5 -0
  132. package/src/components/stream-notification/stream-notification-manager.ts +140 -0
  133. package/src/components/stream-notification/stream-notification.tsx +227 -0
  134. package/src/components/stream-notification/teleport-notification.tsx +187 -0
  135. package/src/components/ui/button.tsx +7 -0
  136. package/src/components/ui/dropdown.tsx +96 -26
  137. package/src/components/ui/index.ts +1 -0
  138. package/src/components/ui/portal.tsx +1 -0
  139. package/src/components/ui/portal.web.tsx +37 -0
  140. package/src/components/ui/resizeable.tsx +89 -35
  141. package/src/index.tsx +3 -0
  142. package/src/lib/slash-commands/teleport.ts +136 -0
  143. package/src/lib/slash-commands.ts +65 -0
  144. package/src/lib/stream-notifications.ts +51 -0
  145. package/src/lib/system-messages.ts +52 -2
  146. package/src/livestream-provider/index.tsx +106 -3
  147. package/src/livestream-store/livestream-state.tsx +4 -0
  148. package/src/livestream-store/livestream-store.tsx +3 -0
  149. package/src/livestream-store/websocket-consumer.tsx +35 -54
  150. package/src/streamplace-store/index.tsx +1 -0
@@ -1040,55 +1040,55 @@ export declare const layout: {
1040
1040
  };
1041
1041
  export declare const borders: {
1042
1042
  width: Record<"thin" | "medium" | "thick", StyleValue>;
1043
- style: Record<"solid" | "dashed" | "dotted", StyleValue>;
1044
- color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
1043
+ style: Record<"solid" | "dotted" | "dashed", StyleValue>;
1044
+ color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
1045
1045
  top: {
1046
1046
  width: Record<"thin" | "medium" | "thick", StyleValue>;
1047
- color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
1047
+ color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
1048
1048
  };
1049
1049
  bottom: {
1050
1050
  width: Record<"thin" | "medium" | "thick", StyleValue>;
1051
- color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
1051
+ color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
1052
1052
  };
1053
1053
  left: {
1054
1054
  width: Record<"thin" | "medium" | "thick", StyleValue>;
1055
- color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
1055
+ color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
1056
1056
  };
1057
1057
  right: {
1058
1058
  width: Record<"thin" | "medium" | "thick", StyleValue>;
1059
- color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
1059
+ color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
1060
1060
  };
1061
1061
  };
1062
1062
  export declare const spacingAtoms: {
1063
- margin: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1064
- marginTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1065
- marginRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1066
- marginBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1067
- marginLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1068
- marginHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1069
- marginVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1070
- padding: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1071
- paddingTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1072
- paddingRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1073
- paddingBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1074
- paddingLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1075
- paddingHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1076
- paddingVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1063
+ margin: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1064
+ marginTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1065
+ marginRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1066
+ marginBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1067
+ marginLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1068
+ marginHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1069
+ marginVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1070
+ padding: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1071
+ paddingTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1072
+ paddingRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1073
+ paddingBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1074
+ paddingLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1075
+ paddingHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1076
+ paddingVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1077
1077
  };
1078
1078
  export declare const radiusAtoms: {
1079
- all: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
1080
- top: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
1081
- topRight: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
1082
- bottom: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
1083
- bottomRight: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
1084
- left: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
1085
- right: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
1079
+ all: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
1080
+ top: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
1081
+ topRight: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
1082
+ bottom: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
1083
+ bottomRight: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
1084
+ left: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
1085
+ right: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
1086
1086
  };
1087
- export declare const backgrounds: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
1088
- export declare const textColors: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
1087
+ export declare const backgrounds: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
1088
+ export declare const textColors: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
1089
1089
  export declare const sizes: {
1090
1090
  width: {
1091
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
1091
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
1092
1092
  0: StyleValue;
1093
1093
  1: StyleValue;
1094
1094
  3: StyleValue;
@@ -1099,6 +1099,7 @@ export declare const sizes: {
1099
1099
  4: StyleValue;
1100
1100
  8: StyleValue;
1101
1101
  10: StyleValue;
1102
+ 60: StyleValue;
1102
1103
  64: StyleValue;
1103
1104
  14: StyleValue;
1104
1105
  20: StyleValue;
@@ -1108,7 +1109,6 @@ export declare const sizes: {
1108
1109
  7: StyleValue;
1109
1110
  9: StyleValue;
1110
1111
  28: StyleValue;
1111
- 60: StyleValue;
1112
1112
  72: StyleValue;
1113
1113
  96: StyleValue;
1114
1114
  16: StyleValue;
@@ -1122,7 +1122,7 @@ export declare const sizes: {
1122
1122
  52: StyleValue;
1123
1123
  };
1124
1124
  height: {
1125
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
1125
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
1126
1126
  0: StyleValue;
1127
1127
  1: StyleValue;
1128
1128
  3: StyleValue;
@@ -1133,6 +1133,7 @@ export declare const sizes: {
1133
1133
  4: StyleValue;
1134
1134
  8: StyleValue;
1135
1135
  10: StyleValue;
1136
+ 60: StyleValue;
1136
1137
  64: StyleValue;
1137
1138
  14: StyleValue;
1138
1139
  20: StyleValue;
@@ -1142,7 +1143,6 @@ export declare const sizes: {
1142
1143
  7: StyleValue;
1143
1144
  9: StyleValue;
1144
1145
  28: StyleValue;
1145
- 60: StyleValue;
1146
1146
  72: StyleValue;
1147
1147
  96: StyleValue;
1148
1148
  16: StyleValue;
@@ -1156,7 +1156,7 @@ export declare const sizes: {
1156
1156
  52: StyleValue;
1157
1157
  };
1158
1158
  minWidth: {
1159
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
1159
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
1160
1160
  0: StyleValue;
1161
1161
  1: StyleValue;
1162
1162
  3: StyleValue;
@@ -1167,6 +1167,7 @@ export declare const sizes: {
1167
1167
  4: StyleValue;
1168
1168
  8: StyleValue;
1169
1169
  10: StyleValue;
1170
+ 60: StyleValue;
1170
1171
  64: StyleValue;
1171
1172
  14: StyleValue;
1172
1173
  20: StyleValue;
@@ -1176,7 +1177,6 @@ export declare const sizes: {
1176
1177
  7: StyleValue;
1177
1178
  9: StyleValue;
1178
1179
  28: StyleValue;
1179
- 60: StyleValue;
1180
1180
  72: StyleValue;
1181
1181
  96: StyleValue;
1182
1182
  16: StyleValue;
@@ -1190,7 +1190,7 @@ export declare const sizes: {
1190
1190
  52: StyleValue;
1191
1191
  };
1192
1192
  minHeight: {
1193
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
1193
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
1194
1194
  0: StyleValue;
1195
1195
  1: StyleValue;
1196
1196
  3: StyleValue;
@@ -1201,6 +1201,7 @@ export declare const sizes: {
1201
1201
  4: StyleValue;
1202
1202
  8: StyleValue;
1203
1203
  10: StyleValue;
1204
+ 60: StyleValue;
1204
1205
  64: StyleValue;
1205
1206
  14: StyleValue;
1206
1207
  20: StyleValue;
@@ -1210,7 +1211,6 @@ export declare const sizes: {
1210
1211
  7: StyleValue;
1211
1212
  9: StyleValue;
1212
1213
  28: StyleValue;
1213
- 60: StyleValue;
1214
1214
  72: StyleValue;
1215
1215
  96: StyleValue;
1216
1216
  16: StyleValue;
@@ -1224,7 +1224,7 @@ export declare const sizes: {
1224
1224
  52: StyleValue;
1225
1225
  };
1226
1226
  maxWidth: {
1227
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
1227
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
1228
1228
  0: StyleValue;
1229
1229
  1: StyleValue;
1230
1230
  3: StyleValue;
@@ -1235,6 +1235,7 @@ export declare const sizes: {
1235
1235
  4: StyleValue;
1236
1236
  8: StyleValue;
1237
1237
  10: StyleValue;
1238
+ 60: StyleValue;
1238
1239
  64: StyleValue;
1239
1240
  14: StyleValue;
1240
1241
  20: StyleValue;
@@ -1244,7 +1245,6 @@ export declare const sizes: {
1244
1245
  7: StyleValue;
1245
1246
  9: StyleValue;
1246
1247
  28: StyleValue;
1247
- 60: StyleValue;
1248
1248
  72: StyleValue;
1249
1249
  96: StyleValue;
1250
1250
  16: StyleValue;
@@ -1258,7 +1258,7 @@ export declare const sizes: {
1258
1258
  52: StyleValue;
1259
1259
  };
1260
1260
  maxHeight: {
1261
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
1261
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
1262
1262
  0: StyleValue;
1263
1263
  1: StyleValue;
1264
1264
  3: StyleValue;
@@ -1269,6 +1269,7 @@ export declare const sizes: {
1269
1269
  4: StyleValue;
1270
1270
  8: StyleValue;
1271
1271
  10: StyleValue;
1272
+ 60: StyleValue;
1272
1273
  64: StyleValue;
1273
1274
  14: StyleValue;
1274
1275
  20: StyleValue;
@@ -1278,7 +1279,6 @@ export declare const sizes: {
1278
1279
  7: StyleValue;
1279
1280
  9: StyleValue;
1280
1281
  28: StyleValue;
1281
- 60: StyleValue;
1282
1282
  72: StyleValue;
1283
1283
  96: StyleValue;
1284
1284
  16: StyleValue;
@@ -1301,6 +1301,7 @@ export declare const flex: {
1301
1301
  flexBasis: string;
1302
1302
  };
1303
1303
  10: StyleValue;
1304
+ 100: StyleValue;
1304
1305
  20: StyleValue;
1305
1306
  25: StyleValue;
1306
1307
  30: StyleValue;
@@ -1313,7 +1314,6 @@ export declare const flex: {
1313
1314
  75: StyleValue;
1314
1315
  80: StyleValue;
1315
1316
  90: StyleValue;
1316
- 100: StyleValue;
1317
1317
  0: StyleValue;
1318
1318
  1: StyleValue;
1319
1319
  3: StyleValue;
@@ -1341,30 +1341,30 @@ export declare const flex: {
1341
1341
  52: StyleValue;
1342
1342
  };
1343
1343
  };
1344
- export declare const opacity: Record<0 | 50 | 100 | 5 | 10 | 25 | 20 | 80 | 30 | 60 | 40 | 70 | 75 | 90 | 95, StyleValue>;
1344
+ export declare const opacity: Record<0 | 50 | 100 | 5 | 10 | 60 | 25 | 20 | 80 | 30 | 40 | 70 | 75 | 90 | 95, StyleValue>;
1345
1345
  export declare const zIndex: Record<0 | 50 | 10 | 20 | 30 | "auto" | 40, StyleValue>;
1346
1346
  export declare const overflow: Record<"visible" | "hidden" | "scroll", StyleValue>;
1347
1347
  export declare const textAlign: Record<"auto" | "center" | "left" | "right" | "justify", StyleValue>;
1348
- export declare const fontWeight: Record<"bold" | "thin" | "medium" | "black" | "extralight" | "light" | "normal" | "semibold" | "extrabold", StyleValue>;
1349
- export declare const fontSize: Record<"base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "xs" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl", StyleValue>;
1348
+ export declare const fontWeight: Record<"bold" | "normal" | "thin" | "light" | "medium" | "semibold" | "black" | "extrabold" | "extralight", StyleValue>;
1349
+ export declare const fontSize: Record<"base" | "xs" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl", StyleValue>;
1350
1350
  export declare const lineHeight: Record<3 | 5 | 6 | 4 | 8 | 10 | "none" | 7 | 9 | "normal" | "tight" | "snug" | "relaxed" | "loose", StyleValue>;
1351
1351
  export declare const letterSpacing: Record<"normal" | "tight" | "tighter" | "wide" | "wider" | "widest", StyleValue>;
1352
1352
  export declare const textTransform: Record<"none" | "uppercase" | "lowercase" | "capitalize", StyleValue>;
1353
1353
  export declare const textDecoration: Record<"none" | "underline" | "lineThrough" | "underlineLineThrough", StyleValue>;
1354
1354
  export declare const textAlignVertical: Record<"top" | "auto" | "center" | "bottom", StyleValue>;
1355
1355
  export declare const transforms: {
1356
- rotate: Record<0 | 1 | 3 | 2 | 6 | 12 | 90 | 45 | 180 | 270, StyleValue>;
1356
+ rotate: Record<0 | 1 | 3 | 2 | 6 | 12 | 180 | 90 | 45 | 270, StyleValue>;
1357
1357
  scale: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
1358
1358
  scaleX: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
1359
1359
  scaleY: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
1360
- translateX: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1361
- translateY: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1360
+ translateX: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1361
+ translateY: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1362
1362
  };
1363
1363
  export declare const position: {
1364
- top: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1365
- right: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1366
- bottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1367
- left: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1364
+ top: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1365
+ right: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1366
+ bottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1367
+ left: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1368
1368
  topLeft: (top: number, left: number) => {
1369
1369
  position: "absolute";
1370
1370
  top: number;
@@ -1394,9 +1394,9 @@ export declare const position: {
1394
1394
  };
1395
1395
  export declare const aspectRatio: Record<"video" | "wide" | "square" | "photo" | "portrait" | "ultrawide" | "1/1" | "3/2" | "4/3" | "16/9" | "21/9", StyleValue>;
1396
1396
  export declare const gap: {
1397
- row: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1398
- column: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1399
- all: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1397
+ row: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1398
+ column: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1399
+ all: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
1400
1400
  };
1401
1401
  export declare const layouts: {
1402
1402
  fullScreen: {
@@ -1865,13 +1865,13 @@ export declare const atoms: {
1865
1865
  readonly full: 999;
1866
1866
  };
1867
1867
  radius: {
1868
- all: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
1869
- top: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
1870
- topRight: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
1871
- bottom: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
1872
- bottomRight: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
1873
- left: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
1874
- right: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
1868
+ all: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
1869
+ top: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
1870
+ topRight: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
1871
+ bottom: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
1872
+ bottomRight: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
1873
+ left: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
1874
+ right: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
1875
1875
  };
1876
1876
  typography: {
1877
1877
  platform: {
@@ -2390,46 +2390,46 @@ export declare const atoms: {
2390
2390
  };
2391
2391
  borders: {
2392
2392
  width: Record<"thin" | "medium" | "thick", StyleValue>;
2393
- style: Record<"solid" | "dashed" | "dotted", StyleValue>;
2394
- color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
2393
+ style: Record<"solid" | "dotted" | "dashed", StyleValue>;
2394
+ color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
2395
2395
  top: {
2396
2396
  width: Record<"thin" | "medium" | "thick", StyleValue>;
2397
- color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
2397
+ color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
2398
2398
  };
2399
2399
  bottom: {
2400
2400
  width: Record<"thin" | "medium" | "thick", StyleValue>;
2401
- color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
2401
+ color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
2402
2402
  };
2403
2403
  left: {
2404
2404
  width: Record<"thin" | "medium" | "thick", StyleValue>;
2405
- color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
2405
+ color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
2406
2406
  };
2407
2407
  right: {
2408
2408
  width: Record<"thin" | "medium" | "thick", StyleValue>;
2409
- color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
2409
+ color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
2410
2410
  };
2411
2411
  };
2412
- backgrounds: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
2413
- textColors: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
2412
+ backgrounds: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
2413
+ textColors: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
2414
2414
  spacingAtoms: {
2415
- margin: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2416
- marginTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2417
- marginRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2418
- marginBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2419
- marginLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2420
- marginHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2421
- marginVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2422
- padding: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2423
- paddingTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2424
- paddingRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2425
- paddingBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2426
- paddingLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2427
- paddingHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2428
- paddingVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2415
+ margin: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2416
+ marginTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2417
+ marginRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2418
+ marginBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2419
+ marginLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2420
+ marginHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2421
+ marginVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2422
+ padding: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2423
+ paddingTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2424
+ paddingRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2425
+ paddingBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2426
+ paddingLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2427
+ paddingHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2428
+ paddingVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2429
2429
  };
2430
2430
  sizes: {
2431
2431
  width: {
2432
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
2432
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
2433
2433
  0: StyleValue;
2434
2434
  1: StyleValue;
2435
2435
  3: StyleValue;
@@ -2440,6 +2440,7 @@ export declare const atoms: {
2440
2440
  4: StyleValue;
2441
2441
  8: StyleValue;
2442
2442
  10: StyleValue;
2443
+ 60: StyleValue;
2443
2444
  64: StyleValue;
2444
2445
  14: StyleValue;
2445
2446
  20: StyleValue;
@@ -2449,7 +2450,6 @@ export declare const atoms: {
2449
2450
  7: StyleValue;
2450
2451
  9: StyleValue;
2451
2452
  28: StyleValue;
2452
- 60: StyleValue;
2453
2453
  72: StyleValue;
2454
2454
  96: StyleValue;
2455
2455
  16: StyleValue;
@@ -2463,7 +2463,7 @@ export declare const atoms: {
2463
2463
  52: StyleValue;
2464
2464
  };
2465
2465
  height: {
2466
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
2466
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
2467
2467
  0: StyleValue;
2468
2468
  1: StyleValue;
2469
2469
  3: StyleValue;
@@ -2474,6 +2474,7 @@ export declare const atoms: {
2474
2474
  4: StyleValue;
2475
2475
  8: StyleValue;
2476
2476
  10: StyleValue;
2477
+ 60: StyleValue;
2477
2478
  64: StyleValue;
2478
2479
  14: StyleValue;
2479
2480
  20: StyleValue;
@@ -2483,7 +2484,6 @@ export declare const atoms: {
2483
2484
  7: StyleValue;
2484
2485
  9: StyleValue;
2485
2486
  28: StyleValue;
2486
- 60: StyleValue;
2487
2487
  72: StyleValue;
2488
2488
  96: StyleValue;
2489
2489
  16: StyleValue;
@@ -2497,7 +2497,7 @@ export declare const atoms: {
2497
2497
  52: StyleValue;
2498
2498
  };
2499
2499
  minWidth: {
2500
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
2500
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
2501
2501
  0: StyleValue;
2502
2502
  1: StyleValue;
2503
2503
  3: StyleValue;
@@ -2508,6 +2508,7 @@ export declare const atoms: {
2508
2508
  4: StyleValue;
2509
2509
  8: StyleValue;
2510
2510
  10: StyleValue;
2511
+ 60: StyleValue;
2511
2512
  64: StyleValue;
2512
2513
  14: StyleValue;
2513
2514
  20: StyleValue;
@@ -2517,7 +2518,6 @@ export declare const atoms: {
2517
2518
  7: StyleValue;
2518
2519
  9: StyleValue;
2519
2520
  28: StyleValue;
2520
- 60: StyleValue;
2521
2521
  72: StyleValue;
2522
2522
  96: StyleValue;
2523
2523
  16: StyleValue;
@@ -2531,7 +2531,7 @@ export declare const atoms: {
2531
2531
  52: StyleValue;
2532
2532
  };
2533
2533
  minHeight: {
2534
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
2534
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
2535
2535
  0: StyleValue;
2536
2536
  1: StyleValue;
2537
2537
  3: StyleValue;
@@ -2542,6 +2542,7 @@ export declare const atoms: {
2542
2542
  4: StyleValue;
2543
2543
  8: StyleValue;
2544
2544
  10: StyleValue;
2545
+ 60: StyleValue;
2545
2546
  64: StyleValue;
2546
2547
  14: StyleValue;
2547
2548
  20: StyleValue;
@@ -2551,7 +2552,6 @@ export declare const atoms: {
2551
2552
  7: StyleValue;
2552
2553
  9: StyleValue;
2553
2554
  28: StyleValue;
2554
- 60: StyleValue;
2555
2555
  72: StyleValue;
2556
2556
  96: StyleValue;
2557
2557
  16: StyleValue;
@@ -2565,7 +2565,7 @@ export declare const atoms: {
2565
2565
  52: StyleValue;
2566
2566
  };
2567
2567
  maxWidth: {
2568
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
2568
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
2569
2569
  0: StyleValue;
2570
2570
  1: StyleValue;
2571
2571
  3: StyleValue;
@@ -2576,6 +2576,7 @@ export declare const atoms: {
2576
2576
  4: StyleValue;
2577
2577
  8: StyleValue;
2578
2578
  10: StyleValue;
2579
+ 60: StyleValue;
2579
2580
  64: StyleValue;
2580
2581
  14: StyleValue;
2581
2582
  20: StyleValue;
@@ -2585,7 +2586,6 @@ export declare const atoms: {
2585
2586
  7: StyleValue;
2586
2587
  9: StyleValue;
2587
2588
  28: StyleValue;
2588
- 60: StyleValue;
2589
2589
  72: StyleValue;
2590
2590
  96: StyleValue;
2591
2591
  16: StyleValue;
@@ -2599,7 +2599,7 @@ export declare const atoms: {
2599
2599
  52: StyleValue;
2600
2600
  };
2601
2601
  maxHeight: {
2602
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
2602
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
2603
2603
  0: StyleValue;
2604
2604
  1: StyleValue;
2605
2605
  3: StyleValue;
@@ -2610,6 +2610,7 @@ export declare const atoms: {
2610
2610
  4: StyleValue;
2611
2611
  8: StyleValue;
2612
2612
  10: StyleValue;
2613
+ 60: StyleValue;
2613
2614
  64: StyleValue;
2614
2615
  14: StyleValue;
2615
2616
  20: StyleValue;
@@ -2619,7 +2620,6 @@ export declare const atoms: {
2619
2620
  7: StyleValue;
2620
2621
  9: StyleValue;
2621
2622
  28: StyleValue;
2622
- 60: StyleValue;
2623
2623
  72: StyleValue;
2624
2624
  96: StyleValue;
2625
2625
  16: StyleValue;
@@ -2642,6 +2642,7 @@ export declare const atoms: {
2642
2642
  flexBasis: string;
2643
2643
  };
2644
2644
  10: StyleValue;
2645
+ 100: StyleValue;
2645
2646
  20: StyleValue;
2646
2647
  25: StyleValue;
2647
2648
  30: StyleValue;
@@ -2654,7 +2655,6 @@ export declare const atoms: {
2654
2655
  75: StyleValue;
2655
2656
  80: StyleValue;
2656
2657
  90: StyleValue;
2657
- 100: StyleValue;
2658
2658
  0: StyleValue;
2659
2659
  1: StyleValue;
2660
2660
  3: StyleValue;
@@ -2682,30 +2682,30 @@ export declare const atoms: {
2682
2682
  52: StyleValue;
2683
2683
  };
2684
2684
  };
2685
- opacity: Record<0 | 50 | 100 | 5 | 10 | 25 | 20 | 80 | 30 | 60 | 40 | 70 | 75 | 90 | 95, StyleValue>;
2685
+ opacity: Record<0 | 50 | 100 | 5 | 10 | 60 | 25 | 20 | 80 | 30 | 40 | 70 | 75 | 90 | 95, StyleValue>;
2686
2686
  zIndex: Record<0 | 50 | 10 | 20 | 30 | "auto" | 40, StyleValue>;
2687
2687
  overflow: Record<"visible" | "hidden" | "scroll", StyleValue>;
2688
2688
  textAlign: Record<"auto" | "center" | "left" | "right" | "justify", StyleValue>;
2689
- fontWeight: Record<"bold" | "thin" | "medium" | "black" | "extralight" | "light" | "normal" | "semibold" | "extrabold", StyleValue>;
2690
- fontSize: Record<"base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "xs" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl", StyleValue>;
2689
+ fontWeight: Record<"bold" | "normal" | "thin" | "light" | "medium" | "semibold" | "black" | "extrabold" | "extralight", StyleValue>;
2690
+ fontSize: Record<"base" | "xs" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl", StyleValue>;
2691
2691
  lineHeight: Record<3 | 5 | 6 | 4 | 8 | 10 | "none" | 7 | 9 | "normal" | "tight" | "snug" | "relaxed" | "loose", StyleValue>;
2692
2692
  letterSpacing: Record<"normal" | "tight" | "tighter" | "wide" | "wider" | "widest", StyleValue>;
2693
2693
  textTransform: Record<"none" | "uppercase" | "lowercase" | "capitalize", StyleValue>;
2694
2694
  textDecoration: Record<"none" | "underline" | "lineThrough" | "underlineLineThrough", StyleValue>;
2695
2695
  textAlignVertical: Record<"top" | "auto" | "center" | "bottom", StyleValue>;
2696
2696
  transforms: {
2697
- rotate: Record<0 | 1 | 3 | 2 | 6 | 12 | 90 | 45 | 180 | 270, StyleValue>;
2697
+ rotate: Record<0 | 1 | 3 | 2 | 6 | 12 | 180 | 90 | 45 | 270, StyleValue>;
2698
2698
  scale: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
2699
2699
  scaleX: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
2700
2700
  scaleY: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
2701
- translateX: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2702
- translateY: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2701
+ translateX: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2702
+ translateY: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2703
2703
  };
2704
2704
  position: {
2705
- top: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2706
- right: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2707
- bottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2708
- left: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2705
+ top: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2706
+ right: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2707
+ bottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2708
+ left: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2709
2709
  topLeft: (top: number, left: number) => {
2710
2710
  position: "absolute";
2711
2711
  top: number;
@@ -2735,9 +2735,9 @@ export declare const atoms: {
2735
2735
  };
2736
2736
  aspectRatio: Record<"video" | "wide" | "square" | "photo" | "portrait" | "ultrawide" | "1/1" | "3/2" | "4/3" | "16/9" | "21/9", StyleValue>;
2737
2737
  gap: {
2738
- row: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2739
- column: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2740
- all: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2738
+ row: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2739
+ column: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2740
+ all: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
2741
2741
  };
2742
2742
  layouts: {
2743
2743
  fullScreen: {
@@ -3207,13 +3207,13 @@ export declare const a: {
3207
3207
  readonly full: 999;
3208
3208
  };
3209
3209
  radius: {
3210
- all: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
3211
- top: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
3212
- topRight: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
3213
- bottom: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
3214
- bottomRight: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
3215
- left: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
3216
- right: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
3210
+ all: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
3211
+ top: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
3212
+ topRight: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
3213
+ bottom: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
3214
+ bottomRight: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
3215
+ left: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
3216
+ right: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
3217
3217
  };
3218
3218
  typography: {
3219
3219
  platform: {
@@ -3732,46 +3732,46 @@ export declare const a: {
3732
3732
  };
3733
3733
  borders: {
3734
3734
  width: Record<"thin" | "medium" | "thick", StyleValue>;
3735
- style: Record<"solid" | "dashed" | "dotted", StyleValue>;
3736
- color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
3735
+ style: Record<"solid" | "dotted" | "dashed", StyleValue>;
3736
+ color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
3737
3737
  top: {
3738
3738
  width: Record<"thin" | "medium" | "thick", StyleValue>;
3739
- color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
3739
+ color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
3740
3740
  };
3741
3741
  bottom: {
3742
3742
  width: Record<"thin" | "medium" | "thick", StyleValue>;
3743
- color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
3743
+ color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
3744
3744
  };
3745
3745
  left: {
3746
3746
  width: Record<"thin" | "medium" | "thick", StyleValue>;
3747
- color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
3747
+ color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
3748
3748
  };
3749
3749
  right: {
3750
3750
  width: Record<"thin" | "medium" | "thick", StyleValue>;
3751
- color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
3751
+ color: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
3752
3752
  };
3753
3753
  };
3754
- backgrounds: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
3755
- textColors: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
3754
+ backgrounds: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
3755
+ textColors: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
3756
3756
  spacingAtoms: {
3757
- margin: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3758
- marginTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3759
- marginRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3760
- marginBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3761
- marginLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3762
- marginHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3763
- marginVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3764
- padding: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3765
- paddingTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3766
- paddingRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3767
- paddingBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3768
- paddingLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3769
- paddingHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3770
- paddingVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3757
+ margin: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3758
+ marginTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3759
+ marginRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3760
+ marginBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3761
+ marginLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3762
+ marginHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3763
+ marginVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3764
+ padding: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3765
+ paddingTop: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3766
+ paddingRight: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3767
+ paddingBottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3768
+ paddingLeft: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3769
+ paddingHorizontal: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3770
+ paddingVertical: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
3771
3771
  };
3772
3772
  sizes: {
3773
3773
  width: {
3774
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
3774
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
3775
3775
  0: StyleValue;
3776
3776
  1: StyleValue;
3777
3777
  3: StyleValue;
@@ -3782,6 +3782,7 @@ export declare const a: {
3782
3782
  4: StyleValue;
3783
3783
  8: StyleValue;
3784
3784
  10: StyleValue;
3785
+ 60: StyleValue;
3785
3786
  64: StyleValue;
3786
3787
  14: StyleValue;
3787
3788
  20: StyleValue;
@@ -3791,7 +3792,6 @@ export declare const a: {
3791
3792
  7: StyleValue;
3792
3793
  9: StyleValue;
3793
3794
  28: StyleValue;
3794
- 60: StyleValue;
3795
3795
  72: StyleValue;
3796
3796
  96: StyleValue;
3797
3797
  16: StyleValue;
@@ -3805,7 +3805,7 @@ export declare const a: {
3805
3805
  52: StyleValue;
3806
3806
  };
3807
3807
  height: {
3808
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
3808
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
3809
3809
  0: StyleValue;
3810
3810
  1: StyleValue;
3811
3811
  3: StyleValue;
@@ -3816,6 +3816,7 @@ export declare const a: {
3816
3816
  4: StyleValue;
3817
3817
  8: StyleValue;
3818
3818
  10: StyleValue;
3819
+ 60: StyleValue;
3819
3820
  64: StyleValue;
3820
3821
  14: StyleValue;
3821
3822
  20: StyleValue;
@@ -3825,7 +3826,6 @@ export declare const a: {
3825
3826
  7: StyleValue;
3826
3827
  9: StyleValue;
3827
3828
  28: StyleValue;
3828
- 60: StyleValue;
3829
3829
  72: StyleValue;
3830
3830
  96: StyleValue;
3831
3831
  16: StyleValue;
@@ -3839,7 +3839,7 @@ export declare const a: {
3839
3839
  52: StyleValue;
3840
3840
  };
3841
3841
  minWidth: {
3842
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
3842
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
3843
3843
  0: StyleValue;
3844
3844
  1: StyleValue;
3845
3845
  3: StyleValue;
@@ -3850,6 +3850,7 @@ export declare const a: {
3850
3850
  4: StyleValue;
3851
3851
  8: StyleValue;
3852
3852
  10: StyleValue;
3853
+ 60: StyleValue;
3853
3854
  64: StyleValue;
3854
3855
  14: StyleValue;
3855
3856
  20: StyleValue;
@@ -3859,7 +3860,6 @@ export declare const a: {
3859
3860
  7: StyleValue;
3860
3861
  9: StyleValue;
3861
3862
  28: StyleValue;
3862
- 60: StyleValue;
3863
3863
  72: StyleValue;
3864
3864
  96: StyleValue;
3865
3865
  16: StyleValue;
@@ -3873,7 +3873,7 @@ export declare const a: {
3873
3873
  52: StyleValue;
3874
3874
  };
3875
3875
  minHeight: {
3876
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
3876
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
3877
3877
  0: StyleValue;
3878
3878
  1: StyleValue;
3879
3879
  3: StyleValue;
@@ -3884,6 +3884,7 @@ export declare const a: {
3884
3884
  4: StyleValue;
3885
3885
  8: StyleValue;
3886
3886
  10: StyleValue;
3887
+ 60: StyleValue;
3887
3888
  64: StyleValue;
3888
3889
  14: StyleValue;
3889
3890
  20: StyleValue;
@@ -3893,7 +3894,6 @@ export declare const a: {
3893
3894
  7: StyleValue;
3894
3895
  9: StyleValue;
3895
3896
  28: StyleValue;
3896
- 60: StyleValue;
3897
3897
  72: StyleValue;
3898
3898
  96: StyleValue;
3899
3899
  16: StyleValue;
@@ -3907,7 +3907,7 @@ export declare const a: {
3907
3907
  52: StyleValue;
3908
3908
  };
3909
3909
  maxWidth: {
3910
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
3910
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
3911
3911
  0: StyleValue;
3912
3912
  1: StyleValue;
3913
3913
  3: StyleValue;
@@ -3918,6 +3918,7 @@ export declare const a: {
3918
3918
  4: StyleValue;
3919
3919
  8: StyleValue;
3920
3920
  10: StyleValue;
3921
+ 60: StyleValue;
3921
3922
  64: StyleValue;
3922
3923
  14: StyleValue;
3923
3924
  20: StyleValue;
@@ -3927,7 +3928,6 @@ export declare const a: {
3927
3928
  7: StyleValue;
3928
3929
  9: StyleValue;
3929
3930
  28: StyleValue;
3930
- 60: StyleValue;
3931
3931
  72: StyleValue;
3932
3932
  96: StyleValue;
3933
3933
  16: StyleValue;
@@ -3941,7 +3941,7 @@ export declare const a: {
3941
3941
  52: StyleValue;
3942
3942
  };
3943
3943
  maxHeight: {
3944
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
3944
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
3945
3945
  0: StyleValue;
3946
3946
  1: StyleValue;
3947
3947
  3: StyleValue;
@@ -3952,6 +3952,7 @@ export declare const a: {
3952
3952
  4: StyleValue;
3953
3953
  8: StyleValue;
3954
3954
  10: StyleValue;
3955
+ 60: StyleValue;
3955
3956
  64: StyleValue;
3956
3957
  14: StyleValue;
3957
3958
  20: StyleValue;
@@ -3961,7 +3962,6 @@ export declare const a: {
3961
3962
  7: StyleValue;
3962
3963
  9: StyleValue;
3963
3964
  28: StyleValue;
3964
- 60: StyleValue;
3965
3965
  72: StyleValue;
3966
3966
  96: StyleValue;
3967
3967
  16: StyleValue;
@@ -3984,6 +3984,7 @@ export declare const a: {
3984
3984
  flexBasis: string;
3985
3985
  };
3986
3986
  10: StyleValue;
3987
+ 100: StyleValue;
3987
3988
  20: StyleValue;
3988
3989
  25: StyleValue;
3989
3990
  30: StyleValue;
@@ -3996,7 +3997,6 @@ export declare const a: {
3996
3997
  75: StyleValue;
3997
3998
  80: StyleValue;
3998
3999
  90: StyleValue;
3999
- 100: StyleValue;
4000
4000
  0: StyleValue;
4001
4001
  1: StyleValue;
4002
4002
  3: StyleValue;
@@ -4024,30 +4024,30 @@ export declare const a: {
4024
4024
  52: StyleValue;
4025
4025
  };
4026
4026
  };
4027
- opacity: Record<0 | 50 | 100 | 5 | 10 | 25 | 20 | 80 | 30 | 60 | 40 | 70 | 75 | 90 | 95, StyleValue>;
4027
+ opacity: Record<0 | 50 | 100 | 5 | 10 | 60 | 25 | 20 | 80 | 30 | 40 | 70 | 75 | 90 | 95, StyleValue>;
4028
4028
  zIndex: Record<0 | 50 | 10 | 20 | 30 | "auto" | 40, StyleValue>;
4029
4029
  overflow: Record<"visible" | "hidden" | "scroll", StyleValue>;
4030
4030
  textAlign: Record<"auto" | "center" | "left" | "right" | "justify", StyleValue>;
4031
- fontWeight: Record<"bold" | "thin" | "medium" | "black" | "extralight" | "light" | "normal" | "semibold" | "extrabold", StyleValue>;
4032
- fontSize: Record<"base" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "xs" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl", StyleValue>;
4031
+ fontWeight: Record<"bold" | "normal" | "thin" | "light" | "medium" | "semibold" | "black" | "extrabold" | "extralight", StyleValue>;
4032
+ fontSize: Record<"base" | "xs" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl", StyleValue>;
4033
4033
  lineHeight: Record<3 | 5 | 6 | 4 | 8 | 10 | "none" | 7 | 9 | "normal" | "tight" | "snug" | "relaxed" | "loose", StyleValue>;
4034
4034
  letterSpacing: Record<"normal" | "tight" | "tighter" | "wide" | "wider" | "widest", StyleValue>;
4035
4035
  textTransform: Record<"none" | "uppercase" | "lowercase" | "capitalize", StyleValue>;
4036
4036
  textDecoration: Record<"none" | "underline" | "lineThrough" | "underlineLineThrough", StyleValue>;
4037
4037
  textAlignVertical: Record<"top" | "auto" | "center" | "bottom", StyleValue>;
4038
4038
  transforms: {
4039
- rotate: Record<0 | 1 | 3 | 2 | 6 | 12 | 90 | 45 | 180 | 270, StyleValue>;
4039
+ rotate: Record<0 | 1 | 3 | 2 | 6 | 12 | 180 | 90 | 45 | 270, StyleValue>;
4040
4040
  scale: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
4041
4041
  scaleX: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
4042
4042
  scaleY: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
4043
- translateX: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4044
- translateY: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4043
+ translateX: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4044
+ translateY: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4045
4045
  };
4046
4046
  position: {
4047
- top: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4048
- right: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4049
- bottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4050
- left: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4047
+ top: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4048
+ right: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4049
+ bottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4050
+ left: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4051
4051
  topLeft: (top: number, left: number) => {
4052
4052
  position: "absolute";
4053
4053
  top: number;
@@ -4077,9 +4077,9 @@ export declare const a: {
4077
4077
  };
4078
4078
  aspectRatio: Record<"video" | "wide" | "square" | "photo" | "portrait" | "ultrawide" | "1/1" | "3/2" | "4/3" | "16/9" | "21/9", StyleValue>;
4079
4079
  gap: {
4080
- row: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4081
- column: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4082
- all: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4080
+ row: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4081
+ column: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4082
+ all: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4083
4083
  };
4084
4084
  layouts: {
4085
4085
  fullScreen: {
@@ -4130,24 +4130,24 @@ export declare const a: {
4130
4130
  };
4131
4131
  };
4132
4132
  };
4133
- export declare const bg: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
4134
- export declare const text: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "transparent" | "primary" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "destructive" | "black" | "white", StyleValue>;
4135
- export declare const m: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4136
- export declare const mt: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4137
- export declare const mr: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4138
- export declare const mb: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4139
- export declare const ml: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4140
- export declare const mx: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4141
- export declare const my: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4142
- export declare const p: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4143
- export declare const pt: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4144
- export declare const pr: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4145
- export declare const pb: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4146
- export declare const pl: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4147
- export declare const px: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4148
- export declare const py: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4133
+ export declare const bg: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
4134
+ export declare const text: Record<"success" | "red" | "green" | "blue" | "ios" | "android" | "warning" | "black" | "primary" | "destructive" | "transparent" | "slate" | "gray" | "zinc" | "neutral" | "stone" | "orange" | "amber" | "yellow" | "lime" | "emerald" | "teal" | "cyan" | "sky" | "indigo" | "violet" | "purple" | "fuchsia" | "pink" | "rose" | "white", StyleValue>;
4135
+ export declare const m: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4136
+ export declare const mt: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4137
+ export declare const mr: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4138
+ export declare const mb: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4139
+ export declare const ml: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4140
+ export declare const mx: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4141
+ export declare const my: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4142
+ export declare const p: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4143
+ export declare const pt: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4144
+ export declare const pr: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4145
+ export declare const pb: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4146
+ export declare const pl: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4147
+ export declare const px: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4148
+ export declare const py: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4149
4149
  export declare const w: {
4150
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
4150
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
4151
4151
  0: StyleValue;
4152
4152
  1: StyleValue;
4153
4153
  3: StyleValue;
@@ -4158,6 +4158,7 @@ export declare const w: {
4158
4158
  4: StyleValue;
4159
4159
  8: StyleValue;
4160
4160
  10: StyleValue;
4161
+ 60: StyleValue;
4161
4162
  64: StyleValue;
4162
4163
  14: StyleValue;
4163
4164
  20: StyleValue;
@@ -4167,7 +4168,6 @@ export declare const w: {
4167
4168
  7: StyleValue;
4168
4169
  9: StyleValue;
4169
4170
  28: StyleValue;
4170
- 60: StyleValue;
4171
4171
  72: StyleValue;
4172
4172
  96: StyleValue;
4173
4173
  16: StyleValue;
@@ -4181,7 +4181,7 @@ export declare const w: {
4181
4181
  52: StyleValue;
4182
4182
  };
4183
4183
  export declare const h: {
4184
- percent: Record<"10" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90" | "100", StyleValue>;
4184
+ percent: Record<"10" | "100" | "20" | "25" | "30" | "33" | "40" | "50" | "60" | "66" | "70" | "75" | "80" | "90", StyleValue>;
4185
4185
  0: StyleValue;
4186
4186
  1: StyleValue;
4187
4187
  3: StyleValue;
@@ -4192,6 +4192,7 @@ export declare const h: {
4192
4192
  4: StyleValue;
4193
4193
  8: StyleValue;
4194
4194
  10: StyleValue;
4195
+ 60: StyleValue;
4195
4196
  64: StyleValue;
4196
4197
  14: StyleValue;
4197
4198
  20: StyleValue;
@@ -4201,7 +4202,6 @@ export declare const h: {
4201
4202
  7: StyleValue;
4202
4203
  9: StyleValue;
4203
4204
  28: StyleValue;
4204
- 60: StyleValue;
4205
4205
  72: StyleValue;
4206
4206
  96: StyleValue;
4207
4207
  16: StyleValue;
@@ -4214,13 +4214,13 @@ export declare const h: {
4214
4214
  56: StyleValue;
4215
4215
  52: StyleValue;
4216
4216
  };
4217
- export declare const r: Record<"none" | "sm" | "md" | "lg" | "xl" | "2xl" | "3xl" | "full", StyleValue>;
4218
- export declare const top: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4219
- export declare const right: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4220
- export declare const bottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4221
- export declare const left: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4222
- export declare const rotate: Record<0 | 1 | 3 | 2 | 6 | 12 | 90 | 45 | 180 | 270, StyleValue>;
4217
+ export declare const r: Record<"none" | "sm" | "lg" | "xl" | "2xl" | "3xl" | "md" | "full", StyleValue>;
4218
+ export declare const top: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4219
+ export declare const right: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4220
+ export declare const bottom: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4221
+ export declare const left: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4222
+ export declare const rotate: Record<0 | 1 | 3 | 2 | 6 | 12 | 180 | 90 | 45 | 270, StyleValue>;
4223
4223
  export declare const scale: Record<0 | 50 | 100 | 200 | 150 | 125 | 75 | 90 | 95 | 105 | 110, StyleValue>;
4224
- export declare const translateX: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4225
- export declare const translateY: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 60 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4224
+ export declare const translateX: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4225
+ export declare const translateY: Record<0 | 1 | 3 | 2 | 5 | 6 | 11 | 4 | 8 | 10 | 60 | 64 | 14 | 20 | 12 | 24 | 80 | 7 | 9 | 28 | 72 | 96 | 16 | 36 | "auto" | 32 | 40 | 44 | 48 | 56 | 52, StyleValue>;
4226
4226
  //# sourceMappingURL=atoms.d.ts.map