beathers 5.4.0 → 5.4.1
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/.prettierrc.js +8 -8
- package/CHANGELOG +176 -167
- package/css/beathers-icons.min.css.map +1 -1
- package/css/beathers.min.css +1 -1
- package/css/beathers.min.css.map +1 -1
- package/package.json +14 -14
- package/readme.md +263 -256
- package/scripts/cli.js +0 -0
- package/scss/beathers-icons.min.scss +265 -265
- package/scss/beathers.min.scss +11 -11
- package/scss/functions/_colors.scss +230 -230
- package/scss/functions/_mediaQueries.scss +133 -133
- package/scss/functions/_others.scss +87 -87
- package/scss/functions/_typographic.scss +129 -129
- package/scss/functions/_validations.scss +251 -251
- package/scss/settings/_configs.scss +295 -295
- package/scss/settings/_defaults.scss +178 -178
- package/scss/settings/_index.scss +68 -68
- package/scss/style/_colors.scss +146 -146
- package/scss/style/_grid.scss +89 -89
- package/scss/style/_resets.scss +110 -110
- package/scss/style/_shaping.scss +388 -388
- package/scss/style/_typographic.scss +319 -319
package/readme.md
CHANGED
|
@@ -1,256 +1,263 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
<img src="https://unpkg.com/beathers@latest/public/images/logo.png" alt="Beathers logo" width="700" height="312">
|
|
3
|
-
<p align="center">The Perfect Fusion of Strength and Featherlight Agility</p>
|
|
4
|
-
</div>
|
|
5
|
-
|
|
6
|
-
[](https://www.npmjs.com/package/beathers)
|
|
7
|
-
[](https://www.npmjs.com/package/beathers?activeTab=code)
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
- `npx beathers
|
|
60
|
-
- `npx beathers
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
- `npx beathers
|
|
66
|
-
- `npx beathers
|
|
67
|
-
- `npx beathers import-
|
|
68
|
-
|
|
69
|
-
####
|
|
70
|
-
|
|
71
|
-
- `npx beathers
|
|
72
|
-
- `npx beathers
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
**
|
|
84
|
-
|
|
85
|
-
```
|
|
86
|
-
|
|
87
|
-
@import 'node_modules/beathers/
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
//
|
|
94
|
-
@
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
```
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
```
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
|
157
|
-
|
|
|
158
|
-
| **
|
|
159
|
-
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
|
164
|
-
|
|
|
165
|
-
|
|
|
166
|
-
| `
|
|
167
|
-
|
|
|
168
|
-
| `
|
|
169
|
-
|
|
|
170
|
-
| `
|
|
171
|
-
| `
|
|
172
|
-
| `
|
|
173
|
-
| `
|
|
174
|
-
| `
|
|
175
|
-
| `
|
|
176
|
-
|
|
|
177
|
-
| `
|
|
178
|
-
| `
|
|
179
|
-
|
|
|
180
|
-
| `
|
|
181
|
-
| `
|
|
182
|
-
| `
|
|
183
|
-
| `
|
|
184
|
-
| `
|
|
185
|
-
| `
|
|
186
|
-
|
|
|
187
|
-
| `
|
|
188
|
-
| `
|
|
189
|
-
| `
|
|
190
|
-
| `
|
|
191
|
-
| `
|
|
192
|
-
| `
|
|
193
|
-
| `
|
|
194
|
-
| `
|
|
195
|
-
| `
|
|
196
|
-
| `
|
|
197
|
-
| `
|
|
198
|
-
| `
|
|
199
|
-
| `
|
|
200
|
-
| `
|
|
201
|
-
| `
|
|
202
|
-
| `
|
|
203
|
-
| `
|
|
204
|
-
| `
|
|
205
|
-
| `
|
|
206
|
-
| `
|
|
207
|
-
| `
|
|
208
|
-
| `
|
|
209
|
-
| `
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
1
|
+
<div align="center">
|
|
2
|
+
<img src="https://unpkg.com/beathers@latest/public/images/logo.png" alt="Beathers logo" width="700" height="312">
|
|
3
|
+
<p align="center">The Perfect Fusion of Strength and Featherlight Agility</p>
|
|
4
|
+
</div>
|
|
5
|
+
|
|
6
|
+
[](https://www.npmjs.com/package/beathers)
|
|
7
|
+
[](https://www.npmjs.com/package/beathers)
|
|
8
|
+
[](https://www.npmjs.com/package/beathers?activeTab=code)
|
|
9
|
+

|
|
10
|
+

|
|
11
|
+
[](https://opensource.org/licenses/MIT)
|
|
12
|
+
|
|
13
|
+
**Beathers** is a flexible utility library built for developers who want **full control** over their **design system**.
|
|
14
|
+
It compiles only what you need, based on a **configuration file** (`.js`, `.ts`, or `.json`) where you define your own colors (with `light`/`dark` variants), `fonts`, `breakpoints`, and more.
|
|
15
|
+
You can _enable_ or _disable_ entire sections like typography or layout helpers to keep your CSS output minimal and tailored.
|
|
16
|
+
Beathers also includes `CLI tools` that simplify config creation and support `importing fonts and color` packs with ease.
|
|
17
|
+
The library works with both `SCSS` and plain `CSS`, making it compatible with any modern **frontend** project, no matter your stack.
|
|
18
|
+
|
|
19
|
+
## Get Started
|
|
20
|
+
|
|
21
|
+
### Installation
|
|
22
|
+
|
|
23
|
+
```bash
|
|
24
|
+
npm install beathers
|
|
25
|
+
# or
|
|
26
|
+
yarn add beathers
|
|
27
|
+
# or
|
|
28
|
+
pnpm add beathers
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
### Create Configuration File
|
|
32
|
+
|
|
33
|
+
Use the interactive CLI to create your theme configuration:
|
|
34
|
+
|
|
35
|
+
```bash
|
|
36
|
+
npx beathers init
|
|
37
|
+
```
|
|
38
|
+
|
|
39
|
+
This will prompt you to:
|
|
40
|
+
|
|
41
|
+
- Choose your configuration file format (JSON, JS, or TypeScript)
|
|
42
|
+
- Set up initial theme values like colors and typography
|
|
43
|
+
- Configure which features to enable/disable
|
|
44
|
+
|
|
45
|
+
### Build Your Theme
|
|
46
|
+
|
|
47
|
+
Generate your custom CSS from the configuration:
|
|
48
|
+
|
|
49
|
+
```bash
|
|
50
|
+
npx beathers
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
### CLI Commands
|
|
54
|
+
|
|
55
|
+
Beathers provides a comprehensive set of CLI commands to manage your design system:
|
|
56
|
+
|
|
57
|
+
#### Configuration
|
|
58
|
+
|
|
59
|
+
- `npx beathers init` - Initialize a new configuration file
|
|
60
|
+
- `npx beathers` - Build theme from configuration
|
|
61
|
+
- `npx beathers --local` - Build with custom output path
|
|
62
|
+
|
|
63
|
+
#### Font Management
|
|
64
|
+
|
|
65
|
+
- `npx beathers add-font` - Add a new font to your configuration
|
|
66
|
+
- `npx beathers remove-font` - Remove a font from your configuration
|
|
67
|
+
- `npx beathers import-font-sample` - Import a sample font configuration
|
|
68
|
+
|
|
69
|
+
#### Color Management
|
|
70
|
+
|
|
71
|
+
- `npx beathers add-colors` - Add new colors to your configuration
|
|
72
|
+
- `npx beathers remove-color` - Remove a color from your configuration
|
|
73
|
+
- `npx beathers import-color-pack` - Import a complete color pack from available packs
|
|
74
|
+
- `npx beathers import-color` - Import a specific color from available packs
|
|
75
|
+
|
|
76
|
+
#### Help & Information
|
|
77
|
+
|
|
78
|
+
- `npx beathers --help` - Show all available commands
|
|
79
|
+
- `npx beathers --version` - Show current version
|
|
80
|
+
|
|
81
|
+
### Import in Your Project
|
|
82
|
+
|
|
83
|
+
**CSS Import (Recommended):**
|
|
84
|
+
|
|
85
|
+
```css
|
|
86
|
+
/* Import the compiled CSS */
|
|
87
|
+
@import 'node_modules/beathers/css/beathers.min.css';
|
|
88
|
+
```
|
|
89
|
+
|
|
90
|
+
**SCSS Import:**
|
|
91
|
+
|
|
92
|
+
```scss
|
|
93
|
+
// Import the entire library
|
|
94
|
+
@import 'node_modules/beathers/scss/beathers.min.scss';
|
|
95
|
+
|
|
96
|
+
// Or import specific modules
|
|
97
|
+
@import 'node_modules/beathers/scss/functions/colors';
|
|
98
|
+
@import 'node_modules/beathers/scss/style/grid';
|
|
99
|
+
|
|
100
|
+
// Or import using @use with changing variables
|
|
101
|
+
@use 'node_modules/beathers/scss/beathers.min.scss' with (
|
|
102
|
+
$colors: (
|
|
103
|
+
1: (
|
|
104
|
+
'light': '#000000',
|
|
105
|
+
'dark': '$ffffff',
|
|
106
|
+
),
|
|
107
|
+
)
|
|
108
|
+
);
|
|
109
|
+
```
|
|
110
|
+
|
|
111
|
+
**JavaScript/Framework Import:**
|
|
112
|
+
|
|
113
|
+
```javascript
|
|
114
|
+
// Next.js, React, Vue, Angular
|
|
115
|
+
import 'beathers/css/beathers.min.css'
|
|
116
|
+
```
|
|
117
|
+
|
|
118
|
+
### Example Configuration
|
|
119
|
+
|
|
120
|
+
```json
|
|
121
|
+
{
|
|
122
|
+
"colors": {
|
|
123
|
+
"primary": { "light": "#007bff", "dark": "#0056b3" },
|
|
124
|
+
"success": { "light": "#28a745", "dark": "#20c997" }
|
|
125
|
+
},
|
|
126
|
+
"typography": {
|
|
127
|
+
"defaultFontFamilies": ["Inter", "system-ui", "sans-serif"]
|
|
128
|
+
},
|
|
129
|
+
"settings": {
|
|
130
|
+
"axisDivisions": 12,
|
|
131
|
+
"breakpoints": {
|
|
132
|
+
"sm": "640px",
|
|
133
|
+
"md": "768px",
|
|
134
|
+
"lg": "1024px"
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
```
|
|
139
|
+
|
|
140
|
+
## Configuration
|
|
141
|
+
|
|
142
|
+
Beathers uses a configuration file to customize your theme. All options are optional and have sensible defaults.
|
|
143
|
+
|
|
144
|
+
### Configuration File Options
|
|
145
|
+
|
|
146
|
+
You can create one of these files in your project root:
|
|
147
|
+
|
|
148
|
+
- `beathers.configs.json` - JSON format
|
|
149
|
+
- `beathers.configs.js` - JavaScript format
|
|
150
|
+
- `beathers.configs.ts` - TypeScript format (with type safety)
|
|
151
|
+
|
|
152
|
+
### Key Configuration Sections
|
|
153
|
+
|
|
154
|
+
| Section | Description | Purpose |
|
|
155
|
+
| -------------- | -------------------------------------------------- | --------------------------------------------------- |
|
|
156
|
+
| **colors** | Define your color palette with light/dark variants | Brand colors, state colors (success, warning, etc.) |
|
|
157
|
+
| **typography** | Configure fonts, sizes, and text settings | Font families, weights, sizes, and formatting |
|
|
158
|
+
| **settings** | Layout and spacing configuration | Grid system, breakpoints, spacing values |
|
|
159
|
+
| **roles** | Enable/disable specific features | Control which utilities are generated |
|
|
160
|
+
|
|
161
|
+
### Common Configuration Properties
|
|
162
|
+
|
|
163
|
+
| Property | Type | Example |
|
|
164
|
+
| ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
165
|
+
| **COLORS** |
|
|
166
|
+
| `color` <br /> Color variants (as json) | "color": { light: `#${string}$`, dark: `#${string}$` } | "primary": {"light": "#007bff", "dark": "#0056b3"} |
|
|
167
|
+
| **TYPOGRAPHY** |
|
|
168
|
+
| `defaultFontFamilies` <br /> Fallback fonts (as array) | `string[]` | ["system-ui", "sans-serif"] |
|
|
169
|
+
| `fontMainPath` <br /> Your fonts path | `string` | "/fonts/" |
|
|
170
|
+
| `fontFormat` <br /> Your fonts format | `string` | "woff2" |
|
|
171
|
+
| `fontWeights` <br /> Your fonts weights (as array) | `thin`,`extra-light`,`light`,`regular`,<br />`medium`,`semibold`,`bold`,`extra-bold`,`black` | ["regular", "medium", "bold"] |
|
|
172
|
+
| `fontStyles` <br /> Your fonts styles (as array) | `normal`,`italic`,`oblique` | ["normal"] |
|
|
173
|
+
| `fontSizes` <br /> Your fonts sizes (as json) | Record<`string`, `${number}px` `${number}rem` `${number}em`> | subtitle1: "16px" <br /> (Azvailable: h1, h2, h3, h4, h5, h6, subtitle1, subtitle2, button, body1, body2, caption, overline) <br /> (Note: You can add/remove) |
|
|
174
|
+
| `textTruncate` <br /> Text truncation | `number` | 3 |
|
|
175
|
+
| `fonts` <br /> Custom font definitions <br /> (Local/External) (as json) | {weights: same as `weights`, styles: same as `styles`, <br /> variants: {"fontName" :{title: `string`, unicode?: `string`, format?: `woff`, isLocal?: `boolean`, url?: `https://${string}`, `http://${string}`}}} | {variants: {"font1" :{title: "roboto"}}} |
|
|
176
|
+
| **SETTINGS** |
|
|
177
|
+
| `axisDivisions` <br /> Grid system divisions | `number` | 12 |
|
|
178
|
+
| `opacities` <br /> Available opacity values <br /> min: 0 - max: 100 (as array) | `number[]` | [10, 20] |
|
|
179
|
+
| `blurValues` <br /> Blur effect values (as array) | `number[]` | [2, 4, 8, 16, 32] |
|
|
180
|
+
| `insetValues` <br /> Inset values (as array) | `number[]` | [0, 5] |
|
|
181
|
+
| `bordersValue` <br /> Default border width (as array) | `number[]` | [1, 2] |
|
|
182
|
+
| `radiuses` <br /> Border radius values (as array) | `number[]` | [5,10,15] |
|
|
183
|
+
| `breakpoints` <br /> Responsive breakpoints (as json) | Record<(`sm` , `md` , `lg` , `xl` , `xxl`), `${number}px` `${number}rem` `${number}em`> | {"sm": "640px", "md": "768px"} |
|
|
184
|
+
| `wrappers` <br /> Container widths (as json) | Record<(`sm` , `md` , `lg` , `xl` , `xxl`), { width: `${number}px` `${number}rem` `${number}em`; padding?: `${number}px` `${number}rem` `${number}em`}> | {"sm": {"width": "540px", "padding":"15px"}} |
|
|
185
|
+
| `guttersValues` <br /> Spacing values (as json) | Record<(`auto`, `number`), `${number}px` `${number}rem` `${number}em`> | {"auto": "1rem", 1: "0.25rem"} |
|
|
186
|
+
| **ROLES** |
|
|
187
|
+
| `useMediaQueries` <br /> Enable responsive utilities | `boolean` | `true` |
|
|
188
|
+
| `useIcons` <br /> Include icon styles | `boolean` | `true` |
|
|
189
|
+
| `useFontFamilies` <br /> Include font family utilities | `boolean` | `true` |
|
|
190
|
+
| `useFontSizes` <br /> Include font size utilities | `boolean` | `true` |
|
|
191
|
+
| `useFontShapes` <br /> Include font style utilities | `boolean` | `true` |
|
|
192
|
+
| `useTextAligns` <br /> Include text alignment utilities | `boolean` | `true` |
|
|
193
|
+
| `useTextTruncate` <br /> Include text truncation utilities | `boolean` | `true` |
|
|
194
|
+
| `useColors` <br /> Include color utilities | `boolean` | `true` |
|
|
195
|
+
| `useColorsOpacities` <br /> Include color opacity utilities | `boolean` | `true` |
|
|
196
|
+
| `useColorsLightMode` <br /> Include light mode colors | `boolean` | `true` |
|
|
197
|
+
| `useColorsDarkMode` <br /> Include dark mode colors | `boolean` | `true` |
|
|
198
|
+
| `useCurrentColors` <br /> Include currentColor utilities | `boolean` | `true` |
|
|
199
|
+
| `useRootColors` <br /> Include CSS custom properties | `boolean` | `true` |
|
|
200
|
+
| `useGrid` <br /> Include grid system | `boolean` | `true` |
|
|
201
|
+
| `useFlex` <br /> Include flexbox utilities | `boolean` | `true` |
|
|
202
|
+
| `useTransitions` <br /> Include transition utilities | `boolean` | `true` |
|
|
203
|
+
| `useWrappers` <br /> Include container utilities | `boolean` | `true` |
|
|
204
|
+
| `useShadows` <br /> Include shadow utilities | `boolean` | `true` |
|
|
205
|
+
| `useDisplays` <br /> Include display utilities | `boolean` | `true` |
|
|
206
|
+
| `useOverflows` <br /> Include overflow utilities | `boolean` | `true` |
|
|
207
|
+
| `useOpacities` <br /> Include opacity utilities | `boolean` | `true` |
|
|
208
|
+
| `useBlur` <br /> Include blur utilities | `boolean` | `true` |
|
|
209
|
+
| `useObjectFits` <br /> Include object-fit utilities | `boolean` | `true` |
|
|
210
|
+
| `usePositions` <br /> Include positioning utilities | `boolean` | `true` |
|
|
211
|
+
| `useInsets` <br /> Include inset utilities | `boolean` | `true` |
|
|
212
|
+
| `useSizes` <br /> Include sizing utilities | `boolean` | `true` |
|
|
213
|
+
| `useGutters` <br /> Include spacing utilities | `boolean` | `true` |
|
|
214
|
+
| `useBorders` <br /> Include border utilities | `boolean` | `true` |
|
|
215
|
+
| `useTextBorders` <br /> Include text border utilities | `boolean` | `true` |
|
|
216
|
+
| `useRadius` <br /> Include border radius utilities | `boolean` | `true` |
|
|
217
|
+
|
|
218
|
+
### TypeScript Configuration Example
|
|
219
|
+
|
|
220
|
+
```typescript
|
|
221
|
+
// beathers.configs.ts
|
|
222
|
+
import { Theme } from 'beathers'
|
|
223
|
+
|
|
224
|
+
export default {
|
|
225
|
+
colors: {
|
|
226
|
+
primary: { light: '#007bff', dark: '#0056b3' },
|
|
227
|
+
secondary: { light: '#6c757d', dark: '#495057' },
|
|
228
|
+
success: { light: '#28a745', dark: '#20c997' },
|
|
229
|
+
},
|
|
230
|
+
typography: {
|
|
231
|
+
defaultFontFamilies: ['Inter', 'system-ui', 'sans-serif'],
|
|
232
|
+
fontSizes: {
|
|
233
|
+
xs: '12px',
|
|
234
|
+
sm: '14px',
|
|
235
|
+
base: '16px',
|
|
236
|
+
lg: '18px',
|
|
237
|
+
xl: '20px',
|
|
238
|
+
},
|
|
239
|
+
},
|
|
240
|
+
settings: {
|
|
241
|
+
axisDivisions: 12,
|
|
242
|
+
breakpoints: {
|
|
243
|
+
sm: '640px',
|
|
244
|
+
md: '768px',
|
|
245
|
+
lg: '1024px',
|
|
246
|
+
xl: '1280px',
|
|
247
|
+
xxl: '1536px',
|
|
248
|
+
},
|
|
249
|
+
},
|
|
250
|
+
roles: {
|
|
251
|
+
useIcons: false,
|
|
252
|
+
useBlur: false,
|
|
253
|
+
},
|
|
254
|
+
} satisfies Theme
|
|
255
|
+
```
|
|
256
|
+
|
|
257
|
+
## Contact & Support
|
|
258
|
+
|
|
259
|
+
[](https://bhoenixstudio.com/beathers)
|
|
260
|
+
|
|
261
|
+
[](https://bhoenixstudio.com/beathers)
|
|
262
|
+
|
|
263
|
+
[](mailto:contact@bhoenixstudio.com)
|
package/scripts/cli.js
CHANGED
|
File without changes
|