@skdx/tokens 0.27.0 → 0.29.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +92 -69
  3. package/dist/foundation.css +1 -1
  4. package/dist/index.cjs +1 -1
  5. package/dist/index.d.cts +3 -2
  6. package/dist/index.d.ts +3 -2
  7. package/dist/index.js +1 -1
  8. package/dist/themes/AntDark.cjs +1 -1
  9. package/dist/themes/AntDark.d.cts +3 -12
  10. package/dist/themes/AntDark.d.ts +3 -12
  11. package/dist/themes/AntDark.js +1 -1
  12. package/dist/themes/{AntBrand.cjs → AntLight.cjs} +1 -1
  13. package/dist/themes/{AntBrand.d.cts → AntLight.d.cts} +1 -1
  14. package/dist/themes/{AntBrand.d.ts → AntLight.d.ts} +1 -1
  15. package/dist/themes/{AntBrand.js → AntLight.js} +1 -1
  16. package/dist/themes/CatppuccinLatte.cjs +1 -1
  17. package/dist/themes/CatppuccinLatte.d.cts +1 -7
  18. package/dist/themes/CatppuccinLatte.d.ts +1 -7
  19. package/dist/themes/CatppuccinLatte.js +1 -1
  20. package/dist/themes/CatppuccinMocha.cjs +1 -1
  21. package/dist/themes/CatppuccinMocha.d.cts +1 -7
  22. package/dist/themes/CatppuccinMocha.d.ts +1 -7
  23. package/dist/themes/CatppuccinMocha.js +1 -1
  24. package/dist/themes/ChakraDark.cjs +1 -1
  25. package/dist/themes/ChakraDark.d.cts +3 -12
  26. package/dist/themes/ChakraDark.d.ts +3 -12
  27. package/dist/themes/ChakraDark.js +1 -1
  28. package/dist/themes/{ChakraBrand.cjs → ChakraLight.cjs} +1 -1
  29. package/dist/themes/{ChakraBrand.d.cts → ChakraLight.d.cts} +1 -1
  30. package/dist/themes/{ChakraBrand.d.ts → ChakraLight.d.ts} +1 -1
  31. package/dist/themes/{ChakraBrand.js → ChakraLight.js} +1 -1
  32. package/dist/themes/CupcakeDark.cjs +1 -1
  33. package/dist/themes/CupcakeDark.d.cts +3 -5
  34. package/dist/themes/CupcakeDark.d.ts +3 -5
  35. package/dist/themes/CupcakeLight.cjs +1 -1
  36. package/dist/themes/CupcakeLight.d.cts +1 -8
  37. package/dist/themes/CupcakeLight.d.ts +1 -8
  38. package/dist/themes/CupcakeLight.js +1 -1
  39. package/dist/themes/DefaultTheme.cjs +1 -1
  40. package/dist/themes/DefaultTheme.d.cts +3 -15
  41. package/dist/themes/DefaultTheme.d.ts +3 -15
  42. package/dist/themes/DefaultTheme.js +1 -1
  43. package/dist/themes/DraculaLight.cjs +1 -1
  44. package/dist/themes/DraculaLight.d.cts +3 -10
  45. package/dist/themes/DraculaLight.d.ts +3 -10
  46. package/dist/themes/DraculaLight.js +1 -1
  47. package/dist/themes/EmeraldDark.cjs +1 -1
  48. package/dist/themes/EmeraldDark.d.cts +3 -8
  49. package/dist/themes/EmeraldDark.d.ts +3 -8
  50. package/dist/themes/EmeraldDark.js +1 -1
  51. package/dist/themes/{EmeraldBrand.cjs → EmeraldLight.cjs} +1 -1
  52. package/dist/themes/{EmeraldBrand.d.cts → EmeraldLight.d.cts} +1 -1
  53. package/dist/themes/{EmeraldBrand.d.ts → EmeraldLight.d.ts} +1 -1
  54. package/dist/themes/{EmeraldBrand.js → EmeraldLight.js} +1 -1
  55. package/dist/themes/EverforestDark.cjs +1 -1
  56. package/dist/themes/EverforestDark.d.cts +1 -2
  57. package/dist/themes/EverforestDark.d.ts +1 -2
  58. package/dist/themes/EverforestDark.js +1 -1
  59. package/dist/themes/EverforestLight.cjs +1 -1
  60. package/dist/themes/EverforestLight.d.cts +3 -9
  61. package/dist/themes/EverforestLight.d.ts +3 -9
  62. package/dist/themes/FluentDark.cjs +1 -1
  63. package/dist/themes/FluentDark.d.cts +3 -11
  64. package/dist/themes/FluentDark.d.ts +3 -11
  65. package/dist/themes/FluentDark.js +1 -1
  66. package/dist/themes/{FluentBrand.cjs → FluentLight.cjs} +1 -1
  67. package/dist/themes/{FluentBrand.d.cts → FluentLight.d.cts} +1 -1
  68. package/dist/themes/{FluentBrand.d.ts → FluentLight.d.ts} +1 -1
  69. package/dist/themes/{FluentBrand.js → FluentLight.js} +1 -1
  70. package/dist/themes/GraphiteDark.cjs +1 -1
  71. package/dist/themes/GraphiteDark.d.cts +3 -8
  72. package/dist/themes/GraphiteDark.d.ts +3 -8
  73. package/dist/themes/GraphiteDark.js +1 -1
  74. package/dist/themes/{GraphiteBrand.cjs → GraphiteLight.cjs} +1 -1
  75. package/dist/themes/{GraphiteBrand.d.cts → GraphiteLight.d.cts} +1 -1
  76. package/dist/themes/{GraphiteBrand.d.ts → GraphiteLight.d.ts} +1 -1
  77. package/dist/themes/{GraphiteBrand.js → GraphiteLight.js} +1 -1
  78. package/dist/themes/GruvboxDark.cjs +1 -1
  79. package/dist/themes/GruvboxDark.d.cts +1 -7
  80. package/dist/themes/GruvboxDark.d.ts +1 -7
  81. package/dist/themes/GruvboxDark.js +1 -1
  82. package/dist/themes/GruvboxLight.cjs +1 -1
  83. package/dist/themes/GruvboxLight.d.cts +3 -13
  84. package/dist/themes/GruvboxLight.d.ts +3 -13
  85. package/dist/themes/GruvboxLight.js +1 -1
  86. package/dist/themes/MaterialDark.cjs +1 -1
  87. package/dist/themes/MaterialDark.d.cts +3 -12
  88. package/dist/themes/MaterialDark.d.ts +3 -12
  89. package/dist/themes/MaterialDark.js +1 -1
  90. package/dist/themes/{MaterialBrand.cjs → MaterialLight.cjs} +1 -1
  91. package/dist/themes/MaterialLight.d.cts +3 -0
  92. package/dist/themes/MaterialLight.d.ts +3 -0
  93. package/dist/themes/{MaterialBrand.js → MaterialLight.js} +1 -1
  94. package/dist/themes/MidnightDark.cjs +1 -0
  95. package/dist/themes/MidnightDark.d.cts +3 -0
  96. package/dist/themes/MidnightDark.d.ts +3 -0
  97. package/dist/themes/{MidnightBrand.js → MidnightDark.js} +1 -1
  98. package/dist/themes/MidnightLight.cjs +1 -1
  99. package/dist/themes/MidnightLight.d.cts +4 -6
  100. package/dist/themes/MidnightLight.d.ts +4 -6
  101. package/dist/themes/MidnightLight.js +1 -1
  102. package/dist/themes/NordDark.cjs +1 -1
  103. package/dist/themes/NordDark.js +1 -1
  104. package/dist/themes/NordLight.cjs +1 -1
  105. package/dist/themes/NordLight.d.cts +3 -13
  106. package/dist/themes/NordLight.d.ts +3 -13
  107. package/dist/themes/NordLight.js +1 -1
  108. package/dist/themes/OneDark.cjs +1 -1
  109. package/dist/themes/OneDark.d.cts +1 -7
  110. package/dist/themes/OneDark.d.ts +1 -7
  111. package/dist/themes/OneDark.js +1 -1
  112. package/dist/themes/OneLight.cjs +1 -1
  113. package/dist/themes/OneLight.d.cts +3 -9
  114. package/dist/themes/OneLight.d.ts +3 -9
  115. package/dist/themes/OneLight.js +1 -1
  116. package/dist/themes/PrimerDark.cjs +1 -1
  117. package/dist/themes/PrimerDark.d.cts +0 -1
  118. package/dist/themes/PrimerDark.d.ts +0 -1
  119. package/dist/themes/PrimerDark.js +1 -1
  120. package/dist/themes/PrimerLight.d.cts +1 -7
  121. package/dist/themes/PrimerLight.d.ts +1 -7
  122. package/dist/themes/RosePine.cjs +1 -1
  123. package/dist/themes/RosePine.d.cts +1 -7
  124. package/dist/themes/RosePine.d.ts +1 -7
  125. package/dist/themes/RosePine.js +1 -1
  126. package/dist/themes/RosePineDawn.cjs +1 -1
  127. package/dist/themes/RosePineDawn.d.cts +3 -9
  128. package/dist/themes/RosePineDawn.d.ts +3 -9
  129. package/dist/themes/RosePineDawn.js +1 -1
  130. package/dist/themes/SkandaDark.cjs +1 -1
  131. package/dist/themes/SkandaDark.d.cts +5 -8
  132. package/dist/themes/SkandaDark.d.ts +5 -8
  133. package/dist/themes/SkandaDark.js +1 -1
  134. package/dist/themes/SkandaLight.cjs +1 -1
  135. package/dist/themes/SkandaLight.js +1 -1
  136. package/dist/themes/SolarizedDark.d.cts +1 -7
  137. package/dist/themes/SolarizedDark.d.ts +1 -7
  138. package/dist/themes/SolarizedLight.cjs +1 -1
  139. package/dist/themes/SolarizedLight.d.cts +1 -7
  140. package/dist/themes/SolarizedLight.d.ts +1 -7
  141. package/dist/themes/SolarizedLight.js +1 -1
  142. package/dist/themes/SynthwaveDark.d.cts +1 -7
  143. package/dist/themes/SynthwaveDark.d.ts +1 -7
  144. package/dist/themes/SynthwaveLight.cjs +1 -1
  145. package/dist/themes/SynthwaveLight.d.cts +3 -12
  146. package/dist/themes/SynthwaveLight.d.ts +3 -12
  147. package/dist/themes/SynthwaveLight.js +1 -1
  148. package/dist/themes/brands.cjs +1 -1
  149. package/dist/themes/brands.d.cts +5 -28
  150. package/dist/themes/brands.d.ts +5 -28
  151. package/dist/themes/brands.js +1 -1
  152. package/dist/themes/createBrandTheme.cjs +1 -1
  153. package/dist/themes/createBrandTheme.d.cts +11 -23
  154. package/dist/themes/createBrandTheme.d.ts +11 -23
  155. package/dist/themes/createBrandTheme.js +1 -1
  156. package/dist/themes/index.cjs +1 -1
  157. package/dist/themes/index.d.cts +10 -9
  158. package/dist/themes/index.d.ts +10 -9
  159. package/dist/themes/index.js +1 -1
  160. package/dist/themes.css +1 -1
  161. package/dist/tokens.css +1 -1
  162. package/dist/tokens.dtcg.json +14246 -0
  163. package/dist/utils/aliases.cjs +9 -3
  164. package/dist/utils/aliases.d.cts +19 -99
  165. package/dist/utils/aliases.d.ts +19 -99
  166. package/dist/utils/aliases.js +9 -3
  167. package/dist/utils/contrast.d.cts +2 -17
  168. package/dist/utils/contrast.d.ts +2 -17
  169. package/dist/utils/cssVars.cjs +2 -2
  170. package/dist/utils/cssVars.d.cts +12 -37
  171. package/dist/utils/cssVars.d.ts +12 -37
  172. package/dist/utils/cssVars.js +2 -2
  173. package/dist/utils/foundation.cjs +4 -4
  174. package/dist/utils/foundation.d.cts +24 -177
  175. package/dist/utils/foundation.d.ts +24 -177
  176. package/dist/utils/foundation.js +3 -3
  177. package/dist/utils/mode.cjs +1 -1
  178. package/dist/utils/mode.d.cts +18 -57
  179. package/dist/utils/mode.d.ts +18 -57
  180. package/dist/utils/mode.js +1 -1
  181. package/dist/utils/theme.cjs +1 -1
  182. package/dist/utils/theme.d.cts +68 -292
  183. package/dist/utils/theme.d.ts +68 -292
  184. package/dist/utils/toCss.cjs +5 -5
  185. package/dist/utils/toCss.d.cts +22 -60
  186. package/dist/utils/toCss.d.ts +22 -60
  187. package/dist/utils/toCss.js +5 -5
  188. package/package.json +5 -4
  189. package/dist/themes/MaterialBrand.d.cts +0 -3
  190. package/dist/themes/MaterialBrand.d.ts +0 -3
  191. package/dist/themes/MidnightBrand.cjs +0 -1
  192. package/dist/themes/MidnightBrand.d.cts +0 -11
  193. package/dist/themes/MidnightBrand.d.ts +0 -11
