@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-6 cursor-default transition-colors duration-base ease-in-out no-underline disabled:cursor-not-allowed'
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-6 cursor-default transition-colors duration-base ease-in-out disabled:cursor-not-allowed'
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:
@@ -13,7 +13,7 @@
13
13
 
14
14
  /* Grayscale */
15
15
  --ii-gray-50: #f9fafb;
16
- --ii-gray-100: #f3f4f6;
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: white;
49
+ --ii-surface: #fcfcfd;
50
50
  --ii-surface-raised: white;
51
51
  --ii-background: #f9fafb;
52
- --ii-background-alt: #fbfbfb;
52
+ --ii-background-alt: #f6f6f8;
53
53
 
54
54
  /* Text */
55
55
  --ii-text-primary: #111827;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@insymetri/styleguide",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "Insymetri shared UI component library built with Svelte 5",
5
5
  "type": "module",
6
6
  "scripts": {