@astryxdesign/theme-butter 0.1.4 → 0.1.5-canary.76e6697
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/butter.d.ts +1 -1
- package/dist/butter.js +1 -1
- package/dist/theme.css +3 -1
- package/package.json +3 -3
- package/dist/butter.variants.d.ts +0 -101
package/dist/butter.d.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @generated by `astryx theme build` — do not edit manually.
|
|
3
3
|
* Source: src/butterTheme.ts
|
|
4
4
|
* Command: astryx theme build src/butterTheme.ts --out dist/theme.css
|
|
5
|
-
* Generated: 2026-07-
|
|
5
|
+
* Generated: 2026-07-14T18:53:34.515Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import type { DefinedTheme } from '@astryxdesign/core/theme';
|
package/dist/butter.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @generated by `astryx theme build` — do not edit manually.
|
|
3
3
|
* Source: src/butterTheme.ts
|
|
4
4
|
* Command: astryx theme build src/butterTheme.ts --out dist/theme.css
|
|
5
|
-
* Generated: 2026-07-
|
|
5
|
+
* Generated: 2026-07-14T18:53:34.514Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
import { butterIconRegistry } from './icons';
|
package/dist/theme.css
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* @generated by `astryx theme build` — do not edit manually.
|
|
3
3
|
* Source: src/butterTheme.ts
|
|
4
4
|
* Command: astryx theme build src/butterTheme.ts --out dist/theme.css
|
|
5
|
-
* Generated: 2026-07-
|
|
5
|
+
* Generated: 2026-07-14T18:53:34.514Z
|
|
6
6
|
*/
|
|
7
7
|
|
|
8
8
|
@layer reset {
|
|
@@ -78,6 +78,8 @@
|
|
|
78
78
|
|
|
79
79
|
@layer astryx-theme {
|
|
80
80
|
:root { color-scheme: light dark; }
|
|
81
|
+
html[data-theme="light"] { color-scheme: light; }
|
|
82
|
+
html[data-theme="dark"] { color-scheme: dark; }
|
|
81
83
|
|
|
82
84
|
@scope ([data-astryx-theme="butter"]) to ([data-astryx-theme]) {
|
|
83
85
|
:scope {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@astryxdesign/theme-butter",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.5-canary.76e6697",
|
|
4
4
|
"displayName": "Butter Theme",
|
|
5
5
|
"private": false,
|
|
6
6
|
"description": "Warm, creamy yellows with a friendly blue accent. Playful enough for consumer surfaces, soft enough to stay readable.",
|
|
@@ -49,11 +49,11 @@
|
|
|
49
49
|
"lucide-react": "^1.18.0"
|
|
50
50
|
},
|
|
51
51
|
"peerDependencies": {
|
|
52
|
-
"@astryxdesign/core": "0.1.
|
|
52
|
+
"@astryxdesign/core": "0.1.5-canary.76e6697",
|
|
53
53
|
"react": ">=19"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@astryxdesign/cli": "0.1.
|
|
56
|
+
"@astryxdesign/cli": "0.1.5-canary.76e6697"
|
|
57
57
|
},
|
|
58
58
|
"module": "./dist/source.mjs",
|
|
59
59
|
"scripts": {
|
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* @generated by `astryx theme build` — do not edit manually.
|
|
3
|
-
* Source: src/butterTheme.ts
|
|
4
|
-
* Command: astryx theme build src/butterTheme.ts --out dist/theme.css
|
|
5
|
-
* Generated: 2026-07-07T20:21:51.717Z
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
// Generated by astryx theme build
|
|
9
|
-
export {};
|
|
10
|
-
|
|
11
|
-
declare module '@astryxdesign/core/Heading' {
|
|
12
|
-
interface XDSHeadingLevelMap {
|
|
13
|
-
'1': true;
|
|
14
|
-
'2': true;
|
|
15
|
-
'3': true;
|
|
16
|
-
'4': true;
|
|
17
|
-
'5': true;
|
|
18
|
-
'6': true;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
declare module '@astryxdesign/core/Card' {
|
|
23
|
-
interface XDSCardVariantMap {
|
|
24
|
-
'info': true;
|
|
25
|
-
'success': true;
|
|
26
|
-
'warning': true;
|
|
27
|
-
'error': true;
|
|
28
|
-
}
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
declare module '@astryxdesign/core/ProgressbarFill' {
|
|
32
|
-
interface XDSProgressbarFillVariantMap {
|
|
33
|
-
'success': true;
|
|
34
|
-
'warning': true;
|
|
35
|
-
'error': true;
|
|
36
|
-
}
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
declare module '@astryxdesign/core/FieldStatus' {
|
|
40
|
-
interface XDSFieldStatusTypeMap {
|
|
41
|
-
'success': true;
|
|
42
|
-
'warning': true;
|
|
43
|
-
'error': true;
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
declare module '@astryxdesign/core/TextInput' {
|
|
48
|
-
interface XDSTextInputStatusMap {
|
|
49
|
-
'success': true;
|
|
50
|
-
'warning': true;
|
|
51
|
-
'error': true;
|
|
52
|
-
}
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
declare module '@astryxdesign/core/NumberInput' {
|
|
56
|
-
interface XDSNumberInputStatusMap {
|
|
57
|
-
'success': true;
|
|
58
|
-
'warning': true;
|
|
59
|
-
'error': true;
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
declare module '@astryxdesign/core/DateInput' {
|
|
64
|
-
interface XDSDateInputStatusMap {
|
|
65
|
-
'success': true;
|
|
66
|
-
'warning': true;
|
|
67
|
-
'error': true;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
declare module '@astryxdesign/core/TimeInput' {
|
|
72
|
-
interface XDSTimeInputStatusMap {
|
|
73
|
-
'success': true;
|
|
74
|
-
'warning': true;
|
|
75
|
-
'error': true;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
declare module '@astryxdesign/core/MultiSelector' {
|
|
80
|
-
interface XDSMultiSelectorStatusMap {
|
|
81
|
-
'success': true;
|
|
82
|
-
'warning': true;
|
|
83
|
-
'error': true;
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
declare module '@astryxdesign/core/Typeahead' {
|
|
88
|
-
interface XDSTypeaheadStatusMap {
|
|
89
|
-
'success': true;
|
|
90
|
-
'warning': true;
|
|
91
|
-
'error': true;
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
declare module '@astryxdesign/core/Tokenizer' {
|
|
96
|
-
interface XDSTokenizerStatusMap {
|
|
97
|
-
'success': true;
|
|
98
|
-
'warning': true;
|
|
99
|
-
'error': true;
|
|
100
|
-
}
|
|
101
|
-
}
|