qt-ui-kit 1.0.118 → 1.0.119

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.
Files changed (2) hide show
  1. package/dist/style.css +32 -29
  2. package/package.json +1 -1
package/dist/style.css CHANGED
@@ -43,31 +43,31 @@
43
43
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
44
44
  --default-font-family: var(--font-sans);
45
45
  --default-mono-font-family: var(--font-mono);
46
- --color-neutral-1: #1D1D1F;
47
- --color-neutral-6: #F5F5F5;
48
- --color-qtneutral-100: #FAFAFC;
49
- --color-qtneutral-200: #F5F5F8;
50
- --color-qtneutral-300: #F3F2F8;
51
- --color-qtneutral-500: #CDCDCD;
52
- --color-qtneutral-400: #EAE9F0;
53
- --color-qtneutral-700: #82818E;
54
- --color-qtneutral-800: #46454A;
55
- --color-qtneutral-900: #1D1D1F;
56
- --color-qtpurple-300: #D8D7FF;
57
- --color-qtpurple-200: #EFEEFF;
58
- --color-qtpurple-500: #6558FD;
59
- --color-qtpurple-600: #4F3ED0;
60
- --color-qtpurple-800: #4D4273;
61
- --color-qtgreen-500: #CEFF1A;
62
- --color-qtgreen-300: #D2F8B6;
63
- --color-qtgreen-200: #E8FE99;
64
- --color-qtgreen-50: #F1FEE8;
65
- --color-qtred-500: #FF4B33;
66
- --color-qtred-400: #FF8578;
67
- --color-qtred-50: #FFECEA;
68
- --color-qtorange-400: #FFC24D;
69
- --color-qtorange-300: #FFD991;
70
- --color-qtorange-50: #FFF5E1;
46
+ --color-neutral-1: #1d1d1f;
47
+ --color-neutral-6: #f5f5f5;
48
+ --color-qtneutral-100: #fafafc;
49
+ --color-qtneutral-200: #f5f5f8;
50
+ --color-qtneutral-300: #f3f2f8;
51
+ --color-qtneutral-500: #cdcdcd;
52
+ --color-qtneutral-400: #eae9f0;
53
+ --color-qtneutral-700: #82818e;
54
+ --color-qtneutral-800: #46454a;
55
+ --color-qtneutral-900: #1d1d1f;
56
+ --color-qtpurple-300: #d8d7ff;
57
+ --color-qtpurple-200: #efeeff;
58
+ --color-qtpurple-500: #6558fd;
59
+ --color-qtpurple-600: #4f3ed0;
60
+ --color-qtpurple-800: #4d4273;
61
+ --color-qtgreen-500: #ceff1a;
62
+ --color-qtgreen-300: #d2f8b6;
63
+ --color-qtgreen-200: #e8fe99;
64
+ --color-qtgreen-50: #f1fee8;
65
+ --color-qtred-500: #ff4b33;
66
+ --color-qtred-400: #ff8578;
67
+ --color-qtred-50: #ffecea;
68
+ --color-qtorange-400: #ffc24d;
69
+ --color-qtorange-300: #ffd991;
70
+ --color-qtorange-50: #fff5e1;
71
71
  }
72
72
  }
73
73
  @layer base {
@@ -882,7 +882,7 @@
882
882
  background-color: var(--color-qtneutral-500);
883
883
  }
884
884
  .bg-qtneutral-900\/50 {
885
- background-color: color-mix(in srgb, #1D1D1F 50%, transparent);
885
+ background-color: color-mix(in srgb, #1d1d1f 50%, transparent);
886
886
  @supports (color: color-mix(in lab, red, red)) {
887
887
  background-color: color-mix(in oklab, var(--color-qtneutral-900) 50%, transparent);
888
888
  }
@@ -1285,9 +1285,9 @@
1285
1285
  }
1286
1286
  }
1287
1287
  }
1288
- @import url('https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&family=Inter:wght@400;500;700&display=swap');
1288
+ @import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&family=Inter:wght@400;500;700&display=swap");
1289
1289
  :root {
1290
- --font-sans: 'Inter', sans-serif;
1290
+ --font-sans: "Inter", sans-serif;
1291
1291
  }
1292
1292
  .category-badge-text {
1293
1293
  font-family: Inter;
@@ -1457,7 +1457,10 @@
1457
1457
  .bg-test {
1458
1458
  background-color: #ffffff;
1459
1459
  opacity: 1;
1460
- background-image: linear-gradient(#e6e6e6 2px, transparent 2px), linear-gradient(90deg, #e6e6e6 2px, transparent 2px), linear-gradient(#e6e6e6 1px, transparent 1px), linear-gradient(90deg, #e6e6e6 1px, #ffffff 1px);
1460
+ background-image: linear-gradient(#e6e6e6 2px, transparent 2px),
1461
+ linear-gradient(90deg, #e6e6e6 2px, transparent 2px),
1462
+ linear-gradient(#e6e6e6 1px, transparent 1px),
1463
+ linear-gradient(90deg, #e6e6e6 1px, #ffffff 1px);
1461
1464
  background-size: 50px 50px, 50px 50px, 10px 10px, 10px 10px;
1462
1465
  background-position: -2px -2px, -2px -2px, -1px -1px, -1px -1px;
1463
1466
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qt-ui-kit",
3
- "version": "1.0.118",
3
+ "version": "1.0.119",
4
4
  "description": "Reusable component library with Tailwind v4 and custom CSS",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",