@lukeashford/aurelius 1.0.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 (48) hide show
  1. package/README.md +93 -0
  2. package/dist/chunk-7DDWFQNU.mjs +136 -0
  3. package/dist/chunk-7DDWFQNU.mjs.map +1 -0
  4. package/dist/chunk-OPJXDW4C.mjs +150 -0
  5. package/dist/chunk-OPJXDW4C.mjs.map +1 -0
  6. package/dist/index.d.mts +136 -0
  7. package/dist/index.d.ts +136 -0
  8. package/dist/index.js +816 -0
  9. package/dist/index.js.map +1 -0
  10. package/dist/index.mjs +505 -0
  11. package/dist/index.mjs.map +1 -0
  12. package/dist/llms.md +325 -0
  13. package/dist/styles/base.css +537 -0
  14. package/dist/styles/fonts/1Ptsg8zYS_SKggPNyCg4Q4FqL_KWxWMT.woff2 +0 -0
  15. package/dist/styles/fonts/1Ptsg8zYS_SKggPNyCg4QIFqL_KWxWMT.woff2 +0 -0
  16. package/dist/styles/fonts/1Ptsg8zYS_SKggPNyCg4QoFqL_KWxWMT.woff2 +0 -0
  17. package/dist/styles/fonts/1Ptsg8zYS_SKggPNyCg4SYFqL_KWxWMT.woff2 +0 -0
  18. package/dist/styles/fonts/1Ptsg8zYS_SKggPNyCg4TYFqL_KWxQ.woff2 +0 -0
  19. package/dist/styles/fonts/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2 +0 -0
  20. package/dist/styles/fonts/1Ptug8zYS_SKggPNyCAIT4ttDfCmxA.woff2 +0 -0
  21. package/dist/styles/fonts/1Ptug8zYS_SKggPNyCIIT4ttDfCmxA.woff2 +0 -0
  22. package/dist/styles/fonts/1Ptug8zYS_SKggPNyCMIT4ttDfCmxA.woff2 +0 -0
  23. package/dist/styles/fonts/1Ptug8zYS_SKggPNyCkIT4ttDfCmxA.woff2 +0 -0
  24. package/dist/styles/fonts/OFL_JetBrainsMono.txt +93 -0
  25. package/dist/styles/fonts/OFL_Marcellus.txt +93 -0
  26. package/dist/styles/fonts/OFL_Raleway.txt +93 -0
  27. package/dist/styles/fonts/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPx3cwgknk-6nFg.woff2 +0 -0
  28. package/dist/styles/fonts/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPx7cwgknk-6nFg.woff2 +0 -0
  29. package/dist/styles/fonts/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxDcwgknk-4.woff2 +0 -0
  30. package/dist/styles/fonts/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxPcwgknk-6nFg.woff2 +0 -0
  31. package/dist/styles/fonts/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPxTcwgknk-6nFg.woff2 +0 -0
  32. package/dist/styles/fonts/tDbv2o-flEEny0FZhsfKu5WU4zr3E_BX0PnT8RD8yKwBNntkaToggR7BYRbKPx_cwgknk-6nFg.woff2 +0 -0
  33. package/dist/styles/fonts/wEO_EBrOk8hQLDvIAF81VvoK_kgXiQ.woff2 +0 -0
  34. package/dist/styles/fonts/wEO_EBrOk8hQLDvIAF81WPoK_kgXiYvO.woff2 +0 -0
  35. package/dist/styles/fonts.css +317 -0
  36. package/dist/tailwind.preset.d.mts +5 -0
  37. package/dist/tailwind.preset.d.ts +5 -0
  38. package/dist/tailwind.preset.js +288 -0
  39. package/dist/tailwind.preset.js.map +1 -0
  40. package/dist/tailwind.preset.mjs +8 -0
  41. package/dist/tailwind.preset.mjs.map +1 -0
  42. package/dist/tokens/index.d.mts +156 -0
  43. package/dist/tokens/index.d.ts +156 -0
  44. package/dist/tokens/index.js +182 -0
  45. package/dist/tokens/index.js.map +1 -0
  46. package/dist/tokens/index.mjs +19 -0
  47. package/dist/tokens/index.mjs.map +1 -0
  48. package/package.json +65 -0
