@astryxdesign/theme-y2k 0.2.0 → 0.3.0-canary.041a0ef

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.
@@ -4,6 +4,8 @@ import {
4
4
  ChevronDown,
5
5
  ChevronLeft,
6
6
  ChevronRight,
7
+ ChevronsLeft,
8
+ ChevronsRight,
7
9
  Check,
8
10
  CheckCircle,
9
11
  XCircle,
@@ -37,6 +39,8 @@ var y2kIconRegistry = {
37
39
  chevronDown: /* @__PURE__ */ jsx(ChevronDown, { ...iconProps }),
38
40
  chevronLeft: /* @__PURE__ */ jsx(ChevronLeft, { ...iconProps }),
39
41
  chevronRight: /* @__PURE__ */ jsx(ChevronRight, { ...iconProps }),
42
+ chevronsLeft: /* @__PURE__ */ jsx(ChevronsLeft, { ...iconProps }),
43
+ chevronsRight: /* @__PURE__ */ jsx(ChevronsRight, { ...iconProps }),
40
44
  check: /* @__PURE__ */ jsx(Check, { ...iconProps }),
41
45
  success: /* @__PURE__ */ jsx(CheckCircle, { ...iconProps }),
42
46
  error: /* @__PURE__ */ jsx(XCircle, { ...iconProps }),
@@ -1 +1 @@
1
- {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../src/icons.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;AAoC1D,eAAO,MAAM,eAAe,EAAE,YA2B7B,CAAC"}
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../src/icons.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;AAsC1D,eAAO,MAAM,eAAe,EAAE,YA6B7B,CAAC"}
package/dist/icons.js CHANGED
@@ -34,6 +34,8 @@ var y2kIconRegistry = {
34
34
  chevronDown: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronDown, { ...iconProps }),
35
35
  chevronLeft: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronLeft, { ...iconProps }),
36
36
  chevronRight: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronRight, { ...iconProps }),
37
+ chevronsLeft: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronsLeft, { ...iconProps }),
38
+ chevronsRight: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronsRight, { ...iconProps }),
37
39
  check: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Check, { ...iconProps }),
38
40
  success: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.CheckCircle, { ...iconProps }),
39
41
  error: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.XCircle, { ...iconProps }),
package/dist/icons.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  y2kIconRegistry
3
- } from "./chunk-E2CGXSMP.mjs";
3
+ } from "./chunk-XK5XSTP6.mjs";
4
4
  export {
5
5
  y2kIconRegistry
6
6
  };
package/dist/source.js CHANGED
@@ -41,6 +41,8 @@ var y2kIconRegistry = {
41
41
  chevronDown: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronDown, { ...iconProps }),
42
42
  chevronLeft: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronLeft, { ...iconProps }),
43
43
  chevronRight: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronRight, { ...iconProps }),
44
+ chevronsLeft: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronsLeft, { ...iconProps }),
45
+ chevronsRight: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronsRight, { ...iconProps }),
44
46
  check: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Check, { ...iconProps }),
45
47
  success: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.CheckCircle, { ...iconProps }),
46
48
  error: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.XCircle, { ...iconProps }),
package/dist/source.mjs CHANGED
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  y2kIconRegistry
3
- } from "./chunk-E2CGXSMP.mjs";
3
+ } from "./chunk-XK5XSTP6.mjs";
4
4
 
5
5
  // src/y2kTheme.ts
6
6
  import { defineTheme, defineSyntaxTheme } from "@astryxdesign/core/theme";
package/dist/theme.css CHANGED
@@ -2,7 +2,8 @@
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-07-30T20:44:17.114Z
5
+ * CLI: @astryxdesign/cli@0.3.0
6
+ * Core: @astryxdesign/core@0.3.0
6
7
  */
7
8
 
8
9
  @layer reset {
@@ -312,6 +313,24 @@
312
313
  line-height: var(--text-heading-6-leading);
313
314
  }
314
315
 
316
+ .astryx-heading.display-1 {
317
+ font-family: var(--font-family-heading);
318
+ font-size: var(--text-display-1-size);
319
+ line-height: var(--text-display-1-leading);
320
+ }
321
+
322
+ .astryx-heading.display-2 {
323
+ font-family: var(--font-family-heading);
324
+ font-size: var(--text-display-2-size);
325
+ line-height: var(--text-display-2-leading);
326
+ }
327
+
328
+ .astryx-heading.display-3 {
329
+ font-family: var(--font-family-heading);
330
+ font-size: var(--text-display-3-size);
331
+ line-height: var(--text-display-3-leading);
332
+ }
333
+
315
334
  .astryx-text.body {
316
335
  font-family: var(--font-family-body);
317
336
  font-size: var(--text-body-size);
package/dist/y2k.d.ts CHANGED
@@ -2,7 +2,8 @@
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-07-30T20:44:17.116Z
5
+ * CLI: @astryxdesign/cli@0.3.0
6
+ * Core: @astryxdesign/core@0.3.0
6
7
  */
7
8
 
8
9
  import type { DefinedTheme } from '@astryxdesign/core/theme';
package/dist/y2k.js CHANGED
@@ -2,7 +2,8 @@
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-07-30T20:44:17.114Z
5
+ * CLI: @astryxdesign/cli@0.3.0
6
+ * Core: @astryxdesign/core@0.3.0
6
7
  */
7
8
 
8
9
  import { y2kIconRegistry } from './icons';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astryxdesign/theme-y2k",
3
- "version": "0.2.0",
3
+ "version": "0.3.0-canary.041a0ef",
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.2.0",
52
+ "@astryxdesign/core": "0.3.0-canary.041a0ef",
53
53
  "react": ">=19"
54
54
  },
55
55
  "devDependencies": {
56
- "@astryxdesign/cli": "0.2.0"
56
+ "@astryxdesign/cli": "0.3.0-canary.041a0ef"
57
57
  },
58
58
  "module": "./dist/source.mjs",
59
59
  "scripts": {
package/src/icons.tsx CHANGED
@@ -8,6 +8,8 @@ import {
8
8
  ChevronDown,
9
9
  ChevronLeft,
10
10
  ChevronRight,
11
+ ChevronsLeft,
12
+ ChevronsRight,
11
13
  Check,
12
14
  CheckCircle,
13
15
  XCircle,
@@ -42,6 +44,8 @@ export const y2kIconRegistry: IconRegistry = {
42
44
  chevronDown: <ChevronDown {...iconProps} />,
43
45
  chevronLeft: <ChevronLeft {...iconProps} />,
44
46
  chevronRight: <ChevronRight {...iconProps} />,
47
+ chevronsLeft: <ChevronsLeft {...iconProps} />,
48
+ chevronsRight: <ChevronsRight {...iconProps} />,
45
49
  check: <Check {...iconProps} />,
46
50
  success: <CheckCircle {...iconProps} />,
47
51
  error: <XCircle {...iconProps} />,