@bamboocss/types 1.13.2 → 1.14.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/config.d.ts +0 -25
- package/package.json +2 -2
package/dist/config.d.ts
CHANGED
|
@@ -20,30 +20,6 @@ export type CascadeLayer = 'reset' | 'base' | 'tokens' | 'recipes' | 'utilities'
|
|
|
20
20
|
|
|
21
21
|
export type CascadeLayers = Record<CascadeLayer, string>
|
|
22
22
|
|
|
23
|
-
export interface StudioOptions {
|
|
24
|
-
/**
|
|
25
|
-
* Used to customize the design system studio
|
|
26
|
-
* @default { title: 'Bamboo', logo: '🎋' }
|
|
27
|
-
*/
|
|
28
|
-
studio?: {
|
|
29
|
-
/**
|
|
30
|
-
* The output directory for the design system studio when the build command is run.
|
|
31
|
-
*/
|
|
32
|
-
outdir?: string
|
|
33
|
-
/**
|
|
34
|
-
* The logo url for the design system studio.
|
|
35
|
-
*/
|
|
36
|
-
logo?: string
|
|
37
|
-
/**
|
|
38
|
-
* Used to inject custom html into the head or body of the studio
|
|
39
|
-
*/
|
|
40
|
-
inject?: {
|
|
41
|
-
head?: string
|
|
42
|
-
body?: string
|
|
43
|
-
}
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
23
|
export interface Patterns {
|
|
48
24
|
[pattern: string]: PatternConfig
|
|
49
25
|
}
|
|
@@ -495,7 +471,6 @@ export interface PluginsOptions {
|
|
|
495
471
|
|
|
496
472
|
export interface Config
|
|
497
473
|
extends
|
|
498
|
-
StudioOptions,
|
|
499
474
|
ExtendableOptions,
|
|
500
475
|
CssgenOptions,
|
|
501
476
|
CodegenOptions,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bamboocss/types",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.14.0",
|
|
4
4
|
"description": "The types for css bamboo",
|
|
5
5
|
"homepage": "https://bamboocss.com",
|
|
6
6
|
"license": "MIT",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"ncp": "2.0.0",
|
|
33
33
|
"pkg-types": "2.3.0",
|
|
34
34
|
"ts-morph": "28.0.0",
|
|
35
|
-
"@bamboocss/extractor": "1.
|
|
35
|
+
"@bamboocss/extractor": "1.14.0"
|
|
36
36
|
},
|
|
37
37
|
"scripts": {
|
|
38
38
|
"dev": "tsx scripts/watch.ts",
|