@skdx/tokens 0.26.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 (205) hide show
  1. package/README.md +439 -0
  2. package/dist/foundation.css +1 -0
  3. package/dist/index.cjs +1 -0
  4. package/dist/index.d.cts +8 -0
  5. package/dist/index.d.ts +8 -0
  6. package/dist/index.js +1 -0
  7. package/dist/themes/AntBrand.cjs +1 -0
  8. package/dist/themes/AntBrand.d.cts +3 -0
  9. package/dist/themes/AntBrand.d.ts +3 -0
  10. package/dist/themes/AntBrand.js +1 -0
  11. package/dist/themes/AntDark.cjs +1 -0
  12. package/dist/themes/AntDark.d.cts +12 -0
  13. package/dist/themes/AntDark.d.ts +12 -0
  14. package/dist/themes/AntDark.js +1 -0
  15. package/dist/themes/CatppuccinLatte.cjs +1 -0
  16. package/dist/themes/CatppuccinLatte.d.cts +9 -0
  17. package/dist/themes/CatppuccinLatte.d.ts +9 -0
  18. package/dist/themes/CatppuccinLatte.js +1 -0
  19. package/dist/themes/CatppuccinMocha.cjs +1 -0
  20. package/dist/themes/CatppuccinMocha.d.cts +9 -0
  21. package/dist/themes/CatppuccinMocha.d.ts +9 -0
  22. package/dist/themes/CatppuccinMocha.js +1 -0
  23. package/dist/themes/ChakraBrand.cjs +1 -0
  24. package/dist/themes/ChakraBrand.d.cts +3 -0
  25. package/dist/themes/ChakraBrand.d.ts +3 -0
  26. package/dist/themes/ChakraBrand.js +1 -0
  27. package/dist/themes/ChakraDark.cjs +1 -0
  28. package/dist/themes/ChakraDark.d.cts +12 -0
  29. package/dist/themes/ChakraDark.d.ts +12 -0
  30. package/dist/themes/ChakraDark.js +1 -0
  31. package/dist/themes/CupcakeDark.cjs +1 -0
  32. package/dist/themes/CupcakeDark.d.cts +9 -0
  33. package/dist/themes/CupcakeDark.d.ts +9 -0
  34. package/dist/themes/CupcakeDark.js +1 -0
  35. package/dist/themes/CupcakeLight.cjs +1 -0
  36. package/dist/themes/CupcakeLight.d.cts +10 -0
  37. package/dist/themes/CupcakeLight.d.ts +10 -0
  38. package/dist/themes/CupcakeLight.js +1 -0
  39. package/dist/themes/DefaultTheme.cjs +1 -0
  40. package/dist/themes/DefaultTheme.d.cts +37 -0
  41. package/dist/themes/DefaultTheme.d.ts +37 -0
  42. package/dist/themes/DefaultTheme.js +1 -0
  43. package/dist/themes/DraculaDark.cjs +1 -0
  44. package/dist/themes/DraculaDark.d.cts +3 -0
  45. package/dist/themes/DraculaDark.d.ts +3 -0
  46. package/dist/themes/DraculaDark.js +1 -0
  47. package/dist/themes/DraculaLight.cjs +1 -0
  48. package/dist/themes/DraculaLight.d.cts +14 -0
  49. package/dist/themes/DraculaLight.d.ts +14 -0
  50. package/dist/themes/DraculaLight.js +1 -0
  51. package/dist/themes/EmeraldBrand.cjs +1 -0
  52. package/dist/themes/EmeraldBrand.d.cts +3 -0
  53. package/dist/themes/EmeraldBrand.d.ts +3 -0
  54. package/dist/themes/EmeraldBrand.js +1 -0
  55. package/dist/themes/EmeraldDark.cjs +1 -0
  56. package/dist/themes/EmeraldDark.d.cts +8 -0
  57. package/dist/themes/EmeraldDark.d.ts +8 -0
  58. package/dist/themes/EmeraldDark.js +1 -0
  59. package/dist/themes/EverforestDark.cjs +1 -0
  60. package/dist/themes/EverforestDark.d.cts +9 -0
  61. package/dist/themes/EverforestDark.d.ts +9 -0
  62. package/dist/themes/EverforestDark.js +1 -0
  63. package/dist/themes/EverforestLight.cjs +1 -0
  64. package/dist/themes/EverforestLight.d.cts +13 -0
  65. package/dist/themes/EverforestLight.d.ts +13 -0
  66. package/dist/themes/EverforestLight.js +1 -0
  67. package/dist/themes/FluentBrand.cjs +1 -0
  68. package/dist/themes/FluentBrand.d.cts +3 -0
  69. package/dist/themes/FluentBrand.d.ts +3 -0
  70. package/dist/themes/FluentBrand.js +1 -0
  71. package/dist/themes/FluentDark.cjs +1 -0
  72. package/dist/themes/FluentDark.d.cts +11 -0
  73. package/dist/themes/FluentDark.d.ts +11 -0
  74. package/dist/themes/FluentDark.js +1 -0
  75. package/dist/themes/GraphiteBrand.cjs +1 -0
  76. package/dist/themes/GraphiteBrand.d.cts +3 -0
  77. package/dist/themes/GraphiteBrand.d.ts +3 -0
  78. package/dist/themes/GraphiteBrand.js +1 -0
  79. package/dist/themes/GraphiteDark.cjs +1 -0
  80. package/dist/themes/GraphiteDark.d.cts +8 -0
  81. package/dist/themes/GraphiteDark.d.ts +8 -0
  82. package/dist/themes/GraphiteDark.js +1 -0
  83. package/dist/themes/GruvboxDark.cjs +1 -0
  84. package/dist/themes/GruvboxDark.d.cts +9 -0
  85. package/dist/themes/GruvboxDark.d.ts +9 -0
  86. package/dist/themes/GruvboxDark.js +1 -0
  87. package/dist/themes/GruvboxLight.cjs +1 -0
  88. package/dist/themes/GruvboxLight.d.cts +13 -0
  89. package/dist/themes/GruvboxLight.d.ts +13 -0
  90. package/dist/themes/GruvboxLight.js +1 -0
  91. package/dist/themes/MaterialBrand.cjs +1 -0
  92. package/dist/themes/MaterialBrand.d.cts +3 -0
  93. package/dist/themes/MaterialBrand.d.ts +3 -0
  94. package/dist/themes/MaterialBrand.js +1 -0
  95. package/dist/themes/MaterialDark.cjs +1 -0
  96. package/dist/themes/MaterialDark.d.cts +12 -0
  97. package/dist/themes/MaterialDark.d.ts +12 -0
  98. package/dist/themes/MaterialDark.js +1 -0
  99. package/dist/themes/MidnightBrand.cjs +1 -0
  100. package/dist/themes/MidnightBrand.d.cts +11 -0
  101. package/dist/themes/MidnightBrand.d.ts +11 -0
  102. package/dist/themes/MidnightBrand.js +1 -0
  103. package/dist/themes/MidnightLight.cjs +1 -0
  104. package/dist/themes/MidnightLight.d.cts +10 -0
  105. package/dist/themes/MidnightLight.d.ts +10 -0
  106. package/dist/themes/MidnightLight.js +1 -0
  107. package/dist/themes/NordDark.cjs +1 -0
  108. package/dist/themes/NordDark.d.cts +3 -0
  109. package/dist/themes/NordDark.d.ts +3 -0
  110. package/dist/themes/NordDark.js +1 -0
  111. package/dist/themes/NordLight.cjs +1 -0
  112. package/dist/themes/NordLight.d.cts +13 -0
  113. package/dist/themes/NordLight.d.ts +13 -0
  114. package/dist/themes/NordLight.js +1 -0
  115. package/dist/themes/OneDark.cjs +1 -0
  116. package/dist/themes/OneDark.d.cts +9 -0
  117. package/dist/themes/OneDark.d.ts +9 -0
  118. package/dist/themes/OneDark.js +1 -0
  119. package/dist/themes/OneLight.cjs +1 -0
  120. package/dist/themes/OneLight.d.cts +13 -0
  121. package/dist/themes/OneLight.d.ts +13 -0
  122. package/dist/themes/OneLight.js +1 -0
  123. package/dist/themes/PrimerDark.cjs +1 -0
  124. package/dist/themes/PrimerDark.d.cts +9 -0
  125. package/dist/themes/PrimerDark.d.ts +9 -0
  126. package/dist/themes/PrimerDark.js +1 -0
  127. package/dist/themes/PrimerLight.cjs +1 -0
  128. package/dist/themes/PrimerLight.d.cts +9 -0
  129. package/dist/themes/PrimerLight.d.ts +9 -0
  130. package/dist/themes/PrimerLight.js +1 -0
  131. package/dist/themes/RosePine.cjs +1 -0
  132. package/dist/themes/RosePine.d.cts +9 -0
  133. package/dist/themes/RosePine.d.ts +9 -0
  134. package/dist/themes/RosePine.js +1 -0
  135. package/dist/themes/RosePineDawn.cjs +1 -0
  136. package/dist/themes/RosePineDawn.d.cts +13 -0
  137. package/dist/themes/RosePineDawn.d.ts +13 -0
  138. package/dist/themes/RosePineDawn.js +1 -0
  139. package/dist/themes/SkandaDark.cjs +1 -0
  140. package/dist/themes/SkandaDark.d.cts +12 -0
  141. package/dist/themes/SkandaDark.d.ts +12 -0
  142. package/dist/themes/SkandaDark.js +1 -0
  143. package/dist/themes/SkandaLight.cjs +1 -0
  144. package/dist/themes/SkandaLight.d.cts +3 -0
  145. package/dist/themes/SkandaLight.d.ts +3 -0
  146. package/dist/themes/SkandaLight.js +1 -0
  147. package/dist/themes/SolarizedDark.cjs +1 -0
  148. package/dist/themes/SolarizedDark.d.cts +9 -0
  149. package/dist/themes/SolarizedDark.d.ts +9 -0
  150. package/dist/themes/SolarizedDark.js +1 -0
  151. package/dist/themes/SolarizedLight.cjs +1 -0
  152. package/dist/themes/SolarizedLight.d.cts +9 -0
  153. package/dist/themes/SolarizedLight.d.ts +9 -0
  154. package/dist/themes/SolarizedLight.js +1 -0
  155. package/dist/themes/SynthwaveDark.cjs +1 -0
  156. package/dist/themes/SynthwaveDark.d.cts +9 -0
  157. package/dist/themes/SynthwaveDark.d.ts +9 -0
  158. package/dist/themes/SynthwaveDark.js +1 -0
  159. package/dist/themes/SynthwaveLight.cjs +1 -0
  160. package/dist/themes/SynthwaveLight.d.cts +12 -0
  161. package/dist/themes/SynthwaveLight.d.ts +12 -0
  162. package/dist/themes/SynthwaveLight.js +1 -0
  163. package/dist/themes/brands.cjs +1 -0
  164. package/dist/themes/brands.d.cts +41 -0
  165. package/dist/themes/brands.d.ts +41 -0
  166. package/dist/themes/brands.js +1 -0
  167. package/dist/themes/createBrandTheme.cjs +1 -0
  168. package/dist/themes/createBrandTheme.d.cts +55 -0
  169. package/dist/themes/createBrandTheme.d.ts +55 -0
  170. package/dist/themes/createBrandTheme.js +1 -0
  171. package/dist/themes/index.cjs +1 -0
  172. package/dist/themes/index.d.cts +41 -0
  173. package/dist/themes/index.d.ts +41 -0
  174. package/dist/themes/index.js +1 -0
  175. package/dist/themes.css +1 -0
  176. package/dist/tokens.css +1 -0
  177. package/dist/utils/aliases.cjs +9 -0
  178. package/dist/utils/aliases.d.cts +121 -0
  179. package/dist/utils/aliases.d.ts +121 -0
  180. package/dist/utils/aliases.js +9 -0
  181. package/dist/utils/contrast.cjs +1 -0
  182. package/dist/utils/contrast.d.cts +27 -0
  183. package/dist/utils/contrast.d.ts +27 -0
  184. package/dist/utils/contrast.js +1 -0
  185. package/dist/utils/cssVars.cjs +2 -0
  186. package/dist/utils/cssVars.d.cts +37 -0
  187. package/dist/utils/cssVars.d.ts +37 -0
  188. package/dist/utils/cssVars.js +2 -0
  189. package/dist/utils/foundation.cjs +15 -0
  190. package/dist/utils/foundation.d.cts +300 -0
  191. package/dist/utils/foundation.d.ts +300 -0
  192. package/dist/utils/foundation.js +15 -0
  193. package/dist/utils/mode.cjs +1 -0
  194. package/dist/utils/mode.d.cts +89 -0
  195. package/dist/utils/mode.d.ts +89 -0
  196. package/dist/utils/mode.js +1 -0
  197. package/dist/utils/theme.cjs +1 -0
  198. package/dist/utils/theme.d.cts +503 -0
  199. package/dist/utils/theme.d.ts +503 -0
  200. package/dist/utils/theme.js +1 -0
  201. package/dist/utils/toCss.cjs +10 -0
  202. package/dist/utils/toCss.d.cts +92 -0
  203. package/dist/utils/toCss.d.ts +92 -0
  204. package/dist/utils/toCss.js +10 -0
  205. package/package.json +70 -0
