@redvars/peacock 3.1.2 → 3.1.3

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 (346) hide show
  1. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/LoaderUtils.d.ts +0 -1
  2. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/LoaderUtils.js +0 -1
  3. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/LoaderUtils.js.map +1 -1
  4. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/avatar/avatar.d.ts +1 -1
  5. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/avatar/avatar.js +1 -1
  6. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/avatar/avatar.js.map +1 -1
  7. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/badge/badge.d.ts +1 -1
  8. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/badge/badge.js +1 -1
  9. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/badge/badge.js.map +1 -1
  10. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/button/button.d.ts +99 -0
  11. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/button/button.js +292 -0
  12. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/button/button.js.map +1 -0
  13. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/button/index.d.ts +1 -0
  14. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/button/index.js +2 -0
  15. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/button/index.js.map +1 -0
  16. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/clock/ClockController.d.ts +10 -0
  17. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/clock/ClockController.js +22 -0
  18. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/clock/ClockController.js.map +1 -0
  19. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/clock/clock.d.ts +4 -6
  20. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/clock/clock.js +8 -25
  21. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/clock/clock.js.map +1 -1
  22. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/code-highlighter/code-highlighter.d.ts +26 -0
  23. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/code-highlighter/code-highlighter.js +60 -0
  24. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/code-highlighter/code-highlighter.js.map +1 -0
  25. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/code-highlighter/index.d.ts +1 -0
  26. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/code-highlighter/index.js +2 -0
  27. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/code-highlighter/index.js.map +1 -0
  28. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/code-highlighter/local.d.ts +6 -0
  29. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/code-highlighter/local.js +7 -0
  30. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/code-highlighter/local.js.map +1 -0
  31. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/divider/divider.d.ts +1 -2
  32. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/divider/divider.js +1 -8
  33. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/divider/divider.js.map +1 -1
  34. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/elevation/elevation.css.d.ts +1 -0
  35. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/elevation/elevation.css.js +47 -0
  36. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/elevation/elevation.css.js.map +1 -0
  37. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/elevation/elevation.d.ts +27 -0
  38. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/elevation/elevation.js +31 -0
  39. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/elevation/elevation.js.map +1 -0
  40. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/elevation/index.d.ts +1 -0
  41. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/elevation/index.js +2 -0
  42. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/elevation/index.js.map +1 -0
  43. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/focus-ring/FocusAttachableController.d.ts +9 -0
  44. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/focus-ring/FocusAttachableController.js +25 -0
  45. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/focus-ring/FocusAttachableController.js.map +1 -0
  46. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/focus-ring/focus-ring.d.ts +35 -0
  47. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/focus-ring/focus-ring.js +81 -0
  48. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/focus-ring/focus-ring.js.map +1 -0
  49. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/focus-ring/index.d.ts +1 -0
  50. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/focus-ring/index.js +2 -0
  51. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/focus-ring/index.js.map +1 -0
  52. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/icon/icon.d.ts +3 -2
  53. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/icon/icon.js +4 -4
  54. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/icon/icon.js.map +1 -1
  55. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/index.d.ts +4 -0
  56. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/index.js +4 -0
  57. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/index.js.map +1 -1
  58. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/peacock-loader.js +24 -18
  59. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/peacock-loader.js.map +1 -1
  60. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/ripple/index.d.ts +1 -0
  61. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/ripple/index.js +2 -0
  62. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/ripple/index.js.map +1 -0
  63. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/ripple/ripple.d.ts +9 -0
  64. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/ripple/ripple.js +125 -0
  65. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/ripple/ripple.js.map +1 -0
  66. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/utils.d.ts +4 -0
  67. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/utils.js +22 -1
  68. package/.rollup.cache/E/git/redvars/peacock/components/dist/src/utils.js.map +1 -1
  69. package/.rollup.cache/E/git/redvars/peacock/components/dist/tsconfig.tsbuildinfo +1 -1
  70. package/bin/typedoc-gen.mjs +3 -4
  71. package/demo/index.html +45 -41
  72. package/dist/LoaderUtils.d.ts +23 -0
  73. package/dist/LoaderUtils.d.ts.map +1 -0
  74. package/dist/assets/styles/tokens.css +21 -53
  75. package/dist/avatar/avatar.d.ts +28 -0
  76. package/dist/avatar/avatar.d.ts.map +1 -0
  77. package/dist/avatar/index.d.ts +2 -0
  78. package/dist/avatar/index.d.ts.map +1 -0
  79. package/dist/avatar/p-avatar.d.ts +4 -0
  80. package/dist/avatar/p-avatar.d.ts.map +1 -0
  81. package/dist/avatar.js +42 -40
  82. package/dist/avatar.js.map +1 -1
  83. package/dist/badge/badge.d.ts +24 -0
  84. package/dist/badge/badge.d.ts.map +1 -0
  85. package/dist/badge/index.d.ts +2 -0
  86. package/dist/badge/index.d.ts.map +1 -0
  87. package/dist/badge/p-badge.d.ts +4 -0
  88. package/dist/badge/p-badge.d.ts.map +1 -0
  89. package/dist/badge.js +37 -36
  90. package/dist/badge.js.map +1 -1
  91. package/dist/button/button.d.ts +103 -0
  92. package/dist/button/button.d.ts.map +1 -0
  93. package/dist/button/index.d.ts +2 -0
  94. package/dist/button/index.d.ts.map +1 -0
  95. package/dist/button.js +710 -0
  96. package/dist/button.js.map +1 -0
  97. package/dist/class-map-BzIzngvN.js +89 -0
  98. package/dist/class-map-BzIzngvN.js.map +1 -0
  99. package/dist/class-map-CBk4-iMN.js +11 -0
  100. package/dist/class-map-CBk4-iMN.js.map +1 -0
  101. package/dist/class-map-Cavm-B1S.js +11 -0
  102. package/dist/class-map-Cavm-B1S.js.map +1 -0
  103. package/dist/class-map-DL5vM0J2.js +11 -0
  104. package/dist/class-map-DL5vM0J2.js.map +1 -0
  105. package/dist/class-map-IbP5VjmB.js +11 -0
  106. package/dist/class-map-IbP5VjmB.js.map +1 -0
  107. package/dist/clock/ClockController.d.ts +11 -0
  108. package/dist/clock/ClockController.d.ts.map +1 -0
  109. package/dist/clock/clock.d.ts +26 -0
  110. package/dist/clock/clock.d.ts.map +1 -0
  111. package/dist/clock/index.d.ts +2 -0
  112. package/dist/clock/index.d.ts.map +1 -0
  113. package/dist/clock.js +42 -35
  114. package/dist/clock.js.map +1 -1
  115. package/dist/code-highlighter/code-highlighter.d.ts +27 -0
  116. package/dist/code-highlighter/code-highlighter.d.ts.map +1 -0
  117. package/dist/code-highlighter/index.d.ts +2 -0
  118. package/dist/code-highlighter/index.d.ts.map +1 -0
  119. package/dist/code-highlighter/local.d.ts +7 -0
  120. package/dist/code-highlighter/local.d.ts.map +1 -0
  121. package/dist/code-highlighter.js +66 -0
  122. package/dist/code-highlighter.js.map +1 -0
  123. package/dist/custom-elements-jsdocs.json +589 -34
  124. package/dist/directive-CkFJvUQK.js +45 -0
  125. package/dist/directive-CkFJvUQK.js.map +1 -0
  126. package/dist/divider/divider.d.ts +28 -0
  127. package/dist/divider/divider.d.ts.map +1 -0
  128. package/dist/divider/index.d.ts +2 -0
  129. package/dist/divider/index.d.ts.map +1 -0
  130. package/dist/divider.js +55 -61
  131. package/dist/divider.js.map +1 -1
  132. package/dist/elevation/elevation.d.ts +28 -0
  133. package/dist/elevation/elevation.d.ts.map +1 -0
  134. package/dist/elevation/index.d.ts +2 -0
  135. package/dist/elevation/index.d.ts.map +1 -0
  136. package/dist/elevation-Bl1N6qEq.js +100 -0
  137. package/dist/elevation-Bl1N6qEq.js.map +1 -0
  138. package/dist/elevation-CbF5he8B.js +103 -0
  139. package/dist/elevation-CbF5he8B.js.map +1 -0
  140. package/dist/elevation-D3F6Z1jU.js +100 -0
  141. package/dist/elevation-D3F6Z1jU.js.map +1 -0
  142. package/dist/elevation.js +77 -0
  143. package/dist/elevation.js.map +1 -0
  144. package/dist/focus-ring/FocusAttachableController.d.ts +10 -0
  145. package/dist/focus-ring/FocusAttachableController.d.ts.map +1 -0
  146. package/dist/focus-ring/focus-ring.d.ts +36 -0
  147. package/dist/focus-ring/focus-ring.d.ts.map +1 -0
  148. package/dist/focus-ring/index.d.ts +2 -0
  149. package/dist/focus-ring/index.d.ts.map +1 -0
  150. package/dist/focus-ring.js +105 -0
  151. package/dist/focus-ring.js.map +1 -0
  152. package/dist/icon/datasource.d.ts +3 -0
  153. package/dist/icon/datasource.d.ts.map +1 -0
  154. package/dist/icon/icon.d.ts +42 -0
  155. package/dist/icon/icon.d.ts.map +1 -0
  156. package/dist/icon/index.d.ts +2 -0
  157. package/dist/icon/index.d.ts.map +1 -0
  158. package/dist/icon/p-icon.d.ts +4 -0
  159. package/dist/icon/p-icon.d.ts.map +1 -0
  160. package/dist/icon.js +26 -26
  161. package/dist/icon.js.map +1 -1
  162. package/dist/index.d.ts +9 -0
  163. package/dist/index.d.ts.map +1 -0
  164. package/dist/index.js +9 -5
  165. package/dist/index.js.map +1 -1
  166. package/dist/link/link.css.d.ts +3 -0
  167. package/dist/link/link.css.d.ts.map +1 -0
  168. package/dist/lit-element-B7NX__Gq.js +2851 -0
  169. package/dist/lit-element-B7NX__Gq.js.map +1 -0
  170. package/dist/lit-element-Bq5B2QNv.js +28 -0
  171. package/dist/lit-element-Bq5B2QNv.js.map +1 -0
  172. package/dist/lit-element-CkD27PXL.js +28 -0
  173. package/dist/lit-element-CkD27PXL.js.map +1 -0
  174. package/dist/lit-element-DHH1_Q-3.js +28 -0
  175. package/dist/lit-element-DHH1_Q-3.js.map +1 -0
  176. package/dist/peacock-loader.d.ts +2 -0
  177. package/dist/peacock-loader.d.ts.map +1 -0
  178. package/dist/peacock-loader.js +465 -116
  179. package/dist/peacock-loader.js.map +1 -1
  180. package/dist/property-BXcRN0hQ.js +39 -0
  181. package/dist/property-BXcRN0hQ.js.map +1 -0
  182. package/dist/property-CR1ZrEd9.js +45 -0
  183. package/dist/property-CR1ZrEd9.js.map +1 -0
  184. package/dist/property-CqSbFxyM.js +45 -0
  185. package/dist/property-CqSbFxyM.js.map +1 -0
  186. package/dist/property-DNaigT7h.js +39 -0
  187. package/dist/property-DNaigT7h.js.map +1 -0
  188. package/dist/property-yt9tIYgR.js +39 -0
  189. package/dist/property-yt9tIYgR.js.map +1 -0
  190. package/dist/query-CV342L_h.js +189 -0
  191. package/dist/query-CV342L_h.js.map +1 -0
  192. package/dist/ripple-Blc5Rqhb.js +102 -0
  193. package/dist/ripple-Blc5Rqhb.js.map +1 -0
  194. package/dist/ripple-BqTcEQAP.js +102 -0
  195. package/dist/ripple-BqTcEQAP.js.map +1 -0
  196. package/dist/ripple-BqUjb18i.js +105 -0
  197. package/dist/ripple-BqUjb18i.js.map +1 -0
  198. package/dist/ripple-Buzs-MON.js +106 -0
  199. package/dist/ripple-Buzs-MON.js.map +1 -0
  200. package/dist/ripple-Bz5B_LoE.js +102 -0
  201. package/dist/ripple-Bz5B_LoE.js.map +1 -0
  202. package/dist/ripple-CAq7Ix6x.js +106 -0
  203. package/dist/ripple-CAq7Ix6x.js.map +1 -0
  204. package/dist/ripple-CDqSm_Vy.js +106 -0
  205. package/dist/ripple-CDqSm_Vy.js.map +1 -0
  206. package/dist/ripple-CJtPH28B.js +102 -0
  207. package/dist/ripple-CJtPH28B.js.map +1 -0
  208. package/dist/ripple-CKTd8obC.js +92 -0
  209. package/dist/ripple-CKTd8obC.js.map +1 -0
  210. package/dist/ripple-CKnDWTVQ.js +107 -0
  211. package/dist/ripple-CKnDWTVQ.js.map +1 -0
  212. package/dist/ripple-CeR8eLuc.js +93 -0
  213. package/dist/ripple-CeR8eLuc.js.map +1 -0
  214. package/dist/ripple-Czp3eR6w.js +127 -0
  215. package/dist/ripple-Czp3eR6w.js.map +1 -0
  216. package/dist/ripple-DIab1MaY.js +106 -0
  217. package/dist/ripple-DIab1MaY.js.map +1 -0
  218. package/dist/ripple-DUFMimxZ.js +120 -0
  219. package/dist/ripple-DUFMimxZ.js.map +1 -0
  220. package/dist/ripple-DVmDdoNV.js +102 -0
  221. package/dist/ripple-DVmDdoNV.js.map +1 -0
  222. package/dist/ripple-DYnhXK5d.js +118 -0
  223. package/dist/ripple-DYnhXK5d.js.map +1 -0
  224. package/dist/ripple-DnudV47f.js +102 -0
  225. package/dist/ripple-DnudV47f.js.map +1 -0
  226. package/dist/ripple-DsC-h31M.js +119 -0
  227. package/dist/ripple-DsC-h31M.js.map +1 -0
  228. package/dist/ripple-DvM0SPd9.js +128 -0
  229. package/dist/ripple-DvM0SPd9.js.map +1 -0
  230. package/dist/ripple-NWIiDgX2.js +128 -0
  231. package/dist/ripple-NWIiDgX2.js.map +1 -0
  232. package/dist/ripple-X3U_R8lT.js +106 -0
  233. package/dist/ripple-X3U_R8lT.js.map +1 -0
  234. package/dist/ripple.js +128 -0
  235. package/dist/ripple.js.map +1 -0
  236. package/dist/src/LoaderUtils.d.ts +0 -1
  237. package/dist/src/avatar/avatar.d.ts +1 -1
  238. package/dist/src/badge/badge.d.ts +1 -1
  239. package/dist/src/button/button.d.ts +99 -0
  240. package/dist/src/button/index.d.ts +1 -0
  241. package/dist/src/clock/ClockController.d.ts +10 -0
  242. package/dist/src/clock/clock.d.ts +4 -6
  243. package/dist/src/code-highlighter/code-highlighter.d.ts +26 -0
  244. package/dist/src/code-highlighter/index.d.ts +1 -0
  245. package/dist/src/code-highlighter/local.d.ts +6 -0
  246. package/dist/src/divider/divider.d.ts +1 -2
  247. package/dist/src/elevation/elevation.css.d.ts +1 -0
  248. package/dist/src/elevation/elevation.d.ts +27 -0
  249. package/dist/src/elevation/index.d.ts +1 -0
  250. package/dist/src/focus-ring/FocusAttachableController.d.ts +9 -0
  251. package/dist/src/focus-ring/focus-ring.d.ts +35 -0
  252. package/dist/src/focus-ring/index.d.ts +1 -0
  253. package/dist/src/icon/icon.d.ts +3 -2
  254. package/dist/src/index.d.ts +4 -0
  255. package/dist/src/ripple/index.d.ts +1 -0
  256. package/dist/src/ripple/ripple.d.ts +9 -0
  257. package/dist/src/utils.d.ts +4 -0
  258. package/dist/state-BXOdKkbT.js +10 -0
  259. package/dist/state-BXOdKkbT.js.map +1 -0
  260. package/dist/state-BfUul2Gq.js +10 -0
  261. package/dist/state-BfUul2Gq.js.map +1 -0
  262. package/dist/state-CNX6DhqO.js +10 -0
  263. package/dist/state-CNX6DhqO.js.map +1 -0
  264. package/dist/state-Cl3mjeR1.js +10 -0
  265. package/dist/state-Cl3mjeR1.js.map +1 -0
  266. package/dist/state-WDFgnqnd.js +36 -0
  267. package/dist/state-WDFgnqnd.js.map +1 -0
  268. package/dist/style-inject.es--nCJ9F_D.js +55 -0
  269. package/dist/style-inject.es--nCJ9F_D.js.map +1 -0
  270. package/dist/style-inject.es-tgCJW-Cu.js +29 -0
  271. package/dist/style-inject.es-tgCJW-Cu.js.map +1 -0
  272. package/dist/styleMixins.css-0Uq-6ouM.js +14 -0
  273. package/dist/styleMixins.css-0Uq-6ouM.js.map +1 -0
  274. package/dist/styleMixins.css-B8H9wDNA.js +17 -0
  275. package/dist/styleMixins.css-B8H9wDNA.js.map +1 -0
  276. package/dist/styleMixins.css-DrUsqddl.js +17 -0
  277. package/dist/styleMixins.css-DrUsqddl.js.map +1 -0
  278. package/dist/styleMixins.css-fokZCyF-.js +17 -0
  279. package/dist/styleMixins.css-fokZCyF-.js.map +1 -0
  280. package/dist/styleMixins.css.d.ts +10 -0
  281. package/dist/styleMixins.css.d.ts.map +1 -0
  282. package/dist/text/text.css.d.ts +3 -0
  283. package/dist/text/text.css.d.ts.map +1 -0
  284. package/dist/tsconfig.tsbuildinfo +1 -1
  285. package/dist/typedoc.json +340489 -0
  286. package/dist/utils-BVap5huR.js +157 -0
  287. package/dist/utils-BVap5huR.js.map +1 -0
  288. package/dist/utils-CY3RyfcA.js +157 -0
  289. package/dist/utils-CY3RyfcA.js.map +1 -0
  290. package/dist/utils-CdOdn2dW.js +149 -0
  291. package/dist/utils-CdOdn2dW.js.map +1 -0
  292. package/dist/utils-DD_cg6Ms.js +157 -0
  293. package/dist/utils-DD_cg6Ms.js.map +1 -0
  294. package/dist/utils.d.ts +8 -0
  295. package/dist/utils.d.ts.map +1 -0
  296. package/package.json +4 -2
  297. package/readme.md +1 -1
  298. package/rollup.config.js +9 -1
  299. package/scss/mixin.scss +50 -0
  300. package/src/LoaderUtils.ts +122 -122
  301. package/src/avatar/avatar.scss +38 -0
  302. package/src/avatar/avatar.ts +1 -1
  303. package/src/badge/badge.scss +31 -0
  304. package/src/badge/badge.ts +1 -1
  305. package/src/button/_button-sizes.scss +59 -0
  306. package/src/button/button.scss +430 -0
  307. package/src/button/button.ts +304 -0
  308. package/src/button/demo/index.html +42 -0
  309. package/src/button/index.ts +1 -0
  310. package/src/clock/ClockController.ts +32 -0
  311. package/src/clock/clock.scss +9 -0
  312. package/src/clock/clock.ts +39 -57
  313. package/src/code-highlighter/code-highlighter.scss +0 -0
  314. package/src/code-highlighter/code-highlighter.ts +58 -0
  315. package/src/code-highlighter/demo/index.html +58 -0
  316. package/src/code-highlighter/index.ts +1 -0
  317. package/src/code-highlighter/local.ts +11 -0
  318. package/src/divider/divider.scss +56 -0
  319. package/src/divider/divider.ts +1 -7
  320. package/src/elevation/demo/index.html +58 -0
  321. package/src/elevation/elevation.scss +61 -0
  322. package/src/elevation/elevation.ts +32 -0
  323. package/src/elevation/index.ts +1 -0
  324. package/src/focus-ring/FocusAttachableController.ts +36 -0
  325. package/src/focus-ring/demo/index.html +58 -0
  326. package/src/focus-ring/focus-ring.scss +22 -0
  327. package/src/focus-ring/focus-ring.ts +83 -0
  328. package/src/focus-ring/index.ts +1 -0
  329. package/src/icon/icon.scss +19 -0
  330. package/src/icon/icon.ts +131 -131
  331. package/src/index.ts +9 -5
  332. package/src/link/demo/index.html +34 -0
  333. package/src/link/link.scss +24 -0
  334. package/src/peacock-loader.ts +69 -64
  335. package/src/ripple/index.ts +1 -0
  336. package/src/ripple/ripple.ts +134 -0
  337. package/src/styles.d.ts +3 -1
  338. package/src/text/text.scss +48 -0
  339. package/src/utils.ts +29 -1
  340. package/tsconfig.json +23 -22
  341. package/demo/int.html +0 -31
  342. package/src/avatar/avatar.css.ts +0 -41
  343. package/src/badge/badge.css.ts +0 -34
  344. package/src/clock/clock.css.ts +0 -12
  345. package/src/divider/divider.css.ts +0 -58
  346. package/src/icon/icon.css.ts +0 -22
