@magnidev/theme 0.2.3 → 0.3.1

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,11 +1,11 @@
1
1
  {
2
2
  "name": "@magnidev/theme",
3
- "version": "0.2.3",
3
+ "version": "0.3.1",
4
4
  "license": "ISC",
5
5
  "description": "Theme for Magni Development.",
6
6
  "author": {
7
- "name": "fermeridamagni <Magni Developer>",
8
- "url": "https://www.magnideveloper.com"
7
+ "name": "fermeridamagni <Magni Development>",
8
+ "url": "https://www.magni.dev"
9
9
  },
10
10
  "repository": {
11
11
  "url": "git+https://github.com/magnidev/magnidev-monorepo.git",
@@ -16,15 +16,12 @@
16
16
  "bugs": {
17
17
  "url": "https://github.com/magnidev/magnidev-monorepo/issues"
18
18
  },
19
- "homepage": "https://magnideveloper.com/en/docs/developers/packages/theme/getting-started/introduction",
20
- "types": "",
19
+ "homepage": "https://www.magni.dev/en/docs/developers/packages/theme/getting-started/introduction",
21
20
  "exports": {
22
- ".": "./dist/index.js",
23
- "./tailwindcss": "./dist/tailwindcss/styles.css"
21
+ "./tailwindcss": "./src/tailwindcss/styles.css"
24
22
  },
25
- "main": "dist/index.js",
26
23
  "files": [
27
- "dist",
24
+ "src/tailwindcss/styles.css",
28
25
  "README.md",
29
26
  "LICENSE",
30
27
  "CHANGELOG.md",
@@ -39,12 +36,5 @@
39
36
  },
40
37
  "dependencies": {
41
38
  "tw-animate-css": "^1.3.3"
42
- },
43
- "devDependencies": {
44
- "typescript": "5.8.3",
45
- "@magnidev/typescript-config": "0.2.0"
46
- },
47
- "scripts": {
48
- "build": "tsc -p tsconfig.json"
49
39
  }
50
40
  }
@@ -76,14 +76,14 @@
76
76
  --chart-3: oklch(0.398 0.07 227.392);
77
77
  --chart-4: oklch(0.828 0.189 84.429);
78
78
  --chart-5: oklch(0.769 0.188 70.08);
79
- --sidebar: oklch(0.985 0 0);
80
- --sidebar-foreground: oklch(0.145 0 0);
81
- --sidebar-primary: oklch(0.205 0 0);
82
- --sidebar-primary-foreground: oklch(1 0 0);
83
- --sidebar-accent: oklch(0.97 0 0);
84
- --sidebar-accent-foreground: oklch(0.205 0 0);
85
- --sidebar-border: oklch(0.922 0 0);
86
- --sidebar-ring: oklch(0.708 0 0);
79
+ --sidebar: var(--card);
80
+ --sidebar-foreground: var(--card-foreground);
81
+ --sidebar-primary: var(--primary);
82
+ --sidebar-primary-foreground: var(--primary-foreground);
83
+ --sidebar-accent: var(--accent);
84
+ --sidebar-accent-foreground: var(--accent-foreground);
85
+ --sidebar-border: var(--border);
86
+ --sidebar-ring: var(--ring);
87
87
  }
88
88
 
89
89
  .dark {
@@ -114,14 +114,14 @@
114
114
  --chart-3: oklch(0.769 0.188 70.08);
115
115
  --chart-4: oklch(0.627 0.265 303.9);
116
116
  --chart-5: oklch(0.645 0.246 16.439);
117
- --sidebar: oklch(0.205 0 0);
118
- --sidebar-foreground: oklch(1 0 0);
119
- --sidebar-primary: oklch(0.488 0.243 264.376);
120
- --sidebar-primary-foreground: oklch(1 0 0);
121
- --sidebar-accent: oklch(0.269 0 0);
122
- --sidebar-accent-foreground: oklch(1 0 0);
123
- --sidebar-border: oklch(1 0 0 / 10%);
124
- --sidebar-ring: oklch(0.556 0 0);
117
+ --sidebar: var(--card);
118
+ --sidebar-foreground: var(--card-foreground);
119
+ --sidebar-primary: var(--primary);
120
+ --sidebar-primary-foreground: var(--primary-foreground);
121
+ --sidebar-accent: var(--accent);
122
+ --sidebar-accent-foreground: var(--accent-foreground);
123
+ --sidebar-border: var(--border);
124
+ --sidebar-ring: var(--ring);
125
125
  }
126
126
 
127
127
  * {
package/dist/index.d.ts DELETED
@@ -1,3 +0,0 @@
1
- export declare const theme: {
2
- colors: {};
3
- };
package/dist/index.js DELETED
@@ -1,7 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.theme = void 0;
4
- exports.theme = {
5
- colors: {},
6
- };
7
- //# sourceMappingURL=index.js.map
package/dist/index.js.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;AAAa,QAAA,KAAK,GAAG;IACnB,MAAM,EAAE,EAAE;CACX,CAAC"}