@@ -0,0 +1,182 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+
20
+ // src/tokens/index.ts
21
+ var tokens_exports = {};
22
+ __export(tokens_exports, {
23
+ colors: () => colors,
24
+ duration: () => duration,
25
+ easing: () => easing,
26
+ radii: () => radii,
27
+ shadows: () => shadows,
28
+ spacing: () => spacing,
29
+ typography: () => typography
30
+ });
31
+ module.exports = __toCommonJS(tokens_exports);
32
+
33
+ // src/tokens/colors.ts
34
+ var colors = {
35
+ // Black spectrum
36
+ void: "#000000",
37
+ obsidian: "#0a0a0a",
38
+ charcoal: "#141414",
39
+ graphite: "#1f1f1f",
40
+ slate: "#2a2a2a",
41
+ ash: "#3d3d3d",
42
+ // Gold spectrum
43
+ gold: "#c9a227",
44
+ goldLight: "#d4b84a",
45
+ goldBright: "#e5c84d",
46
+ goldMuted: "#8b7355",
47
+ goldPale: "#d4c4a8",
48
+ goldGlow: "rgba(201, 162, 39, 0.15)",
49
+ // Neutrals
50
+ white: "#ffffff",
51
+ silver: "#a3a3a3",
52
+ zinc: "#71717a",
53
+ dim: "#52525b",
54
+ // Semantic
55
+ success: "#22c55e",
56
+ successMuted: "#166534",
57
+ error: "#dc2626",
58
+ errorMuted: "#991b1b",
59
+ warning: "#d97706",
60
+ warningMuted: "#92400e",
61
+ info: "#0ea5e9",
62
+ infoMuted: "#0369a1"
63
+ };
64
+
65
+ // src/tokens/typography.ts
66
+ var typography = {
67
+ // Headings use Marcellus, a classic serif
68
+ fontHeading: ["Marcellus", "serif"],
69
+ // Body and UI use Raleway
70
+ fontBody: ["Raleway", "system-ui", "sans-serif"],
71
+ fontMono: ["JetBrains Mono", "Fira Code", "SF Mono", "monospace"],
72
+ fontSize: {
73
+ xs: ["0.75rem", { lineHeight: "1rem" }],
74
+ sm: ["0.875rem", { lineHeight: "1.25rem" }],
75
+ base: ["1rem", { lineHeight: "1.5rem" }],
76
+ lg: ["1.125rem", { lineHeight: "1.75rem" }],
77
+ xl: ["1.25rem", { lineHeight: "1.75rem" }],
78
+ "2xl": ["1.5rem", { lineHeight: "2rem" }],
79
+ "3xl": ["1.875rem", { lineHeight: "2.25rem" }],
80
+ "4xl": ["2.25rem", { lineHeight: "2.5rem" }],
81
+ "5xl": ["3rem", { lineHeight: "1" }],
82
+ "6xl": ["3.75rem", { lineHeight: "1" }]
83
+ },
84
+ fontWeight: {
85
+ normal: "400",
86
+ medium: "500",
87
+ semibold: "600",
88
+ bold: "700"
89
+ },
90
+ lineHeight: {
91
+ none: "1",
92
+ tight: "1.25",
93
+ snug: "1.375",
94
+ normal: "1.5",
95
+ relaxed: "1.625",
96
+ loose: "2"
97
+ },
98
+ letterSpacing: {
99
+ tighter: "-0.05em",
100
+ tight: "-0.025em",
101
+ normal: "0",
102
+ wide: "0.025em",
103
+ wider: "0.05em",
104
+ widest: "0.1em"
105
+ }
106
+ };
107
+
108
+ // src/tokens/spacing.ts
109
+ var spacing = {
110
+ px: "1px",
111
+ 0: "0",
112
+ 0.5: "0.125rem",
113
+ 1: "0.25rem",
114
+ 1.5: "0.375rem",
115
+ 2: "0.5rem",
116
+ 2.5: "0.625rem",
117
+ 3: "0.75rem",
118
+ 3.5: "0.875rem",
119
+ 4: "1rem",
120
+ 5: "1.25rem",
121
+ 6: "1.5rem",
122
+ 7: "1.75rem",
123
+ 8: "2rem",
124
+ 9: "2.25rem",
125
+ 10: "2.5rem",
126
+ 11: "2.75rem",
127
+ 12: "3rem",
128
+ 14: "3.5rem",
129
+ 16: "4rem",
130
+ 20: "5rem",
131
+ 24: "6rem",
132
+ 28: "7rem",
133
+ 32: "8rem"
134
+ };
135
+
136
+ // src/tokens/shadows.ts
137
+ var shadows = {
138
+ sm: "0 1px 2px 0 rgba(0, 0, 0, 0.4)",
139
+ md: "0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -2px rgba(0, 0, 0, 0.3)",
140
+ lg: "0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -4px rgba(0, 0, 0, 0.3)",
141
+ xl: "0 20px 25px -5px rgba(0, 0, 0, 0.4), 0 8px 10px -6px rgba(0, 0, 0, 0.3)",
142
+ "2xl": "0 25px 50px -12px rgba(0, 0, 0, 0.5)",
143
+ glow: "0 0 20px rgba(201, 162, 39, 0.3)",
144
+ "glow-sm": "0 0 10px rgba(201, 162, 39, 0.2)",
145
+ "glow-lg": "0 0 40px rgba(201, 162, 39, 0.4)",
146
+ inner: "inset 0 2px 4px 0 rgba(0, 0, 0, 0.3)"
147
+ };
148
+
149
+ // src/tokens/transitions.ts
150
+ var duration = {
151
+ instant: "75ms",
152
+ fast: "150ms",
153
+ normal: "200ms",
154
+ slow: "300ms",
155
+ slower: "500ms"
156
+ };
157
+ var easing = {
158
+ smooth: "cubic-bezier(0.16, 1, 0.3, 1)",
159
+ snap: "cubic-bezier(0.5, 0, 0.1, 1)"
160
+ };
161
+
162
+ // src/tokens/radii.ts
163
+ var radii = {
164
+ sm: "0.125rem",
165
+ md: "0.25rem",
166
+ lg: "0.375rem",
167
+ xl: "0.5rem",
168
+ "2xl": "0.75rem",
169
+ "3xl": "1rem",
170
+ full: "9999px"
171
+ };
172
+ // Annotate the CommonJS export names for ESM import in node:
173
+ 0 && (module.exports = {
174
+ colors,
175
+ duration,
176
+ easing,
177
+ radii,
178
+ shadows,
179
+ spacing,
180
+ typography
181
+ });
182
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../src/tokens/index.ts","../../src/tokens/colors.ts","../../src/tokens/typography.ts","../../src/tokens/spacing.ts","../../src/tokens/shadows.ts","../../src/tokens/transitions.ts","../../src/tokens/radii.ts"],"sourcesContent":["export { colors, type ColorToken } from './colors'\nexport { typography, type TypographyToken } from './typography'\nexport { spacing, type SpacingToken } from './spacing'\nexport { shadows, type ShadowToken } from './shadows'\nexport { duration, easing, type DurationToken, type EasingToken } from './transitions'\nexport { radii, type RadiusToken } from './radii'\n","export const colors = {\n // Black spectrum\n void: '#000000',\n obsidian: '#0a0a0a',\n charcoal: '#141414',\n graphite: '#1f1f1f',\n slate: '#2a2a2a',\n ash: '#3d3d3d',\n\n // Gold spectrum\n gold: '#c9a227',\n goldLight: '#d4b84a',\n goldBright: '#e5c84d',\n goldMuted: '#8b7355',\n goldPale: '#d4c4a8',\n goldGlow: 'rgba(201, 162, 39, 0.15)',\n\n // Neutrals\n white: '#ffffff',\n silver: '#a3a3a3',\n zinc: '#71717a',\n dim: '#52525b',\n\n // Semantic\n success: '#22c55e',\n successMuted: '#166534',\n error: '#dc2626',\n errorMuted: '#991b1b',\n warning: '#d97706',\n warningMuted: '#92400e',\n info: '#0ea5e9',\n infoMuted: '#0369a1',\n} as const\n\nexport type ColorToken = keyof typeof colors\n","export const typography = {\n // Headings use Marcellus, a classic serif\n fontHeading: ['Marcellus', 'serif'],\n // Body and UI use Raleway\n fontBody: ['Raleway', 'system-ui', 'sans-serif'],\n fontMono: ['JetBrains Mono', 'Fira Code', 'SF Mono', 'monospace'],\n\n fontSize: {\n xs: ['0.75rem', {lineHeight: '1rem'}],\n sm: ['0.875rem', {lineHeight: '1.25rem'}],\n base: ['1rem', {lineHeight: '1.5rem'}],\n lg: ['1.125rem', {lineHeight: '1.75rem'}],\n xl: ['1.25rem', {lineHeight: '1.75rem'}],\n '2xl': ['1.5rem', {lineHeight: '2rem'}],\n '3xl': ['1.875rem', {lineHeight: '2.25rem'}],\n '4xl': ['2.25rem', {lineHeight: '2.5rem'}],\n '5xl': ['3rem', {lineHeight: '1'}],\n '6xl': ['3.75rem', {lineHeight: '1'}],\n },\n\n fontWeight: {\n normal: '400',\n medium: '500',\n semibold: '600',\n bold: '700',\n },\n\n lineHeight: {\n none: '1',\n tight: '1.25',\n snug: '1.375',\n normal: '1.5',\n relaxed: '1.625',\n loose: '2',\n },\n\n letterSpacing: {\n tighter: '-0.05em',\n tight: '-0.025em',\n normal: '0',\n wide: '0.025em',\n wider: '0.05em',\n widest: '0.1em',\n },\n} as const\n\nexport type TypographyToken = keyof typeof typography\n","export const spacing = {\n px: '1px',\n 0: '0',\n 0.5: '0.125rem',\n 1: '0.25rem',\n 1.5: '0.375rem',\n 2: '0.5rem',\n 2.5: '0.625rem',\n 3: '0.75rem',\n 3.5: '0.875rem',\n 4: '1rem',\n 5: '1.25rem',\n 6: '1.5rem',\n 7: '1.75rem',\n 8: '2rem',\n 9: '2.25rem',\n 10: '2.5rem',\n 11: '2.75rem',\n 12: '3rem',\n 14: '3.5rem',\n 16: '4rem',\n 20: '5rem',\n 24: '6rem',\n 28: '7rem',\n 32: '8rem',\n} as const\n\nexport type SpacingToken = keyof typeof spacing\n","export const shadows = {\r\n sm: '0 1px 2px 0 rgba(0, 0, 0, 0.4)',\r\n md: '0 4px 6px -1px rgba(0, 0, 0, 0.4), 0 2px 4px -2px rgba(0, 0, 0, 0.3)',\r\n lg: '0 10px 15px -3px rgba(0, 0, 0, 0.4), 0 4px 6px -4px rgba(0, 0, 0, 0.3)',\r\n xl: '0 20px 25px -5px rgba(0, 0, 0, 0.4), 0 8px 10px -6px rgba(0, 0, 0, 0.3)',\r\n '2xl': '0 25px 50px -12px rgba(0, 0, 0, 0.5)',\r\n glow: '0 0 20px rgba(201, 162, 39, 0.3)',\r\n 'glow-sm': '0 0 10px rgba(201, 162, 39, 0.2)',\r\n 'glow-lg': '0 0 40px rgba(201, 162, 39, 0.4)',\r\n inner: 'inset 0 2px 4px 0 rgba(0, 0, 0, 0.3)',\r\n} as const\r\n\r\nexport type ShadowToken = keyof typeof shadows\r\n","export const duration = {\r\n instant: '75ms',\r\n fast: '150ms',\r\n normal: '200ms',\r\n slow: '300ms',\r\n slower: '500ms',\r\n} as const\r\n\r\nexport const easing = {\r\n smooth: 'cubic-bezier(0.16, 1, 0.3, 1)',\r\n snap: 'cubic-bezier(0.5, 0, 0.1, 1)',\r\n} as const\r\n\r\nexport type DurationToken = keyof typeof duration\r\nexport type EasingToken = keyof typeof easing\r\n","export const radii = {\r\n sm: '0.125rem',\r\n md: '0.25rem',\r\n lg: '0.375rem',\r\n xl: '0.5rem',\r\n '2xl': '0.75rem',\r\n '3xl': '1rem',\r\n full: '9999px',\r\n} as const\r\n\r\nexport type RadiusToken = keyof typeof radii\r\n"],"mappings":"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","names":[]}
@@ -0,0 +1,19 @@
1
+ import {
2
+ colors,
3
+ duration,
4
+ easing,
5
+ radii,
6
+ shadows,
7
+ spacing,
8
+ typography
9
+ } from "../chunk-OPJXDW4C.mjs";
10
+ export {
11
+ colors,
12
+ duration,
13
+ easing,
14
+ radii,
15
+ shadows,
16
+ spacing,
17
+ typography
18
+ };
19
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
package/package.json ADDED
@@ -0,0 +1,65 @@
1
+ {
2
+ "name": "@lukeashford/aurelius",
3
+ "version": "1.0.0",
4
+ "description": "Design system for Aurelius applications — A cohesive visual language for creative technologists",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.mjs",
7
+ "types": "dist/index.d.ts",
8
+ "exports": {
9
+ ".": {
10
+ "types": "./dist/index.d.ts",
11
+ "import": "./dist/index.mjs",
12
+ "require": "./dist/index.js"
13
+ },
14
+ "./tailwind.preset": {
15
+ "types": "./dist/tailwind.preset.d.ts",
16
+ "import": "./dist/tailwind.preset.mjs",
17
+ "require": "./dist/tailwind.preset.js"
18
+ },
19
+ "./styles/base.css": "./dist/styles/base.css"
20
+ },
21
+ "files": [
22
+ "dist"
23
+ ],
24
+ "scripts": {
25
+ "build": "tsup && node scripts/generate-manifest.js",
26
+ "dev": "tsup --watch",
27
+ "typecheck": "tsc --noEmit",
28
+ "prepublishOnly": "npm run build",
29
+ "dev:demo": "npm --prefix demo run dev",
30
+ "dev:all": "concurrently -k \"npm run dev\" \"npm run dev:demo\""
31
+ },
32
+ "peerDependencies": {
33
+ "react": "^18.0.0",
34
+ "react-dom": "^18.0.0",
35
+ "tailwindcss": ">=3.0.0"
36
+ },
37
+ "devDependencies": {
38
+ "@types/node": "^20.0.0",
39
+ "@types/react": "^18.0.0",
40
+ "@types/react-dom": "^18.3.7",
41
+ "concurrently": "^8.2.2",
42
+ "react": "^18.0.0",
43
+ "react-dom": "^18.0.0",
44
+ "tailwindcss": "^3.4.0",
45
+ "tsup": "^8.0.0",
46
+ "typescript": "^5.0.0"
47
+ },
48
+ "repository": {
49
+ "type": "git",
50
+ "url": "https://github.com/lukeashford/aurelius.git"
51
+ },
52
+ "keywords": [
53
+ "design-system",
54
+ "tailwind",
55
+ "react",
56
+ "design-tokens",
57
+ "ui",
58
+ "aurelius"
59
+ ],
60
+ "author": "Your Name",
61
+ "license": "MIT",
62
+ "dependencies": {
63
+ "lucide-react": "^0.555.0"
64
+ }
65
+ }