@astryxdesign/theme-gothic 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.
- package/dist/gothic.d.ts +2 -2
- package/dist/gothic.js +3 -3
- package/dist/gothicTheme.d.ts.map +1 -1
- package/dist/source.js +4 -1
- package/dist/source.mjs +4 -1
- package/dist/theme.css +3 -3
- package/package.json +3 -3
- package/src/gothicTheme.ts +4 -1
package/dist/gothic.d.ts
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* @generated by `astryx theme build` — do not edit manually.
|
|
3
3
|
* Source: src/gothicTheme.ts
|
|
4
4
|
* Command: astryx theme build src/gothicTheme.ts --out dist/theme.css
|
|
5
|
-
* CLI: @astryxdesign/cli@0.4.
|
|
6
|
-
* Core: @astryxdesign/core@0.4.
|
|
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/gothic.js
CHANGED
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
* @generated by `astryx theme build` — do not edit manually.
|
|
3
3
|
* Source: src/gothicTheme.ts
|
|
4
4
|
* Command: astryx theme build src/gothicTheme.ts --out dist/theme.css
|
|
5
|
-
* CLI: @astryxdesign/cli@0.4.
|
|
6
|
-
* Core: @astryxdesign/core@0.4.
|
|
5
|
+
* CLI: @astryxdesign/cli@0.4.2
|
|
6
|
+
* Core: @astryxdesign/core@0.4.2
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import { gothicIconRegistry } from "./icons.mjs";
|
|
@@ -175,7 +175,7 @@ export const gothicTheme = {
|
|
|
175
175
|
"--color-border-yellow": "#b6a775",
|
|
176
176
|
"--color-icon-yellow": "#876515",
|
|
177
177
|
"--color-text-yellow": "#6c5010",
|
|
178
|
-
"--radius-none": "
|
|
178
|
+
"--radius-none": "0px",
|
|
179
179
|
"--radius-inner": "0.25rem",
|
|
180
180
|
"--radius-element": "0.5rem",
|
|
181
181
|
"--radius-container": "0.75rem",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gothicTheme.d.ts","sourceRoot":"","sources":["../src/gothicTheme.ts"],"names":[],"mappings":"AA6CA,eAAO,MAAM,WAAW,
|
|
1
|
+
{"version":3,"file":"gothicTheme.d.ts","sourceRoot":"","sources":["../src/gothicTheme.ts"],"names":[],"mappings":"AA6CA,eAAO,MAAM,WAAW,iDAuVtB,CAAC;AAEH;;;;;;GAMG;AACH,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsQjB,CAAC"}
|
package/dist/source.js
CHANGED
|
@@ -236,8 +236,11 @@ var gothicTheme = (0, import_theme.defineTheme)({
|
|
|
236
236
|
"--color-text-yellow": "#6c5010",
|
|
237
237
|
// =========================================================================
|
|
238
238
|
// Radius — subtle rounding (original gothic)
|
|
239
|
+
// --radius-none and --radius-full are always fixed and must never be
|
|
240
|
+
// scaled by a theme (see defineTheme's radius config docs) — 0 and
|
|
241
|
+
// 9999px respectively, matching @astryxdesign/core's own defaults.
|
|
239
242
|
// =========================================================================
|
|
240
|
-
"--radius-none": "
|
|
243
|
+
"--radius-none": "0px",
|
|
241
244
|
"--radius-inner": "0.25rem",
|
|
242
245
|
"--radius-element": "0.5rem",
|
|
243
246
|
"--radius-container": "0.75rem",
|
package/dist/source.mjs
CHANGED
|
@@ -172,8 +172,11 @@ var gothicTheme = defineTheme({
|
|
|
172
172
|
"--color-text-yellow": "#6c5010",
|
|
173
173
|
// =========================================================================
|
|
174
174
|
// Radius — subtle rounding (original gothic)
|
|
175
|
+
// --radius-none and --radius-full are always fixed and must never be
|
|
176
|
+
// scaled by a theme (see defineTheme's radius config docs) — 0 and
|
|
177
|
+
// 9999px respectively, matching @astryxdesign/core's own defaults.
|
|
175
178
|
// =========================================================================
|
|
176
|
-
"--radius-none": "
|
|
179
|
+
"--radius-none": "0px",
|
|
177
180
|
"--radius-inner": "0.25rem",
|
|
178
181
|
"--radius-element": "0.5rem",
|
|
179
182
|
"--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/gothicTheme.ts
|
|
4
4
|
* Command: astryx theme build src/gothicTheme.ts --out dist/theme.css
|
|
5
|
-
* CLI: @astryxdesign/cli@0.4.
|
|
6
|
-
* Core: @astryxdesign/core@0.4.
|
|
5
|
+
* CLI: @astryxdesign/cli@0.4.2
|
|
6
|
+
* Core: @astryxdesign/core@0.4.2
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
@layer reset {
|
|
@@ -237,7 +237,7 @@
|
|
|
237
237
|
--color-border-yellow: #b6a775;
|
|
238
238
|
--color-icon-yellow: #876515;
|
|
239
239
|
--color-text-yellow: #6c5010;
|
|
240
|
-
--radius-none:
|
|
240
|
+
--radius-none: 0px;
|
|
241
241
|
--radius-inner: 0.25rem;
|
|
242
242
|
--radius-element: 0.5rem;
|
|
243
243
|
--radius-container: 0.75rem;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astryxdesign/theme-gothic",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.2-canary.464a445",
|
|
4
4
|
"displayName": "Gothic Theme",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Deep blue-grays and a signature display serif. Dramatic and editorial, for surfaces that want to be remembered.",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"lucide-react": "^1.18.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@astryxdesign/core": "0.4.
|
|
52
|
+
"@astryxdesign/core": "0.4.2-canary.464a445",
|
|
53
53
|
"react": ">=19"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@astryxdesign/cli": "0.4.
|
|
56
|
+
"@astryxdesign/cli": "0.4.2-canary.464a445"
|
|
57
57
|
},
|
|
58
58
|
"module": "./dist/source.mjs",
|
|
59
59
|
"scripts": {
|
package/src/gothicTheme.ts
CHANGED
|
@@ -201,8 +201,11 @@ export const gothicTheme = defineTheme({
|
|
|
201
201
|
|
|
202
202
|
// =========================================================================
|
|
203
203
|
// Radius — subtle rounding (original gothic)
|
|
204
|
+
// --radius-none and --radius-full are always fixed and must never be
|
|
205
|
+
// scaled by a theme (see defineTheme's radius config docs) — 0 and
|
|
206
|
+
// 9999px respectively, matching @astryxdesign/core's own defaults.
|
|
204
207
|
// =========================================================================
|
|
205
|
-
'--radius-none': '
|
|
208
|
+
'--radius-none': '0px',
|
|
206
209
|
'--radius-inner': '0.25rem',
|
|
207
210
|
'--radius-element': '0.5rem',
|
|
208
211
|
'--radius-container': '0.75rem',
|