@aristobyte-ui/utils 2.8.1 → 2.9.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.
@@ -9,20 +9,13 @@ $logo-color-2: #fec800;
9
9
  $logo-color-3: #f18e35;
10
10
  $logo-color-4: #e95f32;
11
11
  $logo-color-5: #e2312d;
12
- $logo-gradient: linear-gradient(
13
- 90deg,
14
- $logo-color-1,
15
- $logo-color-2,
16
- $logo-color-3,
17
- $logo-color-4,
18
- $logo-color-5
19
- );
12
+ $logo-gradient: linear-gradient(90deg, $logo-color-1, $logo-color-2, $logo-color-3, $logo-color-4, $logo-color-5);
20
13
 
21
14
  // Base
22
- $white: #ffffff;
23
- $white-hover: #dddddd;
24
- $black: #000000;
25
- $black-hover: #222222;
15
+ $white: #fff;
16
+ $white-hover: #ddd;
17
+ $black: #000;
18
+ $black-hover: #222;
26
19
  $transparent: transparent;
27
20
 
28
21
  // === Black Transparent Scale === //
@@ -157,9 +150,9 @@ $shadow-lg:
157
150
  0 4px 6px -2px rgba($black, 0.05);
158
151
 
159
152
  // === Font families === //
160
- $font-family-sans: "Inter", sans-serif;
161
- $font-family-serif: "Georgia", serif;
162
- $font-family-mono: "Fira Code", monospace;
153
+ $font-family-sans: 'Inter', sans-serif;
154
+ $font-family-serif: 'Georgia', serif;
155
+ $font-family-mono: 'Fira Code', monospace;
163
156
 
164
157
  // === Font weights === //
165
158
  $font-weight-regular: 400;
@@ -202,4 +195,4 @@ $font-size-button-sm: 0.75rem; // 12px
202
195
  // === Animations === //
203
196
 
204
197
  $cubic-bezier-primary: cubic-bezier(0.55, -0.19, 0.59, 0.95);
205
- $cubic-bezier-secondary: cubic-bezier(0.175, 0.885, 0.32, 1.275);
198
+ $cubic-bezier-secondary: cubic-bezier(0.175, 0.885, 0.32, 1.275);