@eduboxpro/studio 0.1.1 → 0.1.3

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.
@@ -27,10 +27,12 @@
27
27
  --studio-primary: #7c3aed;
28
28
  --studio-primary-hover: #6d28d9;
29
29
  --studio-primary-active: #5b21b6;
30
+ --studio-primary-bg: #f5f3ff;
30
31
 
31
32
  --studio-secondary: #6366f1;
32
33
  --studio-secondary-hover: #4f46e5;
33
34
  --studio-secondary-active: #4338ca;
35
+ --studio-secondary-bg: #eef2ff;
34
36
 
35
37
  /* Semantic colors */
36
38
  --studio-success: #10b981;
@@ -151,10 +153,12 @@
151
153
  --studio-primary: #a78bfa;
152
154
  --studio-primary-hover: #c4b5fd;
153
155
  --studio-primary-active: #ddd6fe;
156
+ --studio-primary-bg: #2e1065;
154
157
 
155
158
  --studio-secondary: #818cf8;
156
159
  --studio-secondary-hover: #a5b4fc;
157
160
  --studio-secondary-active: #c7d2fe;
161
+ --studio-secondary-bg: #312e81;
158
162
 
159
163
  /* Semantic colors */
160
164
  --studio-success: #34d399;
@@ -6,10 +6,10 @@
6
6
  */
7
7
 
8
8
  /* Design Tokens */
9
- @import 'tokens';
9
+ @forward 'tokens';
10
10
 
11
11
  /* CSS Reset */
12
- @import 'reset';
12
+ @forward 'reset';
13
13
 
14
- /* Mixins - import in component styles as needed */
15
- /* @import '@eduboxpro/studio/styles/mixins'; */
14
+ /* Mixins - use in component styles as needed */
15
+ /* @use '@eduboxpro/studio/styles/mixins'; */