@@ -1,19 +1,23 @@
1
+ import { s as styleInject } from './style-inject.es-tgCJW-Cu.js';
2
+ import { Elevation } from './elevation.js';
3
+ import { FocusRing } from './focus-ring.js';
4
+ import { Ripple } from './ripple.js';
1
5
  import { Icon } from './icon.js';
2
6
  import { Avatar } from './avatar.js';
3
7
  import { Badge } from './badge.js';
4
8
  import { Divider } from './divider.js';
5
- import { r, i } from './property-D4Kn9TsY.js';
6
- import { f as focusRing, g as getTypography } from './styleMixins.css-CivfMYtB.js';
7
- import './state-CxzmLNIi.js';
9
+ import { Button } from './button.js';
10
+ import { i } from './lit-element-CkD27PXL.js';
11
+ import './property-CR1ZrEd9.js';
12
+ import './utils-CY3RyfcA.js';
8
13
  import './directive-BKuZRRPO.js';
9
- import './utils-_5no4mk7.js';
10
- import './class-map-DpvLRi0h.js';
14
+ import './class-map-Cavm-B1S.js';
11
15
 
12
- var cssComponentsStyleSheet = "/* -------------------------------------------\n * Autogenerated by ⛋ Terrazzo. DO NOT EDIT!\n * ------------------------------------------- */\n\n:root {\n --color-black: #000000;\n --color-blue: #305cde;\n --color-blue-0: #000000;\n --color-blue-10: #001550;\n --color-blue-20: #00277f;\n --color-blue-30: #003ab2;\n --color-blue-40: #2352d5;\n --color-blue-50: #446def;\n --color-blue-60: #6789ff;\n --color-blue-70: #90a7ff;\n --color-blue-80: #b6c4ff;\n --color-blue-90: #dce1ff;\n --color-blue-95: #eff0ff;\n --color-blue-98: #faf8ff;\n --color-blue-100: #ffffff;\n --color-error: var(--color-red);\n --color-error-0: var(--color-red-0);\n --color-error-10: var(--color-red-10);\n --color-error-20: var(--color-red-20);\n --color-error-30: var(--color-red-30);\n --color-error-40: var(--color-red-40);\n --color-error-50: var(--color-red-50);\n --color-error-60: var(--color-red-60);\n --color-error-70: var(--color-red-70);\n --color-error-80: var(--color-red-80);\n --color-error-90: var(--color-red-90);\n --color-error-95: var(--color-red-95);\n --color-error-98: var(--color-red-98);\n --color-error-100: var(--color-red-100);\n --color-error-container: var(--color-error-90);\n --color-green: #2e6f40;\n --color-green-0: #000000;\n --color-green-10: #00210b;\n --color-green-20: #003917;\n --color-green-30: #005225;\n --color-green-40: #0f6d35;\n --color-green-50: #31874b;\n --color-green-60: #4da163;\n --color-green-70: #68bd7b;\n --color-green-80: #83d995;\n --color-green-90: #9ff6af;\n --color-green-95: #c4ffcb;\n --color-green-98: #eaffe9;\n --color-green-100: #ffffff;\n --color-inverse-error: var(--color-error-80);\n --color-inverse-on-surface: var(--color-neutral-95);\n --color-inverse-primary: var(--color-primary-80);\n --color-inverse-secondary: var(--color-secondary-80);\n --color-inverse-surface: var(--color-neutral-20);\n --color-inverse-tertiary: var(--color-tertiary-80);\n --color-neutral: #747878;\n --color-neutral-0: #000000;\n --color-neutral-4: #0b0f0f;\n --color-neutral-6: #101415;\n --color-neutral-10: #191c1d;\n --color-neutral-12: #1d2021;\n --color-neutral-17: #272b2b;\n --color-neutral-20: #2e3132;\n --color-neutral-22: #323536;\n --color-neutral-30: #444748;\n --color-neutral-40: #5c5f5f;\n --color-neutral-50: #747878;\n --color-neutral-60: #8e9192;\n --color-neutral-70: #a9acac;\n --color-neutral-80: #c4c7c7;\n --color-neutral-87: #d8dadb;\n --color-neutral-90: #e1e3e3;\n --color-neutral-92: #e6e8e9;\n --color-neutral-94: #eceeef;\n --color-neutral-95: #eff1f1;\n --color-neutral-96: #f2f4f4;\n --color-neutral-98: #f8fafa;\n --color-neutral-99: #fafdfd;\n --color-neutral-100: #ffffff;\n --color-neutral-variant: #6f797a;\n --color-neutral-variant-0: #000000;\n --color-neutral-variant-4: #071011;\n --color-neutral-variant-6: #0c1516;\n --color-neutral-variant-10: #141d1f;\n --color-neutral-variant-12: #182123;\n --color-neutral-variant-17: #222b2d;\n --color-neutral-variant-20: #293234;\n --color-neutral-variant-22: #2d3638;\n --color-neutral-variant-30: #3f484a;\n --color-neutral-variant-40: #576062;\n --color-neutral-variant-50: #6f797a;\n --color-neutral-variant-60: #899294;\n --color-neutral-variant-70: #a3adaf;\n --color-neutral-variant-80: #bfc8ca;\n --color-neutral-variant-87: #d2dcde;\n --color-neutral-variant-90: #dbe4e6;\n --color-neutral-variant-92: #e0eaec;\n --color-neutral-variant-94: #e6f0f1;\n --color-neutral-variant-95: #e9f2f4;\n --color-neutral-variant-96: #ecf5f7;\n --color-neutral-variant-98: #f2fbfd;\n --color-neutral-variant-99: #f6feff;\n --color-neutral-variant-100: #ffffff;\n --color-on-error: var(--color-error-100);\n --color-on-error-container: var(--color-error-10);\n --color-on-primary: var(--color-primary-100);\n --color-on-primary-container: var(--color-primary-10);\n --color-on-secondary: var(--color-secondary-100);\n --color-on-secondary-container: var(--color-secondary-10);\n --color-on-surface: var(--color-neutral-10);\n --color-on-surface-variant: var(--color-neutral-variant-30);\n --color-on-tertiary: var(--color-tertiary-100);\n --color-on-tertiary-container: var(--color-tertiary-10);\n --color-orange: #ff7518;\n --color-orange-0: #000000;\n --color-orange-10: #341100;\n --color-orange-20: #552100;\n --color-orange-30: #783100;\n --color-orange-40: #9e4300;\n --color-orange-50: #c55500;\n --color-orange-60: #ee6803;\n --color-orange-70: #ff8d4c;\n --color-orange-80: #ffb691;\n --color-orange-90: #ffdbcb;\n --color-orange-95: #ffede6;\n --color-orange-98: #fff8f6;\n --color-orange-100: #ffffff;\n --color-outline: var(--color-neutral-variant-50);\n --color-outline-variant: var(--color-neutral-variant-80);\n --color-primary: var(--color-primary-40);\n --color-primary-0: #000000;\n --color-primary-10: #001a42;\n --color-primary-20: #002e6b;\n --color-primary-30: #004396;\n --color-primary-40: #005ac4;\n --color-primary-50: #2673e8;\n --color-primary-60: #4f8eff;\n --color-primary-70: #82aaff;\n --color-primary-80: #aec6ff;\n --color-primary-90: #d8e2ff;\n --color-primary-95: #edf0ff;\n --color-primary-98: #faf9ff;\n --color-primary-100: #ffffff;\n --color-primary-container: var(--color-primary-90);\n --color-purple: #e40078;\n --color-purple-0: #000000;\n --color-purple-10: #3f001c;\n --color-purple-20: #650032;\n --color-purple-30: #8e0048;\n --color-purple-40: #ba0061;\n --color-purple-50: #e6067a;\n --color-purple-60: #ff4993;\n --color-purple-70: #ff84ad;\n --color-purple-80: #ffb1c7;\n --color-purple-90: #ffd9e2;\n --color-purple-95: #ffecef;\n --color-purple-98: #fff8f8;\n --color-purple-100: #ffffff;\n --color-red: #e73121;\n --color-red-0: #000000;\n --color-red-10: #410000;\n --color-red-20: #690000;\n --color-red-30: #930000;\n --color-red-40: #be0c05;\n --color-red-50: #e32e1f;\n --color-red-60: #ff5541;\n --color-red-70: #ff8a78;\n --color-red-80: #ffb4a8;\n --color-red-90: #ffdad4;\n --color-red-95: #ffedea;\n --color-red-98: #fff8f6;\n --color-red-100: #ffffff;\n --color-scrim: var(--color-neutral-0);\n --color-secondary: var(--color-secondary-40);\n --color-secondary-0: #000000;\n --color-secondary-10: #141b2c;\n --color-secondary-20: #293041;\n --color-secondary-30: #3f4759;\n --color-secondary-40: #575e71;\n --color-secondary-50: #6f778b;\n --color-secondary-60: #8990a5;\n --color-secondary-70: #a4abc0;\n --color-secondary-80: #bfc6dc;\n --color-secondary-90: #dbe2f9;\n --color-secondary-95: #edf0ff;\n --color-secondary-98: #faf9ff;\n --color-secondary-100: #ffffff;\n --color-secondary-container: var(--color-secondary-90);\n --color-shadow: var(--color-neutral-0);\n --color-success: var(--color-green);\n --color-success-0: var(--color-green-0);\n --color-success-10: var(--color-green-10);\n --color-success-20: var(--color-green-20);\n --color-success-30: var(--color-green-30);\n --color-success-40: var(--color-green-40);\n --color-success-50: var(--color-green-50);\n --color-success-60: var(--color-green-60);\n --color-success-70: var(--color-green-70);\n --color-success-80: var(--color-green-80);\n --color-success-90: var(--color-green-90);\n --color-success-95: var(--color-green-95);\n --color-success-98: var(--color-green-98);\n --color-success-100: var(--color-green-100);\n --color-surface: var(--color-neutral-99);\n --color-surface-container: var(--color-neutral-94);\n --color-surface-container-high: var(--color-neutral-92);\n --color-surface-container-highest: var(--color-neutral-90);\n --color-surface-container-low: var(--color-neutral-96);\n --color-surface-container-lowest: var(--color-neutral-100);\n --color-surface-dim: var(--color-neutral-87);\n --color-surface-variant: var(--color-neutral-variant-90);\n --color-tertiary: var(--color-tertiary-40);\n --color-tertiary-0: #000000;\n --color-tertiary-10: #29132d;\n --color-tertiary-20: #402843;\n --color-tertiary-30: #583e5a;\n --color-tertiary-40: #715573;\n --color-tertiary-50: #8b6d8d;\n --color-tertiary-60: #a686a7;\n --color-tertiary-70: #c2a1c2;\n --color-tertiary-80: #dfbcdf;\n --color-tertiary-90: #fcd7fb;\n --color-tertiary-95: #ffebfc;\n --color-tertiary-98: #fff7fa;\n --color-tertiary-100: #ffffff;\n --color-tertiary-container: var(--color-tertiary-90);\n --color-warning: var(--color-yellow);\n --color-warning-0: var(--color-yellow-0);\n --color-warning-10: var(--color-yellow-10);\n --color-warning-20: var(--color-yellow-20);\n --color-warning-30: var(--color-yellow-30);\n --color-warning-40: var(--color-yellow-40);\n --color-warning-50: var(--color-yellow-50);\n --color-warning-60: var(--color-yellow-60);\n --color-warning-70: var(--color-yellow-70);\n --color-warning-80: var(--color-yellow-80);\n --color-warning-90: var(--color-yellow-90);\n --color-warning-95: var(--color-yellow-95);\n --color-warning-98: var(--color-yellow-98);\n --color-warning-100: var(--color-yellow-100);\n --color-white: #ffffff;\n --color-yellow: #ffed29;\n --color-yellow-0: #000000;\n --color-yellow-10: #1f1c00;\n --color-yellow-20: #363100;\n --color-yellow-30: #4e4800;\n --color-yellow-40: #686000;\n --color-yellow-50: #837900;\n --color-yellow-60: #9f9300;\n --color-yellow-70: #bcae00;\n --color-yellow-80: #d9c900;\n --color-yellow-90: #f7e61e;\n --color-yellow-95: #fff392;\n --color-yellow-98: #fff9e6;\n --color-yellow-100: #ffffff;\n --container-lg: 1056px; /* Large container width. Intended for standard desktop layouts with typical content density. */\n --container-max: 1584px; /* Maximum container width. Use when constraining very wide layouts to maintain readable line lengths. */\n --container-md: 672px; /* Medium container width. Suitable for tablet layouts and compact desktop content areas. */\n --container-sm: 320px; /* Small container width. Use for narrow layouts and small screens such as mobile devices. */\n --container-xl: 1312px; /* Extra large container width. Use for wide desktop displays and content-heavy pages. */\n --duration-long1: 450ms; /* These durations are often paired with Emphasized easing. */\n --duration-long2: 500ms; /* These durations are often paired with Emphasized easing. */\n --duration-medium1: 250ms; /* These are used for medium duration transitions, like modal animations. */\n --duration-medium2: 300ms; /* These are used for medium duration transitions, like modal animations. */\n --duration-short1: 50ms; /* These are used for small utility-focused transitions. Like checkbox animations. */\n --duration-short2: 100ms; /* These are used for small utility-focused transitions. Like checkbox animations. */\n --duration-short3: 150ms; /* These are used for small utility-focused transitions. Like checkbox animations. */\n --duration-short4: 200ms; /* These are used for small utility-focused transitions. Like checkbox animations. */\n --easing-linear: cubic-bezier(0, 0, 1, 1);\n --easing-standard: cubic-bezier(0.2, 0, 0, 1);\n --font-family-brand: \"Noto Sans\", sans-serif; /* The font family used for brand headings and titles. */\n --font-family-monospace: \"Noto Sans Mono\", monospace; /* The font family used for code snippets and monospaced text. */\n --font-family-sans: \"Noto Sans\", sans-serif; /* The primary font family used for body text and general content. */\n --font-weight-bold: 700; /* Bold weight for emphasis. 700 weight. */\n --font-weight-medium: 500; /* Slightly heavier than regular weight. 500 weight. */\n --font-weight-regular: 400; /* Standard weight for regular text. 400 weight. */\n --font-weight-semi-bold: 600; /* Heavier than medium weight. 600 weight. */\n --global-avatar-border-radius: var(--shape-corner-full);\n --global-badge-color: var(--color-error-40);\n --shape-corner-full: 9999px;\n --shape-corner-large: 12px;\n --shape-corner-medium: 8px;\n --shape-corner-none: 0;\n --shape-corner-small: 4px;\n --spacing-000: 0; /* No spacing (base × 0). */\n --spacing-025: 0.125rem; /* 2px - Smallest increment (base × 0.125). */\n --spacing-050: 0.25rem; /* 4px - Extra small spacing (base × 0.25). */\n --spacing-100: 0.5rem; /* 8px - Small spacing (base × 0.5). */\n --spacing-150: 0.75rem; /* 12px - Small-medium spacing (base × 0.75). */\n --spacing-200: 1rem; /* 16px - Base spacing unit (base × 1). */\n --spacing-300: 1.5rem; /* 24px - Medium spacing (base × 1.5). */\n --spacing-400: 2rem; /* 32px - Medium-large spacing (base × 2). */\n --spacing-500: 2.5rem; /* 40px - Large spacing (base × 2.5). */\n --spacing-600: 3rem; /* 48px - Extra large spacing (base × 3). */\n --spacing-800: 4rem; /* 64px - Huge spacing (base × 4). */\n --spacing-1000: 5rem; /* 80px - Massive spacing (base × 5). */\n --spacing-1200: 6rem; /* 96px - Gigantic spacing (base × 6). */\n --spacing-2000: 10rem; /* 160px - Maximum defined spacing (base × 10). */\n --spacing-base: 1rem; /* Base spacing unit (1rem = 16px). */\n --typography-body-large-emphasized-font-family: var(--font-family-sans);\n --typography-body-large-emphasized-font-size: 1rem;\n --typography-body-large-emphasized-font-weight: var(--font-weight-medium);\n --typography-body-large-emphasized-letter-spacing: 0.5px;\n --typography-body-large-emphasized-line-height: 1.5rem;\n --typography-body-large-font-family: var(--font-family-sans);\n --typography-body-large-font-size: 1rem;\n --typography-body-large-font-weight: var(--font-weight-regular);\n --typography-body-large-letter-spacing: 0.5px;\n --typography-body-large-line-height: 1.5rem;\n --typography-body-medium-emphasized-font-family: var(--font-family-sans);\n --typography-body-medium-emphasized-font-size: 0.875rem;\n --typography-body-medium-emphasized-font-weight: var(--font-weight-medium);\n --typography-body-medium-emphasized-letter-spacing: 0.25px;\n --typography-body-medium-emphasized-line-height: 1.25rem;\n --typography-body-medium-font-family: var(--font-family-sans);\n --typography-body-medium-font-size: 0.875rem;\n --typography-body-medium-font-weight: var(--font-weight-regular);\n --typography-body-medium-letter-spacing: 0.25px;\n --typography-body-medium-line-height: 1.25rem;\n --typography-body-small-emphasized-font-family: var(--font-family-sans);\n --typography-body-small-emphasized-font-size: 0.75rem;\n --typography-body-small-emphasized-font-weight: var(--font-weight-medium);\n --typography-body-small-emphasized-letter-spacing: 0.4000000059604645px;\n --typography-body-small-emphasized-line-height: 1rem;\n --typography-body-small-font-family: var(--font-family-sans);\n --typography-body-small-font-size: 0.75rem;\n --typography-body-small-font-weight: var(--font-weight-regular);\n --typography-body-small-letter-spacing: 0.4000000059604645px;\n --typography-body-small-line-height: 1rem;\n --typography-code-large-emphasized-font-family: var(--font-family-monospace);\n --typography-code-large-emphasized-font-size: 1rem;\n --typography-code-large-emphasized-font-weight: var(--font-weight-medium);\n --typography-code-large-emphasized-letter-spacing: 0.5px;\n --typography-code-large-emphasized-line-height: 1.5rem;\n --typography-code-large-font-family: var(--font-family-monospace);\n --typography-code-large-font-size: 1rem;\n --typography-code-large-font-weight: var(--font-weight-regular);\n --typography-code-large-letter-spacing: 0.5px;\n --typography-code-large-line-height: 1.5rem;\n --typography-code-medium-emphasized-font-family: var(--font-family-monospace);\n --typography-code-medium-emphasized-font-size: 0.875rem;\n --typography-code-medium-emphasized-font-weight: var(--font-weight-medium);\n --typography-code-medium-emphasized-letter-spacing: 0.25px;\n --typography-code-medium-emphasized-line-height: 1.25rem;\n --typography-code-medium-font-family: var(--font-family-monospace);\n --typography-code-medium-font-size: 0.875rem;\n --typography-code-medium-font-weight: var(--font-weight-regular);\n --typography-code-medium-letter-spacing: 0.25px;\n --typography-code-medium-line-height: 1.25rem;\n --typography-code-small-emphasized-font-family: var(--font-family-monospace);\n --typography-code-small-emphasized-font-size: 0.75rem;\n --typography-code-small-emphasized-font-weight: var(--font-weight-medium);\n --typography-code-small-emphasized-letter-spacing: 0.4000000059604645px;\n --typography-code-small-emphasized-line-height: 1rem;\n --typography-code-small-font-family: var(--font-family-monospace);\n --typography-code-small-font-size: 0.75rem;\n --typography-code-small-font-weight: var(--font-weight-regular);\n --typography-code-small-letter-spacing: 0.4000000059604645px;\n --typography-code-small-line-height: 1rem;\n --typography-display-large-emphasized-font-family: var(--font-family-sans);\n --typography-display-large-emphasized-font-size: 3.5625rem;\n --typography-display-large-emphasized-font-weight: var(--font-weight-medium);\n --typography-display-large-emphasized-letter-spacing: -0.25px;\n --typography-display-large-emphasized-line-height: 4rem;\n --typography-display-large-font-family: var(--font-family-sans);\n --typography-display-large-font-size: 3.5625rem;\n --typography-display-large-font-weight: var(--font-weight-regular);\n --typography-display-large-letter-spacing: -0.25px;\n --typography-display-large-line-height: 4rem;\n --typography-display-medium-emphasized-font-family: var(--font-family-sans);\n --typography-display-medium-emphasized-font-size: 2.8125rem;\n --typography-display-medium-emphasized-font-weight: var(--font-weight-medium);\n --typography-display-medium-emphasized-letter-spacing: 0;\n --typography-display-medium-emphasized-line-height: 3.25rem;\n --typography-display-medium-font-family: var(--font-family-sans);\n --typography-display-medium-font-size: 2.8125rem;\n --typography-display-medium-font-weight: var(--font-weight-regular);\n --typography-display-medium-letter-spacing: 0;\n --typography-display-medium-line-height: 3.25rem;\n --typography-display-small-emphasized-font-family: var(--font-family-sans);\n --typography-display-small-emphasized-font-size: 2.25rem;\n --typography-display-small-emphasized-font-weight: var(--font-weight-medium);\n --typography-display-small-emphasized-letter-spacing: 0;\n --typography-display-small-emphasized-line-height: 2.75rem;\n --typography-display-small-font-family: var(--font-family-sans);\n --typography-display-small-font-size: 2.25rem;\n --typography-display-small-font-weight: var(--font-weight-regular);\n --typography-display-small-letter-spacing: 0;\n --typography-display-small-line-height: 2.75rem;\n --typography-headline-large-emphasized-font-family: var(--font-family-sans);\n --typography-headline-large-emphasized-font-size: 2rem;\n --typography-headline-large-emphasized-font-weight: var(--font-weight-medium);\n --typography-headline-large-emphasized-letter-spacing: 0;\n --typography-headline-large-emphasized-line-height: 2.5rem;\n --typography-headline-large-font-family: var(--font-family-sans);\n --typography-headline-large-font-size: 2rem;\n --typography-headline-large-font-weight: var(--font-weight-regular);\n --typography-headline-large-letter-spacing: 0;\n --typography-headline-large-line-height: 2.5rem;\n --typography-headline-medium-emphasized-font-family: var(--font-family-sans);\n --typography-headline-medium-emphasized-font-size: 1.75rem;\n --typography-headline-medium-emphasized-font-weight: var(--font-weight-medium);\n --typography-headline-medium-emphasized-letter-spacing: 0;\n --typography-headline-medium-emphasized-line-height: 2.25rem;\n --typography-headline-medium-font-family: var(--font-family-sans);\n --typography-headline-medium-font-size: 1.75rem;\n --typography-headline-medium-font-weight: var(--font-weight-regular);\n --typography-headline-medium-letter-spacing: 0;\n --typography-headline-medium-line-height: 2.25rem;\n --typography-headline-small-emphasized-font-family: var(--font-family-sans);\n --typography-headline-small-emphasized-font-size: 1.5rem;\n --typography-headline-small-emphasized-font-weight: var(--font-weight-medium);\n --typography-headline-small-emphasized-letter-spacing: 0;\n --typography-headline-small-emphasized-line-height: 2rem;\n --typography-headline-small-font-family: var(--font-family-sans);\n --typography-headline-small-font-size: 1.5rem;\n --typography-headline-small-font-weight: var(--font-weight-regular);\n --typography-headline-small-letter-spacing: 0;\n --typography-headline-small-line-height: 2rem;\n --typography-label-large-emphasized-font-family: var(--font-family-sans);\n --typography-label-large-emphasized-font-size: 0.875rem;\n --typography-label-large-emphasized-font-weight: var(--font-weight-semi-bold);\n --typography-label-large-emphasized-letter-spacing: 0.10000000149011612px;\n --typography-label-large-emphasized-line-height: 1.25rem;\n --typography-label-large-font-family: var(--font-family-sans);\n --typography-label-large-font-size: 0.875rem;\n --typography-label-large-font-weight: var(--font-weight-medium);\n --typography-label-large-letter-spacing: 0.10000000149011612px;\n --typography-label-large-line-height: 1.25rem;\n --typography-label-medium-emphasized-font-family: var(--font-family-sans);\n --typography-label-medium-emphasized-font-size: 0.75rem;\n --typography-label-medium-emphasized-font-weight: var(--font-weight-semi-bold);\n --typography-label-medium-emphasized-letter-spacing: 0.5px;\n --typography-label-medium-emphasized-line-height: 1rem;\n --typography-label-medium-font-family: var(--font-family-sans);\n --typography-label-medium-font-size: 0.75rem;\n --typography-label-medium-font-weight: var(--font-weight-medium);\n --typography-label-medium-letter-spacing: 0.5px;\n --typography-label-medium-line-height: 1rem;\n --typography-label-small-emphasized-font-family: var(--font-family-sans);\n --typography-label-small-emphasized-font-size: 0.6875rem;\n --typography-label-small-emphasized-font-weight: var(--font-weight-semi-bold);\n --typography-label-small-emphasized-letter-spacing: 0.5px;\n --typography-label-small-emphasized-line-height: 1rem;\n --typography-label-small-font-family: var(--font-family-sans);\n --typography-label-small-font-size: 0.6875rem;\n --typography-label-small-font-weight: var(--font-weight-medium);\n --typography-label-small-letter-spacing: 0.5px;\n --typography-label-small-line-height: 1rem;\n --typography-title-large-emphasized-font-family: var(--font-family-sans);\n --typography-title-large-emphasized-font-size: 1.375rem;\n --typography-title-large-emphasized-font-weight: var(--font-weight-medium);\n --typography-title-large-emphasized-letter-spacing: 0;\n --typography-title-large-emphasized-line-height: 1.75rem;\n --typography-title-large-font-family: var(--font-family-sans);\n --typography-title-large-font-size: 1.375rem;\n --typography-title-large-font-weight: var(--font-weight-regular);\n --typography-title-large-letter-spacing: 0;\n --typography-title-large-line-height: 1.75rem;\n --typography-title-medium-emphasized-font-family: var(--font-family-sans);\n --typography-title-medium-emphasized-font-size: 1rem;\n --typography-title-medium-emphasized-font-weight: var(--font-weight-semi-bold);\n --typography-title-medium-emphasized-letter-spacing: 0.15000000596046448px;\n --typography-title-medium-emphasized-line-height: 1.5rem;\n --typography-title-medium-font-family: var(--font-family-sans);\n --typography-title-medium-font-size: 1rem;\n --typography-title-medium-font-weight: var(--font-weight-medium);\n --typography-title-medium-letter-spacing: 0.15000000596046448px;\n --typography-title-medium-line-height: 1.5rem;\n --typography-title-small-emphasized-font-family: var(--font-family-sans);\n --typography-title-small-emphasized-font-size: 0.875rem;\n --typography-title-small-emphasized-font-weight: var(--font-weight-semi-bold);\n --typography-title-small-emphasized-letter-spacing: 0.10000000149011612px;\n --typography-title-small-emphasized-line-height: 1.25rem;\n --typography-title-small-font-family: var(--font-family-sans);\n --typography-title-small-font-size: 0.875rem;\n --typography-title-small-font-weight: var(--font-weight-medium);\n --typography-title-small-letter-spacing: 0.10000000149011612px;\n --typography-title-small-line-height: 1.25rem;\n color-scheme: light dark;\n}\n\n[data-theme='dark'] {\n --color-error: var(--color-error-80);\n --color-error-container: var(--color-error-30);\n --color-inverse-error: var(--color-error-40);\n --color-inverse-on-surface: var(--color-neutral-20);\n --color-inverse-primary: var(--color-primary-40);\n --color-inverse-secondary: var(--color-secondary-40);\n --color-inverse-surface: var(--color-neutral-90);\n --color-inverse-tertiary: var(--color-tertiary-40);\n --color-on-error: var(--color-error-20);\n --color-on-error-container: var(--color-error-90);\n --color-on-primary: var(--color-primary-20);\n --color-on-primary-container: var(--color-primary-90);\n --color-on-secondary: var(--color-secondary-20);\n --color-on-secondary-container: var(--color-secondary-90);\n --color-on-surface: var(--color-neutral-90);\n --color-on-surface-variant: var(--color-neutral-variant-80);\n --color-on-tertiary: var(--color-tertiary-20);\n --color-on-tertiary-container: var(--color-tertiary-90);\n --color-outline: var(--color-neutral-variant-60);\n --color-outline-variant: var(--color-neutral-variant-30);\n --color-primary: var(--color-primary-80);\n --color-primary-container: var(--color-primary-30);\n --color-scrim: var(--color-neutral-0);\n --color-secondary: var(--color-secondary-80);\n --color-secondary-container: var(--color-secondary-30);\n --color-shadow: var(--color-neutral-0);\n --color-surface: var(--color-neutral-10);\n --color-surface-container: var(--color-neutral-12);\n --color-surface-container-high: var(--color-neutral-17);\n --color-surface-container-highest: var(--color-neutral-22);\n --color-surface-container-low: var(--color-neutral-10);\n --color-surface-container-lowest: var(--color-neutral-4);\n --color-surface-dim: var(--color-neutral-6);\n --color-surface-variant: var(--color-neutral-variant-30);\n --color-tertiary: var(--color-tertiary-80);\n --color-tertiary-container: var(--color-tertiary-30);\n --global-badge-color: var(--color-error-80);\n}\n\n";
16
+ var css_248z$2 = "/* -------------------------------------------\n * Autogenerated by ⛋ Terrazzo. DO NOT EDIT!\n * ------------------------------------------- */\n\n:root {\n --color-black: #000000;\n --color-blue: #305cde;\n --color-blue-0: #000000;\n --color-blue-10: #001550;\n --color-blue-20: #00277f;\n --color-blue-30: #003ab2;\n --color-blue-40: #2352d5;\n --color-blue-50: #446def;\n --color-blue-60: #6789ff;\n --color-blue-70: #90a7ff;\n --color-blue-80: #b6c4ff;\n --color-blue-90: #dce1ff;\n --color-blue-95: #eff0ff;\n --color-blue-98: #faf8ff;\n --color-blue-100: #ffffff;\n --color-error: var(--color-red-40);\n --color-error-container: var(--color-red-90);\n --color-green: #2e6f40;\n --color-green-0: #000000;\n --color-green-10: #00210b;\n --color-green-20: #003917;\n --color-green-30: #005225;\n --color-green-40: #0f6d35;\n --color-green-50: #31874b;\n --color-green-60: #4da163;\n --color-green-70: #68bd7b;\n --color-green-80: #83d995;\n --color-green-90: #9ff6af;\n --color-green-95: #c4ffcb;\n --color-green-98: #eaffe9;\n --color-green-100: #ffffff;\n --color-inverse-error: var(--color-red-80);\n --color-inverse-on-surface: var(--color-neutral-95);\n --color-inverse-primary: var(--color-primary-80);\n --color-inverse-secondary: var(--color-secondary-80);\n --color-inverse-success: var(--color-green-80);\n --color-inverse-surface: var(--color-neutral-20);\n --color-inverse-tertiary: var(--color-tertiary-80);\n --color-neutral: #747878;\n --color-neutral-0: #000000;\n --color-neutral-4: #0b0f0f;\n --color-neutral-6: #101415;\n --color-neutral-10: #191c1d;\n --color-neutral-12: #1d2021;\n --color-neutral-17: #272b2b;\n --color-neutral-20: #2e3132;\n --color-neutral-22: #323536;\n --color-neutral-30: #444748;\n --color-neutral-40: #5c5f5f;\n --color-neutral-50: #747878;\n --color-neutral-60: #8e9192;\n --color-neutral-70: #a9acac;\n --color-neutral-80: #c4c7c7;\n --color-neutral-87: #d8dadb;\n --color-neutral-90: #e1e3e3;\n --color-neutral-92: #e6e8e9;\n --color-neutral-94: #eceeef;\n --color-neutral-95: #eff1f1;\n --color-neutral-96: #f2f4f4;\n --color-neutral-98: #f8fafa;\n --color-neutral-99: #fafdfd;\n --color-neutral-100: #ffffff;\n --color-neutral-variant: #6f797a;\n --color-neutral-variant-0: #000000;\n --color-neutral-variant-4: #071011;\n --color-neutral-variant-6: #0c1516;\n --color-neutral-variant-10: #141d1f;\n --color-neutral-variant-12: #182123;\n --color-neutral-variant-17: #222b2d;\n --color-neutral-variant-20: #293234;\n --color-neutral-variant-22: #2d3638;\n --color-neutral-variant-30: #3f484a;\n --color-neutral-variant-40: #576062;\n --color-neutral-variant-50: #6f797a;\n --color-neutral-variant-60: #899294;\n --color-neutral-variant-70: #a3adaf;\n --color-neutral-variant-80: #bfc8ca;\n --color-neutral-variant-87: #d2dcde;\n --color-neutral-variant-90: #dbe4e6;\n --color-neutral-variant-92: #e0eaec;\n --color-neutral-variant-94: #e6f0f1;\n --color-neutral-variant-95: #e9f2f4;\n --color-neutral-variant-96: #ecf5f7;\n --color-neutral-variant-98: #f2fbfd;\n --color-neutral-variant-99: #f6feff;\n --color-neutral-variant-100: #ffffff;\n --color-on-error: var(--color-red-100);\n --color-on-error-container: var(--color-red-10);\n --color-on-primary: var(--color-primary-100);\n --color-on-primary-container: var(--color-primary-10);\n --color-on-secondary: var(--color-secondary-100);\n --color-on-secondary-container: var(--color-secondary-10);\n --color-on-success: var(--color-green-100);\n --color-on-success-container: var(--color-green-10);\n --color-on-surface: var(--color-neutral-10);\n --color-on-surface-variant: var(--color-neutral-variant-30);\n --color-on-tertiary: var(--color-tertiary-100);\n --color-on-tertiary-container: var(--color-tertiary-10);\n --color-orange: #ff7518;\n --color-orange-0: #000000;\n --color-orange-10: #341100;\n --color-orange-20: #552100;\n --color-orange-30: #783100;\n --color-orange-40: #9e4300;\n --color-orange-50: #c55500;\n --color-orange-60: #ee6803;\n --color-orange-70: #ff8d4c;\n --color-orange-80: #ffb691;\n --color-orange-90: #ffdbcb;\n --color-orange-95: #ffede6;\n --color-orange-98: #fff8f6;\n --color-orange-100: #ffffff;\n --color-outline: var(--color-neutral-variant-50);\n --color-outline-variant: var(--color-neutral-variant-80);\n --color-primary: var(--color-primary-40);\n --color-primary-0: #000000;\n --color-primary-10: #001a42;\n --color-primary-20: #002e6b;\n --color-primary-30: #004396;\n --color-primary-40: #005ac4;\n --color-primary-50: #2673e8;\n --color-primary-60: #4f8eff;\n --color-primary-70: #82aaff;\n --color-primary-80: #aec6ff;\n --color-primary-90: #d8e2ff;\n --color-primary-95: #edf0ff;\n --color-primary-98: #faf9ff;\n --color-primary-100: #ffffff;\n --color-primary-container: var(--color-primary-90);\n --color-purple: #e40078;\n --color-purple-0: #000000;\n --color-purple-10: #3f001c;\n --color-purple-20: #650032;\n --color-purple-30: #8e0048;\n --color-purple-40: #ba0061;\n --color-purple-50: #e6067a;\n --color-purple-60: #ff4993;\n --color-purple-70: #ff84ad;\n --color-purple-80: #ffb1c7;\n --color-purple-90: #ffd9e2;\n --color-purple-95: #ffecef;\n --color-purple-98: #fff8f8;\n --color-purple-100: #ffffff;\n --color-red: #e73121;\n --color-red-0: #000000;\n --color-red-10: #410000;\n --color-red-20: #690000;\n --color-red-30: #930000;\n --color-red-40: #be0c05;\n --color-red-50: #e32e1f;\n --color-red-60: #ff5541;\n --color-red-70: #ff8a78;\n --color-red-80: #ffb4a8;\n --color-red-90: #ffdad4;\n --color-red-95: #ffedea;\n --color-red-98: #fff8f6;\n --color-red-100: #ffffff;\n --color-scrim: var(--color-neutral-0);\n --color-secondary: var(--color-secondary-40);\n --color-secondary-0: #000000;\n --color-secondary-10: #141b2c;\n --color-secondary-20: #293041;\n --color-secondary-30: #3f4759;\n --color-secondary-40: #575e71;\n --color-secondary-50: #6f778b;\n --color-secondary-60: #8990a5;\n --color-secondary-70: #a4abc0;\n --color-secondary-80: #bfc6dc;\n --color-secondary-90: #dbe2f9;\n --color-secondary-95: #edf0ff;\n --color-secondary-98: #faf9ff;\n --color-secondary-100: #ffffff;\n --color-secondary-container: var(--color-secondary-90);\n --color-shadow: var(--color-neutral-0);\n --color-success: var(--color-green-40);\n --color-success-container: var(--color-green-90);\n --color-surface: var(--color-neutral-99);\n --color-surface-container: var(--color-neutral-94);\n --color-surface-container-high: var(--color-neutral-92);\n --color-surface-container-highest: var(--color-neutral-90);\n --color-surface-container-low: var(--color-neutral-96);\n --color-surface-container-lowest: var(--color-neutral-100);\n --color-surface-dim: var(--color-neutral-87);\n --color-surface-variant: var(--color-neutral-variant-90);\n --color-tertiary: var(--color-tertiary-40);\n --color-tertiary-0: #000000;\n --color-tertiary-10: #29132d;\n --color-tertiary-20: #402843;\n --color-tertiary-30: #583e5a;\n --color-tertiary-40: #715573;\n --color-tertiary-50: #8b6d8d;\n --color-tertiary-60: #a686a7;\n --color-tertiary-70: #c2a1c2;\n --color-tertiary-80: #dfbcdf;\n --color-tertiary-90: #fcd7fb;\n --color-tertiary-95: #ffebfc;\n --color-tertiary-98: #fff7fa;\n --color-tertiary-100: #ffffff;\n --color-tertiary-container: var(--color-tertiary-90);\n --color-white: #ffffff;\n --color-yellow: #ffed29;\n --color-yellow-0: #000000;\n --color-yellow-10: #1f1c00;\n --color-yellow-20: #363100;\n --color-yellow-30: #4e4800;\n --color-yellow-40: #686000;\n --color-yellow-50: #837900;\n --color-yellow-60: #9f9300;\n --color-yellow-70: #bcae00;\n --color-yellow-80: #d9c900;\n --color-yellow-90: #f7e61e;\n --color-yellow-95: #fff392;\n --color-yellow-98: #fff9e6;\n --color-yellow-100: #ffffff;\n --container-lg: 1056px; /* Large container width. Intended for standard desktop layouts with typical content density. */\n --container-max: 1584px; /* Maximum container width. Use when constraining very wide layouts to maintain readable line lengths. */\n --container-md: 672px; /* Medium container width. Suitable for tablet layouts and compact desktop content areas. */\n --container-sm: 320px; /* Small container width. Use for narrow layouts and small screens such as mobile devices. */\n --container-xl: 1312px; /* Extra large container width. Use for wide desktop displays and content-heavy pages. */\n --duration-long1: 450ms; /* These durations are often paired with Emphasized easing. */\n --duration-long2: 500ms; /* These durations are often paired with Emphasized easing. */\n --duration-medium1: 250ms; /* These are used for medium duration transitions, like modal animations. */\n --duration-medium2: 300ms; /* These are used for medium duration transitions, like modal animations. */\n --duration-short1: 50ms; /* These are used for small utility-focused transitions. Like checkbox animations. */\n --duration-short2: 100ms; /* These are used for small utility-focused transitions. Like checkbox animations. */\n --duration-short3: 150ms; /* These are used for small utility-focused transitions. Like checkbox animations. */\n --duration-short4: 200ms; /* These are used for small utility-focused transitions. Like checkbox animations. */\n --easing-linear: cubic-bezier(0, 0, 1, 1);\n --easing-standard: cubic-bezier(0.2, 0, 0, 1);\n --font-family-brand: \"Noto Sans\", sans-serif; /* The font family used for brand headings and titles. */\n --font-family-monospace: \"Noto Sans Mono\", monospace; /* The font family used for code snippets and monospaced text. */\n --font-family-sans: \"Noto Sans\", sans-serif; /* The primary font family used for body text and general content. */\n --font-weight-bold: 700; /* Bold weight for emphasis. 700 weight. */\n --font-weight-medium: 500; /* Slightly heavier than regular weight. 500 weight. */\n --font-weight-regular: 400; /* Standard weight for regular text. 400 weight. */\n --font-weight-semi-bold: 600; /* Heavier than medium weight. 600 weight. */\n --global-avatar-border-radius: var(--shape-corner-full);\n --global-badge-color: var(--color-error);\n --shape-corner-full: 9999px;\n --shape-corner-large: 12px;\n --shape-corner-medium: 8px;\n --shape-corner-none: 0;\n --shape-corner-small: 4px;\n --spacing-000: 0; /* No spacing (base × 0). */\n --spacing-025: 0.125rem; /* 2px - Smallest increment (base × 0.125). */\n --spacing-050: 0.25rem; /* 4px - Extra small spacing (base × 0.25). */\n --spacing-100: 0.5rem; /* 8px - Small spacing (base × 0.5). */\n --spacing-150: 0.75rem; /* 12px - Small-medium spacing (base × 0.75). */\n --spacing-200: 1rem; /* 16px - Base spacing unit (base × 1). */\n --spacing-300: 1.5rem; /* 24px - Medium spacing (base × 1.5). */\n --spacing-400: 2rem; /* 32px - Medium-large spacing (base × 2). */\n --spacing-500: 2.5rem; /* 40px - Large spacing (base × 2.5). */\n --spacing-600: 3rem; /* 48px - Extra large spacing (base × 3). */\n --spacing-800: 4rem; /* 64px - Huge spacing (base × 4). */\n --spacing-1000: 5rem; /* 80px - Massive spacing (base × 5). */\n --spacing-1200: 6rem; /* 96px - Gigantic spacing (base × 6). */\n --spacing-2000: 10rem; /* 160px - Maximum defined spacing (base × 10). */\n --spacing-base: 1rem; /* Base spacing unit (1rem = 16px). */\n --typography-body-large-emphasized-font-family: var(--font-family-sans);\n --typography-body-large-emphasized-font-size: 1rem;\n --typography-body-large-emphasized-font-weight: var(--font-weight-medium);\n --typography-body-large-emphasized-letter-spacing: 0.5px;\n --typography-body-large-emphasized-line-height: 1.5rem;\n --typography-body-large-font-family: var(--font-family-sans);\n --typography-body-large-font-size: 1rem;\n --typography-body-large-font-weight: var(--font-weight-regular);\n --typography-body-large-letter-spacing: 0.5px;\n --typography-body-large-line-height: 1.5rem;\n --typography-body-medium-emphasized-font-family: var(--font-family-sans);\n --typography-body-medium-emphasized-font-size: 0.875rem;\n --typography-body-medium-emphasized-font-weight: var(--font-weight-medium);\n --typography-body-medium-emphasized-letter-spacing: 0.25px;\n --typography-body-medium-emphasized-line-height: 1.25rem;\n --typography-body-medium-font-family: var(--font-family-sans);\n --typography-body-medium-font-size: 0.875rem;\n --typography-body-medium-font-weight: var(--font-weight-regular);\n --typography-body-medium-letter-spacing: 0.25px;\n --typography-body-medium-line-height: 1.25rem;\n --typography-body-small-emphasized-font-family: var(--font-family-sans);\n --typography-body-small-emphasized-font-size: 0.75rem;\n --typography-body-small-emphasized-font-weight: var(--font-weight-medium);\n --typography-body-small-emphasized-letter-spacing: 0.4000000059604645px;\n --typography-body-small-emphasized-line-height: 1rem;\n --typography-body-small-font-family: var(--font-family-sans);\n --typography-body-small-font-size: 0.75rem;\n --typography-body-small-font-weight: var(--font-weight-regular);\n --typography-body-small-letter-spacing: 0.4000000059604645px;\n --typography-body-small-line-height: 1rem;\n --typography-code-large-emphasized-font-family: var(--font-family-monospace);\n --typography-code-large-emphasized-font-size: 1rem;\n --typography-code-large-emphasized-font-weight: var(--font-weight-medium);\n --typography-code-large-emphasized-letter-spacing: 0.5px;\n --typography-code-large-emphasized-line-height: 1.5rem;\n --typography-code-large-font-family: var(--font-family-monospace);\n --typography-code-large-font-size: 1rem;\n --typography-code-large-font-weight: var(--font-weight-regular);\n --typography-code-large-letter-spacing: 0.5px;\n --typography-code-large-line-height: 1.5rem;\n --typography-code-medium-emphasized-font-family: var(--font-family-monospace);\n --typography-code-medium-emphasized-font-size: 0.875rem;\n --typography-code-medium-emphasized-font-weight: var(--font-weight-medium);\n --typography-code-medium-emphasized-letter-spacing: 0.25px;\n --typography-code-medium-emphasized-line-height: 1.25rem;\n --typography-code-medium-font-family: var(--font-family-monospace);\n --typography-code-medium-font-size: 0.875rem;\n --typography-code-medium-font-weight: var(--font-weight-regular);\n --typography-code-medium-letter-spacing: 0.25px;\n --typography-code-medium-line-height: 1.25rem;\n --typography-code-small-emphasized-font-family: var(--font-family-monospace);\n --typography-code-small-emphasized-font-size: 0.75rem;\n --typography-code-small-emphasized-font-weight: var(--font-weight-medium);\n --typography-code-small-emphasized-letter-spacing: 0.4000000059604645px;\n --typography-code-small-emphasized-line-height: 1rem;\n --typography-code-small-font-family: var(--font-family-monospace);\n --typography-code-small-font-size: 0.75rem;\n --typography-code-small-font-weight: var(--font-weight-regular);\n --typography-code-small-letter-spacing: 0.4000000059604645px;\n --typography-code-small-line-height: 1rem;\n --typography-display-large-emphasized-font-family: var(--font-family-sans);\n --typography-display-large-emphasized-font-size: 3.5625rem;\n --typography-display-large-emphasized-font-weight: var(--font-weight-medium);\n --typography-display-large-emphasized-letter-spacing: -0.25px;\n --typography-display-large-emphasized-line-height: 4rem;\n --typography-display-large-font-family: var(--font-family-sans);\n --typography-display-large-font-size: 3.5625rem;\n --typography-display-large-font-weight: var(--font-weight-regular);\n --typography-display-large-letter-spacing: -0.25px;\n --typography-display-large-line-height: 4rem;\n --typography-display-medium-emphasized-font-family: var(--font-family-sans);\n --typography-display-medium-emphasized-font-size: 2.8125rem;\n --typography-display-medium-emphasized-font-weight: var(--font-weight-medium);\n --typography-display-medium-emphasized-letter-spacing: 0;\n --typography-display-medium-emphasized-line-height: 3.25rem;\n --typography-display-medium-font-family: var(--font-family-sans);\n --typography-display-medium-font-size: 2.8125rem;\n --typography-display-medium-font-weight: var(--font-weight-regular);\n --typography-display-medium-letter-spacing: 0;\n --typography-display-medium-line-height: 3.25rem;\n --typography-display-small-emphasized-font-family: var(--font-family-sans);\n --typography-display-small-emphasized-font-size: 2.25rem;\n --typography-display-small-emphasized-font-weight: var(--font-weight-medium);\n --typography-display-small-emphasized-letter-spacing: 0;\n --typography-display-small-emphasized-line-height: 2.75rem;\n --typography-display-small-font-family: var(--font-family-sans);\n --typography-display-small-font-size: 2.25rem;\n --typography-display-small-font-weight: var(--font-weight-regular);\n --typography-display-small-letter-spacing: 0;\n --typography-display-small-line-height: 2.75rem;\n --typography-headline-large-emphasized-font-family: var(--font-family-sans);\n --typography-headline-large-emphasized-font-size: 2rem;\n --typography-headline-large-emphasized-font-weight: var(--font-weight-medium);\n --typography-headline-large-emphasized-letter-spacing: 0;\n --typography-headline-large-emphasized-line-height: 2.5rem;\n --typography-headline-large-font-family: var(--font-family-sans);\n --typography-headline-large-font-size: 2rem;\n --typography-headline-large-font-weight: var(--font-weight-regular);\n --typography-headline-large-letter-spacing: 0;\n --typography-headline-large-line-height: 2.5rem;\n --typography-headline-medium-emphasized-font-family: var(--font-family-sans);\n --typography-headline-medium-emphasized-font-size: 1.75rem;\n --typography-headline-medium-emphasized-font-weight: var(--font-weight-medium);\n --typography-headline-medium-emphasized-letter-spacing: 0;\n --typography-headline-medium-emphasized-line-height: 2.25rem;\n --typography-headline-medium-font-family: var(--font-family-sans);\n --typography-headline-medium-font-size: 1.75rem;\n --typography-headline-medium-font-weight: var(--font-weight-regular);\n --typography-headline-medium-letter-spacing: 0;\n --typography-headline-medium-line-height: 2.25rem;\n --typography-headline-small-emphasized-font-family: var(--font-family-sans);\n --typography-headline-small-emphasized-font-size: 1.5rem;\n --typography-headline-small-emphasized-font-weight: var(--font-weight-medium);\n --typography-headline-small-emphasized-letter-spacing: 0;\n --typography-headline-small-emphasized-line-height: 2rem;\n --typography-headline-small-font-family: var(--font-family-sans);\n --typography-headline-small-font-size: 1.5rem;\n --typography-headline-small-font-weight: var(--font-weight-regular);\n --typography-headline-small-letter-spacing: 0;\n --typography-headline-small-line-height: 2rem;\n --typography-label-large-emphasized-font-family: var(--font-family-sans);\n --typography-label-large-emphasized-font-size: 0.875rem;\n --typography-label-large-emphasized-font-weight: var(--font-weight-semi-bold);\n --typography-label-large-emphasized-letter-spacing: 0.10000000149011612px;\n --typography-label-large-emphasized-line-height: 1.25rem;\n --typography-label-large-font-family: var(--font-family-sans);\n --typography-label-large-font-size: 0.875rem;\n --typography-label-large-font-weight: var(--font-weight-medium);\n --typography-label-large-letter-spacing: 0.10000000149011612px;\n --typography-label-large-line-height: 1.25rem;\n --typography-label-medium-emphasized-font-family: var(--font-family-sans);\n --typography-label-medium-emphasized-font-size: 0.75rem;\n --typography-label-medium-emphasized-font-weight: var(--font-weight-semi-bold);\n --typography-label-medium-emphasized-letter-spacing: 0.5px;\n --typography-label-medium-emphasized-line-height: 1rem;\n --typography-label-medium-font-family: var(--font-family-sans);\n --typography-label-medium-font-size: 0.75rem;\n --typography-label-medium-font-weight: var(--font-weight-medium);\n --typography-label-medium-letter-spacing: 0.5px;\n --typography-label-medium-line-height: 1rem;\n --typography-label-small-emphasized-font-family: var(--font-family-sans);\n --typography-label-small-emphasized-font-size: 0.6875rem;\n --typography-label-small-emphasized-font-weight: var(--font-weight-semi-bold);\n --typography-label-small-emphasized-letter-spacing: 0.5px;\n --typography-label-small-emphasized-line-height: 1rem;\n --typography-label-small-font-family: var(--font-family-sans);\n --typography-label-small-font-size: 0.6875rem;\n --typography-label-small-font-weight: var(--font-weight-medium);\n --typography-label-small-letter-spacing: 0.5px;\n --typography-label-small-line-height: 1rem;\n --typography-title-large-emphasized-font-family: var(--font-family-sans);\n --typography-title-large-emphasized-font-size: 1.375rem;\n --typography-title-large-emphasized-font-weight: var(--font-weight-medium);\n --typography-title-large-emphasized-letter-spacing: 0;\n --typography-title-large-emphasized-line-height: 1.75rem;\n --typography-title-large-font-family: var(--font-family-sans);\n --typography-title-large-font-size: 1.375rem;\n --typography-title-large-font-weight: var(--font-weight-regular);\n --typography-title-large-letter-spacing: 0;\n --typography-title-large-line-height: 1.75rem;\n --typography-title-medium-emphasized-font-family: var(--font-family-sans);\n --typography-title-medium-emphasized-font-size: 1rem;\n --typography-title-medium-emphasized-font-weight: var(--font-weight-semi-bold);\n --typography-title-medium-emphasized-letter-spacing: 0.15000000596046448px;\n --typography-title-medium-emphasized-line-height: 1.5rem;\n --typography-title-medium-font-family: var(--font-family-sans);\n --typography-title-medium-font-size: 1rem;\n --typography-title-medium-font-weight: var(--font-weight-medium);\n --typography-title-medium-letter-spacing: 0.15000000596046448px;\n --typography-title-medium-line-height: 1.5rem;\n --typography-title-small-emphasized-font-family: var(--font-family-sans);\n --typography-title-small-emphasized-font-size: 0.875rem;\n --typography-title-small-emphasized-font-weight: var(--font-weight-semi-bold);\n --typography-title-small-emphasized-letter-spacing: 0.10000000149011612px;\n --typography-title-small-emphasized-line-height: 1.25rem;\n --typography-title-small-font-family: var(--font-family-sans);\n --typography-title-small-font-size: 0.875rem;\n --typography-title-small-font-weight: var(--font-weight-medium);\n --typography-title-small-letter-spacing: 0.10000000149011612px;\n --typography-title-small-line-height: 1.25rem;\n color-scheme: light dark;\n}\n\n[data-theme='dark'] {\n --color-error: var(--color-red-80);\n --color-error-container: var(--color-red-30);\n --color-inverse-error: var(--color-red-40);\n --color-inverse-on-surface: var(--color-neutral-20);\n --color-inverse-primary: var(--color-primary-40);\n --color-inverse-secondary: var(--color-secondary-40);\n --color-inverse-success: var(--color-green-40);\n --color-inverse-surface: var(--color-neutral-90);\n --color-inverse-tertiary: var(--color-tertiary-40);\n --color-on-error: var(--color-red-20);\n --color-on-error-container: var(--color-red-90);\n --color-on-primary: var(--color-primary-20);\n --color-on-primary-container: var(--color-primary-90);\n --color-on-secondary: var(--color-secondary-20);\n --color-on-secondary-container: var(--color-secondary-90);\n --color-on-success: var(--color-green-20);\n --color-on-success-container: var(--color-green-90);\n --color-on-surface: var(--color-neutral-90);\n --color-on-surface-variant: var(--color-neutral-variant-80);\n --color-on-tertiary: var(--color-tertiary-20);\n --color-on-tertiary-container: var(--color-tertiary-90);\n --color-outline: var(--color-neutral-variant-60);\n --color-outline-variant: var(--color-neutral-variant-30);\n --color-primary: var(--color-primary-80);\n --color-primary-container: var(--color-primary-30);\n --color-scrim: var(--color-neutral-0);\n --color-secondary: var(--color-secondary-80);\n --color-secondary-container: var(--color-secondary-30);\n --color-shadow: var(--color-neutral-0);\n --color-success: var(--color-green-80);\n --color-success-container: var(--color-green-30);\n --color-surface: var(--color-neutral-10);\n --color-surface-container: var(--color-neutral-12);\n --color-surface-container-high: var(--color-neutral-17);\n --color-surface-container-highest: var(--color-neutral-22);\n --color-surface-container-low: var(--color-neutral-10);\n --color-surface-container-lowest: var(--color-neutral-4);\n --color-surface-dim: var(--color-neutral-6);\n --color-surface-variant: var(--color-neutral-variant-30);\n --color-tertiary: var(--color-tertiary-80);\n --color-tertiary-container: var(--color-tertiary-30);\n}\n\n";
17
+ styleInject(css_248z$2);
13
18
 
