@tamagui/themes 2.7.7 → 3.0.0-beta.643.1

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 (406) hide show
  1. package/dist/cjs/builder.cjs +314 -0
  2. package/dist/cjs/builder.native.cjs +332 -0
  3. package/dist/cjs/builder.native.js +334 -0
  4. package/dist/cjs/builder.native.js.map +1 -0
  5. package/dist/cjs/generated-v5-subtle.cjs +7187 -538
  6. package/dist/cjs/generated-v5-subtle.native.cjs +7221 -0
  7. package/dist/cjs/generated-v5-subtle.native.js +7204 -556
  8. package/dist/cjs/generated-v5-subtle.native.js.map +1 -1
  9. package/dist/cjs/generated-v5.cjs +7205 -538
  10. package/dist/cjs/generated-v5.native.cjs +7239 -0
  11. package/dist/cjs/generated-v5.native.js +7222 -556
  12. package/dist/cjs/generated-v5.native.js.map +1 -1
  13. package/dist/cjs/generated.cjs +1334 -0
  14. package/dist/cjs/generated.native.cjs +1353 -0
  15. package/dist/cjs/generated.native.js +1355 -0
  16. package/dist/cjs/generated.native.js.map +1 -0
  17. package/dist/cjs/index.cjs +23 -19
  18. package/dist/cjs/index.native.cjs +33 -0
  19. package/dist/cjs/index.native.js +24 -19
  20. package/dist/cjs/index.native.js.map +1 -1
  21. package/dist/cjs/tailwind-colors.cjs +314 -0
  22. package/dist/cjs/tailwind-colors.native.cjs +316 -0
  23. package/dist/cjs/tailwind-colors.native.js +318 -0
  24. package/dist/cjs/tailwind-colors.native.js.map +1 -0
  25. package/dist/cjs/themes.generate.cjs +25 -0
  26. package/dist/cjs/themes.generate.native.cjs +27 -0
  27. package/dist/cjs/themes.generate.native.js +29 -0
  28. package/dist/cjs/themes.generate.native.js.map +1 -0
  29. package/dist/cjs/tokens.cjs +39 -152
  30. package/dist/cjs/tokens.native.cjs +53 -0
  31. package/dist/cjs/tokens.native.js +40 -159
  32. package/dist/cjs/tokens.native.js.map +1 -1
  33. package/dist/cjs/utils.cjs +20 -35
  34. package/dist/cjs/utils.native.cjs +34 -0
  35. package/dist/cjs/utils.native.js +21 -38
  36. package/dist/cjs/utils.native.js.map +1 -1
  37. package/dist/cjs/v5-subtle.cjs +16 -26
  38. package/dist/cjs/v5-subtle.native.cjs +31 -0
  39. package/dist/cjs/v5-subtle.native.js +16 -25
  40. package/dist/cjs/v5-subtle.native.js.map +1 -1
  41. package/dist/cjs/v5-tokens.cjs +76 -79
  42. package/dist/cjs/v5-tokens.native.cjs +106 -0
  43. package/dist/cjs/v5-tokens.native.js +80 -82
  44. package/dist/cjs/v5-tokens.native.js.map +1 -1
  45. package/dist/cjs/v5.cjs +16 -23
  46. package/dist/cjs/v5.native.cjs +31 -0
  47. package/dist/cjs/v5.native.js +16 -22
  48. package/dist/cjs/v5.native.js.map +1 -1
  49. package/dist/esm/builder.mjs +277 -0
  50. package/dist/esm/builder.mjs.map +1 -0
  51. package/dist/esm/builder.native.js +293 -0
  52. package/dist/esm/builder.native.js.map +1 -0
  53. package/dist/esm/generated-v5-subtle.mjs +7172 -521
  54. package/dist/esm/generated-v5-subtle.mjs.map +1 -1
  55. package/dist/esm/generated-v5-subtle.native.js +7189 -540
  56. package/dist/esm/generated-v5-subtle.native.js.map +1 -1
  57. package/dist/esm/generated-v5.mjs +7190 -521
  58. package/dist/esm/generated-v5.mjs.map +1 -1
  59. package/dist/esm/generated-v5.native.js +7207 -540
  60. package/dist/esm/generated-v5.native.js.map +1 -1
  61. package/dist/esm/generated.mjs +1310 -0
  62. package/dist/esm/generated.mjs.map +1 -0
  63. package/dist/esm/generated.native.js +1327 -0
  64. package/dist/esm/generated.native.js.map +1 -0
  65. package/dist/esm/index.mjs +4 -9
  66. package/dist/esm/index.native.js +4 -9
  67. package/dist/esm/tailwind-colors.mjs +293 -0
  68. package/dist/esm/tailwind-colors.mjs.map +1 -0
  69. package/dist/esm/tailwind-colors.native.js +293 -0
  70. package/dist/esm/tailwind-colors.native.js.map +1 -0
  71. package/dist/esm/themes.generate.mjs +3 -0
  72. package/dist/esm/themes.generate.native.js +3 -0
  73. package/dist/esm/tokens.mjs +25 -129
  74. package/dist/esm/tokens.mjs.map +1 -1
  75. package/dist/esm/tokens.native.js +25 -136
  76. package/dist/esm/tokens.native.js.map +1 -1
  77. package/dist/esm/utils.mjs +9 -17
  78. package/dist/esm/utils.mjs.map +1 -1
  79. package/dist/esm/utils.native.js +9 -20
  80. package/dist/esm/utils.native.js.map +1 -1
  81. package/dist/esm/v5-subtle.mjs +2 -6
  82. package/dist/esm/v5-subtle.native.js +2 -6
  83. package/dist/esm/v5-tokens.mjs +57 -57
  84. package/dist/esm/v5-tokens.mjs.map +1 -1
  85. package/dist/esm/v5-tokens.native.js +61 -61
  86. package/dist/esm/v5-tokens.native.js.map +1 -1
  87. package/dist/esm/v5.mjs +2 -5
  88. package/dist/esm/v5.native.js +2 -5
  89. package/package.json +42 -43
  90. package/src/builder.ts +344 -0
  91. package/src/generated-v5-subtle.ts +6062 -705
  92. package/src/generated-v5.ts +6062 -705
  93. package/src/generated.ts +1474 -0
  94. package/src/index.ts +3 -0
  95. package/src/tailwind-colors.ts +292 -0
  96. package/src/themes.generate.ts +1 -0
  97. package/src/tokens.ts +29 -0
  98. package/src/utils.ts +0 -42
  99. package/src/v5-subtle.tsx +2 -4
  100. package/src/v5-tokens.ts +32 -38
  101. package/src/v5.tsx +2 -3
  102. package/types/builder.d.ts +398 -0
  103. package/types/builder.d.ts.map +1 -0
  104. package/types/generated-v5-subtle.d.ts.map +1 -1
  105. package/types/generated-v5.d.ts.map +1 -1
  106. package/types/generated.d.ts +35 -0
  107. package/types/generated.d.ts.map +1 -0
  108. package/types/index.d.ts +3 -8
  109. package/types/index.d.ts.map +1 -1
  110. package/types/tailwind-colors.d.ts +291 -0
  111. package/types/tailwind-colors.d.ts.map +1 -0
  112. package/types/themes.generate.d.ts +2 -0
  113. package/types/themes.generate.d.ts.map +1 -0
  114. package/types/tokens.d.ts +617 -1303
  115. package/types/tokens.d.ts.map +1 -1
  116. package/types/utils.d.ts +0 -19
  117. package/types/utils.d.ts.map +1 -1
  118. package/types/v5-subtle.d.ts +0 -4
  119. package/types/v5-subtle.d.ts.map +1 -1
  120. package/types/v5-tokens.d.ts +95 -101
  121. package/types/v5-tokens.d.ts.map +1 -1
  122. package/types/v5.d.ts +0 -3
  123. package/types/v5.d.ts.map +1 -1
  124. package/.turbo/turbo-build.log +0 -2
  125. package/dist/cjs/componentThemeDefinitions.cjs +0 -126
  126. package/dist/cjs/componentThemeDefinitions.native.js +0 -129
  127. package/dist/cjs/componentThemeDefinitions.native.js.map +0 -1
  128. package/dist/cjs/generated-new.cjs +0 -2025
  129. package/dist/cjs/generated-new.native.js +0 -2047
  130. package/dist/cjs/generated-new.native.js.map +0 -1
  131. package/dist/cjs/generated-v3.cjs +0 -1103
  132. package/dist/cjs/generated-v3.native.js +0 -1125
  133. package/dist/cjs/generated-v3.native.js.map +0 -1
  134. package/dist/cjs/generated-v4-tamagui.cjs +0 -937
  135. package/dist/cjs/generated-v4-tamagui.native.js +0 -959
  136. package/dist/cjs/generated-v4-tamagui.native.js.map +0 -1
  137. package/dist/cjs/generated-v4.cjs +0 -395
  138. package/dist/cjs/generated-v4.native.js +0 -417
  139. package/dist/cjs/generated-v4.native.js.map +0 -1
  140. package/dist/cjs/helpers.cjs +0 -36
  141. package/dist/cjs/helpers.native.js +0 -41
  142. package/dist/cjs/helpers.native.js.map +0 -1
  143. package/dist/cjs/opacify.cjs +0 -121
  144. package/dist/cjs/opacify.native.js +0 -129
  145. package/dist/cjs/opacify.native.js.map +0 -1
  146. package/dist/cjs/palettes.cjs +0 -54
  147. package/dist/cjs/palettes.native.js +0 -65
  148. package/dist/cjs/palettes.native.js.map +0 -1
  149. package/dist/cjs/shadows.cjs +0 -45
  150. package/dist/cjs/shadows.native.js +0 -48
  151. package/dist/cjs/shadows.native.js.map +0 -1
  152. package/dist/cjs/subtleChildrenThemes.cjs +0 -68
  153. package/dist/cjs/subtleChildrenThemes.native.js +0 -76
  154. package/dist/cjs/subtleChildrenThemes.native.js.map +0 -1
  155. package/dist/cjs/templates.cjs +0 -120
  156. package/dist/cjs/templates.native.js +0 -123
  157. package/dist/cjs/templates.native.js.map +0 -1
  158. package/dist/cjs/themes-new.cjs +0 -88
  159. package/dist/cjs/themes-new.native.js +0 -90
  160. package/dist/cjs/themes-new.native.js.map +0 -1
  161. package/dist/cjs/themes-old.cjs +0 -292
  162. package/dist/cjs/themes-old.native.js +0 -305
  163. package/dist/cjs/themes-old.native.js.map +0 -1
  164. package/dist/cjs/themes.cjs +0 -28
  165. package/dist/cjs/themes.native.js +0 -31
  166. package/dist/cjs/themes.native.js.map +0 -1
  167. package/dist/cjs/v3-themes.cjs +0 -475
  168. package/dist/cjs/v3-themes.native.js +0 -489
  169. package/dist/cjs/v3-themes.native.js.map +0 -1
  170. package/dist/cjs/v3-tokens.cjs +0 -103
  171. package/dist/cjs/v3-tokens.native.js +0 -110
  172. package/dist/cjs/v3-tokens.native.js.map +0 -1
  173. package/dist/cjs/v3.cjs +0 -54
  174. package/dist/cjs/v3.native.js +0 -57
  175. package/dist/cjs/v3.native.js.map +0 -1
  176. package/dist/cjs/v4-default.cjs +0 -169
  177. package/dist/cjs/v4-default.native.js +0 -172
  178. package/dist/cjs/v4-default.native.js.map +0 -1
  179. package/dist/cjs/v4-tamagui.cjs +0 -239
  180. package/dist/cjs/v4-tamagui.native.js +0 -245
  181. package/dist/cjs/v4-tamagui.native.js.map +0 -1
  182. package/dist/cjs/v4-tokens.cjs +0 -103
  183. package/dist/cjs/v4-tokens.native.js +0 -110
  184. package/dist/cjs/v4-tokens.native.js.map +0 -1
  185. package/dist/cjs/v4.cjs +0 -34
  186. package/dist/cjs/v4.native.js +0 -37
  187. package/dist/cjs/v4.native.js.map +0 -1
  188. package/dist/cjs/v5-templates.cjs +0 -119
  189. package/dist/cjs/v5-templates.native.js +0 -128
  190. package/dist/cjs/v5-templates.native.js.map +0 -1
  191. package/dist/cjs/v5-themes-subtle.cjs +0 -39
  192. package/dist/cjs/v5-themes-subtle.native.js +0 -42
  193. package/dist/cjs/v5-themes-subtle.native.js.map +0 -1
  194. package/dist/cjs/v5-themes.cjs +0 -415
  195. package/dist/cjs/v5-themes.native.js +0 -470
  196. package/dist/cjs/v5-themes.native.js.map +0 -1
  197. package/dist/esm/componentThemeDefinitions.mjs +0 -100
  198. package/dist/esm/componentThemeDefinitions.mjs.map +0 -1
  199. package/dist/esm/componentThemeDefinitions.native.js +0 -100
  200. package/dist/esm/componentThemeDefinitions.native.js.map +0 -1
  201. package/dist/esm/generated-new.mjs +0 -1999
  202. package/dist/esm/generated-new.mjs.map +0 -1
  203. package/dist/esm/generated-new.native.js +0 -2018
  204. package/dist/esm/generated-new.native.js.map +0 -1
  205. package/dist/esm/generated-v3.mjs +0 -1077
  206. package/dist/esm/generated-v3.mjs.map +0 -1
  207. package/dist/esm/generated-v3.native.js +0 -1096
  208. package/dist/esm/generated-v3.native.js.map +0 -1
  209. package/dist/esm/generated-v4-tamagui.mjs +0 -911
  210. package/dist/esm/generated-v4-tamagui.mjs.map +0 -1
  211. package/dist/esm/generated-v4-tamagui.native.js +0 -930
  212. package/dist/esm/generated-v4-tamagui.native.js.map +0 -1
  213. package/dist/esm/generated-v4.mjs +0 -369
  214. package/dist/esm/generated-v4.mjs.map +0 -1
  215. package/dist/esm/generated-v4.native.js +0 -388
  216. package/dist/esm/generated-v4.native.js.map +0 -1
  217. package/dist/esm/helpers.mjs +0 -9
  218. package/dist/esm/helpers.mjs.map +0 -1
  219. package/dist/esm/helpers.native.js +0 -11
  220. package/dist/esm/helpers.native.js.map +0 -1
  221. package/dist/esm/index.js +0 -9
  222. package/dist/esm/index.js.map +0 -1
  223. package/dist/esm/index.mjs.map +0 -1
  224. package/dist/esm/index.native.js.map +0 -1
  225. package/dist/esm/opacify.mjs +0 -95
  226. package/dist/esm/opacify.mjs.map +0 -1
  227. package/dist/esm/opacify.native.js +0 -100
  228. package/dist/esm/opacify.native.js.map +0 -1
  229. package/dist/esm/palettes.mjs +0 -29
  230. package/dist/esm/palettes.mjs.map +0 -1
  231. package/dist/esm/palettes.native.js +0 -37
  232. package/dist/esm/palettes.native.js.map +0 -1
  233. package/dist/esm/shadows.mjs +0 -20
  234. package/dist/esm/shadows.mjs.map +0 -1
  235. package/dist/esm/shadows.native.js +0 -20
  236. package/dist/esm/shadows.native.js.map +0 -1
  237. package/dist/esm/subtleChildrenThemes.mjs +0 -42
  238. package/dist/esm/subtleChildrenThemes.mjs.map +0 -1
  239. package/dist/esm/subtleChildrenThemes.native.js +0 -47
  240. package/dist/esm/subtleChildrenThemes.native.js.map +0 -1
  241. package/dist/esm/templates.mjs +0 -94
  242. package/dist/esm/templates.mjs.map +0 -1
  243. package/dist/esm/templates.native.js +0 -94
  244. package/dist/esm/templates.native.js.map +0 -1
  245. package/dist/esm/themes-new.mjs +0 -63
  246. package/dist/esm/themes-new.mjs.map +0 -1
  247. package/dist/esm/themes-new.native.js +0 -62
  248. package/dist/esm/themes-new.native.js.map +0 -1
  249. package/dist/esm/themes-old.mjs +0 -267
  250. package/dist/esm/themes-old.mjs.map +0 -1
  251. package/dist/esm/themes-old.native.js +0 -277
  252. package/dist/esm/themes-old.native.js.map +0 -1
  253. package/dist/esm/themes.mjs +0 -3
  254. package/dist/esm/themes.mjs.map +0 -1
  255. package/dist/esm/themes.native.js +0 -3
  256. package/dist/esm/themes.native.js.map +0 -1
  257. package/dist/esm/v3-themes.mjs +0 -445
  258. package/dist/esm/v3-themes.mjs.map +0 -1
  259. package/dist/esm/v3-themes.native.js +0 -456
  260. package/dist/esm/v3-themes.native.js.map +0 -1
  261. package/dist/esm/v3-tokens.mjs +0 -72
  262. package/dist/esm/v3-tokens.mjs.map +0 -1
  263. package/dist/esm/v3-tokens.native.js +0 -76
  264. package/dist/esm/v3-tokens.native.js.map +0 -1
  265. package/dist/esm/v3.mjs +0 -12
  266. package/dist/esm/v3.mjs.map +0 -1
  267. package/dist/esm/v3.native.js +0 -12
  268. package/dist/esm/v3.native.js.map +0 -1
  269. package/dist/esm/v4-default.mjs +0 -133
  270. package/dist/esm/v4-default.mjs.map +0 -1
  271. package/dist/esm/v4-default.native.js +0 -133
  272. package/dist/esm/v4-default.native.js.map +0 -1
  273. package/dist/esm/v4-tamagui.mjs +0 -203
  274. package/dist/esm/v4-tamagui.mjs.map +0 -1
  275. package/dist/esm/v4-tamagui.native.js +0 -206
  276. package/dist/esm/v4-tamagui.native.js.map +0 -1
  277. package/dist/esm/v4-tokens.mjs +0 -72
  278. package/dist/esm/v4-tokens.mjs.map +0 -1
  279. package/dist/esm/v4-tokens.native.js +0 -76
  280. package/dist/esm/v4-tokens.native.js.map +0 -1
  281. package/dist/esm/v4.mjs +0 -6
  282. package/dist/esm/v4.mjs.map +0 -1
  283. package/dist/esm/v4.native.js +0 -6
  284. package/dist/esm/v4.native.js.map +0 -1
  285. package/dist/esm/v5-subtle.mjs.map +0 -1
  286. package/dist/esm/v5-subtle.native.js.map +0 -1
  287. package/dist/esm/v5-templates.mjs +0 -94
  288. package/dist/esm/v5-templates.mjs.map +0 -1
  289. package/dist/esm/v5-templates.native.js +0 -100
  290. package/dist/esm/v5-templates.native.js.map +0 -1
  291. package/dist/esm/v5-themes-subtle.mjs +0 -13
  292. package/dist/esm/v5-themes-subtle.mjs.map +0 -1
  293. package/dist/esm/v5-themes-subtle.native.js +0 -13
  294. package/dist/esm/v5-themes-subtle.native.js.map +0 -1
  295. package/dist/esm/v5-themes.mjs +0 -374
  296. package/dist/esm/v5-themes.mjs.map +0 -1
  297. package/dist/esm/v5-themes.native.js +0 -426
  298. package/dist/esm/v5-themes.native.js.map +0 -1
  299. package/dist/esm/v5.mjs.map +0 -1
  300. package/dist/esm/v5.native.js.map +0 -1
  301. package/src/componentThemeDefinitions.tsx +0 -129
  302. package/src/generated-new.ts +0 -2571
  303. package/src/generated-v3.ts +0 -1826
  304. package/src/generated-v4-tamagui.ts +0 -2200
  305. package/src/generated-v4.ts +0 -1004
  306. package/src/helpers.ts +0 -44
  307. package/src/index.tsx +0 -8
  308. package/src/opacify.ts +0 -125
  309. package/src/palettes.tsx +0 -91
  310. package/src/shadows.tsx +0 -19
  311. package/src/subtleChildrenThemes.ts +0 -54
  312. package/src/templates.tsx +0 -104
  313. package/src/themes-new.ts +0 -74
  314. package/src/themes-old.tsx +0 -378
  315. package/src/themes.tsx +0 -1
  316. package/src/tokens.tsx +0 -199
  317. package/src/v3-themes.ts +0 -650
  318. package/src/v3-tokens.ts +0 -103
  319. package/src/v3.tsx +0 -12
  320. package/src/v4-default.ts +0 -191
  321. package/src/v4-tamagui.ts +0 -287
  322. package/src/v4-tokens.ts +0 -105
  323. package/src/v4.tsx +0 -4
  324. package/src/v5-templates.ts +0 -126
  325. package/src/v5-themes-subtle.ts +0 -18
  326. package/src/v5-themes.ts +0 -626
  327. package/tests/v5-themes.test.ts +0 -215
  328. package/tsconfig.json +0 -43
  329. package/types/componentThemeDefinitions.d.ts +0 -771
  330. package/types/componentThemeDefinitions.d.ts.map +0 -1
  331. package/types/generated-new.d.ts +0 -135
  332. package/types/generated-new.d.ts.map +0 -1
  333. package/types/generated-v3.d.ts +0 -144
  334. package/types/generated-v3.d.ts.map +0 -1
  335. package/types/generated-v4-tamagui.d.ts +0 -190
  336. package/types/generated-v4-tamagui.d.ts.map +0 -1
  337. package/types/generated-v4.d.ts +0 -137
  338. package/types/generated-v4.d.ts.map +0 -1
  339. package/types/helpers.d.ts +0 -24
  340. package/types/helpers.d.ts.map +0 -1
  341. package/types/opacify.d.ts +0 -9
  342. package/types/opacify.d.ts.map +0 -1
  343. package/types/palettes.d.ts +0 -21
  344. package/types/palettes.d.ts.map +0 -1
  345. package/types/shadows.d.ts +0 -15
  346. package/types/shadows.d.ts.map +0 -1
  347. package/types/subtleChildrenThemes.d.ts +0 -305
  348. package/types/subtleChildrenThemes.d.ts.map +0 -1
  349. package/types/templates.d.ts +0 -155
  350. package/types/templates.d.ts.map +0 -1
  351. package/types/themes-new.d.ts +0 -42243
  352. package/types/themes-new.d.ts.map +0 -1
  353. package/types/themes-old.d.ts +0 -51411
  354. package/types/themes-old.d.ts.map +0 -1
  355. package/types/themes.d.ts +0 -2
  356. package/types/themes.d.ts.map +0 -1
  357. package/types/v3-themes.d.ts +0 -16304
  358. package/types/v3-themes.d.ts.map +0 -1
  359. package/types/v3-tokens.d.ts +0 -184
  360. package/types/v3-tokens.d.ts.map +0 -1
  361. package/types/v3.d.ts +0 -11
  362. package/types/v3.d.ts.map +0 -1
  363. package/types/v4-default.d.ts +0 -274
  364. package/types/v4-default.d.ts.map +0 -1
  365. package/types/v4-tamagui.d.ts +0 -195
  366. package/types/v4-tamagui.d.ts.map +0 -1
  367. package/types/v4-tokens.d.ts +0 -184
  368. package/types/v4-tokens.d.ts.map +0 -1
  369. package/types/v4.d.ts +0 -5
  370. package/types/v4.d.ts.map +0 -1
  371. package/types/v5-templates.d.ts +0 -42
  372. package/types/v5-templates.d.ts.map +0 -1
  373. package/types/v5-themes-subtle.d.ts +0 -250
  374. package/types/v5-themes-subtle.d.ts.map +0 -1
  375. package/types/v5-themes.d.ts +0 -752
  376. package/types/v5-themes.d.ts.map +0 -1
  377. package/v3/index.cjs +0 -2
  378. package/v3/index.js +0 -2
  379. package/v3/index.native.cjs +0 -2
  380. package/v3/index.native.js +0 -2
  381. package/v3-themes/index.cjs +0 -2
  382. package/v3-themes/index.js +0 -2
  383. package/v3-themes/index.native.cjs +0 -2
  384. package/v3-themes/index.native.js +0 -2
  385. package/v3-themes.cjs +0 -1
  386. package/v3-themes.d.ts +0 -1
  387. package/v3.cjs +0 -1
  388. package/v3.d.ts +0 -1
  389. package/v4/index.cjs +0 -2
  390. package/v4/index.js +0 -2
  391. package/v4/index.native.cjs +0 -2
  392. package/v4/index.native.js +0 -2
  393. package/v4.cjs +0 -1
  394. package/v4.d.ts +0 -1
  395. package/v5/index.cjs +0 -2
  396. package/v5/index.js +0 -2
  397. package/v5/index.native.cjs +0 -2
  398. package/v5/index.native.js +0 -2
  399. package/v5-subtle/index.cjs +0 -2
  400. package/v5-subtle/index.js +0 -2
  401. package/v5-subtle/index.native.cjs +0 -2
  402. package/v5-subtle/index.native.js +0 -2
  403. package/v5-subtle.cjs +0 -1
  404. package/v5-subtle.d.ts +0 -1
  405. package/v5.cjs +0 -1
  406. package/v5.d.ts +0 -1
