@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
+ * Solarized Light inspired theme: the classic `#fdf6e3` cream background,
4
+ * `#268bd2` blue actions, and Solarized green/yellow/red status hues.
5
+ * Palette source: altercation/solarized (MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const solarizedLight: Theme;
@@ -0,0 +1 @@
1
+ var e={name:"solarized-light",mode:"light",colors:{primary:{50:"#f0f7fc",100:"#ddeef9",200:"#c0e0f4",300:"#94cbec",400:"#61b0e2",500:"#3399d9",600:"#268bd2",700:"#1f6fb0",800:"#1e5c8f",900:"#1e4d76",950:"#143049"},neutral:{50:"#fdf9ec",100:"#eee8d5",200:"#e0dac6",300:"#c8c2b0",400:"#93a1a1",500:"#839496",600:"#657b83",700:"#586e75",800:"#073642",900:"#002b36",950:"#00212b"},success:{50:"#f8faeb",100:"#eef3d3",200:"#dde8ac",300:"#c5d87c",400:"#a9c353",500:"#96ad14",600:"#859900",700:"#67770a",800:"#535f0e",900:"#465011",950:"#252c05"},warning:{50:"#fdf9e9",100:"#faf0c6",200:"#f5df90",300:"#eec850",400:"#e5ad22",500:"#d49812",600:"#b58900",700:"#92670a",800:"#78500f",900:"#664213",950:"#3b2208"},danger:{50:"#fdf3f2",100:"#fce4e3",200:"#facdcc",300:"#f5aaa8",400:"#ee7a77",500:"#e2504c",600:"#dc322f",700:"#b92623",800:"#992320",900:"#7f2321",950:"#450e0d"},semantic:{background:"#fdf6e3",surface:"#eee8d5",surfaceHover:"#e4ddc8",overlay:"rgb(0 43 54 / 0.5)",text:"#073642",textMuted:"#586b72",textInverted:"#271d03",border:"#ddd6c1",borderStrong:"#90835b",focusRing:"#268bd2"}},shadow:{color:"0 43 54",strength:"1.3"}};export{e as solarizedLight};
@@ -0,0 +1 @@
1
+ "use strict";var c=Object.defineProperty;var t=Object.getOwnPropertyDescriptor;var b=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 b(f))!o.call(e,a)&&a!==d&&c(e,a,{get:()=>f[a],enumerable:!(r=t(f,a))||r.enumerable});return e};var m=e=>s(c({},"__esModule",{value:!0}),e);var g={};n(g,{synthwaveDark:()=>u});module.exports=m(g);var u={name:"synthwave-dark",mode:"dark",colors:{primary:{50:"#fff7fd",100:"#ffedfa",200:"#ffd8f4",300:"#ffbfed",400:"#ffa7e7",500:"#ff93e1",600:"#ff7edb",700:"#ce67b2",800:"#a75492",900:"#854475",950:"#4f2a48"},neutral:{50:"#f4f2fb",100:"#e7e3f6",200:"#2f2465",300:"#443569",400:"#8b81b5",500:"#6f639c",600:"#55487f",700:"#443569",800:"#322557",900:"#241a47",950:"#170f33"},success:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#71ead2",400:"#3ed4bd",500:"#22b8a3",600:"#189485",700:"#17766c",800:"#175e57",900:"#184e49",950:"#082f2c"},warning:{50:"#fefbe8",100:"#fef6c3",200:"#fdec8a",300:"#f3cc30",400:"#eebd20",500:"#dea70f",600:"#c0850a",700:"#99650c",800:"#7e5012",900:"#6b4215",950:"#3e2308"},danger:{50:"#fff1f3",100:"#ffe3e8",200:"#ffccd6",300:"#ffa1b4",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337",950:"#4c0519"},semantic:{background:"#1a103d",surface:"#251b4f",surfaceHover:"#2f2465",overlay:"rgb(10 4 32 / 0.7)",text:"#f9f7fd",textMuted:"#a89ed8",textInverted:"#1a103d",border:"#2f2465",borderStrong:"#7660af",focusRing:"#e779c1"}},shadow:{color:"10 4 32",strength:"5.8"}};0&&(module.exports={synthwaveDark});
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.cjs';
2
+ /**
3
+ * Synthwave inspired neon dark theme: deep indigo `#1a103d` background,
4
+ * hot-pink actions, mint success, and retro-sunset yellow/rose status hues.
5
+ * Inspired by daisyUI's "synthwave" theme (saadeghi/daisyui, MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const synthwaveDark: Theme;
@@ -0,0 +1,9 @@
1
+ import type { Theme } from '../utils/theme.js';
2
+ /**
3
+ * Synthwave inspired neon dark theme: deep indigo `#1a103d` background,
4
+ * hot-pink actions, mint success, and retro-sunset yellow/rose status hues.
5
+ * Inspired by daisyUI's "synthwave" theme (saadeghi/daisyui, MIT).
6
+ *
7
+ * @public
8
+ */
9
+ export declare const synthwaveDark: Theme;
@@ -0,0 +1 @@
1
+ var f={name:"synthwave-dark",mode:"dark",colors:{primary:{50:"#fff7fd",100:"#ffedfa",200:"#ffd8f4",300:"#ffbfed",400:"#ffa7e7",500:"#ff93e1",600:"#ff7edb",700:"#ce67b2",800:"#a75492",900:"#854475",950:"#4f2a48"},neutral:{50:"#f4f2fb",100:"#e7e3f6",200:"#2f2465",300:"#443569",400:"#8b81b5",500:"#6f639c",600:"#55487f",700:"#443569",800:"#322557",900:"#241a47",950:"#170f33"},success:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#71ead2",400:"#3ed4bd",500:"#22b8a3",600:"#189485",700:"#17766c",800:"#175e57",900:"#184e49",950:"#082f2c"},warning:{50:"#fefbe8",100:"#fef6c3",200:"#fdec8a",300:"#f3cc30",400:"#eebd20",500:"#dea70f",600:"#c0850a",700:"#99650c",800:"#7e5012",900:"#6b4215",950:"#3e2308"},danger:{50:"#fff1f3",100:"#ffe3e8",200:"#ffccd6",300:"#ffa1b4",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337",950:"#4c0519"},semantic:{background:"#1a103d",surface:"#251b4f",surfaceHover:"#2f2465",overlay:"rgb(10 4 32 / 0.7)",text:"#f9f7fd",textMuted:"#a89ed8",textInverted:"#1a103d",border:"#2f2465",borderStrong:"#7660af",focusRing:"#e779c1"}},shadow:{color:"10 4 32",strength:"5.8"}};export{f as synthwaveDark};
@@ -0,0 +1 @@
1
+ "use strict";var o=Object.defineProperty;var c=Object.getOwnPropertyDescriptor;var n=Object.getOwnPropertyNames;var s=Object.prototype.hasOwnProperty;var h=(f,e)=>{for(var t in e)o(f,t,{get:e[t],enumerable:!0})},g=(f,e,t,a)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of n(e))!s.call(f,r)&&r!==t&&o(f,r,{get:()=>e[r],enumerable:!(a=c(e,r))||a.enumerable});return f};var i=f=>g(o({},"__esModule",{value:!0}),f);var l={};h(l,{synthwaveLight:()=>m});module.exports=i(l);var b=require("./DefaultTheme.cjs"),d=require("./SynthwaveDark.cjs"),m=(0,b.createTheme)("synthwave-light",{mode:"light",colors:{primary:{50:"#faf3f7",100:"#f4e2ed",200:"#e7c2d9",300:"#d899bf",400:"#c974a8",500:"#bd5393",600:"#b0327f",700:"#8f2a69",800:"#742457",900:"#5d1e47",950:"#38152e"},neutral:{200:"#e3d7f0",300:"#cbbde0"},semantic:{background:"#faf5ff",surface:"#f3ebfa",surfaceHover:"#ebe0f5",overlay:"rgb(26 16 61 / 0.4)",text:"#2b1b50",textMuted:"#6c5f92",textInverted:"#ffffff",border:"#e3d7f0",borderStrong:"#977bc1",focusRing:"#b0327f"}},shadow:{color:"2 6 23",strength:"1"}},d.synthwaveDark);0&&(module.exports={synthwaveLight});
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Light counterpart of `synthwave-dark` — the neon pink primary on pale
3
+ * lavender surfaces.
4
+ *
5
+ * Synthwave '84 is a dark-only scheme upstream, so unlike the other bundled
6
+ * pairs this light mode has no published palette to match; it is a
7
+ * deliberate derivation, holding the neon's hue while dropping lightness far
8
+ * enough to survive on paper. The dark mode takes the real #ff7edb.
9
+ *
10
+ * @public
11
+ */
12
+ export declare const synthwaveLight: import("../index.cjs").Theme;
@@ -0,0 +1,12 @@
1
+ /**
2
+ * Light counterpart of `synthwave-dark` — the neon pink primary on pale
3
+ * lavender surfaces.
4
+ *
5
+ * Synthwave '84 is a dark-only scheme upstream, so unlike the other bundled
6
+ * pairs this light mode has no published palette to match; it is a
7
+ * deliberate derivation, holding the neon's hue while dropping lightness far
8
+ * enough to survive on paper. The dark mode takes the real #ff7edb.
9
+ *
10
+ * @public
11
+ */
12
+ export declare const synthwaveLight: import("../index.js").Theme;
@@ -0,0 +1 @@
1
+ import{createTheme as e}from"./DefaultTheme.js";import{synthwaveDark as f}from"./SynthwaveDark.js";var o=e("synthwave-light",{mode:"light",colors:{primary:{50:"#faf3f7",100:"#f4e2ed",200:"#e7c2d9",300:"#d899bf",400:"#c974a8",500:"#bd5393",600:"#b0327f",700:"#8f2a69",800:"#742457",900:"#5d1e47",950:"#38152e"},neutral:{200:"#e3d7f0",300:"#cbbde0"},semantic:{background:"#faf5ff",surface:"#f3ebfa",surfaceHover:"#ebe0f5",overlay:"rgb(26 16 61 / 0.4)",text:"#2b1b50",textMuted:"#6c5f92",textInverted:"#ffffff",border:"#e3d7f0",borderStrong:"#977bc1",focusRing:"#b0327f"}},shadow:{color:"2 6 23",strength:"1"}},f);export{o as synthwaveLight};
@@ -0,0 +1 @@
1
+ "use strict";var i=Object.defineProperty;var Q=Object.getOwnPropertyDescriptor;var U=Object.getOwnPropertyNames;var V=Object.prototype.hasOwnProperty;var W=(a,r)=>{for(var m in r)i(a,m,{get:r[m],enumerable:!0})},X=(a,r,m,o)=>{if(r&&typeof r=="object"||typeof r=="function")for(let e of U(r))!V.call(a,e)&&e!==m&&i(a,e,{get:()=>r[e],enumerable:!(o=Q(r,e))||o.enumerable});return a};var Y=a=>X(i({},"__esModule",{value:!0}),a);var rr={};W(rr,{brands:()=>t,defaultBrand:()=>Z,getBrand:()=>_,getBrandByThemeName:()=>$});module.exports=Y(rr);var n=require("./AntBrand.cjs"),d=require("./AntDark.cjs"),p=require("./CatppuccinLatte.cjs"),h=require("./CatppuccinMocha.cjs"),s=require("./ChakraBrand.cjs"),l=require("./ChakraDark.cjs"),f=require("./CupcakeDark.cjs"),k=require("./CupcakeLight.cjs"),g=require("./DraculaDark.cjs"),c=require("./DraculaLight.cjs"),u=require("./EmeraldBrand.cjs"),y=require("./EmeraldDark.cjs"),N=require("./EverforestDark.cjs"),D=require("./EverforestLight.cjs"),B=require("./FluentBrand.cjs"),v=require("./FluentDark.cjs"),L=require("./GraphiteBrand.cjs"),x=require("./GraphiteDark.cjs"),w=require("./GruvboxDark.cjs"),C=require("./GruvboxLight.cjs"),M=require("./MaterialBrand.cjs"),T=require("./MaterialDark.cjs"),b=require("./MidnightBrand.cjs"),z=require("./MidnightLight.cjs"),P=require("./NordDark.cjs"),S=require("./NordLight.cjs"),E=require("./OneDark.cjs"),G=require("./OneLight.cjs"),R=require("./PrimerDark.cjs"),A=require("./PrimerLight.cjs"),F=require("./RosePine.cjs"),O=require("./RosePineDawn.cjs"),j=require("./SkandaDark.cjs"),q=require("./SkandaLight.cjs"),H=require("./SolarizedDark.cjs"),I=require("./SolarizedLight.cjs"),J=require("./SynthwaveDark.cjs"),K=require("./SynthwaveLight.cjs"),t=[{name:"skanda",displayName:"Skanda",themes:{light:q.skandaLight,dark:j.skandaDark}},{name:"emerald",displayName:"Emerald",themes:{light:u.emeraldBrand,dark:y.emeraldDark}},{name:"midnight",displayName:"Midnight",themes:{light:z.midnightLight,dark:b.midnightBrand}},{name:"graphite",displayName:"Graphite",themes:{light:L.graphiteBrand,dark:x.graphiteDark}},{name:"material",displayName:"Material",themes:{light:M.materialBrand,dark:T.materialDark}},{name:"ant",displayName:"Ant",themes:{light:n.antBrand,dark:d.antDark}},{name:"fluent",displayName:"Fluent",themes:{light:B.fluentBrand,dark:v.fluentDark}},{name:"chakra",displayName:"Chakra",themes:{light:s.chakraBrand,dark:l.chakraDark}},{name:"nord",displayName:"Nord",themes:{light:S.nordLight,dark:P.nordDark}},{name:"dracula",displayName:"Dracula",themes:{light:c.draculaLight,dark:g.draculaDark}},{name:"catppuccin",displayName:"Catppuccin",themes:{light:p.catppuccinLatte,dark:h.catppuccinMocha}},{name:"solarized",displayName:"Solarized",themes:{light:I.solarizedLight,dark:H.solarizedDark}},{name:"gruvbox",displayName:"Gruvbox",themes:{light:C.gruvboxLight,dark:w.gruvboxDark}},{name:"rose-pine",displayName:"Ros\xE9 Pine",themes:{light:O.rosePineDawn,dark:F.rosePine}},{name:"everforest",displayName:"Everforest",themes:{light:D.everforestLight,dark:N.everforestDark}},{name:"one",displayName:"One",themes:{light:G.oneLight,dark:E.oneDark}},{name:"primer",displayName:"Primer",themes:{light:A.primerLight,dark:R.primerDark}},{name:"cupcake",displayName:"Cupcake",themes:{light:k.cupcakeLight,dark:f.cupcakeDark}},{name:"synthwave",displayName:"Synthwave",themes:{light:K.synthwaveLight,dark:J.synthwaveDark}}],Z=t[0];function _(a){return t.find(r=>r.name===a)}function $(a){return t.find(r=>r.themes.light.name===a||r.themes.dark.name===a)}0&&(module.exports={brands,defaultBrand,getBrand,getBrandByThemeName});
@@ -0,0 +1,41 @@
1
+ import type { Theme, ThemeColorMode } from '../utils/theme.cjs';
2
+ /**
3
+ * A brand is one visual identity with a complete {@link Theme} per color
4
+ * mode. The brand decides identity (palette hues, type, radii, motion); the
5
+ * mode decides light or dark appearance. Consumers resolve a user's brand
6
+ * preference plus color-mode preference to `brand.themes[mode]` and hand
7
+ * that theme to the existing `themeToCss`/`applyTheme` pipeline — the
8
+ * resolved theme is an ordinary `Theme`, so nothing downstream changes.
9
+ *
10
+ * @public
11
+ */
12
+ export interface Brand {
13
+ /** Stable brand identifier, e.g. `'skanda'` — safe to persist and use as a `data-*` value. */
14
+ name: string;
15
+ /** Human-readable brand name, e.g. `'Skanda'`. */
16
+ displayName: string;
17
+ /** The brand's complete theme for each resolved color mode. */
18
+ themes: Record<ThemeColorMode, Theme>;
19
+ }
20
+ /**
21
+ * Every bundled brand with its light/dark theme pair, in the same order the
22
+ * pre-brand `themes` array introduced them. This array is the authoritative
23
+ * brand registry — tests derive the brand-and-mode support matrix from it,
24
+ * so a brand missing either mode fails validation rather than falling back
25
+ * to another brand's values.
26
+ *
27
+ * @public
28
+ */
29
+ export declare const brands: Brand[];
30
+ /** The default brand — `skanda`, whose light theme is `defaultTheme`/`skanda-light`. @public */
31
+ export declare const defaultBrand: Brand;
32
+ /** Looks up a brand by its stable identifier; `undefined` for unknown names so callers can apply their own fallback. @public */
33
+ export declare function getBrand(name: string): Brand | undefined;
34
+ /**
35
+ * Looks up the brand that owns a theme name (either mode) — e.g.
36
+ * `'one-dark'` → the `one` brand. Useful for migrating persisted
37
+ * pre-brand theme-name preferences to a brand preference.
38
+ *
39
+ * @public
40
+ */
41
+ export declare function getBrandByThemeName(themeName: string): Brand | undefined;
@@ -0,0 +1,41 @@
1
+ import type { Theme, ThemeColorMode } from '../utils/theme.js';
2
+ /**
3
+ * A brand is one visual identity with a complete {@link Theme} per color
4
+ * mode. The brand decides identity (palette hues, type, radii, motion); the
5
+ * mode decides light or dark appearance. Consumers resolve a user's brand
6
+ * preference plus color-mode preference to `brand.themes[mode]` and hand
7
+ * that theme to the existing `themeToCss`/`applyTheme` pipeline — the
8
+ * resolved theme is an ordinary `Theme`, so nothing downstream changes.
9
+ *
10
+ * @public
11
+ */
12
+ export interface Brand {
13
+ /** Stable brand identifier, e.g. `'skanda'` — safe to persist and use as a `data-*` value. */
14
+ name: string;
15
+ /** Human-readable brand name, e.g. `'Skanda'`. */
16
+ displayName: string;
17
+ /** The brand's complete theme for each resolved color mode. */
18
+ themes: Record<ThemeColorMode, Theme>;
19
+ }
20
+ /**
21
+ * Every bundled brand with its light/dark theme pair, in the same order the
22
+ * pre-brand `themes` array introduced them. This array is the authoritative
23
+ * brand registry — tests derive the brand-and-mode support matrix from it,
24
+ * so a brand missing either mode fails validation rather than falling back
25
+ * to another brand's values.
26
+ *
27
+ * @public
28
+ */
29
+ export declare const brands: Brand[];
30
+ /** The default brand — `skanda`, whose light theme is `defaultTheme`/`skanda-light`. @public */
31
+ export declare const defaultBrand: Brand;
32
+ /** Looks up a brand by its stable identifier; `undefined` for unknown names so callers can apply their own fallback. @public */
33
+ export declare function getBrand(name: string): Brand | undefined;
34
+ /**
35
+ * Looks up the brand that owns a theme name (either mode) — e.g.
36
+ * `'one-dark'` → the `one` brand. Useful for migrating persisted
37
+ * pre-brand theme-name preferences to a brand preference.
38
+ *
39
+ * @public
40
+ */
41
+ export declare function getBrandByThemeName(themeName: string): Brand | undefined;
@@ -0,0 +1 @@
1
+ import{antBrand as m}from"./AntBrand.js";import{antDark as t}from"./AntDark.js";import{catppuccinLatte as i}from"./CatppuccinLatte.js";import{catppuccinMocha as o}from"./CatppuccinMocha.js";import{chakraBrand as n}from"./ChakraBrand.js";import{chakraDark as d}from"./ChakraDark.js";import{cupcakeDark as p}from"./CupcakeDark.js";import{cupcakeLight as h}from"./CupcakeLight.js";import{draculaDark as s}from"./DraculaDark.js";import{draculaLight as l}from"./DraculaLight.js";import{emeraldBrand as f}from"./EmeraldBrand.js";import{emeraldDark as k}from"./EmeraldDark.js";import{everforestDark as g}from"./EverforestDark.js";import{everforestLight as c}from"./EverforestLight.js";import{fluentBrand as u}from"./FluentBrand.js";import{fluentDark as y}from"./FluentDark.js";import{graphiteBrand as N}from"./GraphiteBrand.js";import{graphiteDark as D}from"./GraphiteDark.js";import{gruvboxDark as B}from"./GruvboxDark.js";import{gruvboxLight as v}from"./GruvboxLight.js";import{materialBrand as L}from"./MaterialBrand.js";import{materialDark as x}from"./MaterialDark.js";import{midnightBrand as w}from"./MidnightBrand.js";import{midnightLight as C}from"./MidnightLight.js";import{nordDark as M}from"./NordDark.js";import{nordLight as T}from"./NordLight.js";import{oneDark as b}from"./OneDark.js";import{oneLight as z}from"./OneLight.js";import{primerDark as P}from"./PrimerDark.js";import{primerLight as S}from"./PrimerLight.js";import{rosePine as E}from"./RosePine.js";import{rosePineDawn as G}from"./RosePineDawn.js";import{skandaDark as R}from"./SkandaDark.js";import{skandaLight as A}from"./SkandaLight.js";import{solarizedDark as F}from"./SolarizedDark.js";import{solarizedLight as O}from"./SolarizedLight.js";import{synthwaveDark as j}from"./SynthwaveDark.js";import{synthwaveLight as q}from"./SynthwaveLight.js";var e=[{name:"skanda",displayName:"Skanda",themes:{light:A,dark:R}},{name:"emerald",displayName:"Emerald",themes:{light:f,dark:k}},{name:"midnight",displayName:"Midnight",themes:{light:C,dark:w}},{name:"graphite",displayName:"Graphite",themes:{light:N,dark:D}},{name:"material",displayName:"Material",themes:{light:L,dark:x}},{name:"ant",displayName:"Ant",themes:{light:m,dark:t}},{name:"fluent",displayName:"Fluent",themes:{light:u,dark:y}},{name:"chakra",displayName:"Chakra",themes:{light:n,dark:d}},{name:"nord",displayName:"Nord",themes:{light:T,dark:M}},{name:"dracula",displayName:"Dracula",themes:{light:l,dark:s}},{name:"catppuccin",displayName:"Catppuccin",themes:{light:i,dark:o}},{name:"solarized",displayName:"Solarized",themes:{light:O,dark:F}},{name:"gruvbox",displayName:"Gruvbox",themes:{light:v,dark:B}},{name:"rose-pine",displayName:"Ros\xE9 Pine",themes:{light:G,dark:E}},{name:"everforest",displayName:"Everforest",themes:{light:c,dark:g}},{name:"one",displayName:"One",themes:{light:z,dark:b}},{name:"primer",displayName:"Primer",themes:{light:S,dark:P}},{name:"cupcake",displayName:"Cupcake",themes:{light:h,dark:p}},{name:"synthwave",displayName:"Synthwave",themes:{light:q,dark:j}}],wr=e[0];function Cr(r){return e.find(a=>a.name===r)}function Mr(r){return e.find(a=>a.themes.light.name===r||a.themes.dark.name===r)}export{e as brands,wr as defaultBrand,Cr as getBrand,Mr as getBrandByThemeName};
@@ -0,0 +1 @@
1
+ "use strict";var M=Object.defineProperty;var P=Object.getOwnPropertyDescriptor;var _=Object.getOwnPropertyNames;var j=Object.prototype.hasOwnProperty;var D=(r,e)=>{for(var t in e)M(r,t,{get:e[t],enumerable:!0})},G=(r,e,t,n)=>{if(e&&typeof e=="object"||typeof e=="function")for(let a of _(e))!j.call(r,a)&&a!==t&&M(r,a,{get:()=>e[a],enumerable:!(n=P(e,a))||n.enumerable});return r};var L=r=>G(M({},"__esModule",{value:!0}),r);var J={};D(J,{createBrandTheme:()=>F});module.exports=L(J);var A=require("../utils/contrast.cjs"),p=require("./DefaultTheme.cjs"),i={50:97,100:94,200:87,300:77,400:65,500:55,600:45,700:36,800:27,900:18,950:9},f={50:.5,100:.62,200:.76,300:.88,400:.96,500:1,600:1,700:.96,800:.9,900:.84,950:.74},q=Object.keys(i).map(Number);function k(r,e,t){let n=Math.min(100,Math.max(0,t))/100,m=Math.min(100,Math.max(0,e))/100*Math.min(n,1-n),s=l=>{let u=(l+r/30)%12,d=n-m*Math.max(-1,Math.min(u-3,9-u,1));return Math.round(255*Math.min(1,Math.max(0,d))).toString(16).padStart(2,"0")};return`#${s(0)}${s(8)}${s(4)}`}function z(r){let e=Number.parseInt(r.slice(1),16);return`${e>>16&255} ${e>>8&255} ${e&255}`}function b(r,e){let t={};for(let n of q)t[n]=k(r,e*f[n],i[n]);return t}function S(r,e,t,n,a){let m=a===0?-1:1,s=Math.round(t),l=k(r,e,s),u=()=>n.some(([d,C])=>(0,A.contrastRatio)(l,d)<C);for(;s!==a&&u();)s+=m,l=k(r,e,s);return l}function F(r){let{name:e,mode:t,primaryHue:n,primaryChroma:a=75,neutralHue:m=n,neutralChroma:s=8,intentHues:l={},intentChroma:u=70,override:d={}}=r,{success:C=145,warning:E=40,danger:O=0}=l,x=b(n,a),c=b(m,s),o=t==="dark",y=o?c[950]:"#ffffff",B=o?100:0,H=o?c[950]:"#ffffff";for(let[T,N]of[[500,300],[600,400]])x[T]=S(n,a*f[T],o?i[N]:i[T],[[H,4.5],[y,3]],B);let h=o?c[900]:c[50],g=o?100:0,v=o?100:900,R=o?400:500,$=o?400:500,w=o?700:300,I=(0,p.createTheme)(e,{mode:t,colors:{primary:x,neutral:c,success:b(C,u),warning:b(E,u),danger:b(O,u),semantic:{background:y,surface:h,surfaceHover:o?c[800]:c[100],overlay:`rgb(${z(c[950])} / ${o?"0.65":"0.5"})`,text:S(m,s*f[v],i[v],[[h,4.5]],g),textMuted:S(m,s*f[R],i[R],o?[[h,4.5],[c[800],4.5]]:[[h,4.5]],g),textInverted:H,border:o?c[800]:c[200],borderStrong:S(m,s*f[w],i[w],[[h,3]],g),focusRing:S(n,a*f[$],i[$],[[y,3]],g)}}},p.defaultTheme);return(0,p.createTheme)(e,d,I)}0&&(module.exports={createBrandTheme});
@@ -0,0 +1,55 @@
1
+ import type { Theme, ThemeColorMode, ThemeOverride } from '../utils/theme.cjs';
2
+ /**
3
+ * Internal seed for {@link createBrandTheme} — the handful of decisions that
4
+ * actually define a brand's palette. Everything else (ramp shape, semantic
5
+ * role assignment, contrast enforcement) is derived.
6
+ */
7
+ export interface BrandSeed {
8
+ /** Theme name, e.g. `'midnight-light'`. Becomes `theme.name`. */
9
+ name: string;
10
+ /** Which mode's semantic roles to derive — the ramps themselves are mode-independent. */
11
+ mode: ThemeColorMode;
12
+ /** Primary hue in degrees, 0–360 (e.g. 272 for violet). */
13
+ primaryHue: number;
14
+ /** Saturation of the primary ramp, 0–100. Lower it toward 0 for a monochrome brand. @default 75 */
15
+ primaryChroma?: number;
16
+ /** Hue the grays are tinted toward. @default primaryHue */
17
+ neutralHue?: number;
18
+ /** How much tint the grays carry, 0–100. @default 8 */
19
+ neutralChroma?: number;
20
+ /** Hues for the intent ramps. @default { success: 145, warning: 40, danger: 0 } */
21
+ intentHues?: {
22
+ success?: number;
23
+ warning?: number;
24
+ danger?: number;
25
+ };
26
+ /** Saturation of the intent ramps, 0–100. @default 70 */
27
+ intentChroma?: number;
28
+ /** Merged last, so a brand can still hand-pick anything the seed derives — in practice the shadow tint, which isn't derivable from hue. */
29
+ override?: ThemeOverride;
30
+ }
31
+ /**
32
+ * Generates a complete {@link Theme} from a {@link BrandSeed}: three-plus
33
+ * ramps built from the seed's hues, semantic roles assigned per mode, and
34
+ * every WCAG AA pair the contrast test checks (body text 4.5:1, muted text
35
+ * and focus ring 3:1 against the page background, inverted text 4.5:1 against
36
+ * `primary-600`) driven to threshold by adjusting lightness rather than being
37
+ * hand-tuned and hoped for.
38
+ *
39
+ * Internal on purpose: it is the seam a visual theme builder will call, not a
40
+ * public token API — brands that ship today are hand-written theme objects,
41
+ * and only `midnight` is generated so far (see `MidnightBrand.ts`).
42
+ *
43
+ * @example
44
+ * ```ts
45
+ * export const acmeLight = createBrandTheme({
46
+ * name: 'acme-light',
47
+ * mode: 'light',
48
+ * primaryHue: 272,
49
+ * primaryChroma: 85,
50
+ * neutralHue: 265,
51
+ * neutralChroma: 22,
52
+ * });
53
+ * ```
54
+ */
55
+ export declare function createBrandTheme(seed: BrandSeed): Theme;
@@ -0,0 +1,55 @@
1
+ import type { Theme, ThemeColorMode, ThemeOverride } from '../utils/theme.js';
2
+ /**
3
+ * Internal seed for {@link createBrandTheme} — the handful of decisions that
4
+ * actually define a brand's palette. Everything else (ramp shape, semantic
5
+ * role assignment, contrast enforcement) is derived.
6
+ */
7
+ export interface BrandSeed {
8
+ /** Theme name, e.g. `'midnight-light'`. Becomes `theme.name`. */
9
+ name: string;
10
+ /** Which mode's semantic roles to derive — the ramps themselves are mode-independent. */
11
+ mode: ThemeColorMode;
12
+ /** Primary hue in degrees, 0–360 (e.g. 272 for violet). */
13
+ primaryHue: number;
14
+ /** Saturation of the primary ramp, 0–100. Lower it toward 0 for a monochrome brand. @default 75 */
15
+ primaryChroma?: number;
16
+ /** Hue the grays are tinted toward. @default primaryHue */
17
+ neutralHue?: number;
18
+ /** How much tint the grays carry, 0–100. @default 8 */
19
+ neutralChroma?: number;
20
+ /** Hues for the intent ramps. @default { success: 145, warning: 40, danger: 0 } */
21
+ intentHues?: {
22
+ success?: number;
23
+ warning?: number;
24
+ danger?: number;
25
+ };
26
+ /** Saturation of the intent ramps, 0–100. @default 70 */
27
+ intentChroma?: number;
28
+ /** Merged last, so a brand can still hand-pick anything the seed derives — in practice the shadow tint, which isn't derivable from hue. */
29
+ override?: ThemeOverride;
30
+ }
31
+ /**
32
+ * Generates a complete {@link Theme} from a {@link BrandSeed}: three-plus
33
+ * ramps built from the seed's hues, semantic roles assigned per mode, and
34
+ * every WCAG AA pair the contrast test checks (body text 4.5:1, muted text
35
+ * and focus ring 3:1 against the page background, inverted text 4.5:1 against
36
+ * `primary-600`) driven to threshold by adjusting lightness rather than being
37
+ * hand-tuned and hoped for.
38
+ *
39
+ * Internal on purpose: it is the seam a visual theme builder will call, not a
40
+ * public token API — brands that ship today are hand-written theme objects,
41
+ * and only `midnight` is generated so far (see `MidnightBrand.ts`).
42
+ *
43
+ * @example
44
+ * ```ts
45
+ * export const acmeLight = createBrandTheme({
46
+ * name: 'acme-light',
47
+ * mode: 'light',
48
+ * primaryHue: 272,
49
+ * primaryChroma: 85,
50
+ * neutralHue: 265,
51
+ * neutralChroma: 22,
52
+ * });
53
+ * ```
54
+ */
55
+ export declare function createBrandTheme(seed: BrandSeed): Theme;
@@ -0,0 +1 @@
1
+ import{contrastRatio as I}from"../utils/contrast.js";import{createTheme as $,defaultTheme as N}from"./DefaultTheme.js";var u={50:97,100:94,200:87,300:77,400:65,500:55,600:45,700:36,800:27,900:18,950:9},f={50:.5,100:.62,200:.76,300:.88,400:.96,500:1,600:1,700:.96,800:.9,900:.84,950:.74},P=Object.keys(u).map(Number);function T(a,n,s){let e=Math.min(100,Math.max(0,s))/100,c=Math.min(100,Math.max(0,n))/100*Math.min(e,1-e),t=l=>{let m=(l+a/30)%12,d=e-c*Math.max(-1,Math.min(m-3,9-m,1));return Math.round(255*Math.min(1,Math.max(0,d))).toString(16).padStart(2,"0")};return`#${t(0)}${t(8)}${t(4)}`}function _(a){let n=Number.parseInt(a.slice(1),16);return`${n>>16&255} ${n>>8&255} ${n&255}`}function b(a,n){let s={};for(let e of P)s[e]=T(a,n*f[e],u[e]);return s}function S(a,n,s,e,i){let c=i===0?-1:1,t=Math.round(s),l=T(a,n,t),m=()=>e.some(([d,g])=>I(l,d)<g);for(;t!==i&&m();)t+=c,l=T(a,n,t);return l}function G(a){let{name:n,mode:s,primaryHue:e,primaryChroma:i=75,neutralHue:c=e,neutralChroma:t=8,intentHues:l={},intentChroma:m=70,override:d={}}=a,{success:g=145,warning:w=40,danger:A=0}=l,M=b(e,i),o=b(c,t),r=s==="dark",C=r?o[950]:"#ffffff",E=r?100:0,k=r?o[950]:"#ffffff";for(let[y,B]of[[500,300],[600,400]])M[y]=S(e,i*f[y],r?u[B]:u[y],[[k,4.5],[C,3]],E);let h=r?o[900]:o[50],p=r?100:0,x=r?100:900,H=r?400:500,v=r?400:500,R=r?700:300,O=$(n,{mode:s,colors:{primary:M,neutral:o,success:b(g,m),warning:b(w,m),danger:b(A,m),semantic:{background:C,surface:h,surfaceHover:r?o[800]:o[100],overlay:`rgb(${_(o[950])} / ${r?"0.65":"0.5"})`,text:S(c,t*f[x],u[x],[[h,4.5]],p),textMuted:S(c,t*f[H],u[H],r?[[h,4.5],[o[800],4.5]]:[[h,4.5]],p),textInverted:k,border:r?o[800]:o[200],borderStrong:S(c,t*f[R],u[R],[[h,3]],p),focusRing:S(e,i*f[v],u[v],[[C,3]],p)}}},N);return $(n,d,O)}export{G as createBrandTheme};
@@ -0,0 +1 @@
1
+ "use strict";var e=Object.defineProperty;var Nr=Object.getOwnPropertyDescriptor;var Tr=Object.getOwnPropertyNames;var jr=Object.prototype.hasOwnProperty;var qr=(t,r)=>{for(var a in r)e(t,a,{get:r[a],enumerable:!0})},Ar=(t,r,a,p)=>{if(r&&typeof r=="object"||typeof r=="function")for(let m of Tr(r))!jr.call(t,m)&&m!==a&&e(t,m,{get:()=>r[m],enumerable:!(p=Nr(r,m))||p.enumerable});return t};var Cr=t=>Ar(e({},"__esModule",{value:!0}),t);var Fr={};qr(Fr,{antBrand:()=>Y.antBrand,antDark:()=>sr.antDark,brands:()=>o.brands,catppuccinLatte:()=>or.catppuccinLatte,catppuccinMocha:()=>tr.catppuccinMocha,chakraBrand:()=>_.chakraBrand,chakraDark:()=>ur.chakraDark,cupcakeDark:()=>Pr.cupcakeDark,cupcakeLight:()=>kr.cupcakeLight,defaultBrand:()=>o.defaultBrand,draculaDark:()=>rr.draculaDark,draculaLight:()=>vr.draculaLight,emeraldBrand:()=>U.emeraldBrand,emeraldDark:()=>gr.emeraldDark,everforestDark:()=>ir.everforestDark,everforestLight:()=>br.everforestLight,fluentBrand:()=>Z.fluentBrand,fluentDark:()=>lr.fluentDark,getBrand:()=>o.getBrand,getBrandByThemeName:()=>o.getBrandByThemeName,graphiteBrand:()=>W.graphiteBrand,graphiteDark:()=>cr.graphiteDark,gruvboxDark:()=>er.gruvboxDark,gruvboxLight:()=>wr.gruvboxLight,materialBrand:()=>X.materialBrand,materialDark:()=>Lr.materialDark,midnightBrand:()=>V.midnightBrand,midnightLight:()=>Dr.midnightLight,nordDark:()=>$.nordDark,nordLight:()=>Br.nordLight,oneDark:()=>fr.oneDark,oneLight:()=>zr.oneLight,primerDark:()=>dr.primerDark,primerLight:()=>nr.primerLight,rosePine:()=>pr.rosePine,rosePineDawn:()=>yr.rosePineDawn,skandaDark:()=>hr.skandaDark,skandaLight:()=>S.skandaLight,solarizedDark:()=>ar.solarizedDark,solarizedLight:()=>mr.solarizedLight,synthwaveDark:()=>xr.synthwaveDark,synthwaveLight:()=>Mr.synthwaveLight,themes:()=>Er});module.exports=Cr(Fr);var i=require("./AntBrand.cjs"),f=require("./AntDark.cjs"),n=require("./CatppuccinLatte.cjs"),d=require("./CatppuccinMocha.cjs"),k=require("./ChakraBrand.cjs"),x=require("./ChakraDark.cjs"),h=require("./CupcakeDark.cjs"),g=require("./CupcakeLight.cjs"),D=require("./DraculaDark.cjs"),c=require("./DraculaLight.cjs"),L=require("./EmeraldBrand.cjs"),s=require("./EmeraldDark.cjs"),l=require("./EverforestDark.cjs"),u=require("./EverforestLight.cjs"),B=require("./FluentBrand.cjs"),v=require("./FluentDark.cjs"),w=require("./GraphiteBrand.cjs"),y=require("./GraphiteDark.cjs"),b=require("./GruvboxDark.cjs"),z=require("./GruvboxLight.cjs"),P=require("./MaterialBrand.cjs"),M=require("./MaterialDark.cjs"),N=require("./MidnightBrand.cjs"),T=require("./MidnightLight.cjs"),j=require("./NordDark.cjs"),q=require("./NordLight.cjs"),A=require("./OneDark.cjs"),C=require("./OneLight.cjs"),E=require("./PrimerDark.cjs"),F=require("./PrimerLight.cjs"),G=require("./RosePine.cjs"),H=require("./RosePineDawn.cjs"),I=require("./SkandaDark.cjs"),J=require("./SkandaLight.cjs"),K=require("./SolarizedDark.cjs"),O=require("./SolarizedLight.cjs"),Q=require("./SynthwaveDark.cjs"),R=require("./SynthwaveLight.cjs"),S=require("./SkandaLight.cjs"),U=require("./EmeraldBrand.cjs"),V=require("./MidnightBrand.cjs"),W=require("./GraphiteBrand.cjs"),X=require("./MaterialBrand.cjs"),Y=require("./AntBrand.cjs"),Z=require("./FluentBrand.cjs"),_=require("./ChakraBrand.cjs"),$=require("./NordDark.cjs"),rr=require("./DraculaDark.cjs"),or=require("./CatppuccinLatte.cjs"),tr=require("./CatppuccinMocha.cjs"),mr=require("./SolarizedLight.cjs"),ar=require("./SolarizedDark.cjs"),er=require("./GruvboxDark.cjs"),pr=require("./RosePine.cjs"),ir=require("./EverforestDark.cjs"),fr=require("./OneDark.cjs"),nr=require("./PrimerLight.cjs"),dr=require("./PrimerDark.cjs"),kr=require("./CupcakeLight.cjs"),xr=require("./SynthwaveDark.cjs"),hr=require("./SkandaDark.cjs"),gr=require("./EmeraldDark.cjs"),Dr=require("./MidnightLight.cjs"),cr=require("./GraphiteDark.cjs"),Lr=require("./MaterialDark.cjs"),sr=require("./AntDark.cjs"),lr=require("./FluentDark.cjs"),ur=require("./ChakraDark.cjs"),Br=require("./NordLight.cjs"),vr=require("./DraculaLight.cjs"),wr=require("./GruvboxLight.cjs"),yr=require("./RosePineDawn.cjs"),br=require("./EverforestLight.cjs"),zr=require("./OneLight.cjs"),Pr=require("./CupcakeDark.cjs"),Mr=require("./SynthwaveLight.cjs"),o=require("./brands.cjs"),Er=[J.skandaLight,L.emeraldBrand,N.midnightBrand,w.graphiteBrand,P.materialBrand,i.antBrand,B.fluentBrand,k.chakraBrand,j.nordDark,D.draculaDark,n.catppuccinLatte,d.catppuccinMocha,O.solarizedLight,K.solarizedDark,b.gruvboxDark,G.rosePine,l.everforestDark,A.oneDark,F.primerLight,E.primerDark,g.cupcakeLight,Q.synthwaveDark,I.skandaDark,s.emeraldDark,T.midnightLight,y.graphiteDark,M.materialDark,f.antDark,v.fluentDark,x.chakraDark,q.nordLight,c.draculaLight,z.gruvboxLight,H.rosePineDawn,u.everforestLight,C.oneLight,h.cupcakeDark,R.synthwaveLight];0&&(module.exports={antBrand,antDark,brands,catppuccinLatte,catppuccinMocha,chakraBrand,chakraDark,cupcakeDark,cupcakeLight,defaultBrand,draculaDark,draculaLight,emeraldBrand,emeraldDark,everforestDark,everforestLight,fluentBrand,fluentDark,getBrand,getBrandByThemeName,graphiteBrand,graphiteDark,gruvboxDark,gruvboxLight,materialBrand,materialDark,midnightBrand,midnightLight,nordDark,nordLight,oneDark,oneLight,primerDark,primerLight,rosePine,rosePineDawn,skandaDark,skandaLight,solarizedDark,solarizedLight,synthwaveDark,synthwaveLight,themes});
@@ -0,0 +1,41 @@
1
+ export { skandaLight } from './SkandaLight.cjs';
2
+ export { emeraldBrand } from './EmeraldBrand.cjs';
3
+ export { midnightBrand } from './MidnightBrand.cjs';
4
+ export { graphiteBrand } from './GraphiteBrand.cjs';
5
+ export { materialBrand } from './MaterialBrand.cjs';
6
+ export { antBrand } from './AntBrand.cjs';
7
+ export { fluentBrand } from './FluentBrand.cjs';
8
+ export { chakraBrand } from './ChakraBrand.cjs';
9
+ export { nordDark } from './NordDark.cjs';
10
+ export { draculaDark } from './DraculaDark.cjs';
11
+ export { catppuccinLatte } from './CatppuccinLatte.cjs';
12
+ export { catppuccinMocha } from './CatppuccinMocha.cjs';
13
+ export { solarizedLight } from './SolarizedLight.cjs';
14
+ export { solarizedDark } from './SolarizedDark.cjs';
15
+ export { gruvboxDark } from './GruvboxDark.cjs';
16
+ export { rosePine } from './RosePine.cjs';
17
+ export { everforestDark } from './EverforestDark.cjs';
18
+ export { oneDark } from './OneDark.cjs';
19
+ export { primerLight } from './PrimerLight.cjs';
20
+ export { primerDark } from './PrimerDark.cjs';
21
+ export { cupcakeLight } from './CupcakeLight.cjs';
22
+ export { synthwaveDark } from './SynthwaveDark.cjs';
23
+ export { skandaDark } from './SkandaDark.cjs';
24
+ export { emeraldDark } from './EmeraldDark.cjs';
25
+ export { midnightLight } from './MidnightLight.cjs';
26
+ export { graphiteDark } from './GraphiteDark.cjs';
27
+ export { materialDark } from './MaterialDark.cjs';
28
+ export { antDark } from './AntDark.cjs';
29
+ export { fluentDark } from './FluentDark.cjs';
30
+ export { chakraDark } from './ChakraDark.cjs';
31
+ export { nordLight } from './NordLight.cjs';
32
+ export { draculaLight } from './DraculaLight.cjs';
33
+ export { gruvboxLight } from './GruvboxLight.cjs';
34
+ export { rosePineDawn } from './RosePineDawn.cjs';
35
+ export { everforestLight } from './EverforestLight.cjs';
36
+ export { oneLight } from './OneLight.cjs';
37
+ export { cupcakeDark } from './CupcakeDark.cjs';
38
+ export { synthwaveLight } from './SynthwaveLight.cjs';
39
+ export { brands, defaultBrand, getBrand, getBrandByThemeName, type Brand } from './brands.cjs';
40
+ /** Every bundled theme, in the order listed above — handy for building a theme picker. @public */
41
+ export declare const themes: import("../index.cjs").Theme[];
@@ -0,0 +1,41 @@
1
+ export { skandaLight } from './SkandaLight.js';
2
+ export { emeraldBrand } from './EmeraldBrand.js';
3
+ export { midnightBrand } from './MidnightBrand.js';
4
+ export { graphiteBrand } from './GraphiteBrand.js';
5
+ export { materialBrand } from './MaterialBrand.js';
6
+ export { antBrand } from './AntBrand.js';
7
+ export { fluentBrand } from './FluentBrand.js';
8
+ export { chakraBrand } from './ChakraBrand.js';
9
+ export { nordDark } from './NordDark.js';
10
+ export { draculaDark } from './DraculaDark.js';
11
+ export { catppuccinLatte } from './CatppuccinLatte.js';
12
+ export { catppuccinMocha } from './CatppuccinMocha.js';
13
+ export { solarizedLight } from './SolarizedLight.js';
14
+ export { solarizedDark } from './SolarizedDark.js';
15
+ export { gruvboxDark } from './GruvboxDark.js';
16
+ export { rosePine } from './RosePine.js';
17
+ export { everforestDark } from './EverforestDark.js';
18
+ export { oneDark } from './OneDark.js';
19
+ export { primerLight } from './PrimerLight.js';
20
+ export { primerDark } from './PrimerDark.js';
21
+ export { cupcakeLight } from './CupcakeLight.js';
22
+ export { synthwaveDark } from './SynthwaveDark.js';
23
+ export { skandaDark } from './SkandaDark.js';
24
+ export { emeraldDark } from './EmeraldDark.js';
25
+ export { midnightLight } from './MidnightLight.js';
26
+ export { graphiteDark } from './GraphiteDark.js';
27
+ export { materialDark } from './MaterialDark.js';
28
+ export { antDark } from './AntDark.js';
29
+ export { fluentDark } from './FluentDark.js';
30
+ export { chakraDark } from './ChakraDark.js';
31
+ export { nordLight } from './NordLight.js';
32
+ export { draculaLight } from './DraculaLight.js';
33
+ export { gruvboxLight } from './GruvboxLight.js';
34
+ export { rosePineDawn } from './RosePineDawn.js';
35
+ export { everforestLight } from './EverforestLight.js';
36
+ export { oneLight } from './OneLight.js';
37
+ export { cupcakeDark } from './CupcakeDark.js';
38
+ export { synthwaveLight } from './SynthwaveLight.js';
39
+ export { brands, defaultBrand, getBrand, getBrandByThemeName, type Brand } from './brands.js';
40
+ /** Every bundled theme, in the order listed above — handy for building a theme picker. @public */
41
+ export declare const themes: import("../index.js").Theme[];
@@ -0,0 +1 @@
1
+ import{antBrand as r}from"./AntBrand.js";import{antDark as o}from"./AntDark.js";import{catppuccinLatte as t}from"./CatppuccinLatte.js";import{catppuccinMocha as m}from"./CatppuccinMocha.js";import{chakraBrand as a}from"./ChakraBrand.js";import{chakraDark as e}from"./ChakraDark.js";import{cupcakeDark as p}from"./CupcakeDark.js";import{cupcakeLight as i}from"./CupcakeLight.js";import{draculaDark as f}from"./DraculaDark.js";import{draculaLight as n}from"./DraculaLight.js";import{emeraldBrand as d}from"./EmeraldBrand.js";import{emeraldDark as k}from"./EmeraldDark.js";import{everforestDark as x}from"./EverforestDark.js";import{everforestLight as h}from"./EverforestLight.js";import{fluentBrand as g}from"./FluentBrand.js";import{fluentDark as D}from"./FluentDark.js";import{graphiteBrand as c}from"./GraphiteBrand.js";import{graphiteDark as L}from"./GraphiteDark.js";import{gruvboxDark as s}from"./GruvboxDark.js";import{gruvboxLight as l}from"./GruvboxLight.js";import{materialBrand as u}from"./MaterialBrand.js";import{materialDark as B}from"./MaterialDark.js";import{midnightBrand as v}from"./MidnightBrand.js";import{midnightLight as w}from"./MidnightLight.js";import{nordDark as y}from"./NordDark.js";import{nordLight as b}from"./NordLight.js";import{oneDark as z}from"./OneDark.js";import{oneLight as P}from"./OneLight.js";import{primerDark as M}from"./PrimerDark.js";import{primerLight as N}from"./PrimerLight.js";import{rosePine as T}from"./RosePine.js";import{rosePineDawn as j}from"./RosePineDawn.js";import{skandaDark as q}from"./SkandaDark.js";import{skandaLight as A}from"./SkandaLight.js";import{solarizedDark as C}from"./SolarizedDark.js";import{solarizedLight as E}from"./SolarizedLight.js";import{synthwaveDark as F}from"./SynthwaveDark.js";import{synthwaveLight as G}from"./SynthwaveLight.js";import{skandaLight as br}from"./SkandaLight.js";import{emeraldBrand as Pr}from"./EmeraldBrand.js";import{midnightBrand as Nr}from"./MidnightBrand.js";import{graphiteBrand as jr}from"./GraphiteBrand.js";import{materialBrand as Ar}from"./MaterialBrand.js";import{antBrand as Er}from"./AntBrand.js";import{fluentBrand as Gr}from"./FluentBrand.js";import{chakraBrand as Ir}from"./ChakraBrand.js";import{nordDark as Kr}from"./NordDark.js";import{draculaDark as Qr}from"./DraculaDark.js";import{catppuccinLatte as Sr}from"./CatppuccinLatte.js";import{catppuccinMocha as Vr}from"./CatppuccinMocha.js";import{solarizedLight as Xr}from"./SolarizedLight.js";import{solarizedDark as Zr}from"./SolarizedDark.js";import{gruvboxDark as $r}from"./GruvboxDark.js";import{rosePine as oo}from"./RosePine.js";import{everforestDark as mo}from"./EverforestDark.js";import{oneDark as eo}from"./OneDark.js";import{primerLight as io}from"./PrimerLight.js";import{primerDark as no}from"./PrimerDark.js";import{cupcakeLight as xo}from"./CupcakeLight.js";import{synthwaveDark as go}from"./SynthwaveDark.js";import{skandaDark as co}from"./SkandaDark.js";import{emeraldDark as so}from"./EmeraldDark.js";import{midnightLight as uo}from"./MidnightLight.js";import{graphiteDark as vo}from"./GraphiteDark.js";import{materialDark as yo}from"./MaterialDark.js";import{antDark as zo}from"./AntDark.js";import{fluentDark as Mo}from"./FluentDark.js";import{chakraDark as To}from"./ChakraDark.js";import{nordLight as qo}from"./NordLight.js";import{draculaLight as Co}from"./DraculaLight.js";import{gruvboxLight as Fo}from"./GruvboxLight.js";import{rosePineDawn as Ho}from"./RosePineDawn.js";import{everforestLight as Jo}from"./EverforestLight.js";import{oneLight as Oo}from"./OneLight.js";import{cupcakeDark as Ro}from"./CupcakeDark.js";import{synthwaveLight as Uo}from"./SynthwaveLight.js";import{brands as Wo,defaultBrand as Xo,getBrand as Yo,getBrandByThemeName as Zo}from"./brands.js";var vr=[A,d,v,c,u,r,g,a,y,f,t,m,E,C,s,T,x,z,N,M,i,F,q,k,w,L,B,o,D,e,b,n,l,j,h,P,p,G];export{Er as antBrand,zo as antDark,Wo as brands,Sr as catppuccinLatte,Vr as catppuccinMocha,Ir as chakraBrand,To as chakraDark,Ro as cupcakeDark,xo as cupcakeLight,Xo as defaultBrand,Qr as draculaDark,Co as draculaLight,Pr as emeraldBrand,so as emeraldDark,mo as everforestDark,Jo as everforestLight,Gr as fluentBrand,Mo as fluentDark,Yo as getBrand,Zo as getBrandByThemeName,jr as graphiteBrand,vo as graphiteDark,$r as gruvboxDark,Fo as gruvboxLight,Ar as materialBrand,yo as materialDark,Nr as midnightBrand,uo as midnightLight,Kr as nordDark,qo as nordLight,eo as oneDark,Oo as oneLight,no as primerDark,io as primerLight,oo as rosePine,Ho as rosePineDawn,co as skandaDark,br as skandaLight,Zr as solarizedDark,Xr as solarizedLight,go as synthwaveDark,Uo as synthwaveLight,vr as themes};