@planningcenter/tapestry 3.0.0-rc.0 → 3.0.0-rc.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.
@@ -0,0 +1,177 @@
1
+ {
2
+ "numeric": {
3
+ "--t-border-size-default": {
4
+ "type": "dimension",
5
+ "value": "var(--t-border-width)"
6
+ },
7
+ "--t-border-size-thick": {
8
+ "type": "dimension",
9
+ "value": "var(--t-border-width-thick)"
10
+ },
11
+ "--t-font-weight-semi-bold": {
12
+ "type": "number",
13
+ "value": "var(--t-font-weight-semibold)"
14
+ }
15
+ },
16
+ "color": {
17
+ "--t-icon-color-status-neutral-dark": {
18
+ "type": "color",
19
+ "value": "var(--t-icon-color-status-neutral-bold)",
20
+ "darkmode-value": "hsl(0, 0%, 24%)"
21
+ },
22
+ "--t-icon-color-status-info-secondary": {
23
+ "type": "color",
24
+ "value": "var(--t-icon-color-status-info)",
25
+ "darkmode-value": "hsl(204, 100%, 40%)"
26
+ },
27
+ "--t-fill-color-status-neutral-solid": {
28
+ "type": "color",
29
+ "value": "var(--t-fill-color-status-neutral)",
30
+ "darkmode-value": "hsl(0, 0%, 42%)"
31
+ },
32
+ "--t-fill-color-status-info-solid": {
33
+ "type": "color",
34
+ "value": "var(--t-fill-color-status-info)",
35
+ "darkmode-value": "hsl(204, 100%, 40%)"
36
+ },
37
+ "--t-fill-color-status-success-solid": {
38
+ "type": "color",
39
+ "value": "var(--t-fill-color-status-success)",
40
+ "darkmode-value": "hsl(96, 57%, 33%)"
41
+ },
42
+ "--t-fill-color-status-warning-solid": {
43
+ "type": "color",
44
+ "value": "var(--t-fill-color-status-warning)",
45
+ "darkmode-value": "hsl(42, 84%, 63%)"
46
+ },
47
+ "--t-fill-color-status-error-solid": {
48
+ "type": "color",
49
+ "value": "var(--t-fill-color-status-error)",
50
+ "darkmode-value": "hsl(8, 60%, 47%)"
51
+ },
52
+ "--t-fill-color-alert-info": {
53
+ "type": "color",
54
+ "value": "hsl(204, 94%, 49%)"
55
+ },
56
+ "--t-fill-color-alert-success": {
57
+ "type": "color",
58
+ "value": "hsl(122, 60%, 41%)"
59
+ },
60
+ "--t-fill-color-alert-warning": {
61
+ "type": "color",
62
+ "value": "hsl(43, 96%, 58%)"
63
+ },
64
+ "--t-fill-color-alert-error": {
65
+ "type": "color",
66
+ "value": "hsl(4, 77%, 59%)"
67
+ },
68
+ "--t-fill-color-button-neutral-ghost-disabled-solid": {
69
+ "type": "color",
70
+ "value": "hsl(0, 0%, 98%)",
71
+ "darkmode-value": "hsl(0, 0%, 100%)"
72
+ },
73
+ "--t-fill-color-button-neutral-outline-dim-default": {
74
+ "type": "color",
75
+ "value": "var(--t-fill-color-button-neutral-outline)",
76
+ "darkmode-value": "hsla(0, 0%, 100%, 0)"
77
+ },
78
+ "--t-fill-color-button-neutral-outline-dim-hover": {
79
+ "type": "color",
80
+ "value": "var(--t-fill-color-button-neutral-outline-hover)",
81
+ "darkmode-value": "hsl(0, 0%, 95%)"
82
+ },
83
+ "--t-fill-color-button-neutral-outline-dim-active": {
84
+ "type": "color",
85
+ "value": "var(--t-fill-color-button-neutral-outline-active)",
86
+ "darkmode-value": "hsl(0, 0%, 93%)"
87
+ },
88
+ "--t-fill-color-button-neutral-outline-dim-disabled": {
89
+ "type": "color",
90
+ "value": "var(--t-fill-color-button-neutral-outline-disabled)",
91
+ "darkmode-value": "hsl(0, 0%, 98%)"
92
+ },
93
+ "--t-fill-color-button-neutral-outline-dim-disabled-solid": {
94
+ "type": "color",
95
+ "value": "hsl(0, 0%, 98%)",
96
+ "darkmode-value": "hsl(0, 0%, 100%)"
97
+ },
98
+ "--t-fill-color-button-interaction-outline-dim-default": {
99
+ "type": "color",
100
+ "value": "var(--t-fill-color-button-interaction-outline)",
101
+ "darkmode-value": "hsla(0, 0%, 100%, 0)"
102
+ },
103
+ "--t-fill-color-button-interaction-outline-dim-hover": {
104
+ "type": "color",
105
+ "value": "var(--t-fill-color-button-interaction-outline-hover)",
106
+ "darkmode-value": "hsl(204, 100%, 97%)"
107
+ },
108
+ "--t-fill-color-button-interaction-outline-dim-active": {
109
+ "type": "color",
110
+ "value": "var(--t-fill-color-button-interaction-outline-active)",
111
+ "darkmode-value": "hsl(203, 94%, 94%)"
112
+ },
113
+ "--t-fill-color-button-interaction-outline-dim-disabled": {
114
+ "type": "color",
115
+ "value": "var(--t-fill-color-button-interaction-outline-disabled)",
116
+ "darkmode-value": "hsl(0, 0%, 98%)"
117
+ },
118
+ "--t-fill-color-button-create-solid-default": {
119
+ "type": "color",
120
+ "value": "hsl(96, 57%, 33%)",
121
+ "darkmode-value": "hsl(0, 0%, 25%)"
122
+ },
123
+ "--t-fill-color-button-create-solid-hover": {
124
+ "type": "color",
125
+ "value": "hsl(97, 57%, 28%)",
126
+ "darkmode-value": "hsl(0, 0%, 25%)"
127
+ },
128
+ "--t-fill-color-button-create-solid-active": {
129
+ "type": "color",
130
+ "value": "hsl(97, 57%, 23%)",
131
+ "darkmode-value": "hsl(0, 0%, 25%)"
132
+ },
133
+ "--t-fill-color-button-create-solid-disabled": {
134
+ "type": "color",
135
+ "value": "hsl(0, 0%, 81%)",
136
+ "darkmode-value": "hsl(0, 0%, 25%)"
137
+ },
138
+ "--t-fill-color-button-create-ghost-default": {
139
+ "type": "color",
140
+ "value": "hsla(0, 0%, 100%, 0)"
141
+ },
142
+ "--t-fill-color-button-create-ghost-hover": {
143
+ "type": "color",
144
+ "value": "hsl(96, 60%, 95%)",
145
+ "darkmode-value": "hsla(0, 0%, 100%, 0)"
146
+ },
147
+ "--t-fill-color-button-create-ghost-active": {
148
+ "type": "color",
149
+ "value": "hsl(97, 57%, 90%)",
150
+ "darkmode-value": "hsla(0, 0%, 100%, 0)"
151
+ },
152
+ "--t-fill-color-button-create-ghost-disabled": {
153
+ "type": "color",
154
+ "value": "hsla(0, 0%, 100%, 0)"
155
+ },
156
+ "--t-fill-color-button-delete-outline-dim-default": {
157
+ "type": "color",
158
+ "value": "var(--t-fill-color-button-delete-outline)",
159
+ "darkmode-value": "hsla(0, 0%, 100%, 0)"
160
+ },
161
+ "--t-fill-color-button-delete-outline-dim-hover": {
162
+ "type": "color",
163
+ "value": "var(--t-fill-color-button-delete-outline-hover)",
164
+ "darkmode-value": "hsl(7, 60%, 97%)"
165
+ },
166
+ "--t-fill-color-button-delete-outline-dim-active": {
167
+ "type": "color",
168
+ "value": "var(--t-fill-color-button-delete-outline-active)",
169
+ "darkmode-value": "hsl(9, 59%, 93%)"
170
+ },
171
+ "--t-fill-color-button-delete-outline-dim-disabled": {
172
+ "type": "color",
173
+ "value": "var(--t-fill-color-button-delete-outline-disabled)",
174
+ "darkmode-value": "hsl(0, 0%, 98%)"
175
+ }
176
+ }
177
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@planningcenter/tapestry",
3
- "version": "3.0.0-rc.0",
3
+ "version": "3.0.0-rc.1",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "type": "git",
@@ -40,6 +40,7 @@
40
40
  "./tokens.css": "./dist/tokens.css",
41
41
  "./tokens-dark.css": "./dist/tokens-dark.css",
42
42
  "./deprecated.css": "./dist/deprecated.css",
43
+ "./tokens-deprecated.json": "./dist/tokens/tokens-deprecated.json",
43
44
  "./product-tokens/*": "./dist/product-tokens/*",
44
45
  "./print.css": "./dist/print.css",
45
46
  "./print-no-media-queries.css": "./dist/print-no-media-queries.css"
@@ -102,5 +103,5 @@
102
103
  "classnames": "^2.5.1",
103
104
  "lodash": "^4.17.21"
104
105
  },
105
- "gitHead": "de51e2319c34c8e781ac9c3a6185ba6569dc6eca"
106
+ "gitHead": "b2b4cf41abee1c81877e7a8c239c0026dbe4bc41"
106
107
  }