@vasf/ragnar-core 1.0.4 → 1.0.5
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/dist/styles.css +61 -65
- package/package.json +2 -2
package/dist/styles.css
CHANGED
|
@@ -1,90 +1,86 @@
|
|
|
1
|
-
@tailwind base;
|
|
2
|
-
@tailwind components;
|
|
3
|
-
@tailwind utilities;
|
|
4
|
-
|
|
5
1
|
@import "@vasf/ragnar-tokens/css";
|
|
6
2
|
|
|
7
|
-
|
|
8
|
-
:
|
|
9
|
-
|
|
10
|
-
|
|
3
|
+
:root {
|
|
4
|
+
--background: 0 0% 100%;
|
|
5
|
+
--foreground: 222.2 84% 4.9%;
|
|
6
|
+
|
|
7
|
+
--card: 0 0% 100%;
|
|
8
|
+
--card-foreground: 222.2 84% 4.9%;
|
|
11
9
|
|
|
12
|
-
|
|
13
|
-
|
|
10
|
+
--popover: 0 0% 100%;
|
|
11
|
+
--popover-foreground: 222.2 84% 4.9%;
|
|
14
12
|
|
|
15
|
-
|
|
16
|
-
|
|
13
|
+
--primary: 222.2 47.4% 11.2%;
|
|
14
|
+
--primary-foreground: 210 40% 98%;
|
|
17
15
|
|
|
18
|
-
|
|
19
|
-
|
|
16
|
+
--secondary: 210 40% 96.1%;
|
|
17
|
+
--secondary-foreground: 222.2 47.4% 11.2%;
|
|
20
18
|
|
|
21
|
-
|
|
22
|
-
|
|
19
|
+
--muted: 210 40% 96.1%;
|
|
20
|
+
--muted-foreground: 215.4 16.3% 46.9%;
|
|
23
21
|
|
|
24
|
-
|
|
25
|
-
|
|
22
|
+
--accent: 210 40% 96.1%;
|
|
23
|
+
--accent-foreground: 222.2 47.4% 11.2%;
|
|
26
24
|
|
|
27
|
-
|
|
28
|
-
|
|
25
|
+
--destructive: 0 84.2% 60.2%;
|
|
26
|
+
--destructive-foreground: 210 40% 98%;
|
|
29
27
|
|
|
30
|
-
|
|
31
|
-
|
|
28
|
+
--border: 214.3 31.8% 91.4%;
|
|
29
|
+
--input: 214.3 31.8% 91.4%;
|
|
30
|
+
--ring: 222.2 84% 4.9%;
|
|
32
31
|
|
|
33
|
-
|
|
34
|
-
--input: 214.3 31.8% 91.4%;
|
|
35
|
-
--ring: 222.2 84% 4.9%;
|
|
32
|
+
--radius: 0.5rem;
|
|
36
33
|
|
|
37
|
-
|
|
34
|
+
--chart-1: 12 76% 61%;
|
|
35
|
+
--chart-2: 173 58% 39%;
|
|
36
|
+
--chart-3: 197 37% 24%;
|
|
37
|
+
--chart-4: 43 74% 66%;
|
|
38
|
+
--chart-5: 27 87% 67%;
|
|
39
|
+
}
|
|
38
40
|
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
--chart-4: 43 74% 66%;
|
|
43
|
-
--chart-5: 27 87% 67%;
|
|
44
|
-
}
|
|
41
|
+
.dark {
|
|
42
|
+
--background: 222.2 84% 4.9%;
|
|
43
|
+
--foreground: 210 40% 98%;
|
|
45
44
|
|
|
46
|
-
.
|
|
47
|
-
|
|
48
|
-
--foreground: 210 40% 98%;
|
|
45
|
+
--card: 222.2 84% 4.9%;
|
|
46
|
+
--card-foreground: 210 40% 98%;
|
|
49
47
|
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
--popover: 222.2 84% 4.9%;
|
|
49
|
+
--popover-foreground: 210 40% 98%;
|
|
52
50
|
|
|
53
|
-
|
|
54
|
-
|
|
51
|
+
--primary: 210 40% 98%;
|
|
52
|
+
--primary-foreground: 222.2 47.4% 11.2%;
|
|
55
53
|
|
|
56
|
-
|
|
57
|
-
|
|
54
|
+
--secondary: 217.2 32.6% 17.5%;
|
|
55
|
+
--secondary-foreground: 210 40% 98%;
|
|
58
56
|
|
|
59
|
-
|
|
60
|
-
|
|
57
|
+
--muted: 217.2 32.6% 17.5%;
|
|
58
|
+
--muted-foreground: 215 20.2% 65.1%;
|
|
61
59
|
|
|
62
|
-
|
|
63
|
-
|
|
60
|
+
--accent: 217.2 32.6% 17.5%;
|
|
61
|
+
--accent-foreground: 210 40% 98%;
|
|
64
62
|
|
|
65
|
-
|
|
66
|
-
|
|
63
|
+
--destructive: 0 62.8% 30.6%;
|
|
64
|
+
--destructive-foreground: 210 40% 98%;
|
|
67
65
|
|
|
68
|
-
|
|
69
|
-
|
|
66
|
+
--border: 217.2 32.6% 17.5%;
|
|
67
|
+
--input: 217.2 32.6% 17.5%;
|
|
68
|
+
--ring: 212.7 26.8% 83.9%;
|
|
70
69
|
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
70
|
+
--chart-1: 220 70% 50%;
|
|
71
|
+
--chart-2: 160 60% 45%;
|
|
72
|
+
--chart-3: 30 80% 55%;
|
|
73
|
+
--chart-4: 280 65% 60%;
|
|
74
|
+
--chart-5: 340 75% 55%;
|
|
75
|
+
}
|
|
74
76
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
--chart-5: 340 75% 55%;
|
|
80
|
-
}
|
|
77
|
+
*,
|
|
78
|
+
*::before,
|
|
79
|
+
*::after {
|
|
80
|
+
border-color: hsl(var(--border));
|
|
81
81
|
}
|
|
82
82
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
}
|
|
87
|
-
body {
|
|
88
|
-
@apply bg-background text-foreground;
|
|
89
|
-
}
|
|
83
|
+
body {
|
|
84
|
+
background-color: hsl(var(--background));
|
|
85
|
+
color: hsl(var(--foreground));
|
|
90
86
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vasf/ragnar-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.5",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.js",
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
"react-day-picker": "^9.13.0",
|
|
66
66
|
"sonner": "^2.0.7",
|
|
67
67
|
"tailwind-merge": "^2.3.0",
|
|
68
|
-
"@vasf/ragnar-tokens": "1.0.
|
|
68
|
+
"@vasf/ragnar-tokens": "1.0.5"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
71
|
"@storybook/addon-essentials": "^8.1.10",
|