@lolmath/ui 8.0.0 → 8.1.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.
@@ -1300,7 +1300,7 @@
1300
1300
  }
1301
1301
  }
1302
1302
 
1303
- /* src/components/tabs.module.css?css_virtual&hash=eec5f */
1303
+ /* src/components/tabs.module.css?css_virtual&hash=cf0cd */
1304
1304
  @layer lol {
1305
1305
  .list_c42a1 {
1306
1306
  margin-left: -1rem;
@@ -1344,6 +1344,13 @@
1344
1344
  height: 1px;
1345
1345
  width: 100%;
1346
1346
  background: linear-gradient(to right, transparent, var(--lol-color-gold-200), transparent);
1347
+ transition-property: translate, width;
1348
+ transition-duration: 200ms;
1349
+ }
1350
+ @media (prefers-reduced-motion: reduce) {
1351
+ .indicator_c42a1 {
1352
+ transition: none;
1353
+ }
1347
1354
  }
1348
1355
  }
1349
1356
 
@@ -344,7 +344,7 @@ type TextElement = "p" | "span" | "div";
344
344
  type TextPreset = "sm" | "base" | "md" | "lg" | "largeNumber" | "stat";
345
345
  declare const text: (props?: ({
346
346
  color?: "gold100" | "grey100" | "grey150" | undefined;
347
- preset?: "base" | "label" | "sm" | "md" | "lg" | "largeNumber" | "stat" | undefined;
347
+ preset?: "label" | "base" | "sm" | "md" | "lg" | "largeNumber" | "stat" | undefined;
348
348
  } & ({
349
349
  class?: cva.ClassValue;
350
350
  className?: never;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lolmath/ui",
3
- "version": "8.0.0",
3
+ "version": "8.1.0",
4
4
  "private": false,
5
5
  "description": "lolmath.net UI",
6
6
  "type": "module",
@@ -12,8 +12,8 @@
12
12
  "license": "ISC",
13
13
  "dependencies": {
14
14
  "cva": "1.0.0-beta.4",
15
- "react-aria": "^3.44.0",
16
- "react-aria-components": "^1.13.0",
15
+ "react-aria": "^3.45.0",
16
+ "react-aria-components": "^1.14.0",
17
17
  "sonner": "^2.0.7"
18
18
  },
19
19
  "publishConfig": {
@@ -31,17 +31,17 @@
31
31
  "email": "incoming+lol-math-lolmath-41959739-1qbix14106nxnde3k5iusimi8-issue@incoming.gitlab.com"
32
32
  },
33
33
  "devDependencies": {
34
- "@modern-js/module-tools": "^2.68.16",
35
- "@types/node": "^24.6.2",
36
- "@types/react": "^19.2.0",
37
- "@types/react-dom": "^19.2.0",
38
- "@typescript/native-preview": "7.0.0-dev.20251003.1",
39
- "publint": "^0.3.13",
40
- "react": "^19.2.0",
41
- "react-dom": "^19.2.0",
42
- "tailwindcss": "^4.1.14",
34
+ "@modern-js/module-tools": "^2.69.4",
35
+ "@types/node": "^25.0.3",
36
+ "@types/react": "^19.2.7",
37
+ "@types/react-dom": "^19.2.3",
38
+ "@typescript/native-preview": "7.0.0-dev.20251217.1",
39
+ "publint": "^0.3.16",
40
+ "react": "^19.2.3",
41
+ "react-dom": "^19.2.3",
42
+ "tailwindcss": "^4.1.18",
43
43
  "typescript": "^5.9.3",
44
- "vitest": "^3.2.4"
44
+ "vitest": "^4.0.16"
45
45
  },
46
46
  "peerDependencies": {
47
47
  "react": ">=19",
@@ -81,7 +81,7 @@
81
81
  "scripts": {
82
82
  "build": "modern build",
83
83
  "dev": "modern build --watch",
84
- "lint": "publint",
84
+ "publint": "publint",
85
85
  "typecheck": "tsgo --noEmit",
86
86
  "docs": "node ./docs.ts"
87
87
  }