@astryxdesign/theme-gothic 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.
- package/dist/{chunk-DQCR44CW.mjs → chunk-V6RDPINL.mjs} +4 -0
- package/dist/gothic.d.ts +2 -1
- package/dist/gothic.js +2 -1
- package/dist/icons.d.ts.map +1 -1
- package/dist/icons.js +2 -0
- package/dist/icons.mjs +1 -1
- package/dist/source.js +2 -0
- package/dist/source.mjs +1 -1
- package/dist/theme.css +2 -1
- package/package.json +3 -3
- package/src/icons.tsx +4 -0
|
@@ -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 gothicIconRegistry = {
|
|
|
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 }),
|
package/dist/gothic.d.ts
CHANGED
|
@@ -2,7 +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
|
-
*
|
|
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/gothic.js
CHANGED
|
@@ -2,7 +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
|
-
*
|
|
5
|
+
* CLI: @astryxdesign/cli@0.3.0
|
|
6
|
+
* Core: @astryxdesign/core@0.3.0
|
|
6
7
|
*/
|
|
7
8
|
|
|
8
9
|
import { gothicIconRegistry } from './icons';
|
package/dist/icons.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../src/icons.tsx"],"names":[],"mappings":"AAaA,OAAO,KAAK,EAAC,YAAY,EAAC,MAAM,yBAAyB,CAAC;
|
|
1
|
+
{"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../src/icons.tsx"],"names":[],"mappings":"AAaA,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 gothicIconRegistry = {
|
|
|
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
package/dist/source.js
CHANGED
|
@@ -41,6 +41,8 @@ var gothicIconRegistry = {
|
|
|
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
package/dist/theme.css
CHANGED
|
@@ -2,7 +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
|
-
*
|
|
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-gothic",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
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.
|
|
52
|
+
"@astryxdesign/core": "0.3.0",
|
|
53
53
|
"react": ">=19"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@astryxdesign/cli": "0.
|
|
56
|
+
"@astryxdesign/cli": "0.3.0"
|
|
57
57
|
},
|
|
58
58
|
"module": "./dist/source.mjs",
|
|
59
59
|
"scripts": {
|
package/src/icons.tsx
CHANGED
|
@@ -18,6 +18,8 @@ import {
|
|
|
18
18
|
ChevronDown,
|
|
19
19
|
ChevronLeft,
|
|
20
20
|
ChevronRight,
|
|
21
|
+
ChevronsLeft,
|
|
22
|
+
ChevronsRight,
|
|
21
23
|
Check,
|
|
22
24
|
CheckCircle,
|
|
23
25
|
XCircle,
|
|
@@ -52,6 +54,8 @@ export const gothicIconRegistry: IconRegistry = {
|
|
|
52
54
|
chevronDown: <ChevronDown {...iconProps} />,
|
|
53
55
|
chevronLeft: <ChevronLeft {...iconProps} />,
|
|
54
56
|
chevronRight: <ChevronRight {...iconProps} />,
|
|
57
|
+
chevronsLeft: <ChevronsLeft {...iconProps} />,
|
|
58
|
+
chevronsRight: <ChevronsRight {...iconProps} />,
|
|
55
59
|
check: <Check {...iconProps} />,
|
|
56
60
|
success: <CheckCircle {...iconProps} />,
|
|
57
61
|
error: <XCircle {...iconProps} />,
|