@@ -1 +1 @@
1
- "use strict";var d=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var t=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var n=(f,e)=>{for(var c in e)d(f,c,{get:e[c],enumerable:!0})},s=(f,e,c,b)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of t(e))!o.call(f,a)&&a!==c&&d(f,a,{get:()=>e[a],enumerable:!(b=r(e,a))||b.enumerable});return f};var m=f=>s(d({},"__esModule",{value:!0}),f);var i={};n(i,{catppuccinMocha:()=>u});module.exports=m(i);var u={name:"catppuccin-mocha",mode:"dark",colors:{primary:{50:"#f8fbff",100:"#eef5fe",200:"#dce9fe",300:"#c4dafd",400:"#afccfc",500:"#9cc0fb",600:"#89b4fa",700:"#7092cb",800:"#5b77a5",900:"#4a5f85",950:"#2e3a51"},neutral:{50:"#f5f6fb",100:"#eaedf8",200:"#45475a",300:"#585b70",400:"#a6adc8",500:"#7f849c",600:"#6c7086",700:"#45475a",800:"#313244",900:"#11111b",950:"#11111b"},success:{50:"#f2fbf1",100:"#e2f6e0",200:"#c8edc4",300:"#a6e3a1",400:"#7ed177",500:"#5cb954",600:"#479c41",700:"#3a7c36",800:"#32632f",900:"#2b5229",950:"#122d11"},warning:{50:"#fefaf0",100:"#fdf3da",200:"#f9e2af",300:"#f5cd79",400:"#f0b34a",500:"#e99b2b",600:"#cd7d1f",700:"#aa5f1c",800:"#8a4b1d",900:"#713e1b",950:"#401f0c"},danger:{50:"#fef1f5",100:"#fde3ea",200:"#fbcbd9",300:"#f8a8bf",400:"#f38ba8",500:"#e75c85",600:"#d23a6c",700:"#b02b59",800:"#932750",900:"#7d2549",950:"#450f24"},semantic:{background:"#1e1e2e",surface:"#2a2b3d",surfaceHover:"#313244",overlay:"rgb(0 0 0 / 0.6)",text:"#cdd6f4",textMuted:"#a6adc8",textInverted:"#1e1e2e",border:"#45475a",borderStrong:"#71758f",focusRing:"#89b4fa"}},shadow:{color:"0 0 0",strength:"4.7"}};0&&(module.exports={catppuccinMocha});
1
+ "use strict";var b=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var t=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var n=(f,e)=>{for(var c in e)b(f,c,{get:e[c],enumerable:!0})},s=(f,e,c,d)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of t(e))!o.call(f,a)&&a!==c&&b(f,a,{get:()=>e[a],enumerable:!(d=r(e,a))||d.enumerable});return f};var m=f=>s(b({},"__esModule",{value:!0}),f);var i={};n(i,{catppuccinMocha:()=>u});module.exports=m(i);var u={name:"catppuccin-mocha",mode:"dark",colors:{primary:{50:"#f8fbff",100:"#eef5fe",200:"#dce9fe",300:"#c4dafd",400:"#afccfc",500:"#9cc0fb",600:"#89b4fa",700:"#7092cb",800:"#5b77a5",900:"#4a5f85",950:"#2e3a51"},neutral:{50:"#f5f6fb",100:"#eaedf8",200:"#45475a",300:"#585b70",400:"#9399b2",500:"#7f849c",600:"#6c7086",700:"#45475a",800:"#313244",900:"#11111b",950:"#11111b"},success:{50:"#f2fbf1",100:"#e2f6e0",200:"#c8edc4",300:"#a6e3a1",400:"#7ed177",500:"#5cb954",600:"#479c41",700:"#3a7c36",800:"#32632f",900:"#2b5229",950:"#122d11"},warning:{50:"#fefaf0",100:"#fdf3da",200:"#f9e2af",300:"#f5cd79",400:"#f0b34a",500:"#e99b2b",600:"#cd7d1f",700:"#aa5f1c",800:"#8a4b1d",900:"#713e1b",950:"#401f0c"},danger:{50:"#fef1f5",100:"#fde3ea",200:"#fbcbd9",300:"#f8a8bf",400:"#f38ba8",500:"#e75c85",600:"#d23a6c",700:"#b02b59",800:"#932750",900:"#7d2549",950:"#450f24"},semantic:{background:"#1e1e2e",surface:"#2a2b3d",surfaceHover:"#313244",overlay:"rgb(0 0 0 / 0.6)",text:"#cdd6f4",textMuted:"#a6adc8",textInverted:"#1e1e2e",border:"#45475a",borderStrong:"#71758f",focusRing:"#89b4fa"}},shadow:{color:"0 0 0",strength:"4.7"}};0&&(module.exports={catppuccinMocha});
@@ -1,9 +1,3 @@
1
1
  import type { Theme } from '../utils/theme.cjs';
2
- /**
3
- * Catppuccin Mocha inspired dark theme: soothing pastel accents on the
4
- * signature `#1e1e2e` base, with Mocha green/yellow/red status hues.
5
- * Palette source: catppuccin/catppuccin (MIT).
6
- *
7
- * @public
8
- */
2
+ /** Catppuccin Mocha inspired dark theme: pastel accents on the signature `#1e1e2e` base. Palette source: catppuccin/catppuccin (MIT). @public */
9
3
  export declare const catppuccinMocha: Theme;
@@ -1,9 +1,3 @@
1
1
  import type { Theme } from '../utils/theme.js';
2
- /**
3
- * Catppuccin Mocha inspired dark theme: soothing pastel accents on the
4
- * signature `#1e1e2e` base, with Mocha green/yellow/red status hues.
5
- * Palette source: catppuccin/catppuccin (MIT).
6
- *
7
- * @public
8
- */
2
+ /** Catppuccin Mocha inspired dark theme: pastel accents on the signature `#1e1e2e` base. Palette source: catppuccin/catppuccin (MIT). @public */
9
3
  export declare const catppuccinMocha: Theme;
