@semantic-components/ui 0.57.0 → 0.61.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.
package/all-styles.css DELETED
@@ -1,155 +0,0 @@
1
- @import url('@fontsource/inter/index.css');
2
- @import url('@fontsource/jetbrains-mono/index.css');
3
-
4
- @import url('@angular/cdk/overlay-prebuilt.css');
5
- @import './scrollbar-styles.css';
6
- @import './shiki-styles.css';
7
-
8
- @import 'tailwindcss';
9
- @import 'tw-animate-css';
10
-
11
- @plugin '@tailwindcss/typography';
12
-
13
- @custom-variant dark (&:where(.dark, .dark *));
14
-
15
- @theme {
16
- --font-sans:
17
- Inter, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
18
- 'Segoe UI Symbol', 'Noto Color Emoji';
19
- --font-mono:
20
- 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono',
21
- 'Courier New', monospace;
22
-
23
- --color-background: hsl(var(--background));
24
- --color-foreground: hsl(var(--foreground));
25
-
26
- --color-card: hsl(var(--card));
27
- --color-card-foreground: hsl(var(--card-foreground));
28
-
29
- --color-popover: hsl(var(--popover));
30
- --color-popover-foreground: hsl(var(--popover-foreground));
31
-
32
- --color-primary: hsl(var(--primary));
33
- --color-primary-foreground: hsl(var(--primary-foreground));
34
-
35
- --color-secondary: hsl(var(--secondary));
36
- --color-secondary-foreground: hsl(var(--secondary-foreground));
37
-
38
- --color-muted: hsl(var(--muted));
39
- --color-muted-foreground: hsl(var(--muted-foreground));
40
-
41
- --color-accent: hsl(var(--accent));
42
- --color-accent-foreground: hsl(var(--accent-foreground));
43
-
44
- --color-destructive: hsl(var(--destructive));
45
- --color-destructive-foreground: hsl(var(--destructive-foreground));
46
-
47
- --color-border: hsl(var(--border));
48
- --color-input: hsl(var(--input));
49
- --color-ring: hsl(var(--ring));
50
- --color-radius: hsl(var(--radius));
51
-
52
- --color-sidebar: hsl(var(--sidebar-background));
53
- --color-sidebar-foreground: hsl(var(--sidebar-foreground));
54
- --color-sidebar-primary: hsl(var(--sidebar-primary));
55
- --color-sidebar-primary-foreground: hsl(var(--sidebar-primary-foreground));
56
- --color-sidebar-accent: hsl(var(--sidebar-accent));
57
- --color-sidebar-accent-foreground: hsl(var(--sidebar-accent-foreground));
58
- --color-sidebar-border: hsl(var(--sidebar-border));
59
- --color-sidebar-ring: hsl(var(--sidebar-ring));
60
-
61
- --animate-progress: progress 1s infinite linear;
62
-
63
- @keyframes progress {
64
- 0% {
65
- transform: translateX(0) scaleX(0);
66
- }
67
- 40% {
68
- transform: translateX(0) scaleX(0.4);
69
- }
70
- 100% {
71
- transform: translateX(100%) scaleX(0.5);
72
- }
73
- }
74
- }
75
-
76
- /*
77
- The default border color has changed to `currentColor` in Tailwind CSS v4,
78
- so we've added these compatibility styles to make sure everything still
79
- looks the same as it did with Tailwind CSS v3.
80
-
81
- If we ever want to remove these styles, we need to add an explicit border
82
- color utility to any element that depends on these defaults.
83
- */
84
- @layer base {
85
- *,
86
- ::after,
87
- ::before,
88
- ::backdrop,
89
- ::file-selector-button {
90
- border-color: var(--color-gray-200, currentColor);
91
- }
92
- }
93
-
94
- @layer base {
95
- :root {
96
- --background: 0 0% 100%;
97
- --foreground: 222.2 84% 4.9%;
98
- --card: 0 0% 100%;
99
- --card-foreground: 222.2 84% 4.9%;
100
- --popover: 0 0% 100%;
101
- --popover-foreground: 222.2 84% 4.9%;
102
- --primary: 221.2 83.2% 53.3%;
103
- --primary-foreground: 210 40% 98%;
104
- --secondary: 210 40% 96.1%;
105
- --secondary-foreground: 222.2 47.4% 11.2%;
106
- --muted: 210 40% 96.1%;
107
- --muted-foreground: 215.4 16.3% 46.9%;
108
- --accent: 210 40% 96.1%;
109
- --accent-foreground: 222.2 47.4% 11.2%;
110
- --destructive: 0 84.2% 60.2%;
111
- --destructive-foreground: 210 40% 98%;
112
- --border: 214.3 31.8% 91.4%;
113
- --input: 214.3 31.8% 91.4%;
114
- --ring: 221.2 83.2% 53.3%;
115
- --radius: 0.5rem;
116
- --sidebar-background: 0 0% 98%;
117
- --sidebar-foreground: 240 5.3% 26.1%;
118
- --sidebar-primary: 240 5.9% 10%;
119
- --sidebar-primary-foreground: 0 0% 98%;
120
- --sidebar-accent: 240 4.8% 95.9%;
121
- --sidebar-accent-foreground: 240 5.9% 10%;
122
- --sidebar-border: 220 13% 91%;
123
- --sidebar-ring: 240 5% 64.9%;
124
- }
125
-
126
- .dark {
127
- --background: 222.2 84% 4.9%;
128
- --foreground: 210 40% 98%;
129
- --card: 222.2 84% 4.9%;
130
- --card-foreground: 210 40% 98%;
131
- --popover: 222.2 84% 4.9%;
132
- --popover-foreground: 210 40% 98%;
133
- --primary: 217.2 91.2% 59.8%;
134
- --primary-foreground: 222.2 47.4% 11.2%;
135
- --secondary: 217.2 32.6% 17.5%;
136
- --secondary-foreground: 210 40% 98%;
137
- --muted: 217.2 32.6% 17.5%;
138
- --muted-foreground: 215 20.2% 65.1%;
139
- --accent: 217.2 32.6% 17.5%;
140
- --accent-foreground: 210 40% 98%;
141
- --destructive: 0 62.8% 30.6%;
142
- --destructive-foreground: 210 40% 98%;
143
- --border: 217.2 32.6% 17.5%;
144
- --input: 217.2 32.6% 17.5%;
145
- --ring: 224.3 76.3% 48%;
146
- --sidebar-background: 240 5.9% 10%;
147
- --sidebar-foreground: 240 4.8% 95.9%;
148
- --sidebar-primary: 224.3 76.3% 48%;
149
- --sidebar-primary-foreground: 0 0% 100%;
150
- --sidebar-accent: 240 3.7% 15.9%;
151
- --sidebar-accent-foreground: 240 4.8% 95.9%;
152
- --sidebar-border: 240 3.7% 15.9%;
153
- --sidebar-ring: 240 4.9% 83.9%;
154
- }
155
- }
File without changes