@@ -0,0 +1,9 @@
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
+ */
9
+ export declare const catppuccinMocha: Theme;
@@ -0,0 +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};
@@ -0,0 +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});
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /** Chakra UI inspired: teal actions with Chakra's signature blue focus ring. @public */
3
+ export declare const chakraBrand: Theme;
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /** Chakra UI inspired: teal actions with Chakra's signature blue focus ring. @public */
3
+ export declare const chakraBrand: Theme;
@@ -0,0 +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};
@@ -0,0 +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});
@@ -0,0 +1,12 @@
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;
@@ -0,0 +1,12 @@
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;
@@ -0,0 +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};
@@ -0,0 +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});
@@ -0,0 +1,9 @@
1
+ /**
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.
6
+ *
7
+ * @public
8
+ */
9
+ export declare const cupcakeDark: import("../index.cjs").Theme;
@@ -0,0 +1,9 @@
1
+ /**
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.
6
+ *
7
+ * @public
8
+ */
9
+ export declare const cupcakeDark: import("../index.js").Theme;
@@ -0,0 +1 @@
1
+ import{cupcakeLight as e}from"./CupcakeLight.js";import{createTheme as r}from"./DefaultTheme.js";var o=r("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"}},e);export{o as cupcakeDark};
@@ -0,0 +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});
@@ -0,0 +1,10 @@
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
+ */
10
+ export declare const cupcakeLight: Theme;
@@ -0,0 +1,10 @@
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
+ */
10
+ export declare const cupcakeLight: Theme;
@@ -0,0 +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};
@@ -0,0 +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});
@@ -0,0 +1,37 @@
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
+ */
13
+ export declare const defaultTheme: Theme;
14
+ /**
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.
19
+ *
20
+ * @param name - Unique theme name, e.g. `'acme'`. Becomes `theme.name` and the `[data-skdx-theme="acme"]` selector, overriding any `name` in `override`.
21
+ * @param override - Partial values to merge onto `base`. Objects merge key-by-key (deeply); primitives replace outright.
22
+ * @param base - Theme to merge onto. @default defaultTheme
23
+ * @returns A complete {@link Theme} ready for {@link themeToCss} or {@link applyTheme}.
24
+ *
25
+ * @example
26
+ * ```ts
27
+ * import { createTheme } from '@skdx/tokens';
28
+ *
29
+ * const acme = createTheme('acme', {
30
+ * colors: { primary: { 500: '#e11d48', 600: '#be123c' }, semantic: { focusRing: '#e11d48' } },
31
+ * radii: { md: '0.25rem' },
32
+ * });
33
+ * ```
34
+ *
35
+ * @public
36
+ */
37
+ export declare function createTheme(name: string, override?: ThemeOverride, base?: Theme): Theme;
@@ -0,0 +1,37 @@
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
+ */
13
+ export declare const defaultTheme: Theme;
14
+ /**
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.
19
+ *
20
+ * @param name - Unique theme name, e.g. `'acme'`. Becomes `theme.name` and the `[data-skdx-theme="acme"]` selector, overriding any `name` in `override`.
21
+ * @param override - Partial values to merge onto `base`. Objects merge key-by-key (deeply); primitives replace outright.
22
+ * @param base - Theme to merge onto. @default defaultTheme
23
+ * @returns A complete {@link Theme} ready for {@link themeToCss} or {@link applyTheme}.
24
+ *
25
+ * @example
26
+ * ```ts
27
+ * import { createTheme } from '@skdx/tokens';
28
+ *
29
+ * const acme = createTheme('acme', {
30
+ * colors: { primary: { 500: '#e11d48', 600: '#be123c' }, semantic: { focusRing: '#e11d48' } },
31
+ * radii: { md: '0.25rem' },
32
+ * });
33
+ * ```
34
+ *
35
+ * @public
36
+ */
37
+ export declare function createTheme(name: string, override?: ThemeOverride, base?: Theme): Theme;
@@ -0,0 +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};
@@ -0,0 +1 @@
1
+ "use strict";var c=Object.defineProperty;var b=Object.getOwnPropertyDescriptor;var t=Object.getOwnPropertyNames;var o=Object.prototype.hasOwnProperty;var n=(e,f)=>{for(var d in f)c(e,d,{get:f[d],enumerable:!0})},s=(e,f,d,r)=>{if(f&&typeof f=="object"||typeof f=="function")for(let a of t(f))!o.call(e,a)&&a!==d&&c(e,a,{get:()=>f[a],enumerable:!(r=b(f,a))||r.enumerable});return e};var u=e=>s(c({},"__esModule",{value:!0}),e);var g={};n(g,{draculaDark:()=>m});module.exports=u(g);var m={name:"dracula",mode:"dark",colors:{primary:{50:"#fbf9ff",100:"#f6f0fe",200:"#ebdffd",300:"#dec9fc",400:"#d2b6fb",500:"#c8a4fa",600:"#bd93f9",700:"#9978ca",800:"#7d62a5",900:"#644f84",950:"#3c3051"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#44475a",300:"#565b74",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#191a21",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#50fa7b",600:"#3fd968",700:"#2fb355",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#ffb86c",600:"#f5a15a",700:"#d98443",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ff5555",600:"#e64747",700:"#c43a3a",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#282a36",surface:"#313342",surfaceHover:"#3a3d4e",overlay:"rgb(0 0 0 / 0.6)",text:"#f8f8f2",textMuted:"#929cc3",textInverted:"#282a36",border:"#44475a",borderStrong:"#777d9a",focusRing:"#bd93f9"}},shadow:{color:"0 0 0",strength:"5.2"}};0&&(module.exports={draculaDark});
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /** Dracula inspired dark theme: purple actions on the classic #282a36 background. @public */
3
+ export declare const draculaDark: Theme;
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /** Dracula inspired dark theme: purple actions on the classic #282a36 background. @public */
3
+ export declare const draculaDark: Theme;
@@ -0,0 +1 @@
1
+ var f={name:"dracula",mode:"dark",colors:{primary:{50:"#fbf9ff",100:"#f6f0fe",200:"#ebdffd",300:"#dec9fc",400:"#d2b6fb",500:"#c8a4fa",600:"#bd93f9",700:"#9978ca",800:"#7d62a5",900:"#644f84",950:"#3c3051"},neutral:{50:"#f8fafc",100:"#f1f5f9",200:"#44475a",300:"#565b74",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#191a21",950:"#020617"},success:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#50fa7b",600:"#3fd968",700:"#2fb355",800:"#166534",900:"#14532d",950:"#052e16"},warning:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#ffb86c",600:"#f5a15a",700:"#d98443",800:"#92400e",900:"#78350f",950:"#451a03"},danger:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ff5555",600:"#e64747",700:"#c43a3a",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},semantic:{background:"#282a36",surface:"#313342",surfaceHover:"#3a3d4e",overlay:"rgb(0 0 0 / 0.6)",text:"#f8f8f2",textMuted:"#929cc3",textInverted:"#282a36",border:"#44475a",borderStrong:"#777d9a",focusRing:"#bd93f9"}},shadow:{color:"0 0 0",strength:"5.2"}};export{f as draculaDark};
@@ -0,0 +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});
@@ -0,0 +1,14 @@
1
+ /**
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.
11
+ *
12
+ * @public
13
+ */
14
+ export declare const draculaLight: import("../index.cjs").Theme;
@@ -0,0 +1,14 @@
1
+ /**
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.
11
+ *
12
+ * @public
13
+ */
14
+ export declare const draculaLight: import("../index.js").Theme;
@@ -0,0 +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};
@@ -0,0 +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});
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /** Emerald green brand: fresh greens with soft mint surfaces and tight corners. @public */
3
+ export declare const emeraldBrand: Theme;
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /** Emerald green brand: fresh greens with soft mint surfaces and tight corners. @public */
3
+ export declare const emeraldBrand: Theme;
@@ -0,0 +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};
@@ -0,0 +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});
@@ -0,0 +1,8 @@
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;
@@ -0,0 +1,8 @@
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;
@@ -0,0 +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};
@@ -0,0 +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});
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /**
3
+ * Everforest Dark inspired theme: comfortable green-on-forest palette with
4
+ * warm cream text, sage green actions, and aqua/yellow/red status hues.
5
+ * Palette source: sainnhe/everforest (MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const everforestDark: Theme;
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /**
3
+ * Everforest Dark inspired theme: comfortable green-on-forest palette with
4
+ * warm cream text, sage green actions, and aqua/yellow/red status hues.
5
+ * Palette source: sainnhe/everforest (MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const everforestDark: Theme;
@@ -0,0 +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};
@@ -0,0 +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});
@@ -0,0 +1,13 @@
1
+ /**
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.
10
+ *
11
+ * @public
12
+ */
13
+ export declare const everforestLight: import("../index.cjs").Theme;
@@ -0,0 +1,13 @@
1
+ /**
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.
10
+ *
11
+ * @public
12
+ */
13
+ export declare const everforestLight: import("../index.js").Theme;
@@ -0,0 +1 @@
1
+ import{createTheme as e}from"./DefaultTheme.js";import{everforestDark as r}from"./EverforestDark.js";var o=e("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"}},r);export{o as everforestLight};
@@ -0,0 +1 @@
1
+ "use strict";var o=Object.defineProperty;var d=Object.getOwnPropertyDescriptor;var b=Object.getOwnPropertyNames;var r=Object.prototype.hasOwnProperty;var n=(f,e)=>{for(var c in e)o(f,c,{get:e[c],enumerable:!0})},s=(f,e,c,t)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of b(e))!r.call(f,a)&&a!==c&&o(f,a,{get:()=>e[a],enumerable:!(t=d(e,a))||t.enumerable});return f};var i=f=>s(o({},"__esModule",{value:!0}),f);var m={};n(m,{fluentBrand:()=>l});module.exports=i(m);var l={name:"fluent",mode:"light",colors:{primary:{50:"#ebf3fc",100:"#cfe4fa",200:"#b4d6fa",300:"#77b7f7",400:"#479ef5",500:"#2886de",600:"#0f6cbd",700:"#115ea3",800:"#0f548c",900:"#0c3b5e",950:"#082338"},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:"#fafafa",surfaceHover:"#f5f5f5",overlay:"rgb(0 0 0 / 0.4)",text:"#242424",textMuted:"#616161",textInverted:"#ffffff",border:"#e0e0e0",borderStrong:"#919191",focusRing:"#0f6cbd"}},shadow:{color:"0 0 0",strength:"1.6"},typography:{fontFamily:"'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif",fontFamilyMono:"'Cascadia Code', Consolas, ui-monospace, Menlo, monospace"},motion:{easing:"cubic-bezier(0.33, 0, 0.1, 1)"}};0&&(module.exports={fluentBrand});
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /** Microsoft Fluent 2 inspired: communication blue, Segoe UI, tight 2–8px corners. @public */
3
+ export declare const fluentBrand: Theme;
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /** Microsoft Fluent 2 inspired: communication blue, Segoe UI, tight 2–8px corners. @public */
3
+ export declare const fluentBrand: Theme;
@@ -0,0 +1 @@
1
+ var e={name:"fluent",mode:"light",colors:{primary:{50:"#ebf3fc",100:"#cfe4fa",200:"#b4d6fa",300:"#77b7f7",400:"#479ef5",500:"#2886de",600:"#0f6cbd",700:"#115ea3",800:"#0f548c",900:"#0c3b5e",950:"#082338"},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:"#fafafa",surfaceHover:"#f5f5f5",overlay:"rgb(0 0 0 / 0.4)",text:"#242424",textMuted:"#616161",textInverted:"#ffffff",border:"#e0e0e0",borderStrong:"#919191",focusRing:"#0f6cbd"}},shadow:{color:"0 0 0",strength:"1.6"},typography:{fontFamily:"'Segoe UI', -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif",fontFamilyMono:"'Cascadia Code', Consolas, ui-monospace, Menlo, monospace"},motion:{easing:"cubic-bezier(0.33, 0, 0.1, 1)"}};export{e as fluentBrand};
@@ -0,0 +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});
@@ -0,0 +1,11 @@
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;
@@ -0,0 +1,11 @@
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.js").Theme;
@@ -0,0 +1 @@
1
+ import{createTheme as f}from"./DefaultTheme.js";import{fluentBrand as e}from"./FluentBrand.js";var a=f("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"}},e);export{a as fluentDark};
@@ -0,0 +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 g=e=>s(d({},"__esModule",{value:!0}),e);var m={};n(m,{graphiteBrand:()=>i});module.exports=g(m);var i={name:"graphite",mode:"light",colors:{primary:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#52525b",600:"#27272a",700:"#18181b",800:"#121215",900:"#0c0c0e",950:"#09090b"},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:"#fafafa",surfaceHover:"#f4f4f5",overlay:"rgb(9 9 11 / 0.6)",text:"#09090b",textMuted:"#71717a",textInverted:"#fafafa",border:"#e4e4e7",borderStrong:"#8e8e99",focusRing:"#18181b"}},shadow:{color:"2 6 23",strength:"1"}};0&&(module.exports={graphiteBrand});
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /** Monochrome theme in the spirit of shadcn/ui's zinc palette: near-black actions, quiet grays. @public */
3
+ export declare const graphiteBrand: Theme;
@@ -0,0 +1,3 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /** Monochrome theme in the spirit of shadcn/ui's zinc palette: near-black actions, quiet grays. @public */
3
+ export declare const graphiteBrand: Theme;
@@ -0,0 +1 @@
1
+ var f={name:"graphite",mode:"light",colors:{primary:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#52525b",600:"#27272a",700:"#18181b",800:"#121215",900:"#0c0c0e",950:"#09090b"},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:"#fafafa",surfaceHover:"#f4f4f5",overlay:"rgb(9 9 11 / 0.6)",text:"#09090b",textMuted:"#71717a",textInverted:"#fafafa",border:"#e4e4e7",borderStrong:"#8e8e99",focusRing:"#18181b"}},shadow:{color:"2 6 23",strength:"1"}};export{f as graphiteBrand};
@@ -0,0 +1 @@
1
+ "use strict";var o=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var g=Object.prototype.hasOwnProperty;var i=(a,r)=>{for(var t in r)o(a,t,{get:r[t],enumerable:!0})},m=(a,r,t,d)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of n(r))!g.call(a,e)&&e!==t&&o(a,e,{get:()=>r[e],enumerable:!(d=c(r,e))||d.enumerable});return a};var s=a=>m(o({},"__esModule",{value:!0}),a);var h={};i(h,{graphiteDark:()=>p});module.exports=s(h);var f=require("./DefaultTheme.cjs"),b=require("./GraphiteBrand.cjs"),p=(0,f.createTheme)("graphite-dark",{mode:"dark",colors:{primary:{500:"#d4d4d8",600:"#fafafa",700:"#e4e4e7"},neutral:{200:"#27272a",300:"#3f3f46",800:"#18181b",900:"#111113",950:"#09090b"},semantic:{background:"#09090b",surface:"#18181b",surfaceHover:"#27272a",overlay:"rgb(0 0 0 / 0.7)",text:"#fafafa",textMuted:"#a1a1aa",textInverted:"#18181b",border:"#27272a",borderStrong:"#666671",focusRing:"#d4d4d8"}},shadow:{color:"0 0 0",strength:"4.7"}},b.graphiteBrand);0&&(module.exports={graphiteDark});
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Dark counterpart of `graphite`, in the spirit of shadcn/ui's dark zinc
3
+ * look: primary actions invert to light-on-dark, so the upper primary steps
4
+ * are light zinc tones with near-black inverted text.
5
+ *
6
+ * @public
7
+ */
8
+ export declare const graphiteDark: import("../index.cjs").Theme;
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Dark counterpart of `graphite`, in the spirit of shadcn/ui's dark zinc
3
+ * look: primary actions invert to light-on-dark, so the upper primary steps
4
+ * are light zinc tones with near-black inverted text.
5
+ *
6
+ * @public
7
+ */
8
+ export declare const graphiteDark: import("../index.js").Theme;
@@ -0,0 +1 @@
1
+ import{createTheme as r}from"./DefaultTheme.js";import{graphiteBrand as a}from"./GraphiteBrand.js";var o=r("graphite-dark",{mode:"dark",colors:{primary:{500:"#d4d4d8",600:"#fafafa",700:"#e4e4e7"},neutral:{200:"#27272a",300:"#3f3f46",800:"#18181b",900:"#111113",950:"#09090b"},semantic:{background:"#09090b",surface:"#18181b",surfaceHover:"#27272a",overlay:"rgb(0 0 0 / 0.7)",text:"#fafafa",textMuted:"#a1a1aa",textInverted:"#18181b",border:"#27272a",borderStrong:"#666671",focusRing:"#d4d4d8"}},shadow:{color:"0 0 0",strength:"4.7"}},a);export{o as graphiteDark};
@@ -0,0 +1 @@
1
+ "use strict";var d=Object.defineProperty;var r=Object.getOwnPropertyDescriptor;var o=Object.getOwnPropertyNames;var t=Object.prototype.hasOwnProperty;var n=(a,e)=>{for(var f in e)d(a,f,{get:e[f],enumerable:!0})},s=(a,e,f,b)=>{if(e&&typeof e=="object"||typeof e=="function")for(let c of o(e))!t.call(a,c)&&c!==f&&d(a,c,{get:()=>e[c],enumerable:!(b=r(e,c))||b.enumerable});return a};var u=a=>s(d({},"__esModule",{value:!0}),a);var m={};n(m,{gruvboxDark:()=>g});module.exports=u(m);var g={name:"gruvbox-dark",mode:"dark",colors:{primary:{50:"#f8faf9",100:"#eef2f1",200:"#dae4e0",300:"#c1d2cc",400:"#abc2b9",500:"#97b3a8",600:"#83a598",700:"#6b867d",800:"#576d67",900:"#475854",950:"#2c3535"},neutral:{50:"#f9f5d7",100:"#ebdbb2",200:"#3c3836",300:"#504945",400:"#bdae93",500:"#a89984",600:"#928374",700:"#665c54",800:"#3c3836",900:"#1d2021",950:"#1d2021"},success:{50:"#fafbe8",100:"#f2f4c8",200:"#e5e995",300:"#d3d95c",400:"#b8bb26",500:"#a8ab20",600:"#98971a",700:"#757415",800:"#5d5c16",900:"#4e4d16",950:"#2a2a09"},warning:{50:"#fefbea",100:"#fdf3c4",200:"#fbe58c",300:"#fabd2f",400:"#f0a818",500:"#d79921",600:"#b97a12",700:"#945a12",800:"#7a4716",900:"#683a17",950:"#3c1e0a"},danger:{50:"#fef3f1",100:"#fde5e1",200:"#fccfc8",300:"#faaca0",400:"#fb4934",500:"#e33723",600:"#cc241d",700:"#a91c17",800:"#8c1b17",900:"#741d1a",950:"#3f0b09"},semantic:{background:"#282828",surface:"#3c3836",surfaceHover:"#504945",overlay:"rgb(0 0 0 / 0.6)",text:"#ebdbb2",textMuted:"#aea08d",textInverted:"#282828",border:"#504945",borderStrong:"#8f8277",focusRing:"#83a598"}},shadow:{color:"0 0 0",strength:"4.7"}};0&&(module.exports={gruvboxDark});
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /**
3
+ * Gruvbox Dark inspired theme: retro-groove warm browns, cream text, faded
4
+ * blue actions, and the bright gruvbox green/yellow/red status hues.
5
+ * Palette source: morhetz/gruvbox (MIT/X11).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const gruvboxDark: Theme;
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /**
3
+ * Gruvbox Dark inspired theme: retro-groove warm browns, cream text, faded
4
+ * blue actions, and the bright gruvbox green/yellow/red status hues.
5
+ * Palette source: morhetz/gruvbox (MIT/X11).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const gruvboxDark: Theme;