@astryxdesign/theme-chocolate 0.4.1 → 0.4.2-canary.464a445

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.
@@ -2,8 +2,8 @@
2
2
  * @generated by `astryx theme build` — do not edit manually.
3
3
  * Source: src/chocolateTheme.ts
4
4
  * Command: astryx theme build src/chocolateTheme.ts --out dist/theme.css
5
- * CLI: @astryxdesign/cli@0.4.1
6
- * Core: @astryxdesign/core@0.4.1
5
+ * CLI: @astryxdesign/cli@0.4.2
6
+ * Core: @astryxdesign/core@0.4.2
7
7
  */
8
8
 
9
9
  import type { DefinedTheme } from '@astryxdesign/core/theme';
package/dist/chocolate.js CHANGED
@@ -2,8 +2,8 @@
2
2
  * @generated by `astryx theme build` — do not edit manually.
3
3
  * Source: src/chocolateTheme.ts
4
4
  * Command: astryx theme build src/chocolateTheme.ts --out dist/theme.css
5
- * CLI: @astryxdesign/cli@0.4.1
6
- * Core: @astryxdesign/core@0.4.1
5
+ * CLI: @astryxdesign/cli@0.4.2
6
+ * Core: @astryxdesign/core@0.4.2
7
7
  */
8
8
 
9
9
  import { chocolateIconRegistry } from "./icons.mjs";
@@ -175,7 +175,7 @@ export const chocolateTheme = {
175
175
  "--color-border-yellow": "light-dark(#FFB600, #ffc940)",
176
176
  "--color-icon-yellow": "light-dark(#FFB600, #ffc940)",
177
177
  "--color-text-yellow": "light-dark(#cc9200, #ffd960)",
178
- "--radius-none": "0.125rem",
178
+ "--radius-none": "0px",
179
179
  "--radius-inner": "0.375rem",
180
180
  "--radius-element": "0.625rem",
181
181
  "--radius-container": "0.75rem",
@@ -1 +1 @@
1
- {"version":3,"file":"chocolateTheme.d.ts","sourceRoot":"","sources":["../src/chocolateTheme.ts"],"names":[],"mappings":"AAkCA,eAAO,MAAM,cAAc,iDA+LzB,CAAC"}
1
+ {"version":3,"file":"chocolateTheme.d.ts","sourceRoot":"","sources":["../src/chocolateTheme.ts"],"names":[],"mappings":"AAkCA,eAAO,MAAM,cAAc,iDAkMzB,CAAC"}
package/dist/source.js CHANGED
@@ -207,8 +207,11 @@ var chocolateTheme = (0, import_theme.defineTheme)({
207
207
  "--color-text-yellow": ["#cc9200", "#ffd960"],
208
208
  // =========================================================================
209
209
  // Radius — soft and rounded
210
+ // --radius-none and --radius-full are always fixed and must never be
211
+ // scaled by a theme (see defineTheme's radius config docs) — 0 and
212
+ // 9999px respectively, matching @astryxdesign/core's own defaults.
210
213
  // =========================================================================
211
- "--radius-none": "0.125rem",
214
+ "--radius-none": "0px",
212
215
  "--radius-inner": "0.375rem",
213
216
  "--radius-element": "0.625rem",
214
217
  "--radius-container": "0.75rem",
package/dist/source.mjs CHANGED
@@ -144,8 +144,11 @@ var chocolateTheme = defineTheme({
144
144
  "--color-text-yellow": ["#cc9200", "#ffd960"],
145
145
  // =========================================================================
146
146
  // Radius — soft and rounded
147
+ // --radius-none and --radius-full are always fixed and must never be
148
+ // scaled by a theme (see defineTheme's radius config docs) — 0 and
149
+ // 9999px respectively, matching @astryxdesign/core's own defaults.
147
150
  // =========================================================================
148
- "--radius-none": "0.125rem",
151
+ "--radius-none": "0px",
149
152
  "--radius-inner": "0.375rem",
150
153
  "--radius-element": "0.625rem",
151
154
  "--radius-container": "0.75rem",
package/dist/theme.css CHANGED
@@ -2,8 +2,8 @@
2
2
  * @generated by `astryx theme build` — do not edit manually.
3
3
  * Source: src/chocolateTheme.ts
4
4
  * Command: astryx theme build src/chocolateTheme.ts --out dist/theme.css
5
- * CLI: @astryxdesign/cli@0.4.1
6
- * Core: @astryxdesign/core@0.4.1
5
+ * CLI: @astryxdesign/cli@0.4.2
6
+ * Core: @astryxdesign/core@0.4.2
7
7
  */
8
8
 
9
9
  @layer reset {
@@ -241,7 +241,7 @@
241
241
  --color-border-yellow: light-dark(#FFB600, #ffc940);
242
242
  --color-icon-yellow: light-dark(#FFB600, #ffc940);
243
243
  --color-text-yellow: light-dark(#cc9200, #ffd960);
244
- --radius-none: 0.125rem;
244
+ --radius-none: 0px;
245
245
  --radius-inner: 0.375rem;
246
246
  --radius-element: 0.625rem;
247
247
  --radius-container: 0.75rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astryxdesign/theme-chocolate",
3
- "version": "0.4.1",
3
+ "version": "0.4.2-canary.464a445",
4
4
  "displayName": "Chocolate Theme",
5
5
  "private": false,
6
6
  "description": "Warm chocolate theme for Astryx — rich brown palette with Fraunces headings, Albert Sans body, and Lucide icons",
@@ -49,11 +49,11 @@
49
49
  "lucide-react": "^1.18.0"
50
50
  },
51
51
  "peerDependencies": {
52
- "@astryxdesign/core": "0.4.1",
52
+ "@astryxdesign/core": "0.4.2-canary.464a445",
53
53
  "react": ">=19"
54
54
  },
55
55
  "devDependencies": {
56
- "@astryxdesign/cli": "0.4.1"
56
+ "@astryxdesign/cli": "0.4.2-canary.464a445"
57
57
  },
58
58
  "module": "./dist/source.mjs",
59
59
  "scripts": {
@@ -176,8 +176,11 @@ export const chocolateTheme = defineTheme({
176
176
 
177
177
  // =========================================================================
178
178
  // Radius — soft and rounded
179
+ // --radius-none and --radius-full are always fixed and must never be
180
+ // scaled by a theme (see defineTheme's radius config docs) — 0 and
181
+ // 9999px respectively, matching @astryxdesign/core's own defaults.
179
182
  // =========================================================================
180
- '--radius-none': '0.125rem',
183
+ '--radius-none': '0px',
181
184
  '--radius-inner': '0.375rem',
182
185
  '--radius-element': '0.625rem',
183
186
  '--radius-container': '0.75rem',