@@ -1 +1 @@
1
- var e={name:"catppuccin-mocha",mode:"dark",colors:{primary:{50:"#f8fbff",100:"#eef5fe",200:"#dce9fe",300:"#c4dafd",400:"#afccfc",500:"#9cc0fb",600:"#89b4fa",700:"#7092cb",800:"#5b77a5",900:"#4a5f85",950:"#2e3a51"},neutral:{50:"#f5f6fb",100:"#eaedf8",200:"#45475a",300:"#585b70",400:"#a6adc8",500:"#7f849c",600:"#6c7086",700:"#45475a",800:"#313244",900:"#11111b",950:"#11111b"},success:{50:"#f2fbf1",100:"#e2f6e0",200:"#c8edc4",300:"#a6e3a1",400:"#7ed177",500:"#5cb954",600:"#479c41",700:"#3a7c36",800:"#32632f",900:"#2b5229",950:"#122d11"},warning:{50:"#fefaf0",100:"#fdf3da",200:"#f9e2af",300:"#f5cd79",400:"#f0b34a",500:"#e99b2b",600:"#cd7d1f",700:"#aa5f1c",800:"#8a4b1d",900:"#713e1b",950:"#401f0c"},danger:{50:"#fef1f5",100:"#fde3ea",200:"#fbcbd9",300:"#f8a8bf",400:"#f38ba8",500:"#e75c85",600:"#d23a6c",700:"#b02b59",800:"#932750",900:"#7d2549",950:"#450f24"},semantic:{background:"#1e1e2e",surface:"#2a2b3d",surfaceHover:"#313244",overlay:"rgb(0 0 0 / 0.6)",text:"#cdd6f4",textMuted:"#a6adc8",textInverted:"#1e1e2e",border:"#45475a",borderStrong:"#71758f",focusRing:"#89b4fa"}},shadow:{color:"0 0 0",strength:"4.7"}};export{e as catppuccinMocha};
1
+ var e={name:"catppuccin-mocha",mode:"dark",colors:{primary:{50:"#f8fbff",100:"#eef5fe",200:"#dce9fe",300:"#c4dafd",400:"#afccfc",500:"#9cc0fb",600:"#89b4fa",700:"#7092cb",800:"#5b77a5",900:"#4a5f85",950:"#2e3a51"},neutral:{50:"#f5f6fb",100:"#eaedf8",200:"#45475a",300:"#585b70",400:"#9399b2",500:"#7f849c",600:"#6c7086",700:"#45475a",800:"#313244",900:"#11111b",950:"#11111b"},success:{50:"#f2fbf1",100:"#e2f6e0",200:"#c8edc4",300:"#a6e3a1",400:"#7ed177",500:"#5cb954",600:"#479c41",700:"#3a7c36",800:"#32632f",900:"#2b5229",950:"#122d11"},warning:{50:"#fefaf0",100:"#fdf3da",200:"#f9e2af",300:"#f5cd79",400:"#f0b34a",500:"#e99b2b",600:"#cd7d1f",700:"#aa5f1c",800:"#8a4b1d",900:"#713e1b",950:"#401f0c"},danger:{50:"#fef1f5",100:"#fde3ea",200:"#fbcbd9",300:"#f8a8bf",400:"#f38ba8",500:"#e75c85",600:"#d23a6c",700:"#b02b59",800:"#932750",900:"#7d2549",950:"#450f24"},semantic:{background:"#1e1e2e",surface:"#2a2b3d",surfaceHover:"#313244",overlay:"rgb(0 0 0 / 0.6)",text:"#cdd6f4",textMuted:"#a6adc8",textInverted:"#1e1e2e",border:"#45475a",borderStrong:"#71758f",focusRing:"#89b4fa"}},shadow:{color:"0 0 0",strength:"4.7"}};export{e as catppuccinMocha};
@@ -1 +1 @@
1
- "use strict";var d=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var s=(a,e)=>{for(var c in e)d(a,c,{get:e[c],enumerable:!0})},k=(a,e,c,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of b(e))!m.call(a,r)&&r!==c&&d(a,r,{get:()=>e[r],enumerable:!(o=n(e,r))||o.enumerable});return a};var h=a=>k(d({},"__esModule",{value:!0}),a);var g={};s(g,{chakraDark:()=>u});module.exports=h(g);var t=require("./ChakraBrand.cjs"),f=require("./DefaultTheme.cjs"),u=(0,f.createTheme)("chakra-teal-dark",{mode:"dark",colors:{primary:{50:"#f4fcfc",100:"#e6f9f7",200:"#caf1ee",300:"#a7e8e2",400:"#87e0d8",500:"#6bd8ce",600:"#4fd1c5",700:"#41a9a1",800:"#368983",900:"#2d6e6a",950:"#1d4242"},neutral:{200:"#2d3748",300:"#4a5568",800:"#232c3b",900:"#1a202c",950:"#12161f"},semantic:{background:"#1a202c",surface:"#232c3b",surfaceHover:"#2d3748",overlay:"rgb(0 0 0 / 0.6)",text:"#edf2f7",textMuted:"#a0aec0",textInverted:"#1a202c",border:"#2d3748",borderStrong:"#66758f",focusRing:"#63b3ed"}},shadow:{color:"0 0 0",strength:"4.7"}},t.chakraBrand);0&&(module.exports={chakraDark});
1
+ "use strict";var c=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var h=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var b=(r,e)=>{for(var t in e)c(r,t,{get:e[t],enumerable:!0})},i=(r,e,t,o)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of h(e))!s.call(r,a)&&a!==t&&c(r,a,{get:()=>e[a],enumerable:!(o=m(e,a))||o.enumerable});return r};var n=r=>i(c({},"__esModule",{value:!0}),r);var u={};b(u,{chakraDark:()=>k});module.exports=n(u);var d=require("./ChakraLight.cjs"),f=require("./DefaultTheme.cjs"),k=(0,f.createTheme)("chakra-teal-dark",{mode:"dark",colors:{primary:{50:"#f4fcfc",100:"#e6f9f7",200:"#caf1ee",300:"#a7e8e2",400:"#87e0d8",500:"#6bd8ce",600:"#4fd1c5",700:"#41a9a1",800:"#368983",900:"#2d6e6a",950:"#1d4242"},neutral:{200:"#2d3748",300:"#4a5568",800:"#232c3b",900:"#1a202c",950:"#12161f"},semantic:{background:"#1a202c",surface:"#232c3b",surfaceHover:"#2d3748",overlay:"rgb(0 0 0 / 0.6)",text:"#edf2f7",textMuted:"#a0aec0",textInverted:"#1a202c",border:"#2d3748",borderStrong:"#66758f",focusRing:"#63b3ed"}},shadow:{color:"0 0 0",strength:"4.7"}},d.chakraLight);0&&(module.exports={chakraDark});
@@ -1,12 +1,3 @@
1
- /**
2
- * Dark counterpart of `chakra-teal`, following Chakra UI's dark gray.800
3
- * body background.
4
- *
5
- * `primary-600` is Chakra's `teal.300` rather than the light theme's
6
- * `teal.600`: Chakra's own dark-mode components step the accent up the
7
- * scale (`teal.200`/`teal.300`) so it reads against `gray.800`, and ink on
8
- * the filled state becomes `gray.800` in turn.
9
- *
10
- * @public
11
- */
12
- export declare const chakraDark: import("../index.cjs").Theme;
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /** Dark counterpart of `chakra-teal`, with Chakra UI's dark gray backgrounds and `teal.300` for contrast on dark surfaces. @public */
3
+ export declare const chakraDark: Theme;
@@ -1,12 +1,3 @@
1
- /**
2
- * Dark counterpart of `chakra-teal`, following Chakra UI's dark gray.800
3
- * body background.
4
- *
5
- * `primary-600` is Chakra's `teal.300` rather than the light theme's
6
- * `teal.600`: Chakra's own dark-mode components step the accent up the
7
- * scale (`teal.200`/`teal.300`) so it reads against `gray.800`, and ink on
8
- * the filled state becomes `gray.800` in turn.
9
- *
10
- * @public
11
- */
12
- export declare const chakraDark: import("../index.js").Theme;
1
+ import type { Theme } from '../utils/theme.js';
2
+ /** Dark counterpart of `chakra-teal`, with Chakra UI's dark gray backgrounds and `teal.300` for contrast on dark surfaces. @public */
3
+ export declare const chakraDark: Theme;
@@ -1 +1 @@
1
- import{chakraBrand as e}from"./ChakraBrand.js";import{createTheme as a}from"./DefaultTheme.js";var d=a("chakra-teal-dark",{mode:"dark",colors:{primary:{50:"#f4fcfc",100:"#e6f9f7",200:"#caf1ee",300:"#a7e8e2",400:"#87e0d8",500:"#6bd8ce",600:"#4fd1c5",700:"#41a9a1",800:"#368983",900:"#2d6e6a",950:"#1d4242"},neutral:{200:"#2d3748",300:"#4a5568",800:"#232c3b",900:"#1a202c",950:"#12161f"},semantic:{background:"#1a202c",surface:"#232c3b",surfaceHover:"#2d3748",overlay:"rgb(0 0 0 / 0.6)",text:"#edf2f7",textMuted:"#a0aec0",textInverted:"#1a202c",border:"#2d3748",borderStrong:"#66758f",focusRing:"#63b3ed"}},shadow:{color:"0 0 0",strength:"4.7"}},e);export{d as chakraDark};
1
+ import{chakraLight as e}from"./ChakraLight.js";import{createTheme as r}from"./DefaultTheme.js";var c=r("chakra-teal-dark",{mode:"dark",colors:{primary:{50:"#f4fcfc",100:"#e6f9f7",200:"#caf1ee",300:"#a7e8e2",400:"#87e0d8",500:"#6bd8ce",600:"#4fd1c5",700:"#41a9a1",800:"#368983",900:"#2d6e6a",950:"#1d4242"},neutral:{200:"#2d3748",300:"#4a5568",800:"#232c3b",900:"#1a202c",950:"#12161f"},semantic:{background:"#1a202c",surface:"#232c3b",surfaceHover:"#2d3748",overlay:"rgb(0 0 0 / 0.6)",text:"#edf2f7",textMuted:"#a0aec0",textInverted:"#1a202c",border:"#2d3748",borderStrong:"#66758f",focusRing:"#63b3ed"}},shadow:{color:"0 0 0",strength:"4.7"}},e);export{c as chakraDark};
@@ -1 +1 @@
1
- "use strict";var d=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var t=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var n=(e,f)=>{for(var c in f)d(e,c,{get:f[c],enumerable:!0})},s=(e,f,c,r)=>{if(f&&typeof f=="object"||typeof f=="function")for(let a of t(f))!o.call(e,a)&&a!==c&&d(e,a,{get:()=>f[a],enumerable:!(r=b(f,a))||r.enumerable});return e};var m=e=>s(d({},"__esModule",{value:!0}),e);var h={};n(h,{chakraBrand:()=>g});module.exports=m(h);var g={name:"chakra-teal",mode:"light",colors:{primary:{50:"#e6fffa",100:"#b2f5ea",200:"#81e6d9",300:"#4fd1c5",400:"#38b2ac",500:"#319795",600:"#2c7a7b",700:"#285e61",800:"#234e52",900:"#1d4044",950:"#112a2d"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#ffffff",surface:"#f7fafc",surfaceHover:"#edf2f7",overlay:"rgb(0 0 0 / 0.48)",text:"#1a202c",textMuted:"#657389",textInverted:"#ffffff",border:"#e2e8f0",borderStrong:"#7892ae",focusRing:"#3182ce"}},shadow:{color:"2 6 23",strength:"1"}};0&&(module.exports={chakraBrand});
1
+ "use strict";var d=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var t=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var n=(e,f)=>{for(var c in f)d(e,c,{get:f[c],enumerable:!0})},s=(e,f,c,r)=>{if(f&&typeof f=="object"||typeof f=="function")for(let a of t(f))!o.call(e,a)&&a!==c&&d(e,a,{get:()=>f[a],enumerable:!(r=b(f,a))||r.enumerable});return e};var g=e=>s(d({},"__esModule",{value:!0}),e);var m={};n(m,{chakraLight:()=>h});module.exports=g(m);var h={name:"chakra-teal",mode:"light",colors:{primary:{50:"#e6fffa",100:"#b2f5ea",200:"#81e6d9",300:"#4fd1c5",400:"#38b2ac",500:"#319795",600:"#2c7a7b",700:"#285e61",800:"#234e52",900:"#1d4044",950:"#112a2d"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#ffffff",surface:"#f7fafc",surfaceHover:"#edf2f7",overlay:"rgb(0 0 0 / 0.48)",text:"#1a202c",textMuted:"#657389",textInverted:"#ffffff",border:"#e2e8f0",borderStrong:"#7892ae",focusRing:"#3182ce"}},shadow:{color:"2 6 23",strength:"1"}};0&&(module.exports={chakraLight});
@@ -1,3 +1,3 @@
1
1
  import type { Theme } from '../utils/theme.cjs';
2
2
  /** Chakra UI inspired: teal actions with Chakra's signature blue focus ring. @public */
3
- export declare const chakraBrand: Theme;
3
+ export declare const chakraLight: Theme;
@@ -1,3 +1,3 @@
1
1
  import type { Theme } from '../utils/theme.js';
2
2
  /** Chakra UI inspired: teal actions with Chakra's signature blue focus ring. @public */
3
- export declare const chakraBrand: Theme;
3
+ export declare const chakraLight: Theme;
@@ -1 +1 @@
1
- var f={name:"chakra-teal",mode:"light",colors:{primary:{50:"#e6fffa",100:"#b2f5ea",200:"#81e6d9",300:"#4fd1c5",400:"#38b2ac",500:"#319795",600:"#2c7a7b",700:"#285e61",800:"#234e52",900:"#1d4044",950:"#112a2d"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#ffffff",surface:"#f7fafc",surfaceHover:"#edf2f7",overlay:"rgb(0 0 0 / 0.48)",text:"#1a202c",textMuted:"#657389",textInverted:"#ffffff",border:"#e2e8f0",borderStrong:"#7892ae",focusRing:"#3182ce"}},shadow:{color:"2 6 23",strength:"1"}};export{f as chakraBrand};
1
+ var f={name:"chakra-teal",mode:"light",colors:{primary:{50:"#e6fffa",100:"#b2f5ea",200:"#81e6d9",300:"#4fd1c5",400:"#38b2ac",500:"#319795",600:"#2c7a7b",700:"#285e61",800:"#234e52",900:"#1d4044",950:"#112a2d"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#ffffff",surface:"#f7fafc",surfaceHover:"#edf2f7",overlay:"rgb(0 0 0 / 0.48)",text:"#1a202c",textMuted:"#657389",textInverted:"#ffffff",border:"#e2e8f0",borderStrong:"#7892ae",focusRing:"#3182ce"}},shadow:{color:"2 6 23",strength:"1"}};export{f as chakraLight};
@@ -1 +1 @@
1
- "use strict";var o=Object.defineProperty;var u=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var n=Object.prototype.hasOwnProperty;var s=(r,e)=>{for(var c in e)o(r,c,{get:e[c],enumerable:!0})},k=(r,e,c,t)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of m(e))!n.call(r,a)&&a!==c&&o(r,a,{get:()=>e[a],enumerable:!(t=u(e,a))||t.enumerable});return r};var p=r=>k(o({},"__esModule",{value:!0}),r);var g={};s(g,{cupcakeDark:()=>b});module.exports=p(g);var d=require("./CupcakeLight.cjs"),f=require("./DefaultTheme.cjs"),b=(0,f.createTheme)("cupcake-dark",{mode:"dark",colors:{primary:{600:"#43a8ae",700:"#388a92"},neutral:{200:"#433050",300:"#55405f",800:"#33203f",900:"#291334",950:"#1d0c26"},semantic:{background:"#291334",surface:"#33203f",surfaceHover:"#3d2a4a",overlay:"rgb(0 0 0 / 0.6)",text:"#f5eefa",textMuted:"#b3a4c0",textInverted:"#0c2b2d",border:"#433050",borderStrong:"#866596",focusRing:"#65c3c8"}},shadow:{color:"0 0 0",strength:"4.7"}},d.cupcakeLight);0&&(module.exports={cupcakeDark});
1
+ "use strict";var o=Object.defineProperty;var f=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var p=Object.prototype.hasOwnProperty;var s=(r,e)=>{for(var a in e)o(r,a,{get:e[a],enumerable:!0})},i=(r,e,a,c)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of u(e))!p.call(r,t)&&t!==a&&o(r,t,{get:()=>e[t],enumerable:!(c=f(e,t))||c.enumerable});return r};var n=r=>i(o({},"__esModule",{value:!0}),r);var k={};s(k,{cupcakeDark:()=>h});module.exports=n(k);var m=require("./CupcakeLight.cjs"),d=require("./DefaultTheme.cjs"),h=(0,d.createTheme)("cupcake-dark",{mode:"dark",colors:{primary:{600:"#43a8ae",700:"#388a92"},neutral:{200:"#433050",300:"#55405f",800:"#33203f",900:"#291334",950:"#1d0c26"},semantic:{background:"#291334",surface:"#33203f",surfaceHover:"#3d2a4a",overlay:"rgb(0 0 0 / 0.6)",text:"#f5eefa",textMuted:"#b3a4c0",textInverted:"#0c2b2d",border:"#433050",borderStrong:"#866596",focusRing:"#65c3c8"}},shadow:{color:"0 0 0",strength:"4.7"}},m.cupcakeLight);0&&(module.exports={cupcakeDark});
@@ -1,9 +1,7 @@
1
+ import type { Theme } from '../utils/theme.cjs';
1
2
  /**
2
- * Dark counterpart of `cupcake-light` — the pastel teal primary on deep
3
- * plum surfaces built from cupcake's #291334 ink color. Dark mode shifts
4
- * the primary ramp lighter and uses dark inverted text, which also closes
5
- * cupcake-light's known white-on-primary-600 AA gap for this variant.
3
+ * Dark counterpart of `cupcake-light` — pastel teal primary on deep plum surfaces built from cupcake's #291334 ink color.
6
4
  *
7
5
  * @public
8
6
  */
9
- export declare const cupcakeDark: import("../index.cjs").Theme;
7
+ export declare const cupcakeDark: Theme;
@@ -1,9 +1,7 @@
1
+ import type { Theme } from '../utils/theme.js';
1
2
  /**
2
- * Dark counterpart of `cupcake-light` — the pastel teal primary on deep
3
- * plum surfaces built from cupcake's #291334 ink color. Dark mode shifts
4
- * the primary ramp lighter and uses dark inverted text, which also closes
5
- * cupcake-light's known white-on-primary-600 AA gap for this variant.
3
+ * Dark counterpart of `cupcake-light` — pastel teal primary on deep plum surfaces built from cupcake's #291334 ink color.
6
4
  *
7
5
  * @public
8
6
  */
9
- export declare const cupcakeDark: import("../index.js").Theme;
7
+ export declare const cupcakeDark: Theme;
@@ -1 +1 @@
1
- "use strict";var d=Object.defineProperty;var t=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var n=(f,e)=>{for(var c in e)d(f,c,{get:e[c],enumerable:!0})},s=(f,e,c,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of b(e))!o.call(f,a)&&a!==c&&d(f,a,{get:()=>e[a],enumerable:!(r=t(e,a))||r.enumerable});return f};var g=f=>s(d({},"__esModule",{value:!0}),f);var i={};n(i,{cupcakeLight:()=>u});module.exports=g(i);var u={name:"cupcake-light",mode:"light",colors:{primary:{50:"#f0fafa",100:"#dcf2f3",200:"#bfe7e9",300:"#94d7da",400:"#65c3c8",500:"#43a8ae",600:"#388a92",700:"#327078",800:"#2f5d64",900:"#2b4e55",950:"#183339"},neutral:{50:"#faf7f5",100:"#efeae6",200:"#e7e2df",300:"#d4cdc9",400:"#a89f9a",500:"#8a807b",600:"#6f6560",700:"#5a514d",800:"#453e3b",900:"#322b29",950:"#291334"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#faf7f5",surface:"#efeae6",surfaceHover:"#e7e2df",overlay:"rgb(41 19 52 / 0.4)",text:"#291334",textMuted:"#6f6560",textInverted:"#141414",border:"#e7e2df",borderStrong:"#95837a",focusRing:"#3a9ca2"}},shadow:{color:"41 19 52",strength:"1"}};0&&(module.exports={cupcakeLight});
1
+ "use strict";var d=Object.defineProperty;var t=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var n=(f,e)=>{for(var c in e)d(f,c,{get:e[c],enumerable:!0})},s=(f,e,c,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of b(e))!o.call(f,a)&&a!==c&&d(f,a,{get:()=>e[a],enumerable:!(r=t(e,a))||r.enumerable});return f};var g=f=>s(d({},"__esModule",{value:!0}),f);var i={};n(i,{cupcakeLight:()=>u});module.exports=g(i);var u={name:"cupcake-light",mode:"light",colors:{primary:{50:"#f0fafa",100:"#dcf2f3",200:"#bfe7e9",300:"#94d7da",400:"#65c3c8",500:"#43a8ae",600:"#388a92",700:"#327078",800:"#2f5d64",900:"#2b4e55",950:"#183339"},neutral:{50:"#faf7f5",100:"#efeae6",200:"#e7e2df",300:"#d4cdc9",400:"#a89f9a",500:"#8a807b",600:"#6f6560",700:"#5a514d",800:"#453e3b",900:"#322b29",950:"#291334"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d87606",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#faf7f5",surface:"#efeae6",surfaceHover:"#e7e2df",overlay:"rgb(41 19 52 / 0.4)",text:"#291334",textMuted:"#6f6560",textInverted:"#141414",border:"#e7e2df",borderStrong:"#95837a",focusRing:"#369298"}},shadow:{color:"41 19 52",strength:"1"}};0&&(module.exports={cupcakeLight});
@@ -1,10 +1,3 @@
1
1
  import type { Theme } from '../utils/theme.cjs';
2
- /**
3
- * Cupcake inspired pastel light theme: creamy `#faf7f5` background, soft teal
4
- * actions, warm putty grays, and extra-round corners.
5
- * Inspired by daisyUI's "cupcake" theme (saadeghi/daisyui, MIT);
6
- * status ramps follow the SkandaDX defaults.
7
- *
8
- * @public
9
- */
2
+ /** Cupcake inspired pastel light theme: creamy `#faf7f5` background, soft teal actions, extra-round corners. Inspired by daisyUI's "cupcake" theme (saadeghi/daisyui, MIT). @public */
10
3
  export declare const cupcakeLight: Theme;
@@ -1,10 +1,3 @@
1
1
  import type { Theme } from '../utils/theme.js';
2
- /**
3
- * Cupcake inspired pastel light theme: creamy `#faf7f5` background, soft teal
4
- * actions, warm putty grays, and extra-round corners.
5
- * Inspired by daisyUI's "cupcake" theme (saadeghi/daisyui, MIT);
6
- * status ramps follow the SkandaDX defaults.
7
- *
8
- * @public
9
- */
2
+ /** Cupcake inspired pastel light theme: creamy `#faf7f5` background, soft teal actions, extra-round corners. Inspired by daisyUI's "cupcake" theme (saadeghi/daisyui, MIT). @public */
10
3
  export declare const cupcakeLight: Theme;
@@ -1 +1 @@
1
- var e={name:"cupcake-light",mode:"light",colors:{primary:{50:"#f0fafa",100:"#dcf2f3",200:"#bfe7e9",300:"#94d7da",400:"#65c3c8",500:"#43a8ae",600:"#388a92",700:"#327078",800:"#2f5d64",900:"#2b4e55",950:"#183339"},neutral:{50:"#faf7f5",100:"#efeae6",200:"#e7e2df",300:"#d4cdc9",400:"#a89f9a",500:"#8a807b",600:"#6f6560",700:"#5a514d",800:"#453e3b",900:"#322b29",950:"#291334"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#faf7f5",surface:"#efeae6",surfaceHover:"#e7e2df",overlay:"rgb(41 19 52 / 0.4)",text:"#291334",textMuted:"#6f6560",textInverted:"#141414",border:"#e7e2df",borderStrong:"#95837a",focusRing:"#3a9ca2"}},shadow:{color:"41 19 52",strength:"1"}};export{e as cupcakeLight};
1
+ var e={name:"cupcake-light",mode:"light",colors:{primary:{50:"#f0fafa",100:"#dcf2f3",200:"#bfe7e9",300:"#94d7da",400:"#65c3c8",500:"#43a8ae",600:"#388a92",700:"#327078",800:"#2f5d64",900:"#2b4e55",950:"#183339"},neutral:{50:"#faf7f5",100:"#efeae6",200:"#e7e2df",300:"#d4cdc9",400:"#a89f9a",500:"#8a807b",600:"#6f6560",700:"#5a514d",800:"#453e3b",900:"#322b29",950:"#291334"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d87606",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#faf7f5",surface:"#efeae6",surfaceHover:"#e7e2df",overlay:"rgb(41 19 52 / 0.4)",text:"#291334",textMuted:"#6f6560",textInverted:"#141414",border:"#e7e2df",borderStrong:"#95837a",focusRing:"#369298"}},shadow:{color:"41 19 52",strength:"1"}};export{e as cupcakeLight};
@@ -1 +1 @@
1
- "use strict";var c=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var g=(e,f)=>{for(var n in f)c(e,n,{get:f[n],enumerable:!0})},m=(e,f,n,t)=>{if(f&&typeof f=="object"||typeof f=="function")for(let r of i(f))!u.call(e,r)&&r!==n&&c(e,r,{get:()=>f[r],enumerable:!(t=b(f,r))||t.enumerable});return e};var h=e=>m(c({},"__esModule",{value:!0}),e);var l={};g(l,{createTheme:()=>T,defaultTheme:()=>o});module.exports=h(l);var o={name:"skanda-light",mode:"light",colors:{primary:{50:"#eef4ff",100:"#dce7fd",200:"#c0d4fc",300:"#94b8fa",400:"#6193f5",500:"#3d6eef",600:"#274ee3",700:"#1f3bd0",800:"#2032a9",900:"#1f2f85",950:"#171f51"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#ffffff",surface:"#f8fafc",surfaceHover:"#f1f5f9",overlay:"rgb(2 6 23 / 0.5)",text:"#0f172a",textMuted:"#64748b",textInverted:"#ffffff",border:"#e2e8f0",borderStrong:"#7791b0",focusRing:"#3d6eef"}},shadow:{color:"2 6 23",strength:"1"}};function d(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function s(e,f){let n={...e};for(let[t,r]of Object.entries(f)){if(r===void 0)continue;let a=n[t];n[t]=d(a)&&d(r)?s(a,r):r}return n}function T(e,f={},n=o){return{...s(n,f),name:e}}0&&(module.exports={createTheme,defaultTheme});
1
+ "use strict";var c=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var i=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var g=(e,f)=>{for(var n in f)c(e,n,{get:f[n],enumerable:!0})},m=(e,f,n,t)=>{if(f&&typeof f=="object"||typeof f=="function")for(let r of i(f))!u.call(e,r)&&r!==n&&c(e,r,{get:()=>f[r],enumerable:!(t=b(f,r))||t.enumerable});return e};var h=e=>m(c({},"__esModule",{value:!0}),e);var l={};g(l,{createTheme:()=>T,defaultTheme:()=>o});module.exports=h(l);var p=require("../utils/theme.cjs"),o={name:"skanda-light",mode:"light",colors:{primary:{50:"#eef4ff",100:"#dce7fd",200:"#c0d4fc",300:"#94b8fa",400:"#6193f5",500:"#3d6eef",600:"#274ee3",700:"#1f3bd0",800:"#2032a9",900:"#1f2f85",950:"#171f51"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#ffffff",surface:"#f8fafc",surfaceHover:"#f1f5f9",overlay:"rgb(2 6 23 / 0.5)",text:"#0f172a",textMuted:"#64748b",textInverted:"#ffffff",border:"#e2e8f0",borderStrong:"#7791b0",focusRing:"#3d6eef"}},shadow:{color:"2 6 23",strength:"1"}};function d(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function s(e,f){let n={...e};for(let[t,r]of Object.entries(f)){if(r===void 0)continue;let a=n[t];n[t]=d(a)&&d(r)?s(a,r):r}return n}function T(e,f={},n=o){return{...s(n,f),name:e}}0&&(module.exports={createTheme,defaultTheme});
@@ -1,21 +1,9 @@
1
1
  import { type Theme, type ThemeOverride } from '../utils/theme.cjs';
2
- /**
3
- * The reference {@link Theme} — SkandaDX's own light brand ("skanda-light").
4
- * Every other bundled theme (and every brand theme a future theme builder
5
- * produces) is created as a `ThemeOverride` of this base via {@link createTheme}.
6
- *
7
- * Colors and a shadow tint, nothing else — the type scale, spacing, radii,
8
- * shadow geometry and motion this theme used to restate are shared by every
9
- * theme and live in `utils/foundation.ts`.
10
- *
11
- * @public
12
- */
2
+ /** The reference {@link Theme} ("skanda-light") every other theme overrides via {@link createTheme}. @public */
13
3
  export declare const defaultTheme: Theme;
14
4
  /**
15
- * Deep-merges a {@link ThemeOverride} onto a base theme to produce a
16
- * complete {@link Theme}, so brand themes only need to specify what differs.
17
- * This is the function a theme builder (or a hand-written brand theme file)
18
- * calls with just the changed values.
5
+ * Deep-merges a {@link ThemeOverride} onto a base theme to produce a complete
6
+ * {@link Theme}, so brand themes only need to specify what differs.
19
7
  *
20
8
  * @param name - Unique theme name, e.g. `'acme'`. Becomes `theme.name` and the `[data-skdx-theme="acme"]` selector, overriding any `name` in `override`.
21
9
  * @param override - Partial values to merge onto `base`. Objects merge key-by-key (deeply); primitives replace outright.
@@ -1,21 +1,9 @@
1
1
  import { type Theme, type ThemeOverride } from '../utils/theme.js';
2
- /**
3
- * The reference {@link Theme} — SkandaDX's own light brand ("skanda-light").
4
- * Every other bundled theme (and every brand theme a future theme builder
5
- * produces) is created as a `ThemeOverride` of this base via {@link createTheme}.
6
- *
7
- * Colors and a shadow tint, nothing else — the type scale, spacing, radii,
8
- * shadow geometry and motion this theme used to restate are shared by every
9
- * theme and live in `utils/foundation.ts`.
10
- *
11
- * @public
12
- */
2
+ /** The reference {@link Theme} ("skanda-light") every other theme overrides via {@link createTheme}. @public */
13
3
  export declare const defaultTheme: Theme;
14
4
  /**
15
- * Deep-merges a {@link ThemeOverride} onto a base theme to produce a
16
- * complete {@link Theme}, so brand themes only need to specify what differs.
17
- * This is the function a theme builder (or a hand-written brand theme file)
18
- * calls with just the changed values.
5
+ * Deep-merges a {@link ThemeOverride} onto a base theme to produce a complete
6
+ * {@link Theme}, so brand themes only need to specify what differs.
19
7
  *
20
8
  * @param name - Unique theme name, e.g. `'acme'`. Becomes `theme.name` and the `[data-skdx-theme="acme"]` selector, overriding any `name` in `override`.
21
9
  * @param override - Partial values to merge onto `base`. Objects merge key-by-key (deeply); primitives replace outright.
@@ -1 +1 @@
1
- var o={name:"skanda-light",mode:"light",colors:{primary:{50:"#eef4ff",100:"#dce7fd",200:"#c0d4fc",300:"#94b8fa",400:"#6193f5",500:"#3d6eef",600:"#274ee3",700:"#1f3bd0",800:"#2032a9",900:"#1f2f85",950:"#171f51"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#ffffff",surface:"#f8fafc",surfaceHover:"#f1f5f9",overlay:"rgb(2 6 23 / 0.5)",text:"#0f172a",textMuted:"#64748b",textInverted:"#ffffff",border:"#e2e8f0",borderStrong:"#7791b0",focusRing:"#3d6eef"}},shadow:{color:"2 6 23",strength:"1"}};function a(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function d(e,r){let f={...e};for(let[t,n]of Object.entries(r)){if(n===void 0)continue;let c=f[t];f[t]=a(c)&&a(n)?d(c,n):n}return f}function s(e,r={},f=o){return{...d(f,r),name:e}}export{s as createTheme,o as defaultTheme};
1
+ import"../utils/theme.js";var o={name:"skanda-light",mode:"light",colors:{primary:{50:"#eef4ff",100:"#dce7fd",200:"#c0d4fc",300:"#94b8fa",400:"#6193f5",500:"#3d6eef",600:"#274ee3",700:"#1f3bd0",800:"#2032a9",900:"#1f2f85",950:"#171f51"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#ffffff",surface:"#f8fafc",surfaceHover:"#f1f5f9",overlay:"rgb(2 6 23 / 0.5)",text:"#0f172a",textMuted:"#64748b",textInverted:"#ffffff",border:"#e2e8f0",borderStrong:"#7791b0",focusRing:"#3d6eef"}},shadow:{color:"2 6 23",strength:"1"}};function a(e){return e!==null&&typeof e=="object"&&!Array.isArray(e)}function d(e,r){let f={...e};for(let[t,n]of Object.entries(r)){if(n===void 0)continue;let c=f[t];f[t]=a(c)&&a(n)?d(c,n):n}return f}function b(e,r={},f=o){return{...d(f,r),name:e}}export{b as createTheme,o as defaultTheme};
@@ -1 +1 @@
1
- "use strict";var c=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var b=Object.prototype.hasOwnProperty;var g=(a,e)=>{for(var f in e)c(a,f,{get:e[f],enumerable:!0})},u=(a,e,f,t)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of s(e))!b.call(a,r)&&r!==f&&c(a,r,{get:()=>e[r],enumerable:!(t=n(e,r))||t.enumerable});return a};var i=a=>u(c({},"__esModule",{value:!0}),a);var m={};g(m,{draculaLight:()=>l});module.exports=i(m);var d=require("./DefaultTheme.cjs"),o=require("./DraculaDark.cjs"),l=(0,d.createTheme)("dracula-light",{mode:"light",colors:{primary:{50:"#f6f4fc",100:"#e9e6f7",200:"#d1c9ef",300:"#b2a5e4",400:"#9684da",500:"#7d67d2",600:"#644ac9",700:"#523da4",800:"#443386",900:"#372a6c",950:"#231c43"},neutral:{200:"#eae5cf",300:"#d9d3ba"},success:{600:"#14710a"},warning:{600:"#846e15"},danger:{600:"#cb3a2a"},semantic:{background:"#fffbeb",surface:"#f6f2e0",surfaceHover:"#ede9d6",overlay:"rgb(31 31 31 / 0.4)",text:"#1f1f1f",textMuted:"#6c664b",textInverted:"#ffffff",border:"#eae5cf",borderStrong:"#8a8468",focusRing:"#644ac9"}},shadow:{color:"2 6 23",strength:"1"}},o.draculaDark);0&&(module.exports={draculaLight});
1
+ "use strict";var t=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var i=Object.prototype.hasOwnProperty;var n=(r,e)=>{for(var f in e)t(r,f,{get:e[f],enumerable:!0})},u=(r,e,f,c)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of s(e))!i.call(r,a)&&a!==f&&t(r,a,{get:()=>e[a],enumerable:!(c=m(e,a))||c.enumerable});return r};var b=r=>u(t({},"__esModule",{value:!0}),r);var l={};n(l,{draculaLight:()=>g});module.exports=b(l);var o=require("./DefaultTheme.cjs"),d=require("./DraculaDark.cjs"),g=(0,o.createTheme)("dracula-light",{mode:"light",colors:{primary:{50:"#f6f4fc",100:"#e9e6f7",200:"#d1c9ef",300:"#b2a5e4",400:"#9684da",500:"#7d67d2",600:"#644ac9",700:"#523da4",800:"#443386",900:"#372a6c",950:"#231c43"},neutral:{200:"#eae5cf",300:"#d9d3ba"},success:{600:"#14710a"},warning:{600:"#846e15"},danger:{600:"#cb3a2a"},semantic:{background:"#fffbeb",surface:"#f6f2e0",surfaceHover:"#ede9d6",overlay:"rgb(31 31 31 / 0.4)",text:"#1f1f1f",textMuted:"#6c664b",textInverted:"#ffffff",border:"#eae5cf",borderStrong:"#8a8468",focusRing:"#644ac9"}},shadow:{color:"2 6 23",strength:"1"}},d.draculaDark);0&&(module.exports={draculaLight});
@@ -1,14 +1,7 @@
1
+ import type { Theme } from '../utils/theme.cjs';
1
2
  /**
2
- * Light counterpart of `dracula` — **Alucard**, Dracula's own light theme,
3
- * rather than an inversion of the dark one. Alucard is a distinct published
4
- * palette: a warm `#fffbeb` paper, `#1f1f1f` ink, and a deeper `#644ac9`
5
- * purple in place of Dracula's `#bd93f9`.
6
- *
7
- * This previously promoted Dracula's *foreground* (`#f8f8f2`) to the page
8
- * background and darkened the dark theme's purple to clear AA, which is not
9
- * a palette Dracula publishes — the two modes read as one theme at two
10
- * brightnesses instead of as Dracula and Alucard.
3
+ * Light counterpart of `dracula` — Alucard's published palette, not an inversion of the dark theme.
11
4
  *
12
5
  * @public
13
6
  */
14
- export declare const draculaLight: import("../index.cjs").Theme;
7
+ export declare const draculaLight: Theme;
@@ -1,14 +1,7 @@
1
+ import type { Theme } from '../utils/theme.js';
1
2
  /**
2
- * Light counterpart of `dracula` — **Alucard**, Dracula's own light theme,
3
- * rather than an inversion of the dark one. Alucard is a distinct published
4
- * palette: a warm `#fffbeb` paper, `#1f1f1f` ink, and a deeper `#644ac9`
5
- * purple in place of Dracula's `#bd93f9`.
6
- *
7
- * This previously promoted Dracula's *foreground* (`#f8f8f2`) to the page
8
- * background and darkened the dark theme's purple to clear AA, which is not
9
- * a palette Dracula publishes — the two modes read as one theme at two
10
- * brightnesses instead of as Dracula and Alucard.
3
+ * Light counterpart of `dracula` — Alucard's published palette, not an inversion of the dark theme.
11
4
  *
12
5
  * @public
13
6
  */
14
- export declare const draculaLight: import("../index.js").Theme;
7
+ export declare const draculaLight: Theme;
@@ -1 +1 @@
1
- import{createTheme as e}from"./DefaultTheme.js";import{draculaDark as a}from"./DraculaDark.js";var c=e("dracula-light",{mode:"light",colors:{primary:{50:"#f6f4fc",100:"#e9e6f7",200:"#d1c9ef",300:"#b2a5e4",400:"#9684da",500:"#7d67d2",600:"#644ac9",700:"#523da4",800:"#443386",900:"#372a6c",950:"#231c43"},neutral:{200:"#eae5cf",300:"#d9d3ba"},success:{600:"#14710a"},warning:{600:"#846e15"},danger:{600:"#cb3a2a"},semantic:{background:"#fffbeb",surface:"#f6f2e0",surfaceHover:"#ede9d6",overlay:"rgb(31 31 31 / 0.4)",text:"#1f1f1f",textMuted:"#6c664b",textInverted:"#ffffff",border:"#eae5cf",borderStrong:"#8a8468",focusRing:"#644ac9"}},shadow:{color:"2 6 23",strength:"1"}},a);export{c as draculaLight};
1
+ import{createTheme as e}from"./DefaultTheme.js";import{draculaDark as r}from"./DraculaDark.js";var t=e("dracula-light",{mode:"light",colors:{primary:{50:"#f6f4fc",100:"#e9e6f7",200:"#d1c9ef",300:"#b2a5e4",400:"#9684da",500:"#7d67d2",600:"#644ac9",700:"#523da4",800:"#443386",900:"#372a6c",950:"#231c43"},neutral:{200:"#eae5cf",300:"#d9d3ba"},success:{600:"#14710a"},warning:{600:"#846e15"},danger:{600:"#cb3a2a"},semantic:{background:"#fffbeb",surface:"#f6f2e0",surfaceHover:"#ede9d6",overlay:"rgb(31 31 31 / 0.4)",text:"#1f1f1f",textMuted:"#6c664b",textInverted:"#ffffff",border:"#eae5cf",borderStrong:"#8a8468",focusRing:"#644ac9"}},shadow:{color:"2 6 23",strength:"1"}},r);export{t as draculaLight};
@@ -1 +1 @@
1
- "use strict";var d=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var f=(r,e)=>{for(var o in e)d(r,o,{get:e[o],enumerable:!0})},l=(r,e,o,t)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of n(e))!s.call(r,a)&&a!==o&&d(r,a,{get:()=>e[a],enumerable:!(t=b(e,a))||t.enumerable});return r};var u=r=>l(d({},"__esModule",{value:!0}),r);var i={};f(i,{emeraldDark:()=>g});module.exports=u(i);var c=require("./DefaultTheme.cjs"),m=require("./EmeraldBrand.cjs"),g=(0,c.createTheme)("emerald-dark",{mode:"dark",colors:{primary:{400:"#6ee7b7",500:"#34d399",600:"#10b981",700:"#059669"},neutral:{200:"#14453a",300:"#1e5c4c",800:"#06392d",900:"#04211a",950:"#021711"},semantic:{background:"#04211a",surface:"#06392d",surfaceHover:"#0b4a3b",overlay:"rgb(0 0 0 / 0.6)",text:"#e7f6ee",textMuted:"#8fb3a4",textInverted:"#04211a",border:"#14453a",borderStrong:"#2d8a72",focusRing:"#34d399"}},shadow:{color:"0 0 0",strength:"4.7"}},m.emeraldBrand);0&&(module.exports={emeraldDark});
1
+ "use strict";var o=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var f=Object.prototype.hasOwnProperty;var i=(r,e)=>{for(var t in e)o(r,t,{get:e[t],enumerable:!0})},l=(r,e,t,d)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of s(e))!f.call(r,a)&&a!==t&&o(r,a,{get:()=>e[a],enumerable:!(d=b(e,a))||d.enumerable});return r};var n=r=>l(o({},"__esModule",{value:!0}),r);var u={};i(u,{emeraldDark:()=>h});module.exports=n(u);var m=require("./DefaultTheme.cjs"),c=require("./EmeraldLight.cjs"),h=(0,m.createTheme)("emerald-dark",{mode:"dark",colors:{primary:{400:"#6ee7b7",500:"#34d399",600:"#10b981",700:"#059669"},neutral:{200:"#14453a",300:"#1e5c4c",800:"#06392d",900:"#04211a",950:"#021711"},semantic:{background:"#04211a",surface:"#06392d",surfaceHover:"#0b4a3b",overlay:"rgb(0 0 0 / 0.6)",text:"#e7f6ee",textMuted:"#8fb3a4",textInverted:"#04211a",border:"#14453a",borderStrong:"#2d8a72",focusRing:"#34d399"}},shadow:{color:"0 0 0",strength:"4.7"}},c.emeraldLight);0&&(module.exports={emeraldDark});
@@ -1,8 +1,3 @@
1
- /**
2
- * Dark counterpart of `emerald-brand`. Dark mode shifts the primary ramp
3
- * one step lighter and pairs it with dark inverted text, which also closes
4
- * emerald-brand's known white-on-primary-600 AA gap for this variant.
5
- *
6
- * @public
7
- */
8
- export declare const emeraldDark: import("../index.cjs").Theme;
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /** Dark counterpart of `emerald-brand`, shifting the primary ramp one step lighter with dark inverted text. @public */
3
+ export declare const emeraldDark: Theme;
@@ -1,8 +1,3 @@
1
- /**
2
- * Dark counterpart of `emerald-brand`. Dark mode shifts the primary ramp
3
- * one step lighter and pairs it with dark inverted text, which also closes
4
- * emerald-brand's known white-on-primary-600 AA gap for this variant.
5
- *
6
- * @public
7
- */
8
- export declare const emeraldDark: import("../index.js").Theme;
1
+ import type { Theme } from '../utils/theme.js';
2
+ /** Dark counterpart of `emerald-brand`, shifting the primary ramp one step lighter with dark inverted text. @public */
3
+ export declare const emeraldDark: Theme;
@@ -1 +1 @@
1
- import{createTheme as e}from"./DefaultTheme.js";import{emeraldBrand as r}from"./EmeraldBrand.js";var d=e("emerald-dark",{mode:"dark",colors:{primary:{400:"#6ee7b7",500:"#34d399",600:"#10b981",700:"#059669"},neutral:{200:"#14453a",300:"#1e5c4c",800:"#06392d",900:"#04211a",950:"#021711"},semantic:{background:"#04211a",surface:"#06392d",surfaceHover:"#0b4a3b",overlay:"rgb(0 0 0 / 0.6)",text:"#e7f6ee",textMuted:"#8fb3a4",textInverted:"#04211a",border:"#14453a",borderStrong:"#2d8a72",focusRing:"#34d399"}},shadow:{color:"0 0 0",strength:"4.7"}},r);export{d as emeraldDark};
1
+ import{createTheme as e}from"./DefaultTheme.js";import{emeraldLight as r}from"./EmeraldLight.js";var o=e("emerald-dark",{mode:"dark",colors:{primary:{400:"#6ee7b7",500:"#34d399",600:"#10b981",700:"#059669"},neutral:{200:"#14453a",300:"#1e5c4c",800:"#06392d",900:"#04211a",950:"#021711"},semantic:{background:"#04211a",surface:"#06392d",surfaceHover:"#0b4a3b",overlay:"rgb(0 0 0 / 0.6)",text:"#e7f6ee",textMuted:"#8fb3a4",textInverted:"#04211a",border:"#14453a",borderStrong:"#2d8a72",focusRing:"#34d399"}},shadow:{color:"0 0 0",strength:"4.7"}},r);export{o as emeraldDark};
@@ -1 +1 @@
1
- "use strict";var c=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var t=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var n=(f,e)=>{for(var d in e)c(f,d,{get:e[d],enumerable:!0})},s=(f,e,d,b)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of t(e))!o.call(f,a)&&a!==d&&c(f,a,{get:()=>e[a],enumerable:!(b=r(e,a))||b.enumerable});return f};var m=f=>s(c({},"__esModule",{value:!0}),f);var l={};n(l,{emeraldBrand:()=>g});module.exports=m(l);var g={name:"emerald-brand",mode:"light",colors:{primary:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b",950:"#022c22"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#fbfefc",surface:"#f2faf5",surfaceHover:"#e6f5ec",overlay:"rgb(2 44 34 / 0.5)",text:"#0d2b1e",textMuted:"#5b7268",textInverted:"#1c1c1c",border:"#d8ebe0",borderStrong:"#529e75",focusRing:"#059669"}},shadow:{color:"2 6 23",strength:"1"}};0&&(module.exports={emeraldBrand});
1
+ "use strict";var d=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var t=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var n=(f,e)=>{for(var c in e)d(f,c,{get:e[c],enumerable:!0})},s=(f,e,c,b)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of t(e))!o.call(f,a)&&a!==c&&d(f,a,{get:()=>e[a],enumerable:!(b=r(e,a))||b.enumerable});return f};var m=f=>s(d({},"__esModule",{value:!0}),f);var i={};n(i,{emeraldLight:()=>g});module.exports=m(i);var g={name:"emerald-brand",mode:"light",colors:{primary:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b",950:"#022c22"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#fbfefc",surface:"#f2faf5",surfaceHover:"#e6f5ec",overlay:"rgb(2 44 34 / 0.5)",text:"#0d2b1e",textMuted:"#5b7268",textInverted:"#1c1c1c",border:"#d8ebe0",borderStrong:"#529e75",focusRing:"#059669"}},shadow:{color:"2 6 23",strength:"1"}};0&&(module.exports={emeraldLight});
@@ -1,3 +1,3 @@
1
1
  import type { Theme } from '../utils/theme.cjs';
2
2
  /** Emerald green brand: fresh greens with soft mint surfaces and tight corners. @public */
3
- export declare const emeraldBrand: Theme;
3
+ export declare const emeraldLight: Theme;
@@ -1,3 +1,3 @@
1
1
  import type { Theme } from '../utils/theme.js';
2
2
  /** Emerald green brand: fresh greens with soft mint surfaces and tight corners. @public */
3
- export declare const emeraldBrand: Theme;
3
+ export declare const emeraldLight: Theme;
@@ -1 +1 @@
1
- var e={name:"emerald-brand",mode:"light",colors:{primary:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b",950:"#022c22"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#fbfefc",surface:"#f2faf5",surfaceHover:"#e6f5ec",overlay:"rgb(2 44 34 / 0.5)",text:"#0d2b1e",textMuted:"#5b7268",textInverted:"#1c1c1c",border:"#d8ebe0",borderStrong:"#529e75",focusRing:"#059669"}},shadow:{color:"2 6 23",strength:"1"}};export{e as emeraldBrand};
1
+ var e={name:"emerald-brand",mode:"light",colors:{primary:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b",950:"#022c22"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#fbfefc",surface:"#f2faf5",surfaceHover:"#e6f5ec",overlay:"rgb(2 44 34 / 0.5)",text:"#0d2b1e",textMuted:"#5b7268",textInverted:"#1c1c1c",border:"#d8ebe0",borderStrong:"#529e75",focusRing:"#059669"}},shadow:{color:"2 6 23",strength:"1"}};export{e as emeraldLight};
@@ -1 +1 @@
1
- "use strict";var c=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var t=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var s=(a,e)=>{for(var d in e)c(a,d,{get:e[d],enumerable:!0})},n=(a,e,d,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let f of t(e))!o.call(a,f)&&f!==d&&c(a,f,{get:()=>e[f],enumerable:!(r=b(e,f))||r.enumerable});return a};var m=a=>n(c({},"__esModule",{value:!0}),a);var g={};s(g,{everforestDark:()=>u});module.exports=m(g);var u={name:"everforest-dark",mode:"dark",colors:{primary:{50:"#fafbf7",100:"#f3f6ed",200:"#e5ecd9",300:"#d3e0c0",400:"#c3d4a9",500:"#b5ca94",600:"#a7c080",700:"#889c69",800:"#6e7e57",900:"#596548",950:"#363d2f"},neutral:{50:"#f7f4eb",100:"#ece4cf",200:"#3d484d",300:"#475258",400:"#9da9a0",500:"#859289",600:"#7a8478",700:"#4f585e",800:"#3d484d",900:"#232a2e",950:"#232a2e"},success:{50:"#f1f9f3",100:"#def0e3",200:"#c1e2ca",300:"#83c092",400:"#62ab74",500:"#47905c",600:"#38744a",700:"#305d3e",800:"#2a4a34",900:"#253e2e",950:"#112218"},warning:{50:"#fcf9f0",100:"#f8f0db",200:"#f0e0b4",300:"#dbbc7f",400:"#cfa254",500:"#c08a35",600:"#a56f28",700:"#845424",800:"#6c4423",900:"#5b3a21",950:"#331d0e"},danger:{50:"#fdf3f3",100:"#fbe5e5",200:"#f8d0d1",300:"#f2abac",400:"#e67e80",500:"#d75052",600:"#c23639",700:"#a2292c",800:"#862527",900:"#732426",950:"#3e0e0f"},semantic:{background:"#2d353b",surface:"#343f44",surfaceHover:"#3d484d",overlay:"rgb(0 0 0 / 0.6)",text:"#d3c6aa",textMuted:"#aeb6b0",textInverted:"#2d353b",border:"#3d484d",borderStrong:"#7b8b94",focusRing:"#a7c080"}},shadow:{color:"0 0 0",strength:"4.7"}};0&&(module.exports={everforestDark});
1
+ "use strict";var c=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var t=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var s=(a,e)=>{for(var d in e)c(a,d,{get:e[d],enumerable:!0})},n=(a,e,d,r)=>{if(e&&typeof e=="object"||typeof e=="function")for(let f of t(e))!o.call(a,f)&&f!==d&&c(a,f,{get:()=>e[f],enumerable:!(r=b(e,f))||r.enumerable});return a};var m=a=>n(c({},"__esModule",{value:!0}),a);var g={};s(g,{everforestDark:()=>u});module.exports=m(g);var u={name:"everforest-dark",mode:"dark",colors:{primary:{50:"#fafbf7",100:"#f3f6ed",200:"#e5ecd9",300:"#d3e0c0",400:"#c3d4a9",500:"#b5ca94",600:"#a7c080",700:"#889c69",800:"#6e7e57",900:"#596548",950:"#363d2f"},neutral:{50:"#f7f4eb",100:"#ece4cf",200:"#3d484d",300:"#475258",400:"#9da9a0",500:"#859289",600:"#7a8478",700:"#4f585e",800:"#3d484d",900:"#232a2e",950:"#232a2e"},success:{50:"#f1f9f3",100:"#def0e3",200:"#c1e2ca",300:"#83c092",400:"#62ab74",500:"#47905c",600:"#438b59",700:"#305d3e",800:"#2a4a34",900:"#253e2e",950:"#112218"},warning:{50:"#fcf9f0",100:"#f8f0db",200:"#f0e0b4",300:"#dbbc7f",400:"#cfa254",500:"#c08a35",600:"#a87129",700:"#845424",800:"#6c4423",900:"#5b3a21",950:"#331d0e"},danger:{50:"#fdf3f3",100:"#fbe5e5",200:"#f8d0d1",300:"#f2abac",400:"#e67e80",500:"#d75052",600:"#cf5457",700:"#a2292c",800:"#862527",900:"#732426",950:"#3e0e0f"},semantic:{background:"#2d353b",surface:"#343f44",surfaceHover:"#3d484d",overlay:"rgb(0 0 0 / 0.6)",text:"#d3c6aa",textMuted:"#aeb6b0",textInverted:"#2d353b",border:"#3d484d",borderStrong:"#7b8b94",focusRing:"#a7c080"}},shadow:{color:"0 0 0",strength:"4.7"}};0&&(module.exports={everforestDark});
@@ -1,8 +1,7 @@
1
1
  import type { Theme } from '../utils/theme.cjs';
2
2
  /**
3
- * Everforest Dark inspired theme: comfortable green-on-forest palette with
3
+ * Everforest Dark inspired theme: green-on-forest palette with
4
4
  * warm cream text, sage green actions, and aqua/yellow/red status hues.
5
- * Palette source: sainnhe/everforest (MIT).
6
5
  *
7
6
  * @public
8
7
  */
@@ -1,8 +1,7 @@
1
1
  import type { Theme } from '../utils/theme.js';
2
2
  /**
3
- * Everforest Dark inspired theme: comfortable green-on-forest palette with
3
+ * Everforest Dark inspired theme: green-on-forest palette with
4
4
  * warm cream text, sage green actions, and aqua/yellow/red status hues.
5
- * Palette source: sainnhe/everforest (MIT).
6
5
  *
7
6
  * @public
8
7
  */
@@ -1 +1 @@
1
- var e={name:"everforest-dark",mode:"dark",colors:{primary:{50:"#fafbf7",100:"#f3f6ed",200:"#e5ecd9",300:"#d3e0c0",400:"#c3d4a9",500:"#b5ca94",600:"#a7c080",700:"#889c69",800:"#6e7e57",900:"#596548",950:"#363d2f"},neutral:{50:"#f7f4eb",100:"#ece4cf",200:"#3d484d",300:"#475258",400:"#9da9a0",500:"#859289",600:"#7a8478",700:"#4f585e",800:"#3d484d",900:"#232a2e",950:"#232a2e"},success:{50:"#f1f9f3",100:"#def0e3",200:"#c1e2ca",300:"#83c092",400:"#62ab74",500:"#47905c",600:"#38744a",700:"#305d3e",800:"#2a4a34",900:"#253e2e",950:"#112218"},warning:{50:"#fcf9f0",100:"#f8f0db",200:"#f0e0b4",300:"#dbbc7f",400:"#cfa254",500:"#c08a35",600:"#a56f28",700:"#845424",800:"#6c4423",900:"#5b3a21",950:"#331d0e"},danger:{50:"#fdf3f3",100:"#fbe5e5",200:"#f8d0d1",300:"#f2abac",400:"#e67e80",500:"#d75052",600:"#c23639",700:"#a2292c",800:"#862527",900:"#732426",950:"#3e0e0f"},semantic:{background:"#2d353b",surface:"#343f44",surfaceHover:"#3d484d",overlay:"rgb(0 0 0 / 0.6)",text:"#d3c6aa",textMuted:"#aeb6b0",textInverted:"#2d353b",border:"#3d484d",borderStrong:"#7b8b94",focusRing:"#a7c080"}},shadow:{color:"0 0 0",strength:"4.7"}};export{e as everforestDark};
1
+ var e={name:"everforest-dark",mode:"dark",colors:{primary:{50:"#fafbf7",100:"#f3f6ed",200:"#e5ecd9",300:"#d3e0c0",400:"#c3d4a9",500:"#b5ca94",600:"#a7c080",700:"#889c69",800:"#6e7e57",900:"#596548",950:"#363d2f"},neutral:{50:"#f7f4eb",100:"#ece4cf",200:"#3d484d",300:"#475258",400:"#9da9a0",500:"#859289",600:"#7a8478",700:"#4f585e",800:"#3d484d",900:"#232a2e",950:"#232a2e"},success:{50:"#f1f9f3",100:"#def0e3",200:"#c1e2ca",300:"#83c092",400:"#62ab74",500:"#47905c",600:"#438b59",700:"#305d3e",800:"#2a4a34",900:"#253e2e",950:"#112218"},warning:{50:"#fcf9f0",100:"#f8f0db",200:"#f0e0b4",300:"#dbbc7f",400:"#cfa254",500:"#c08a35",600:"#a87129",700:"#845424",800:"#6c4423",900:"#5b3a21",950:"#331d0e"},danger:{50:"#fdf3f3",100:"#fbe5e5",200:"#f8d0d1",300:"#f2abac",400:"#e67e80",500:"#d75052",600:"#cf5457",700:"#a2292c",800:"#862527",900:"#732426",950:"#3e0e0f"},semantic:{background:"#2d353b",surface:"#343f44",surfaceHover:"#3d484d",overlay:"rgb(0 0 0 / 0.6)",text:"#d3c6aa",textMuted:"#aeb6b0",textInverted:"#2d353b",border:"#3d484d",borderStrong:"#7b8b94",focusRing:"#a7c080"}},shadow:{color:"0 0 0",strength:"4.7"}};export{e as everforestDark};
@@ -1 +1 @@
1
- "use strict";var o=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var s=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var i=(r,e)=>{for(var t in e)o(r,t,{get:e[t],enumerable:!0})},m=(r,e,t,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let f of s(e))!g.call(r,f)&&f!==t&&o(r,f,{get:()=>e[f],enumerable:!(a=b(e,f))||a.enumerable});return r};var n=r=>m(o({},"__esModule",{value:!0}),r);var l={};i(l,{everforestLight:()=>h});module.exports=n(l);var d=require("./DefaultTheme.cjs"),c=require("./EverforestDark.cjs"),h=(0,d.createTheme)("everforest-light",{mode:"light",colors:{primary:{50:"#f6f7f0",100:"#eaecdb",200:"#d3d7b3",300:"#b5bd80",400:"#9aa552",500:"#8da101",600:"#6b7a00",700:"#586403",800:"#485205",900:"#3b4208",950:"#25290b"},neutral:{200:"#e6e2cc",300:"#bdc3af"},semantic:{background:"#fdf6e3",surface:"#f4f0d9",surfaceHover:"#efebd4",overlay:"rgb(45 53 59 / 0.4)",text:"#5c6a72",textMuted:"#626f61",textInverted:"#ffffff",border:"#e6e2cc",borderStrong:"#838d6a",focusRing:"#6b7a00"}},shadow:{color:"2 6 23",strength:"1"}},c.everforestDark);0&&(module.exports={everforestLight});
1
+ "use strict";var o=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var m=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var i=(r,e)=>{for(var f in e)o(r,f,{get:e[f],enumerable:!0})},h=(r,e,f,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let t of m(e))!s.call(r,t)&&t!==f&&o(r,t,{get:()=>e[t],enumerable:!(a=b(e,t))||a.enumerable});return r};var g=r=>h(o({},"__esModule",{value:!0}),r);var l={};i(l,{everforestLight:()=>n});module.exports=g(l);var d=require("./DefaultTheme.cjs"),c=require("./EverforestDark.cjs"),n=(0,d.createTheme)("everforest-light",{mode:"light",colors:{primary:{50:"#f6f7f0",100:"#eaecdb",200:"#d3d7b3",300:"#b5bd80",400:"#9aa552",500:"#8da101",600:"#6b7a00",700:"#586403",800:"#485205",900:"#3b4208",950:"#25290b"},neutral:{200:"#e6e2cc",300:"#bdc3af"},semantic:{background:"#fdf6e3",surface:"#f4f0d9",surfaceHover:"#efebd4",overlay:"rgb(45 53 59 / 0.4)",text:"#5c6a72",textMuted:"#626f61",textInverted:"#ffffff",border:"#e6e2cc",borderStrong:"#838d6a",focusRing:"#6b7a00"}},shadow:{color:"2 6 23",strength:"1"}},c.everforestDark);0&&(module.exports={everforestLight});
@@ -1,13 +1,7 @@
1
+ import type { Theme } from '../utils/theme.cjs';
1
2
  /**
2
- * Light counterpart of `everforest-dark`, built on Everforest's light
3
- * palette (#fdf6e3 background, sage greens). Palette source:
4
- * sainnhe/everforest (MIT).
5
- *
6
- * `primary-500` is Everforest light's own green (#8da101), an olive that
7
- * shares no channel with the dark palette's sage #a7c080 — the upstream
8
- * light and dark foregrounds are separately specified, not one ramp read at
9
- * two depths. 600 darkens it to clear white label text.
3
+ * Light counterpart of `everforest-dark`, with Everforest's light palette (#fdf6e3 background, sage greens) and its light-specific green (#8da101).
10
4
  *
11
5
  * @public
12
6
  */
13
- export declare const everforestLight: import("../index.cjs").Theme;
7
+ export declare const everforestLight: Theme;
@@ -1,13 +1,7 @@
1
+ import type { Theme } from '../utils/theme.js';
1
2
  /**
2
- * Light counterpart of `everforest-dark`, built on Everforest's light
3
- * palette (#fdf6e3 background, sage greens). Palette source:
4
- * sainnhe/everforest (MIT).
5
- *
6
- * `primary-500` is Everforest light's own green (#8da101), an olive that
7
- * shares no channel with the dark palette's sage #a7c080 — the upstream
8
- * light and dark foregrounds are separately specified, not one ramp read at
9
- * two depths. 600 darkens it to clear white label text.
3
+ * Light counterpart of `everforest-dark`, with Everforest's light palette (#fdf6e3 background, sage greens) and its light-specific green (#8da101).
10
4
  *
11
5
  * @public
12
6
  */
13
- export declare const everforestLight: import("../index.js").Theme;
7
+ export declare const everforestLight: Theme;
@@ -1 +1 @@
1
- "use strict";var a=Object.defineProperty;var n=Object.getOwnPropertyDescriptor;var u=Object.getOwnPropertyNames;var m=Object.prototype.hasOwnProperty;var s=(e,f)=>{for(var t in f)a(e,t,{get:f[t],enumerable:!0})},b=(e,f,t,d)=>{if(f&&typeof f=="object"||typeof f=="function")for(let r of u(f))!m.call(e,r)&&r!==t&&a(e,r,{get:()=>f[r],enumerable:!(d=n(f,r))||d.enumerable});return e};var l=e=>b(a({},"__esModule",{value:!0}),e);var i={};s(i,{fluentDark:()=>g});module.exports=l(i);var o=require("./DefaultTheme.cjs"),c=require("./FluentBrand.cjs"),g=(0,o.createTheme)("fluent-dark",{mode:"dark",colors:{primary:{50:"#f4f9fe",100:"#e5f1fe",200:"#c8e2fc",300:"#a3cffa",400:"#82bdf8",500:"#64aef7",600:"#479ef5",700:"#3b80c7",800:"#3169a2",900:"#295482",950:"#1b334f"},neutral:{200:"#3d3d3d",300:"#525252",800:"#292929",900:"#1f1f1f",950:"#141414"},semantic:{background:"#1f1f1f",surface:"#292929",surfaceHover:"#333333",overlay:"rgb(0 0 0 / 0.6)",text:"#ffffff",textMuted:"#adadad",textInverted:"#061724",border:"#3d3d3d",borderStrong:"#737373",focusRing:"#479ef5"}},shadow:{color:"0 0 0",strength:"4.7"}},c.fluentBrand);0&&(module.exports={fluentDark});
1
+ "use strict";var o=Object.defineProperty;var m=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var u=Object.prototype.hasOwnProperty;var s=(f,e)=>{for(var t in e)o(f,t,{get:e[t],enumerable:!0})},i=(f,e,t,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of n(e))!u.call(f,r)&&r!==t&&o(f,r,{get:()=>e[r],enumerable:!(a=m(e,r))||a.enumerable});return f};var l=f=>i(o({},"__esModule",{value:!0}),f);var h={};s(h,{fluentDark:()=>b});module.exports=l(h);var d=require("./DefaultTheme.cjs"),c=require("./FluentLight.cjs"),b=(0,d.createTheme)("fluent-dark",{mode:"dark",colors:{primary:{50:"#f4f9fe",100:"#e5f1fe",200:"#c8e2fc",300:"#a3cffa",400:"#82bdf8",500:"#64aef7",600:"#479ef5",700:"#3b80c7",800:"#3169a2",900:"#295482",950:"#1b334f"},neutral:{200:"#3d3d3d",300:"#525252",800:"#292929",900:"#1f1f1f",950:"#141414"},semantic:{background:"#1f1f1f",surface:"#292929",surfaceHover:"#333333",overlay:"rgb(0 0 0 / 0.6)",text:"#ffffff",textMuted:"#adadad",textInverted:"#061724",border:"#3d3d3d",borderStrong:"#737373",focusRing:"#479ef5"}},shadow:{color:"0 0 0",strength:"4.7"}},c.fluentLight);0&&(module.exports={fluentDark});
@@ -1,11 +1,3 @@
1
- /**
2
- * Dark counterpart of `fluent`, following Microsoft Fluent 2 dark neutral
3
- * backgrounds (#1f1f1f / #292929) with the brighter Fluent blue.
4
- *
5
- * `primary-600` is Fluent's `brand[100]` (#479ef5) — the shade Fluent's own
6
- * dark theme points `colorBrandForeground1` at, where light points it at
7
- * `brand[80]`. Ink is `brand[10]`, the darkest rung of the same ramp.
8
- *
9
- * @public
10
- */
11
- export declare const fluentDark: import("../index.cjs").Theme;
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /** Dark counterpart of `fluent`, with Fluent 2 dark neutral backgrounds (#1f1f1f/#292929) and the brighter Fluent blue shade. @public */
3
+ export declare const fluentDark: Theme;