@aristobyte-ui/utils 2.14.2 → 2.14.4

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.
@@ -105,48 +105,55 @@ $amber-600: #d97706; // Main
105
105
  $amber-700: #b45309; // Hover
106
106
 
107
107
  // === Semantic Tokens === //
108
+ // === DEFAULT === //
108
109
  $color-default: $grey-600;
109
110
  $color-default-text: $grey-200;
110
111
  $color-default-hover: $grey-700;
111
112
  $color-default-disabled: rgba($color-default, 0.5);
112
113
 
114
+ // === PRIMARY === //
115
+
113
116
  $color-primary: $blue-600;
114
117
  $color-primary-text: $blue-200;
115
118
  $color-primary-hover: $blue-700;
116
119
  $color-primary-disabled: rgba($color-primary, 0.5);
117
120
 
121
+ // === SECONDARY === //
118
122
  $color-secondary: $indigo-600;
119
123
  $color-secondary-text: $indigo-200;
120
124
  $color-secondary-hover: $indigo-700;
121
125
  $color-secondary-disabled: rgba($color-secondary, 0.5);
122
126
 
127
+ // === ERROR === //
123
128
  $color-error: $red-600;
124
129
  $color-error-text: $red-200;
125
130
  $color-error-hover: $red-700;
126
131
  $color-error-disabled: rgba($color-error, 0.5);
127
132
 
133
+ // === SUCCESS === //
128
134
  $color-success: $green-600;
129
135
  $color-success-text: $green-200;
130
136
  $color-success-hover: $green-700;
131
137
  $color-success-disabled: rgba($color-success, 0.5);
132
138
 
139
+ // === WARNING === //
133
140
  $color-warning: $amber-600;
134
141
  $color-warning-text: $amber-200;
135
142
  $color-warning-hover: $amber-700;
136
143
  $color-warning-disabled: rgba($color-warning, 0.5);
137
144
 
145
+ // === TEXT === //
138
146
  $text-color-white: $white;
139
147
  $text-color-black: $black;
140
148
  $text-color-white-disabled: rgba($white, 0.5);
141
149
  $text-color-black-disabled: rgba($black, 0.5);
142
-
143
150
  $title-color-dark: $white;
144
151
  $subtitle-color-dark: #99a1af;
145
152
  $description-color-dark: #d1d5dc;
146
153
  $icon-color-dark: #99a1af;
147
154
 
148
155
  // === Shadows === //
149
- //@TODO: @SHADOW
156
+ // @TODO: @SHADOW
150
157
  $shadow-sm: 0 1px 2px 0 rgba($black, 0.05);
151
158
  $shadow-md:
152
159
  0 4px 6px -1px rgba($black, 0.1),
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aristobyte-ui/utils",
3
3
  "description": "A collection of shared utility functions for AristoByte projects, designed to provide reusable helpers, streamline common operations, and ensure consistency across applications and packages.",
4
- "version": "2.14.2",
4
+ "version": "2.14.4",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "author": "AristoByte <info@aristobyte.com>",