@arbor-css/core 0.0.9 → 0.0.11
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.
|
@@ -12,8 +12,36 @@ export declare function groupTokens(tokens: TokenSchema): {
|
|
|
12
12
|
varFallback: (fallbackOverride?: string | number) => string;
|
|
13
13
|
assign: (value?: string | number) => string;
|
|
14
14
|
readonly definition: string;
|
|
15
|
-
suffixed: (suffix: string) =>
|
|
16
|
-
|
|
15
|
+
suffixed: (suffix: string) => {
|
|
16
|
+
"@@TOKEN@@": true;
|
|
17
|
+
name: string;
|
|
18
|
+
type: import("@arbor-css/tokens").PropertyType;
|
|
19
|
+
tag: string | undefined;
|
|
20
|
+
purpose: import("@arbor-css/tokens").TokenPurpose;
|
|
21
|
+
group: string | undefined;
|
|
22
|
+
fallback: string | number | undefined;
|
|
23
|
+
var: string;
|
|
24
|
+
varFallback: (fallbackOverride?: string | number) => string;
|
|
25
|
+
assign: (value?: string | number) => string;
|
|
26
|
+
readonly definition: string;
|
|
27
|
+
suffixed: any;
|
|
28
|
+
prefixed: (prefix: string) => any;
|
|
29
|
+
};
|
|
30
|
+
prefixed: (prefix: string) => {
|
|
31
|
+
"@@TOKEN@@": true;
|
|
32
|
+
name: string;
|
|
33
|
+
type: import("@arbor-css/tokens").PropertyType;
|
|
34
|
+
tag: string | undefined;
|
|
35
|
+
purpose: import("@arbor-css/tokens").TokenPurpose;
|
|
36
|
+
group: string | undefined;
|
|
37
|
+
fallback: string | number | undefined;
|
|
38
|
+
var: string;
|
|
39
|
+
varFallback: (fallbackOverride?: string | number) => string;
|
|
40
|
+
assign: (value?: string | number) => string;
|
|
41
|
+
readonly definition: string;
|
|
42
|
+
suffixed: (suffix: string) => any;
|
|
43
|
+
prefixed: any;
|
|
44
|
+
};
|
|
17
45
|
}[]>;
|
|
18
46
|
typography: Record<string, {
|
|
19
47
|
size?: Token;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tokenGroups.d.ts","sourceRoot":"","sources":["../../src/runtime/tokenGroups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAqB,MAAM,mBAAmB,CAAC;AAE1E,wBAAgB,WAAW,CAAC,MAAM,EAAE,WAAW
|
|
1
|
+
{"version":3,"file":"tokenGroups.d.ts","sourceRoot":"","sources":["../../src/runtime/tokenGroups.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,WAAW,EAAqB,MAAM,mBAAmB,CAAC;AAE1E,wBAAgB,WAAW,CAAC,MAAM,EAAE,WAAW;;;;;;;;;;sCAoD6oD,CAAC;sBAAgD,CAAC;;;;;;;;;;;0CAA6X,CAAC;0BAAoD,CAAC;;;;;;;;;;;;;;0CAAge,CAAC;0BAAoD,CAAC;;;;;;;eAT3qF,KAAK;iBACH,KAAK;qBACD,KAAK;;EAMtB"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arbor-css/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.11",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -13,14 +13,12 @@
|
|
|
13
13
|
],
|
|
14
14
|
"exports": {
|
|
15
15
|
".": {
|
|
16
|
-
"development": "./src/index.ts",
|
|
17
16
|
"import": "./dist/index.js",
|
|
18
17
|
"node": "./dist/index.js",
|
|
19
18
|
"types": "./dist/index.d.ts",
|
|
20
19
|
"default": "./dist/index.js"
|
|
21
20
|
},
|
|
22
21
|
"./runtime": {
|
|
23
|
-
"development": "./src/runtime/index.ts",
|
|
24
22
|
"import": "./dist/runtime/index.js",
|
|
25
23
|
"node": "./dist/runtime/index.js",
|
|
26
24
|
"types": "./dist/runtime/index.d.ts",
|
|
@@ -43,16 +41,16 @@
|
|
|
43
41
|
"jiti": "^2.6.1",
|
|
44
42
|
"lil-gui": "^0.21.0",
|
|
45
43
|
"yargs": "^18.0.0",
|
|
46
|
-
"@arbor-css/preset": "0.0.
|
|
47
|
-
"@arbor-css/
|
|
48
|
-
"@arbor-css/
|
|
49
|
-
"@arbor-css/
|
|
50
|
-
"@arbor-css/
|
|
51
|
-
"@arbor-css/modes": "0.0.
|
|
52
|
-
"@arbor-css/
|
|
53
|
-
"@arbor-css/
|
|
54
|
-
"@arbor-css/
|
|
55
|
-
"@arbor-css/
|
|
44
|
+
"@arbor-css/preset": "0.0.11",
|
|
45
|
+
"@arbor-css/colors": "0.0.11",
|
|
46
|
+
"@arbor-css/tokens": "0.0.11",
|
|
47
|
+
"@arbor-css/typography": "0.0.11",
|
|
48
|
+
"@arbor-css/globals": "0.0.11",
|
|
49
|
+
"@arbor-css/modes": "0.0.11",
|
|
50
|
+
"@arbor-css/primitives": "0.0.11",
|
|
51
|
+
"@arbor-css/spacing": "0.0.11",
|
|
52
|
+
"@arbor-css/shadows": "0.0.11",
|
|
53
|
+
"@arbor-css/util": "0.0.11"
|
|
56
54
|
},
|
|
57
55
|
"scripts": {
|
|
58
56
|
"build": "tsc",
|