@insymetri/styleguide 0.1.12 → 0.1.13
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.
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
const isDisabled = $derived(disabled || loading)
|
|
38
38
|
|
|
39
39
|
const baseClasses =
|
|
40
|
-
'inline-flex items-center justify-center gap-8 whitespace-nowrap rounded-
|
|
40
|
+
'inline-flex items-center justify-center gap-8 whitespace-nowrap rounded-10 cursor-default transition-colors duration-base ease-in-out no-underline disabled:cursor-not-allowed'
|
|
41
41
|
|
|
42
42
|
const variantClasses = {
|
|
43
43
|
primary:
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
const isDisabled = $derived(disabled || loading)
|
|
29
29
|
|
|
30
30
|
const baseClasses =
|
|
31
|
-
'inline-flex items-center justify-center rounded-
|
|
31
|
+
'inline-flex items-center justify-center rounded-10 cursor-default transition-colors duration-base ease-in-out disabled:cursor-not-allowed'
|
|
32
32
|
|
|
33
33
|
const variantClasses = {
|
|
34
34
|
primary:
|
package/dist/style/colors.css
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
|
|
14
14
|
/* Grayscale */
|
|
15
15
|
--ii-gray-50: #f9fafb;
|
|
16
|
-
--ii-gray-100: #
|
|
16
|
+
--ii-gray-100: #eceef1;
|
|
17
17
|
--ii-gray-200: #e5e7eb;
|
|
18
18
|
--ii-gray-300: #d1d5db;
|
|
19
19
|
--ii-gray-400: #9ca3af;
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
--ii-applicant-border: rgba(139, 92, 246, 0.3);
|
|
47
47
|
|
|
48
48
|
/* Surfaces */
|
|
49
|
-
--ii-surface:
|
|
49
|
+
--ii-surface: #fcfcfd;
|
|
50
50
|
--ii-surface-raised: white;
|
|
51
51
|
--ii-background: #f9fafb;
|
|
52
|
-
--ii-background-alt: #
|
|
52
|
+
--ii-background-alt: #f6f6f8;
|
|
53
53
|
|
|
54
54
|
/* Text */
|
|
55
55
|
--ii-text-primary: #111827;
|