@planningcenter/tapestry-tokens 0.0.1 → 2.6.1-qa-522.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.
Files changed (41) hide show
  1. package/{src → dist}/css/components/banner.css +8 -8
  2. package/dist/css/product-tokens/accounts.css +17 -0
  3. package/dist/css/product-tokens/calendar.css +17 -0
  4. package/dist/css/product-tokens/checkins.css +17 -0
  5. package/dist/css/product-tokens/giving.css +17 -0
  6. package/dist/css/product-tokens/groups.css +17 -0
  7. package/dist/css/product-tokens/home.css +16 -0
  8. package/dist/css/product-tokens/people.css +17 -0
  9. package/dist/css/product-tokens/publishing.css +17 -0
  10. package/dist/css/product-tokens/registrations.css +17 -0
  11. package/dist/css/product-tokens/services.css +17 -0
  12. package/dist/css/tokens-alias-deprecated-removed-segments.css +48 -0
  13. package/dist/css/tokens-alias-deprecated.css +42 -0
  14. package/dist/css/tokens-alias.css +427 -0
  15. package/dist/css/tokens-dark-deprecated.css +14 -0
  16. package/dist/css/tokens-dark.css +226 -0
  17. package/dist/css/tokens-system-dark-deprecated.css +16 -0
  18. package/dist/css/tokens-system-dark.css +228 -0
  19. package/dist/js/tokens-deprecated.json +326 -0
  20. package/dist/js/tokens.json +2004 -0
  21. package/dist/ts/react-native-tokens.d.ts +1959 -0
  22. package/dist/ts/react-native-tokens.d.ts.map +1 -0
  23. package/dist/ts/react-native-tokens.js +502 -0
  24. package/dist/ts/tokens.d.ts +505 -0
  25. package/dist/ts/tokens.d.ts.map +1 -0
  26. package/dist/ts/tokens.js +504 -0
  27. package/package.json +44 -17
  28. package/CHANGELOG.md +0 -0
  29. package/rollup.config.mjs +0 -12
  30. package/src/componentNames.js +0 -10
  31. package/src/css/tokens-alias-deprecated.css +0 -42
  32. package/src/css/tokens-alias.css +0 -334
  33. package/src/css/tokens.css +0 -2
  34. package/src/index.ts +0 -11
  35. package/src/json/alias.json +0 -1628
  36. package/src/json/components.json +0 -84
  37. package/src/json/primitives.json +0 -946
  38. package/src/style-dictionary.build.js +0 -367
  39. package/src/style-dictionary.config.js +0 -67
  40. package/src/ts/tokens.ts +0 -371
  41. package/tsconfig.build.json +0 -11
@@ -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
- }