@@ -1,31 +0,0 @@
1
- "use strict";
2
-
3
- var __defProp = Object.defineProperty;
4
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
- var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __export = (target, all) => {
8
- for (var name in all) __defProp(target, name, {
9
- get: all[name],
10
- enumerable: true
11
- });
12
- };
13
- var __copyProps = (to, from, except, desc) => {
14
- if (from && typeof from === "object" || typeof from === "function") {
15
- for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
16
- get: () => from[key],
17
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
18
- });
19
- }
20
- return to;
21
- };
22
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
23
- value: true
24
- }), mod);
25
- var themes_exports = {};
26
- __export(themes_exports, {
27
- themes: () => import_generated_new.themes
28
- });
29
- module.exports = __toCommonJS(themes_exports);
30
- var import_generated_new = require("./generated-new.native.js");
31
- //# sourceMappingURL=themes.native.js.map
@@ -1 +0,0 @@
1
- {"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__toCommonJS","mod","value","themes_exports","themes","import_generated_new","module","exports","require"],"sources":["themes.native.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: true });\n};\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from === \"object\" || typeof from === \"function\") {\n for (let key of __getOwnPropNames(from))\n if (!__hasOwnProp.call(to, key) && key !== except)\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n }\n return to;\n};\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\nvar themes_exports = {};\n__export(themes_exports, {\n themes: () => import_generated_new.themes\n});\nmodule.exports = __toCommonJS(themes_exports);\nvar import_generated_new = require(\"./generated-new\");\n//# sourceMappingURL=themes.js.map\n"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,SAAS,GAAGC,MAAM,CAACC,cAAc;AACrC,IAAIC,gBAAgB,GAAGF,MAAM,CAACG,wBAAwB;AACtD,IAAIC,iBAAiB,GAAGJ,MAAM,CAACK,mBAAmB;AAClD,IAAIC,YAAY,GAAGN,MAAM,CAACO,SAAS,CAACC,cAAc;AAClD,IAAIC,QAAQ,GAAGA,CAACC,MAAM,EAAEC,GAAG,KAAK;EAC9B,KAAK,IAAIC,IAAI,IAAID,GAAG,EAClBZ,SAAS,CAACW,MAAM,EAAEE,IAAI,EAAE;IAAEC,GAAG,EAAEF,GAAG,CAACC,IAAI,CAAC;IAAEE,UAAU,EAAE;EAAK,CAAC,CAAC;AACjE,CAAC;AACD,IAAIC,WAAW,GAAGA,CAACC,EAAE,EAAEC,IAAI,EAAEC,MAAM,EAAEC,IAAI,KAAK;EAC5C,IAAIF,IAAI,IAAI,OAAOA,IAAI,KAAK,QAAQ,IAAI,OAAOA,IAAI,KAAK,UAAU,EAAE;IAClE,KAAK,IAAIG,GAAG,IAAIhB,iBAAiB,CAACa,IAAI,CAAC,EACrC,IAAI,CAACX,YAAY,CAACe,IAAI,CAACL,EAAE,EAAEI,GAAG,CAAC,IAAIA,GAAG,KAAKF,MAAM,EAC/CnB,SAAS,CAACiB,EAAE,EAAEI,GAAG,EAAE;MAAEP,GAAG,EAAEA,CAAA,KAAMI,IAAI,CAACG,GAAG,CAAC;MAAEN,UAAU,EAAE,EAAEK,IAAI,GAAGjB,gBAAgB,CAACe,IAAI,EAAEG,GAAG,CAAC,CAAC,IAAID,IAAI,CAACL;IAAW,CAAC,CAAC;EACxH;EACA,OAAOE,EAAE;AACX,CAAC;AACD,IAAIM,YAAY,GAAIC,GAAG,IAAKR,WAAW,CAAChB,SAAS,CAAC,CAAC,CAAC,EAAE,YAAY,EAAE;EAAEyB,KAAK,EAAE;AAAK,CAAC,CAAC,EAAED,GAAG,CAAC;AAC1F,IAAIE,cAAc,GAAG,CAAC,CAAC;AACvBhB,QAAQ,CAACgB,cAAc,EAAE;EACvBC,MAAM,EAAEA,CAAA,KAAMC,oBAAoB,CAACD;AACrC,CAAC,CAAC;AACFE,MAAM,CAACC,OAAO,GAAGP,YAAY,CAACG,cAAc,CAAC;AAC7C,IAAIE,oBAAoB,GAAGG,OAAO,CAAC,2BAAiB,CAAC","ignoreList":[]}
@@ -1,475 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all) __defProp(target, name, {
7
- get: all[name],
8
- enumerable: true
9
- });
10
- };
11
- var __copyProps = (to, from, except, desc) => {
12
- if (from && typeof from === "object" || typeof from === "function") {
13
- for (let key of __getOwnPropNames(from)) if (!__hasOwnProp.call(to, key) && key !== except) __defProp(to, key, {
14
- get: () => from[key],
15
- enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
16
- });
17
- }
18
- return to;
19
- };
20
- var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
- value: true
22
- }), mod);
23
- var v3_themes_exports = {};
24
- __export(v3_themes_exports, {
25
- defaultComponentThemes: () => defaultComponentThemes,
26
- defaultPalettes: () => defaultPalettes,
27
- defaultSubThemes: () => defaultSubThemes,
28
- defaultTemplates: () => defaultTemplates,
29
- themes: () => themes,
30
- tokens: () => tokens
31
- });
32
- module.exports = __toCommonJS(v3_themes_exports);
33
- var import_legacy = require("@tamagui/colors/legacy");
34
- var import_theme_builder = require("@tamagui/theme-builder");
35
- var import_web = require("@tamagui/web");
36
- var import_utils = require("./utils.cjs");
37
- var import_v3_tokens = require("./v3-tokens.cjs");
38
- const colorTokens = {
39
- light: {
40
- blue: import_legacy.blue,
41
- gray: import_legacy.gray,
42
- green: import_legacy.green,
43
- orange: import_legacy.orange,
44
- pink: import_legacy.pink,
45
- purple: import_legacy.purple,
46
- red: import_legacy.red,
47
- yellow: import_legacy.yellow
48
- },
49
- dark: {
50
- blue: import_legacy.blueDark,
51
- gray: import_legacy.grayDark,
52
- green: import_legacy.greenDark,
53
- orange: import_legacy.orangeDark,
54
- pink: import_legacy.pinkDark,
55
- purple: import_legacy.purpleDark,
56
- red: import_legacy.redDark,
57
- yellow: import_legacy.yellowDark
58
- }
59
- };
60
- const lightShadowColor = "rgba(0,0,0,0.04)";
61
- const lightShadowColorStrong = "rgba(0,0,0,0.085)";
62
- const darkShadowColor = "rgba(0,0,0,0.2)";
63
- const darkShadowColorStrong = "rgba(0,0,0,0.3)";
64
- const darkColors = {
65
- ...colorTokens.dark.blue,
66
- ...colorTokens.dark.gray,
67
- ...colorTokens.dark.green,
68
- ...colorTokens.dark.orange,
69
- ...colorTokens.dark.pink,
70
- ...colorTokens.dark.purple,
71
- ...colorTokens.dark.red,
72
- ...colorTokens.dark.yellow
73
- };
74
- const lightColors = {
75
- ...colorTokens.light.blue,
76
- ...colorTokens.light.gray,
77
- ...colorTokens.light.green,
78
- ...colorTokens.light.orange,
79
- ...colorTokens.light.pink,
80
- ...colorTokens.light.purple,
81
- ...colorTokens.light.red,
82
- ...colorTokens.light.yellow
83
- };
84
- const color = {
85
- white0: "rgba(255,255,255,0)",
86
- white075: "rgba(255,255,255,0.75)",
87
- white05: "rgba(255,255,255,0.5)",
88
- white025: "rgba(255,255,255,0.25)",
89
- black0: "rgba(10,10,10,0)",
90
- black075: "rgba(10,10,10,0.75)",
91
- black05: "rgba(10,10,10,0.5)",
92
- black025: "rgba(10,10,10,0.25)",
93
- white1: "#fff",
94
- white2: "#f8f8f8",
95
- white3: "hsl(0, 0%, 96.3%)",
96
- white4: "hsl(0, 0%, 94.1%)",
97
- white5: "hsl(0, 0%, 92.0%)",
98
- white6: "hsl(0, 0%, 90.0%)",
99
- white7: "hsl(0, 0%, 88.5%)",
100
- white8: "hsl(0, 0%, 81.0%)",
101
- white9: "hsl(0, 0%, 56.1%)",
102
- white10: "hsl(0, 0%, 50.3%)",
103
- white11: "hsl(0, 0%, 42.5%)",
104
- white12: "hsl(0, 0%, 9.0%)",
105
- black1: "#050505",
106
- black2: "#151515",
107
- black3: "#191919",
108
- black4: "#232323",
109
- black5: "#282828",
110
- black6: "#323232",
111
- black7: "#424242",
112
- black8: "#494949",
113
- black9: "#545454",
114
- black10: "#626262",
115
- black11: "#a5a5a5",
116
- black12: "#fff",
117
- ...(0, import_utils.postfixObjKeys)(lightColors, "Light"),
118
- ...(0, import_utils.postfixObjKeys)(darkColors, "Dark")
119
- };
120
- const defaultPalettes = (() => {
121
- const transparent = (hsl, opacity = 0) => hsl.replace(`%)`, `%, ${opacity})`).replace(`hsl(`, `hsla(`);
122
- const getColorPalette = (colors, accentColors) => {
123
- const colorPalette = Object.values(colors);
124
- const colorI = colorPalette.length - 4;
125
- const accentPalette = Object.values(accentColors);
126
- const accentBackground = accentPalette[0];
127
- const accentColor = accentPalette[accentPalette.length - 1];
128
- return [accentBackground, transparent(colorPalette[0], 0), transparent(colorPalette[0], 0.25), transparent(colorPalette[0], 0.5), transparent(colorPalette[0], 0.75), ...colorPalette, transparent(colorPalette[colorI], 0.75), transparent(colorPalette[colorI], 0.5), transparent(colorPalette[colorI], 0.25), transparent(colorPalette[colorI], 0), accentColor];
129
- };
130
- const brandColor = {
131
- light: color.blue4Light,
132
- dark: color.blue4Dark
133
- };
134
- const lightPalette = [brandColor.light, color.white0, color.white025, color.white05, color.white075, color.white1, color.white2, color.white3, color.white4, color.white5, color.white6, color.white7, color.white8, color.white9, color.white10, color.white11, color.white12, color.black075, color.black05, color.black025, color.black0, brandColor.dark];
135
- const darkPalette = [brandColor.dark, color.black0, color.black025, color.black05, color.black075, color.black1, color.black2, color.black3, color.black4, color.black5, color.black6, color.black7, color.black8, color.black9, color.black10, color.black11, color.black12, color.white075, color.white05, color.white025, color.white0, brandColor.light];
136
- const lightColorNames = (0, import_utils.objectKeys)(colorTokens.light);
137
- const lightPalettes = (0, import_theme_builder.objectFromEntries)(lightColorNames.map((key, index) => [`light_${key}`, getColorPalette(colorTokens.light[key], colorTokens.light[lightColorNames[(index + 1) % lightColorNames.length]])]));
138
- const darkColorNames = (0, import_utils.objectKeys)(colorTokens.dark);
139
- const darkPalettes = (0, import_theme_builder.objectFromEntries)(darkColorNames.map((key, index) => [`dark_${key}`, getColorPalette(colorTokens.dark[key], colorTokens.dark[darkColorNames[(index + 1) % darkColorNames.length]])]));
140
- const colorPalettes = {
141
- ...lightPalettes,
142
- ...darkPalettes
143
- };
144
- return {
145
- light: lightPalette,
146
- dark: darkPalette,
147
- ...colorPalettes
148
- };
149
- })();
150
- const getTemplates = () => {
151
- const getBaseTemplates = scheme => {
152
- const isLight = scheme === "light";
153
- const bgIndex = 5;
154
- const lighten = isLight ? -1 : 1;
155
- const darken = -lighten;
156
- const borderColor = bgIndex + 3;
157
- const base = {
158
- accentBackground: 0,
159
- accentColor: -0,
160
- background0: 1,
161
- background025: 2,
162
- background05: 3,
163
- background075: 4,
164
- color1: bgIndex,
165
- color2: bgIndex + 1,
166
- color3: bgIndex + 2,
167
- color4: bgIndex + 3,
168
- color5: bgIndex + 4,
169
- color6: bgIndex + 5,
170
- color7: bgIndex + 6,
171
- color8: bgIndex + 7,
172
- color9: bgIndex + 8,
173
- color10: bgIndex + 9,
174
- color11: bgIndex + 10,
175
- color12: bgIndex + 11,
176
- color0: -1,
177
- color025: -2,
178
- color05: -3,
179
- color075: -4,
180
- // the background, color, etc keys here work like generics - they make it so you
181
- // can publish components for others to use without mandating a specific color scale
182
- // the @tamagui/button Button component looks for `$background`, so you set the
183
- // dark_red_Button theme to have a stronger background than the dark_red theme.
184
- background: bgIndex,
185
- backgroundHover: bgIndex + lighten,
186
- // always lighten on hover no matter the scheme
187
- backgroundPress: bgIndex + darken,
188
- // always darken on press no matter the theme
189
- backgroundFocus: bgIndex + darken,
190
- borderColor,
191
- borderColorHover: borderColor + lighten,
192
- borderColorPress: borderColor + darken,
193
- borderColorFocus: borderColor,
194
- color: -bgIndex,
195
- colorHover: -bgIndex - 1,
196
- colorPress: -bgIndex,
197
- colorFocus: -bgIndex - 1,
198
- colorTransparent: -1,
199
- placeholderColor: -bgIndex - 3,
200
- outlineColor: -2
201
- };
202
- const surface12 = {
203
- background: base.background + 1,
204
- backgroundHover: base.backgroundHover + 1,
205
- backgroundPress: base.backgroundPress + 1,
206
- backgroundFocus: base.backgroundFocus + 1,
207
- borderColor: base.borderColor + 1,
208
- borderColorHover: base.borderColorHover + 1,
209
- borderColorFocus: base.borderColorFocus + 1,
210
- borderColorPress: base.borderColorPress + 1
211
- };
212
- const surface22 = {
213
- background: base.background + 2,
214
- backgroundHover: base.backgroundHover + 2,
215
- backgroundPress: base.backgroundPress + 2,
216
- backgroundFocus: base.backgroundFocus + 2,
217
- borderColor: base.borderColor + 2,
218
- borderColorHover: base.borderColorHover + 2,
219
- borderColorFocus: base.borderColorFocus + 2,
220
- borderColorPress: base.borderColorPress + 2
221
- };
222
- const surface32 = {
223
- background: base.background + 3,
224
- backgroundHover: base.backgroundHover + 3,
225
- backgroundPress: base.backgroundPress + 3,
226
- backgroundFocus: base.backgroundFocus + 3,
227
- borderColor: base.borderColor + 3,
228
- borderColorHover: base.borderColorHover + 3,
229
- borderColorFocus: base.borderColorFocus + 3,
230
- borderColorPress: base.borderColorPress + 3
231
- };
232
- const surfaceActiveBg = {
233
- background: base.background + 5,
234
- backgroundHover: base.background + 5,
235
- backgroundPress: base.backgroundPress + 5,
236
- backgroundFocus: base.backgroundFocus + 5
237
- };
238
- const surfaceActive = {
239
- ...surfaceActiveBg,
240
- // match border to background when active
241
- borderColor: surfaceActiveBg.background,
242
- borderColorHover: surfaceActiveBg.backgroundHover,
243
- borderColorFocus: surfaceActiveBg.backgroundFocus,
244
- borderColorPress: surfaceActiveBg.backgroundPress
245
- };
246
- const inverseSurface12 = {
247
- color: surface12.background,
248
- colorHover: surface12.backgroundHover,
249
- colorPress: surface12.backgroundPress,
250
- colorFocus: surface12.backgroundFocus,
251
- background: base.color,
252
- backgroundHover: base.colorHover,
253
- backgroundPress: base.colorPress,
254
- backgroundFocus: base.colorFocus,
255
- borderColor: base.color - 2,
256
- borderColorHover: base.color - 3,
257
- borderColorFocus: base.color - 4,
258
- borderColorPress: base.color - 5
259
- };
260
- const inverseActive = {
261
- ...inverseSurface12,
262
- background: base.color - 2,
263
- backgroundHover: base.colorHover - 2,
264
- backgroundPress: base.colorPress - 2,
265
- backgroundFocus: base.colorFocus - 2,
266
- borderColor: base.color - 2 - 2,
267
- borderColorHover: base.color - 3 - 2,
268
- borderColorFocus: base.color - 4 - 2,
269
- borderColorPress: base.color - 5 - 2
270
- };
271
- const alt1 = {
272
- color: base.color - 1,
273
- colorHover: base.colorHover - 1,
274
- colorPress: base.colorPress - 1,
275
- colorFocus: base.colorFocus - 1
276
- };
277
- const alt2 = {
278
- color: base.color - 2,
279
- colorHover: base.colorHover - 2,
280
- colorPress: base.colorPress - 2,
281
- colorFocus: base.colorFocus - 2
282
- };
283
- return {
284
- base,
285
- alt1,
286
- alt2,
287
- surface1: surface12,
288
- surface2: surface22,
289
- surface3: surface32,
290
- inverseSurface1: inverseSurface12,
291
- inverseActive,
292
- surfaceActive
293
- };
294
- };
295
- const lightTemplates = getBaseTemplates("light");
296
- const darkTemplates = getBaseTemplates("dark");
297
- const templates = {
298
- ...(0, import_theme_builder.objectFromEntries)((0, import_utils.objectKeys)(lightTemplates).map(name => [`light_${name}`, lightTemplates[name]])),
299
- ...(0, import_theme_builder.objectFromEntries)((0, import_utils.objectKeys)(darkTemplates).map(name => [`dark_${name}`, darkTemplates[name]]))
300
- };
301
- return templates;
302
- };
303
- const defaultTemplates = getTemplates();
304
- const shadows = {
305
- light: {
306
- shadowColor: lightShadowColorStrong,
307
- shadowColorHover: lightShadowColorStrong,
308
- shadowColorPress: lightShadowColor,
309
- shadowColorFocus: lightShadowColor
310
- },
311
- dark: {
312
- shadowColor: darkShadowColorStrong,
313
- shadowColorHover: darkShadowColorStrong,
314
- shadowColorPress: darkShadowColor,
315
- shadowColorFocus: darkShadowColor
316
- }
317
- };
318
- const nonInherited = {
319
- light: {
320
- ...lightColors,
321
- ...shadows.light
322
- },
323
- dark: {
324
- ...darkColors,
325
- ...shadows.dark
326
- }
327
- };
328
- const overlayThemeDefinitions = [{
329
- parent: "light",
330
- theme: {
331
- background: "rgba(0,0,0,0.5)"
332
- }
333
- }, {
334
- parent: "dark",
335
- theme: {
336
- background: "rgba(0,0,0,0.8)"
337
- }
338
- }];
339
- const inverseSurface1 = [{
340
- parent: "active",
341
- template: "inverseActive"
342
- }, {
343
- parent: "",
344
- template: "inverseSurface1"
345
- }];
346
- const surface1 = [{
347
- parent: "active",
348
- template: "surfaceActive"
349
- }, {
350
- parent: "",
351
- template: "surface1"
352
- }];
353
- const surface2 = [{
354
- parent: "active",
355
- template: "surfaceActive"
356
- }, {
357
- parent: "",
358
- template: "surface2"
359
- }];
360
- const surface3 = [{
361
- parent: "active",
362
- template: "surfaceActive"
363
- }, {
364
- parent: "",
365
- template: "surface3"
366
- }];
367
- const defaultComponentThemes = {
368
- ListItem: {
369
- template: "surface1"
370
- },
371
- SelectTrigger: surface1,
372
- Card: surface1,
373
- Button: surface3,
374
- Checkbox: surface2,
375
- Switch: surface2,
376
- SwitchThumb: inverseSurface1,
377
- TooltipContent: surface2,
378
- Progress: {
379
- template: "surface1"
380
- },
381
- RadioGroupItem: surface2,
382
- TooltipArrow: {
383
- template: "surface1"
384
- },
385
- SliderTrackActive: {
386
- template: "surface3"
387
- },
388
- SliderTrack: {
389
- template: "surface1"
390
- },
391
- SliderThumb: inverseSurface1,
392
- Tooltip: inverseSurface1,
393
- ProgressIndicator: inverseSurface1,
394
- SheetOverlay: overlayThemeDefinitions,
395
- DialogOverlay: overlayThemeDefinitions,
396
- ModalOverlay: overlayThemeDefinitions,
397
- Input: surface1,
398
- TextArea: surface1
399
- };
400
- const defaultSubThemes = {
401
- alt1: {
402
- template: "alt1"
403
- },
404
- alt2: {
405
- template: "alt2"
406
- },
407
- active: {
408
- template: "surface3"
409
- },
410
- surface1: {
411
- template: "surface1"
412
- },
413
- surface2: {
414
- template: "surface2"
415
- },
416
- surface3: {
417
- template: "surface3"
418
- },
419
- surface4: {
420
- template: "surfaceActive"
421
- }
422
- };
423
- const themeBuilder = (0, import_theme_builder.createThemeBuilder)().addPalettes(defaultPalettes).addTemplates(defaultTemplates).addThemes({
424
- light: {
425
- template: "base",
426
- palette: "light",
427
- nonInheritedValues: nonInherited.light
428
- },
429
- dark: {
430
- template: "base",
431
- palette: "dark",
432
- nonInheritedValues: nonInherited.dark
433
- }
434
- }).addChildThemes({
435
- orange: {
436
- palette: "orange",
437
- template: "base"
438
- },
439
- yellow: {
440
- palette: "yellow",
441
- template: "base"
442
- },
443
- green: {
444
- palette: "green",
445
- template: "base"
446
- },
447
- blue: {
448
- palette: "blue",
449
- template: "base"
450
- },
451
- purple: {
452
- palette: "purple",
453
- template: "base"
454
- },
455
- pink: {
456
- palette: "pink",
457
- template: "base"
458
- },
459
- red: {
460
- palette: "red",
461
- template: "base"
462
- },
463
- gray: {
464
- palette: "gray",
465
- template: "base"
466
- }
467
- }).addChildThemes(defaultSubThemes).addComponentThemes(defaultComponentThemes, {
468
- avoidNestingWithin: ["alt1", "alt2", "surface1", "surface2", "surface3", "surface4"]
469
- });
470
- const themesIn = themeBuilder.build();
471
- const themes = themesIn;
472
- const tokens = (0, import_web.createTokens)({
473
- color,
474
- ...import_v3_tokens.tokens
475
- });