@sabrenski/spire-ui 0.0.14 → 0.0.15

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.
package/package.json CHANGED
@@ -1,71 +1,85 @@
1
- {
2
- "name": "@sabrenski/spire-ui",
3
- "version": "0.0.14",
4
- "description": "A dependency-free Vue 3 component library built with pure CSS and OKLCH colors",
5
- "type": "module",
6
- "license": "MIT",
7
- "author": "Sabri Stratos",
8
- "repository": {
9
- "type": "git",
10
- "url": "git+https://github.com/sabristratos/spire-ui.git"
11
- },
12
- "homepage": "https://github.com/sabristratos/spire-ui#readme",
13
- "bugs": {
14
- "url": "https://github.com/sabristratos/spire-ui/issues"
15
- },
16
- "keywords": [
17
- "vue",
18
- "vue3",
19
- "components",
20
- "ui",
21
- "component-library",
22
- "design-system",
23
- "typescript",
24
- "oklch",
25
- "css"
26
- ],
27
- "files": [
28
- "dist",
29
- "src"
30
- ],
31
- "main": "./dist/spire-ui.umd.js",
32
- "module": "./dist/spire-ui.es.js",
33
- "types": "./dist/index.d.ts",
34
- "exports": {
35
- ".": {
36
- "import": "./dist/spire-ui.es.js",
37
- "require": "./dist/spire-ui.umd.js",
38
- "types": "./dist/index.d.ts"
39
- },
40
- "./style.css": "./dist/spire-ui.css",
41
- "./tailwind.css": "./src/styles/tailwind.css"
42
- },
43
- "peerDependencies": {
44
- "chart.js": "^4.4.0",
45
- "vue": "^3.3.0"
46
- },
47
- "peerDependenciesMeta": {
48
- "chart.js": {
49
- "optional": true
50
- }
51
- },
52
- "devDependencies": {
53
- "@vitejs/plugin-vue": "^5.2.1",
54
- "@vue/test-utils": "^2.4.6",
55
- "chart.js": "^4.5.1",
56
- "happy-dom": "^20.3.0",
57
- "typescript": "^5.7.2",
58
- "vite": "^6.0.7",
59
- "vite-plugin-dts": "^4.4.0",
60
- "vitest": "^4.0.17",
61
- "vue": "^3.5.13",
62
- "vue-tsc": "^2.2.0"
63
- },
64
- "scripts": {
65
- "build": "vite build",
66
- "test": "vitest run",
67
- "test:watch": "vitest",
68
- "typecheck": "vue-tsc --noEmit",
69
- "docs:tokens": "npx tsx scripts/generate-token-docs.ts"
70
- }
71
- }
1
+ {
2
+ "name": "@sabrenski/spire-ui",
3
+ "version": "0.0.15",
4
+ "description": "A dependency-free Vue 3 component library built with pure CSS and OKLCH colors",
5
+ "type": "module",
6
+ "license": "MIT",
7
+ "author": "Sabri Stratos",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/sabristratos/spire-ui.git"
11
+ },
12
+ "homepage": "https://github.com/sabristratos/spire-ui#readme",
13
+ "bugs": {
14
+ "url": "https://github.com/sabristratos/spire-ui/issues"
15
+ },
16
+ "keywords": [
17
+ "vue",
18
+ "vue3",
19
+ "components",
20
+ "ui",
21
+ "component-library",
22
+ "design-system",
23
+ "typescript",
24
+ "oklch",
25
+ "css"
26
+ ],
27
+ "files": [
28
+ "dist",
29
+ "src"
30
+ ],
31
+ "main": "./src/index.ts",
32
+ "module": "./src/index.ts",
33
+ "types": "./src/index.ts",
34
+ "exports": {
35
+ ".": {
36
+ "import": "./src/index.ts",
37
+ "types": "./src/index.ts"
38
+ },
39
+ "./style.css": "./src/styles/main.css",
40
+ "./tailwind.css": "./src/styles/tailwind.css",
41
+ "./src/*": "./src/*"
42
+ },
43
+ "publishConfig": {
44
+ "main": "./dist/spire-ui.umd.js",
45
+ "module": "./dist/spire-ui.es.js",
46
+ "types": "./dist/index.d.ts",
47
+ "exports": {
48
+ ".": {
49
+ "import": "./dist/spire-ui.es.js",
50
+ "require": "./dist/spire-ui.umd.js",
51
+ "types": "./dist/index.d.ts"
52
+ },
53
+ "./style.css": "./dist/spire-ui.css",
54
+ "./tailwind.css": "./src/styles/tailwind.css"
55
+ }
56
+ },
57
+ "scripts": {
58
+ "build": "vite build",
59
+ "test": "vitest run",
60
+ "test:watch": "vitest",
61
+ "typecheck": "vue-tsc --noEmit",
62
+ "docs:tokens": "npx tsx scripts/generate-token-docs.ts"
63
+ },
64
+ "peerDependencies": {
65
+ "chart.js": "^4.4.0",
66
+ "vue": "^3.3.0"
67
+ },
68
+ "peerDependenciesMeta": {
69
+ "chart.js": {
70
+ "optional": true
71
+ }
72
+ },
73
+ "devDependencies": {
74
+ "@vitejs/plugin-vue": "^5.2.1",
75
+ "@vue/test-utils": "^2.4.6",
76
+ "chart.js": "^4.5.1",
77
+ "happy-dom": "^20.3.0",
78
+ "typescript": "^5.7.2",
79
+ "vite": "^6.0.7",
80
+ "vite-plugin-dts": "^4.4.0",
81
+ "vitest": "^4.0.17",
82
+ "vue": "^3.5.13",
83
+ "vue-tsc": "^2.2.0"
84
+ }
85
+ }
@@ -362,6 +362,17 @@
362
362
  --breakpoint-xl: 1280px;
363
363
  --breakpoint-2xl: 1536px;
364
364
 
365
+ /* ============================================
366
+ * CONTAINERS
367
+ * Override Tailwind's default container widths
368
+ * to match Spire UI's responsive breakpoints
369
+ * ============================================ */
370
+
371
+ --container-sm: 640px;
372
+ --container-md: 768px;
373
+ --container-lg: 1024px;
374
+ --container-xl: 1280px;
375
+
365
376
  /* ============================================
366
377
  * ASPECT RATIOS
367
378
  * Generates: aspect-video, aspect-square, etc.