@astryxdesign/theme-matcha 0.2.0 → 0.3.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.
@@ -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 matchaIconRegistry = {
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,kBAAkB,EAAE,YA2BhC,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,kBAAkB,EAAE,YA6BhC,CAAC"}
package/dist/icons.js CHANGED
@@ -34,6 +34,8 @@ var matchaIconRegistry = {
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
  matchaIconRegistry
3
- } from "./chunk-EDWXH23Y.mjs";
3
+ } from "./chunk-RD22N4WM.mjs";
4
4
  export {
5
5
  matchaIconRegistry
6
6
  };
package/dist/matcha.d.ts CHANGED
@@ -2,7 +2,8 @@
2
2
  * @generated by `astryx theme build` — do not edit manually.
3
3
  * Source: src/matchaTheme.ts
4
4
  * Command: astryx theme build src/matchaTheme.ts --out dist/theme.css
5
- * Generated: 2026-07-30T20:44:07.229Z
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/matcha.js CHANGED
@@ -2,7 +2,8 @@
2
2
  * @generated by `astryx theme build` — do not edit manually.
3
3
  * Source: src/matchaTheme.ts
4
4
  * Command: astryx theme build src/matchaTheme.ts --out dist/theme.css
5
- * Generated: 2026-07-30T20:44:07.229Z
5
+ * CLI: @astryxdesign/cli@0.3.0
6
+ * Core: @astryxdesign/core@0.3.0
6
7
  */
7
8
 
8
9
  import { matchaIconRegistry } from './icons';
package/dist/source.js CHANGED
@@ -40,6 +40,8 @@ var matchaIconRegistry = {
40
40
  chevronDown: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronDown, { ...iconProps }),
41
41
  chevronLeft: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronLeft, { ...iconProps }),
42
42
  chevronRight: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronRight, { ...iconProps }),
43
+ chevronsLeft: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronsLeft, { ...iconProps }),
44
+ chevronsRight: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.ChevronsRight, { ...iconProps }),
43
45
  check: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.Check, { ...iconProps }),
44
46
  success: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_lucide_react.CheckCircle, { ...iconProps }),
45
47
  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
  matchaIconRegistry
3
- } from "./chunk-EDWXH23Y.mjs";
3
+ } from "./chunk-RD22N4WM.mjs";
4
4
 
5
5
  // src/matchaTheme.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/matchaTheme.ts
4
4
  * Command: astryx theme build src/matchaTheme.ts --out dist/theme.css
5
- * Generated: 2026-07-30T20:44:07.229Z
5
+ * CLI: @astryxdesign/cli@0.3.0
6
+ * Core: @astryxdesign/core@0.3.0
6
7
  */
7
8
 
8
9
  @layer reset {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astryxdesign/theme-matcha",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "private": false,
5
5
  "description": "Earthy greens with a calm, organic feel. Naturalistic and grounded, great for wellness or content-first apps.",
6
6
  "author": "Meta Open Source",
@@ -48,11 +48,11 @@
48
48
  "lucide-react": "^1.18.0"
49
49
  },
50
50
  "peerDependencies": {
51
- "@astryxdesign/core": "0.2.0",
51
+ "@astryxdesign/core": "0.3.0",
52
52
  "react": ">=19"
53
53
  },
54
54
  "devDependencies": {
55
- "@astryxdesign/cli": "0.2.0"
55
+ "@astryxdesign/cli": "0.3.0"
56
56
  },
57
57
  "module": "./dist/source.mjs",
58
58
  "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 matchaIconRegistry: 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} />,