@astryxdesign/theme-y2k 0.1.1 → 0.1.2-canary.071c5bf
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.
- package/dist/theme.css +3 -3
- package/dist/y2k.d.ts +1 -1
- package/dist/y2k.js +1 -1
- package/dist/y2k.variants.d.ts +1 -1
- package/package.json +3 -3
package/dist/theme.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @generated by `astryx theme build` — do not edit manually.
|
|
3
3
|
* Source: src/y2kTheme.ts
|
|
4
4
|
* Command: astryx theme build src/y2kTheme.ts --out dist/theme.css
|
|
5
|
-
* Generated: 2026-
|
|
5
|
+
* Generated: 2026-07-01T18:13:32.801Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
@layer reset {
|
|
@@ -504,9 +504,9 @@
|
|
|
504
504
|
|
|
505
505
|
.astryx-heading.placeholder { color: var(--color-text-secondary); }
|
|
506
506
|
|
|
507
|
-
.astryx-text.
|
|
507
|
+
.astryx-text.accent { color: var(--color-text-accent); }
|
|
508
508
|
|
|
509
|
-
.astryx-heading.
|
|
509
|
+
.astryx-heading.accent { color: var(--color-text-accent); }
|
|
510
510
|
}
|
|
511
511
|
}
|
|
512
512
|
|
package/dist/y2k.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @generated by `astryx theme build` — do not edit manually.
|
|
3
3
|
* Source: src/y2kTheme.ts
|
|
4
4
|
* Command: astryx theme build src/y2kTheme.ts --out dist/theme.css
|
|
5
|
-
* Generated: 2026-
|
|
5
|
+
* Generated: 2026-07-01T18:13:32.801Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type { DefinedTheme } from '@astryxdesign/core/theme';
|
package/dist/y2k.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @generated by `astryx theme build` — do not edit manually.
|
|
3
3
|
* Source: src/y2kTheme.ts
|
|
4
4
|
* Command: astryx theme build src/y2kTheme.ts --out dist/theme.css
|
|
5
|
-
* Generated: 2026-
|
|
5
|
+
* Generated: 2026-07-01T18:13:32.801Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { y2kIconRegistry } from './icons';
|
package/dist/y2k.variants.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @generated by `astryx theme build` — do not edit manually.
|
|
3
3
|
* Source: src/y2kTheme.ts
|
|
4
4
|
* Command: astryx theme build src/y2kTheme.ts --out dist/theme.css
|
|
5
|
-
* Generated: 2026-
|
|
5
|
+
* Generated: 2026-07-01T18:13:32.807Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
// Generated by astryx theme build
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astryxdesign/theme-y2k",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2-canary.071c5bf",
|
|
4
4
|
"displayName": "Y2K Theme",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Hot pinks, lime greens, and Poppins. Bubbly, playful, and unmistakably retro.",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"lucide-react": "^1.18.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@astryxdesign/core": "0.1.
|
|
52
|
+
"@astryxdesign/core": "0.1.2-canary.071c5bf",
|
|
53
53
|
"react": ">=19"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@astryxdesign/cli": "0.1.
|
|
56
|
+
"@astryxdesign/cli": "0.1.2-canary.071c5bf"
|
|
57
57
|
},
|
|
58
58
|
"module": "./dist/source.mjs",
|
|
59
59
|
"scripts": {
|