@planningcenter/tapestry-tokens 0.0.1 → 3.0.0-rc.26
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/{src → dist}/css/components/banner.css +8 -8
- package/dist/css/product-tokens/accounts.css +17 -0
- package/dist/css/product-tokens/calendar.css +17 -0
- package/dist/css/product-tokens/checkins.css +17 -0
- package/dist/css/product-tokens/giving.css +17 -0
- package/dist/css/product-tokens/groups.css +17 -0
- package/dist/css/product-tokens/home.css +16 -0
- package/dist/css/product-tokens/people.css +17 -0
- package/dist/css/product-tokens/publishing.css +17 -0
- package/dist/css/product-tokens/registrations.css +17 -0
- package/dist/css/product-tokens/services.css +17 -0
- package/dist/css/tokens-alias-deprecated-removed-segments.css +48 -0
- package/dist/css/tokens-alias-deprecated.css +42 -0
- package/dist/css/tokens-alias.css +419 -0
- package/dist/css/tokens-dark-deprecated.css +14 -0
- package/dist/css/tokens-dark.css +226 -0
- package/dist/css/tokens-system-dark-deprecated.css +16 -0
- package/dist/css/tokens-system-dark.css +228 -0
- package/dist/js/tokens-deprecated.json +326 -0
- package/dist/js/tokens.json +1972 -0
- package/dist/ts/react-native-tokens.d.ts +1927 -0
- package/dist/ts/react-native-tokens.d.ts.map +1 -0
- package/dist/ts/react-native-tokens.js +494 -0
- package/dist/ts/tokens.d.ts +497 -0
- package/dist/ts/tokens.d.ts.map +1 -0
- package/dist/ts/tokens.js +496 -0
- package/package.json +44 -17
- package/CHANGELOG.md +0 -0
- package/rollup.config.mjs +0 -12
- package/src/componentNames.js +0 -10
- package/src/css/tokens-alias-deprecated.css +0 -42
- package/src/css/tokens-alias.css +0 -334
- package/src/css/tokens.css +0 -2
- package/src/index.ts +0 -11
- package/src/json/alias.json +0 -1628
- package/src/json/components.json +0 -84
- package/src/json/primitives.json +0 -946
- package/src/style-dictionary.build.js +0 -367
- package/src/style-dictionary.config.js +0 -67
- package/src/ts/tokens.ts +0 -371
- package/tsconfig.build.json +0 -11
package/src/json/components.json
DELETED
|
@@ -1,84 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"banner": {
|
|
3
|
-
"font-size": {
|
|
4
|
-
"$type": "number",
|
|
5
|
-
"$value": "{numeric.font-size.md}"
|
|
6
|
-
},
|
|
7
|
-
"font-color": {
|
|
8
|
-
"$type": "color",
|
|
9
|
-
"$value": "{color.text-color.default.primary}"
|
|
10
|
-
},
|
|
11
|
-
"background-color": {
|
|
12
|
-
"$type": "color",
|
|
13
|
-
"$value": "{color.fill-color.status.neutral.ghost}"
|
|
14
|
-
},
|
|
15
|
-
"spacing": {
|
|
16
|
-
"$type": "number",
|
|
17
|
-
"$value": "{numeric.spacing.2}"
|
|
18
|
-
},
|
|
19
|
-
"border-radius": {
|
|
20
|
-
"$type": "number",
|
|
21
|
-
"$value": "{numeric.border.radius.md}"
|
|
22
|
-
},
|
|
23
|
-
"title-font-color": {
|
|
24
|
-
"$type": "color",
|
|
25
|
-
"$value": "{color.text-color.default.headline}"
|
|
26
|
-
},
|
|
27
|
-
"title-font-size": {
|
|
28
|
-
"$type": "number",
|
|
29
|
-
"$value": "{numeric.font-size.md}"
|
|
30
|
-
},
|
|
31
|
-
"title-font-weight": {
|
|
32
|
-
"$type": "number",
|
|
33
|
-
"$value": "{numeric.font-weight.semi-bold}"
|
|
34
|
-
},
|
|
35
|
-
"icon-fill-color": {
|
|
36
|
-
"$type": "color",
|
|
37
|
-
"$value": "#00000000"
|
|
38
|
-
},
|
|
39
|
-
"info": {
|
|
40
|
-
"background-color": {
|
|
41
|
-
"$type": "color",
|
|
42
|
-
"$value": "{color.fill-color.status.info.ghost}"
|
|
43
|
-
},
|
|
44
|
-
"icon-fill-color": {
|
|
45
|
-
"$type": "color",
|
|
46
|
-
"$value": "{color.icon-color.status.info.primary}"
|
|
47
|
-
}
|
|
48
|
-
},
|
|
49
|
-
"warning": {
|
|
50
|
-
"background-color": {
|
|
51
|
-
"$type": "color",
|
|
52
|
-
"$value": "{color.fill-color.status.warning.ghost}"
|
|
53
|
-
},
|
|
54
|
-
"icon-fill-color": {
|
|
55
|
-
"$type": "color",
|
|
56
|
-
"$value": "{color.icon-color.status.warning.primary}"
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
"error": {
|
|
60
|
-
"background-color": {
|
|
61
|
-
"$type": "color",
|
|
62
|
-
"$value": "{color.fill-color.status.error.ghost}"
|
|
63
|
-
},
|
|
64
|
-
"icon-fill-color": {
|
|
65
|
-
"$type": "color",
|
|
66
|
-
"$value": "{color.icon-color.status.error.primary}"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
|
-
"success": {
|
|
70
|
-
"background-color": {
|
|
71
|
-
"$type": "color",
|
|
72
|
-
"$value": "{color.fill-color.status.success.ghost}"
|
|
73
|
-
},
|
|
74
|
-
"icon-fill-color": {
|
|
75
|
-
"$type": "color",
|
|
76
|
-
"$value": "{color.icon-color.status.success.primary}"
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
"link-font-color-hover": {
|
|
80
|
-
"$type": "color",
|
|
81
|
-
"$value": "{color.text-color.default.headline}"
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
}
|