14
19
  class LoaderUtils {
15
20
  constructor(loaderConfig) {
16
- this.loaderConfig = loaderConfig;
17
21
  this._loaderConfig = loaderConfig;
18
22
  }
19
23
  static registerComponent(tagName, CustomElementClass) {
@@ -92,107 +96,442 @@ class LoaderUtils {
92
96
  }
93
97
  }
94
98
 
95
- const createLinkStyles = (prefix) => i `
96
- .${r(prefix)}-link {
97
- border-radius: inherit;
98
- corner-shape: inherit;
99
-
100
- color: var(--color-primary);
101
- --icon-color: var(--color-primary);
102
- }
103
-
104
- .${r(prefix)}-link:hover {
105
- color: var(--color-on-primary-container);
106
- --icon-color: var(--color-on-primary-container);
107
- }
108
-
109
- .${r(prefix)}-link:focus {
110
- text-decoration: none;
111
- ${focusRing()}
112
- }
113
-
114
- .${r(prefix)}-link.no-style {
115
- color: var(--color-on-surface);
116
- --icon-color: var(--color-on-surface);
117
- text-decoration: none !important;
118
- }
119
-
120
- .${r(prefix)}-link.no-decoration {
121
- text-decoration: none !important;
122
- }
123
-
124
- .${r(prefix)}-link.inline {
125
- text-decoration: var(--link-decoration, underline);
126
- }
127
- `;
128
-
129
- /**
130
- * Sass equivalents:
131
- * $types: "display", "headline", "body", "code", "label", "title";
132
- * $sizes: "large", "medium", "small";
133
- */
134
- const TYPES = [
135
- 'display',
136
- 'headline',
137
- 'body',
138
- 'code',
139
- 'label',
140
- 'title',
141
- ];
142
- const SIZES = ['large', 'medium', 'small'];
143
- const createTagClass = (prefix, tag) => i `
144
- .${r(prefix)}-text-${r(tag)} {
145
- ${getTypography(tag)}
146
- }
147
-
148
- .${r(prefix)}-text-${r(tag)}-emphasized {
149
- ${getTypography(`${tag}-emphasized`)}
150
- }
151
- `;
152
- const createTypeClass = (prefix, type) => i `
153
- .${r(prefix)}-text-${r(type)} {
154
- ${getTypography(`${type}-medium`)}
155
- }
156
-
157
- .${r(prefix)}-text-${r(type)}-emphasized {
158
- ${getTypography(`${type}-medium-emphasized`)}
159
- }
160
-
161
- ${r(SIZES.map(size => createTagClass(prefix, `${type}-${size}`)).join(''))}
162
- `;
163
- const createTextStyles = (prefix) => i `
164
- /* === Margin rules (manual groups from Sass) === */
165
-
166
- .${r(prefix)}-text-body,
167
- .${r(prefix)}-text-body-medium,
168
- .${r(prefix)}-text-body-large,
169
- .${r(prefix)}-text-body-small {
170
- margin-block-end: var(--spacing-200);
171
- }
172
-
173
- .${r(prefix)}-text-headline,
174
- .${r(prefix)}-text-headline-medium,
175
- .${r(prefix)}-text-headline-large,
176
- .${r(prefix)}-text-headline-small {
177
- margin-block-end: var(--spacing-400);
178
- }
179
-
180
- .${r(prefix)}-text-display,
181
- .${r(prefix)}-text-display-medium,
182
- .${r(prefix)}-text-display-large,
183
- .${r(prefix)}-text-display-small {
184
- margin-block-end: var(--spacing-400);
185
- }
186
-
187
- .${r(prefix)}-text-title,
188
- .${r(prefix)}-text-title-medium,
189
- .${r(prefix)}-text-title-large,
190
- .${r(prefix)}-text-title-small {
191
- margin-block-end: var(--spacing-400);
192
- }
193
-
194
- ${r(TYPES.map(type => createTypeClass(prefix, type)).join(''))}
195
- `;
99
+ var css_248z$1 = i`.link {
100
+ border-radius: inherit;
101
+ corner-shape: inherit;
102
+ color: var(--color-primary);
103
+ --icon-color: currentColor;
104
+ text-decoration: none;
105
+ }
106
+ .link:hover, .link:focus-visible {
107
+ text-decoration: underline;
108
+ }
109
+ .link.inherit {
110
+ color: inherit;
111
+ }
112
+ .link.with-icon {
113
+ display: inline-flex;
114
+ align-items: center;
115
+ gap: 0.5em;
116
+ }`;
117
+ styleInject(css_248z$1);
118
+
119
+ var css_248z = i`.text-display {
120
+ font-family: var(--typography-display-medium-font-family) !important;
121
+ font-size: var(--typography-display-medium-font-size) !important;
122
+ font-weight: var(--typography-display-medium-font-weight) !important;
123
+ line-height: var(--typography-display-medium-line-height) !important;
124
+ letter-spacing: var(--typography-display-medium-letter-spacing) !important;
125
+ margin-block-end: var(--spacing-400);
126
+ }
127
+
128
+ .text-display-emphasized {
129
+ font-family: var(--typography-display-medium-emphasized-font-family) !important;
130
+ font-size: var(--typography-display-medium-emphasized-font-size) !important;
131
+ font-weight: var(--typography-display-medium-emphasized-font-weight) !important;
132
+ line-height: var(--typography-display-medium-emphasized-line-height) !important;
133
+ letter-spacing: var(--typography-display-medium-emphasized-letter-spacing) !important;
134
+ margin-block-end: var(--spacing-400);
135
+ }
136
+
137
+ .text-display-large {
138
+ font-family: var(--typography-display-large-font-family) !important;
139
+ font-size: var(--typography-display-large-font-size) !important;
140
+ font-weight: var(--typography-display-large-font-weight) !important;
141
+ line-height: var(--typography-display-large-line-height) !important;
142
+ letter-spacing: var(--typography-display-large-letter-spacing) !important;
143
+ margin-block-end: var(--spacing-400);
144
+ }
145
+
146
+ .text-display-large-emphasized {
147
+ font-family: var(--typography-display-large-emphasized-font-family) !important;
148
+ font-size: var(--typography-display-large-emphasized-font-size) !important;
149
+ font-weight: var(--typography-display-large-emphasized-font-weight) !important;
150
+ line-height: var(--typography-display-large-emphasized-line-height) !important;
151
+ letter-spacing: var(--typography-display-large-emphasized-letter-spacing) !important;
152
+ margin-block-end: var(--spacing-400);
153
+ }
154
+
155
+ .text-display-medium {
156
+ font-family: var(--typography-display-medium-font-family) !important;
157
+ font-size: var(--typography-display-medium-font-size) !important;
158
+ font-weight: var(--typography-display-medium-font-weight) !important;
159
+ line-height: var(--typography-display-medium-line-height) !important;
160
+ letter-spacing: var(--typography-display-medium-letter-spacing) !important;
161
+ margin-block-end: var(--spacing-400);
162
+ }
163
+
164
+ .text-display-medium-emphasized {
165
+ font-family: var(--typography-display-medium-emphasized-font-family) !important;
166
+ font-size: var(--typography-display-medium-emphasized-font-size) !important;
167
+ font-weight: var(--typography-display-medium-emphasized-font-weight) !important;
168
+ line-height: var(--typography-display-medium-emphasized-line-height) !important;
169
+ letter-spacing: var(--typography-display-medium-emphasized-letter-spacing) !important;
170
+ margin-block-end: var(--spacing-400);
171
+ }
172
+
173
+ .text-display-small {
174
+ font-family: var(--typography-display-small-font-family) !important;
175
+ font-size: var(--typography-display-small-font-size) !important;
176
+ font-weight: var(--typography-display-small-font-weight) !important;
177
+ line-height: var(--typography-display-small-line-height) !important;
178
+ letter-spacing: var(--typography-display-small-letter-spacing) !important;
179
+ margin-block-end: var(--spacing-400);
180
+ }
181
+
182
+ .text-display-small-emphasized {
183
+ font-family: var(--typography-display-small-emphasized-font-family) !important;
184
+ font-size: var(--typography-display-small-emphasized-font-size) !important;
185
+ font-weight: var(--typography-display-small-emphasized-font-weight) !important;
186
+ line-height: var(--typography-display-small-emphasized-line-height) !important;
187
+ letter-spacing: var(--typography-display-small-emphasized-letter-spacing) !important;
188
+ margin-block-end: var(--spacing-400);
189
+ }
190
+
191
+ .text-headline {
192
+ font-family: var(--typography-headline-medium-font-family) !important;
193
+ font-size: var(--typography-headline-medium-font-size) !important;
194
+ font-weight: var(--typography-headline-medium-font-weight) !important;
195
+ line-height: var(--typography-headline-medium-line-height) !important;
196
+ letter-spacing: var(--typography-headline-medium-letter-spacing) !important;
197
+ margin-block-end: var(--spacing-200);
198
+ }
199
+
200
+ .text-headline-emphasized {
201
+ font-family: var(--typography-headline-medium-emphasized-font-family) !important;
202
+ font-size: var(--typography-headline-medium-emphasized-font-size) !important;
203
+ font-weight: var(--typography-headline-medium-emphasized-font-weight) !important;
204
+ line-height: var(--typography-headline-medium-emphasized-line-height) !important;
205
+ letter-spacing: var(--typography-headline-medium-emphasized-letter-spacing) !important;
206
+ margin-block-end: var(--spacing-200);
207
+ }
208
+
209
+ .text-headline-large {
210
+ font-family: var(--typography-headline-large-font-family) !important;
211
+ font-size: var(--typography-headline-large-font-size) !important;
212
+ font-weight: var(--typography-headline-large-font-weight) !important;
213
+ line-height: var(--typography-headline-large-line-height) !important;
214
+ letter-spacing: var(--typography-headline-large-letter-spacing) !important;
215
+ margin-block-end: var(--spacing-200);
216
+ }
217
+
218
+ .text-headline-large-emphasized {
219
+ font-family: var(--typography-headline-large-emphasized-font-family) !important;
220
+ font-size: var(--typography-headline-large-emphasized-font-size) !important;
221
+ font-weight: var(--typography-headline-large-emphasized-font-weight) !important;
222
+ line-height: var(--typography-headline-large-emphasized-line-height) !important;
223
+ letter-spacing: var(--typography-headline-large-emphasized-letter-spacing) !important;
224
+ margin-block-end: var(--spacing-200);
225
+ }
226
+
227
+ .text-headline-medium {
228
+ font-family: var(--typography-headline-medium-font-family) !important;
229
+ font-size: var(--typography-headline-medium-font-size) !important;
230
+ font-weight: var(--typography-headline-medium-font-weight) !important;
231
+ line-height: var(--typography-headline-medium-line-height) !important;
232
+ letter-spacing: var(--typography-headline-medium-letter-spacing) !important;
233
+ margin-block-end: var(--spacing-200);
234
+ }
235
+
236
+ .text-headline-medium-emphasized {
237
+ font-family: var(--typography-headline-medium-emphasized-font-family) !important;
238
+ font-size: var(--typography-headline-medium-emphasized-font-size) !important;
239
+ font-weight: var(--typography-headline-medium-emphasized-font-weight) !important;
240
+ line-height: var(--typography-headline-medium-emphasized-line-height) !important;
241
+ letter-spacing: var(--typography-headline-medium-emphasized-letter-spacing) !important;
242
+ margin-block-end: var(--spacing-200);
243
+ }
244
+
245
+ .text-headline-small {
246
+ font-family: var(--typography-headline-small-font-family) !important;
247
+ font-size: var(--typography-headline-small-font-size) !important;
248
+ font-weight: var(--typography-headline-small-font-weight) !important;
249
+ line-height: var(--typography-headline-small-line-height) !important;
250
+ letter-spacing: var(--typography-headline-small-letter-spacing) !important;
251
+ margin-block-end: var(--spacing-200);
252
+ }
253
+
254
+ .text-headline-small-emphasized {
255
+ font-family: var(--typography-headline-small-emphasized-font-family) !important;
256
+ font-size: var(--typography-headline-small-emphasized-font-size) !important;
257
+ font-weight: var(--typography-headline-small-emphasized-font-weight) !important;
258
+ line-height: var(--typography-headline-small-emphasized-line-height) !important;
259
+ letter-spacing: var(--typography-headline-small-emphasized-letter-spacing) !important;
260
+ margin-block-end: var(--spacing-200);
261
+ }
262
+
263
+ .text-body {
264
+ font-family: var(--typography-body-medium-font-family) !important;
265
+ font-size: var(--typography-body-medium-font-size) !important;
266
+ font-weight: var(--typography-body-medium-font-weight) !important;
267
+ line-height: var(--typography-body-medium-line-height) !important;
268
+ letter-spacing: var(--typography-body-medium-letter-spacing) !important;
269
+ margin-block-end: var(--spacing-200);
270
+ }
271
+
272
+ .text-body-emphasized {
273
+ font-family: var(--typography-body-medium-emphasized-font-family) !important;
274
+ font-size: var(--typography-body-medium-emphasized-font-size) !important;
275
+ font-weight: var(--typography-body-medium-emphasized-font-weight) !important;
276
+ line-height: var(--typography-body-medium-emphasized-line-height) !important;
277
+ letter-spacing: var(--typography-body-medium-emphasized-letter-spacing) !important;
278
+ margin-block-end: var(--spacing-200);
279
+ }
280
+
281
+ .text-body-large {
282
+ font-family: var(--typography-body-large-font-family) !important;
283
+ font-size: var(--typography-body-large-font-size) !important;
284
+ font-weight: var(--typography-body-large-font-weight) !important;
285
+ line-height: var(--typography-body-large-line-height) !important;
286
+ letter-spacing: var(--typography-body-large-letter-spacing) !important;
287
+ margin-block-end: var(--spacing-200);
288
+ }
289
+
290
+ .text-body-large-emphasized {
291
+ font-family: var(--typography-body-large-emphasized-font-family) !important;
292
+ font-size: var(--typography-body-large-emphasized-font-size) !important;
293
+ font-weight: var(--typography-body-large-emphasized-font-weight) !important;
294
+ line-height: var(--typography-body-large-emphasized-line-height) !important;
295
+ letter-spacing: var(--typography-body-large-emphasized-letter-spacing) !important;
296
+ margin-block-end: var(--spacing-200);
297
+ }
298
+
299
+ .text-body-medium {
300
+ font-family: var(--typography-body-medium-font-family) !important;
301
+ font-size: var(--typography-body-medium-font-size) !important;
302
+ font-weight: var(--typography-body-medium-font-weight) !important;
303
+ line-height: var(--typography-body-medium-line-height) !important;
304
+ letter-spacing: var(--typography-body-medium-letter-spacing) !important;
305
+ margin-block-end: var(--spacing-200);
306
+ }
307
+
308
+ .text-body-medium-emphasized {
309
+ font-family: var(--typography-body-medium-emphasized-font-family) !important;
310
+ font-size: var(--typography-body-medium-emphasized-font-size) !important;
311
+ font-weight: var(--typography-body-medium-emphasized-font-weight) !important;
312
+ line-height: var(--typography-body-medium-emphasized-line-height) !important;
313
+ letter-spacing: var(--typography-body-medium-emphasized-letter-spacing) !important;
314
+ margin-block-end: var(--spacing-200);
315
+ }
316
+
317
+ .text-body-small {
318
+ font-family: var(--typography-body-small-font-family) !important;
319
+ font-size: var(--typography-body-small-font-size) !important;
320
+ font-weight: var(--typography-body-small-font-weight) !important;
321
+ line-height: var(--typography-body-small-line-height) !important;
322
+ letter-spacing: var(--typography-body-small-letter-spacing) !important;
323
+ margin-block-end: var(--spacing-200);
324
+ }
325
+
326
+ .text-body-small-emphasized {
327
+ font-family: var(--typography-body-small-emphasized-font-family) !important;
328
+ font-size: var(--typography-body-small-emphasized-font-size) !important;
329
+ font-weight: var(--typography-body-small-emphasized-font-weight) !important;
330
+ line-height: var(--typography-body-small-emphasized-line-height) !important;
331
+ letter-spacing: var(--typography-body-small-emphasized-letter-spacing) !important;
332
+ margin-block-end: var(--spacing-200);
333
+ }
334
+
335
+ .text-code {
336
+ font-family: var(--typography-code-medium-font-family) !important;
337
+ font-size: var(--typography-code-medium-font-size) !important;
338
+ font-weight: var(--typography-code-medium-font-weight) !important;
339
+ line-height: var(--typography-code-medium-line-height) !important;
340
+ letter-spacing: var(--typography-code-medium-letter-spacing) !important;
341
+ }
342
+
343
+ .text-code-emphasized {
344
+ font-family: var(--typography-code-medium-emphasized-font-family) !important;
345
+ font-size: var(--typography-code-medium-emphasized-font-size) !important;
346
+ font-weight: var(--typography-code-medium-emphasized-font-weight) !important;
347
+ line-height: var(--typography-code-medium-emphasized-line-height) !important;
348
+ letter-spacing: var(--typography-code-medium-emphasized-letter-spacing) !important;
349
+ }
350
+
351
+ .text-code-large {
352
+ font-family: var(--typography-code-large-font-family) !important;
353
+ font-size: var(--typography-code-large-font-size) !important;
354
+ font-weight: var(--typography-code-large-font-weight) !important;
355
+ line-height: var(--typography-code-large-line-height) !important;
356
+ letter-spacing: var(--typography-code-large-letter-spacing) !important;
357
+ }
358
+
359
+ .text-code-large-emphasized {
360
+ font-family: var(--typography-code-large-emphasized-font-family) !important;
361
+ font-size: var(--typography-code-large-emphasized-font-size) !important;
362
+ font-weight: var(--typography-code-large-emphasized-font-weight) !important;
363
+ line-height: var(--typography-code-large-emphasized-line-height) !important;
364
+ letter-spacing: var(--typography-code-large-emphasized-letter-spacing) !important;
365
+ }
366
+
367
+ .text-code-medium {
368
+ font-family: var(--typography-code-medium-font-family) !important;
369
+ font-size: var(--typography-code-medium-font-size) !important;
370
+ font-weight: var(--typography-code-medium-font-weight) !important;
371
+ line-height: var(--typography-code-medium-line-height) !important;
372
+ letter-spacing: var(--typography-code-medium-letter-spacing) !important;
373
+ }
374
+
375
+ .text-code-medium-emphasized {
376
+ font-family: var(--typography-code-medium-emphasized-font-family) !important;
377
+ font-size: var(--typography-code-medium-emphasized-font-size) !important;
378
+ font-weight: var(--typography-code-medium-emphasized-font-weight) !important;
379
+ line-height: var(--typography-code-medium-emphasized-line-height) !important;
380
+ letter-spacing: var(--typography-code-medium-emphasized-letter-spacing) !important;
381
+ }
382
+
383
+ .text-code-small {
384
+ font-family: var(--typography-code-small-font-family) !important;
385
+ font-size: var(--typography-code-small-font-size) !important;
386
+ font-weight: var(--typography-code-small-font-weight) !important;
387
+ line-height: var(--typography-code-small-line-height) !important;
388
+ letter-spacing: var(--typography-code-small-letter-spacing) !important;
389
+ }
390
+
391
+ .text-code-small-emphasized {
392
+ font-family: var(--typography-code-small-emphasized-font-family) !important;
393
+ font-size: var(--typography-code-small-emphasized-font-size) !important;
394
+ font-weight: var(--typography-code-small-emphasized-font-weight) !important;
395
+ line-height: var(--typography-code-small-emphasized-line-height) !important;
396
+ letter-spacing: var(--typography-code-small-emphasized-letter-spacing) !important;
397
+ }
398
+
399
+ .text-label {
400
+ font-family: var(--typography-label-medium-font-family) !important;
401
+ font-size: var(--typography-label-medium-font-size) !important;
402
+ font-weight: var(--typography-label-medium-font-weight) !important;
403
+ line-height: var(--typography-label-medium-line-height) !important;
404
+ letter-spacing: var(--typography-label-medium-letter-spacing) !important;
405
+ }
406
+
407
+ .text-label-emphasized {
408
+ font-family: var(--typography-label-medium-emphasized-font-family) !important;
409
+ font-size: var(--typography-label-medium-emphasized-font-size) !important;
410
+ font-weight: var(--typography-label-medium-emphasized-font-weight) !important;
411
+ line-height: var(--typography-label-medium-emphasized-line-height) !important;
412
+ letter-spacing: var(--typography-label-medium-emphasized-letter-spacing) !important;
413
+ }
414
+
415
+ .text-label-large {
416
+ font-family: var(--typography-label-large-font-family) !important;
417
+ font-size: var(--typography-label-large-font-size) !important;
418
+ font-weight: var(--typography-label-large-font-weight) !important;
419
+ line-height: var(--typography-label-large-line-height) !important;
420
+ letter-spacing: var(--typography-label-large-letter-spacing) !important;
421
+ }
422
+
423
+ .text-label-large-emphasized {
424
+ font-family: var(--typography-label-large-emphasized-font-family) !important;
425
+ font-size: var(--typography-label-large-emphasized-font-size) !important;
426
+ font-weight: var(--typography-label-large-emphasized-font-weight) !important;
427
+ line-height: var(--typography-label-large-emphasized-line-height) !important;
428
+ letter-spacing: var(--typography-label-large-emphasized-letter-spacing) !important;
429
+ }
430
+
431
+ .text-label-medium {
432
+ font-family: var(--typography-label-medium-font-family) !important;
433
+ font-size: var(--typography-label-medium-font-size) !important;
434
+ font-weight: var(--typography-label-medium-font-weight) !important;
435
+ line-height: var(--typography-label-medium-line-height) !important;
436
+ letter-spacing: var(--typography-label-medium-letter-spacing) !important;
437
+ }
438
+
439
+ .text-label-medium-emphasized {
440
+ font-family: var(--typography-label-medium-emphasized-font-family) !important;
441
+ font-size: var(--typography-label-medium-emphasized-font-size) !important;
442
+ font-weight: var(--typography-label-medium-emphasized-font-weight) !important;
443
+ line-height: var(--typography-label-medium-emphasized-line-height) !important;
444
+ letter-spacing: var(--typography-label-medium-emphasized-letter-spacing) !important;
445
+ }
446
+
447
+ .text-label-small {
448
+ font-family: var(--typography-label-small-font-family) !important;
449
+ font-size: var(--typography-label-small-font-size) !important;
450
+ font-weight: var(--typography-label-small-font-weight) !important;
451
+ line-height: var(--typography-label-small-line-height) !important;
452
+ letter-spacing: var(--typography-label-small-letter-spacing) !important;
453
+ }
454
+
455
+ .text-label-small-emphasized {
456
+ font-family: var(--typography-label-small-emphasized-font-family) !important;
457
+ font-size: var(--typography-label-small-emphasized-font-size) !important;
458
+ font-weight: var(--typography-label-small-emphasized-font-weight) !important;
459
+ line-height: var(--typography-label-small-emphasized-line-height) !important;
460
+ letter-spacing: var(--typography-label-small-emphasized-letter-spacing) !important;
461
+ }
462
+
463
+ .text-title {
464
+ font-family: var(--typography-title-medium-font-family) !important;
465
+ font-size: var(--typography-title-medium-font-size) !important;
466
+ font-weight: var(--typography-title-medium-font-weight) !important;
467
+ line-height: var(--typography-title-medium-line-height) !important;
468
+ letter-spacing: var(--typography-title-medium-letter-spacing) !important;
469
+ margin-block-end: var(--spacing-400);
470
+ }
471
+
472
+ .text-title-emphasized {
473
+ font-family: var(--typography-title-medium-emphasized-font-family) !important;
474
+ font-size: var(--typography-title-medium-emphasized-font-size) !important;
475
+ font-weight: var(--typography-title-medium-emphasized-font-weight) !important;
476
+ line-height: var(--typography-title-medium-emphasized-line-height) !important;
477
+ letter-spacing: var(--typography-title-medium-emphasized-letter-spacing) !important;
478
+ margin-block-end: var(--spacing-400);
479
+ }
480
+
481
+ .text-title-large {
482
+ font-family: var(--typography-title-large-font-family) !important;
483
+ font-size: var(--typography-title-large-font-size) !important;
484
+ font-weight: var(--typography-title-large-font-weight) !important;
485
+ line-height: var(--typography-title-large-line-height) !important;
486
+ letter-spacing: var(--typography-title-large-letter-spacing) !important;
487
+ margin-block-end: var(--spacing-400);
488
+ }
489
+
490
+ .text-title-large-emphasized {
491
+ font-family: var(--typography-title-large-emphasized-font-family) !important;
492
+ font-size: var(--typography-title-large-emphasized-font-size) !important;
493
+ font-weight: var(--typography-title-large-emphasized-font-weight) !important;
494
+ line-height: var(--typography-title-large-emphasized-line-height) !important;
495
+ letter-spacing: var(--typography-title-large-emphasized-letter-spacing) !important;
496
+ margin-block-end: var(--spacing-400);
497
+ }
498
+
499
+ .text-title-medium {
500
+ font-family: var(--typography-title-medium-font-family) !important;
501
+ font-size: var(--typography-title-medium-font-size) !important;
502
+ font-weight: var(--typography-title-medium-font-weight) !important;
503
+ line-height: var(--typography-title-medium-line-height) !important;
504
+ letter-spacing: var(--typography-title-medium-letter-spacing) !important;
505
+ margin-block-end: var(--spacing-400);
506
+ }
507
+
508
+ .text-title-medium-emphasized {
509
+ font-family: var(--typography-title-medium-emphasized-font-family) !important;
510
+ font-size: var(--typography-title-medium-emphasized-font-size) !important;
511
+ font-weight: var(--typography-title-medium-emphasized-font-weight) !important;
512
+ line-height: var(--typography-title-medium-emphasized-line-height) !important;
513
+ letter-spacing: var(--typography-title-medium-emphasized-letter-spacing) !important;
514
+ margin-block-end: var(--spacing-400);
515
+ }
516
+
517
+ .text-title-small {
518
+ font-family: var(--typography-title-small-font-family) !important;
519
+ font-size: var(--typography-title-small-font-size) !important;
520
+ font-weight: var(--typography-title-small-font-weight) !important;
521
+ line-height: var(--typography-title-small-line-height) !important;
522
+ letter-spacing: var(--typography-title-small-letter-spacing) !important;
523
+ margin-block-end: var(--spacing-400);
524
+ }
525
+
526
+ .text-title-small-emphasized {
527
+ font-family: var(--typography-title-small-emphasized-font-family) !important;
528
+ font-size: var(--typography-title-small-emphasized-font-size) !important;
529
+ font-weight: var(--typography-title-small-emphasized-font-weight) !important;
530
+ line-height: var(--typography-title-small-emphasized-line-height) !important;
531
+ letter-spacing: var(--typography-title-small-emphasized-letter-spacing) !important;
532
+ margin-block-end: var(--spacing-400);
533
+ }`;
534
+ styleInject(css_248z);
196
535
 
197
536
  // Eager loaded
198
537
  const libraryPrefix = 'p';
@@ -202,13 +541,11 @@ function buildSheet(styleSheet) {
202
541
  sheet.replaceSync(styleSheet.toString());
203
542
  return sheet;
204
543
  }
205
- const styleSheets = [buildSheet(cssComponentsStyleSheet)];
206
- const linkStylesheet = createLinkStyles(libraryPrefix).styleSheet;
207
- if (linkStylesheet)
208
- styleSheets.push(linkStylesheet);
209
- const textStylesheet = createTextStyles(libraryPrefix).styleSheet;
210
- if (textStylesheet)
211
- styleSheets.push(textStylesheet);
544
+ const styleSheets = [
545
+ buildSheet(css_248z$2),
546
+ buildSheet(css_248z$1),
547
+ buildSheet(css_248z),
548
+ ];
212
549
  document.adoptedStyleSheets = styleSheets;
213
550
  const loaderConfig = {
214
551
  prefix: libraryPrefix,
@@ -217,17 +554,29 @@ const loaderConfig = {
217
554
  CustomElementClass: Icon,
218
555
  // importPath: './component/icon.js', - for lazy load give path instead of CustomElementClass
219
556
  },
557
+ 'focus-ring': {
558
+ CustomElementClass: FocusRing,
559
+ },
220
560
  avatar: {
221
561
  CustomElementClass: Avatar,
222
562
  },
223
563
  badge: {
224
564
  CustomElementClass: Badge,
225
565
  },
566
+ button: {
567
+ CustomElementClass: Button,
568
+ },
226
569
  divider: {
227
570
  CustomElementClass: Divider,
228
571
  },
572
+ elevation: {
573
+ CustomElementClass: Elevation,
574
+ },
229
575
  clock: {
230
- importPath: '.' + '/clock.js',
576
+ importPath: './clock.js',
577
+ },
578
+ ripple: {
579
+ CustomElementClass: Ripple,
231
580
  },
232
581
  },
233
582
  };