@tenancy.nz/tokens 1.9.1 → 1.9.2
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/cjs/dark.cjs +52 -29
- package/dist/cjs/light.cjs +51 -28
- package/dist/css/dark.css +57 -42
- package/dist/css/light.css +58 -43
- package/dist/css/tokens.css +115 -85
- package/dist/esm/dark.js +52 -29
- package/dist/esm/light.js +51 -28
- package/package.json +1 -1
package/dist/esm/dark.js
CHANGED
|
@@ -87,21 +87,15 @@ export default {
|
|
|
87
87
|
"textGrey": "#616161",
|
|
88
88
|
"textGreen": "#226041",
|
|
89
89
|
"iconBlue": "#4589ff",
|
|
90
|
-
"borderTrademe": "#4854d3",
|
|
91
90
|
"textGold": "#794913",
|
|
92
|
-
"borderRealestate": "#0098ff",
|
|
93
91
|
"borderDarkGrey": "#616161",
|
|
94
92
|
"textOrange": "#662700",
|
|
95
93
|
"textYellow": "#794913",
|
|
96
94
|
"backgroundBlue": "#ecf3ff",
|
|
97
|
-
"borderOfficeWebsite": "#616161",
|
|
98
95
|
"iconCobalt": "#1d58be",
|
|
99
|
-
"borderOneroof": "#ff8500",
|
|
100
96
|
"iconGold": "#c97a20",
|
|
101
97
|
"backgroundYellow": "#fffbde",
|
|
102
98
|
"borderLightGrey": "#9e9e9e",
|
|
103
|
-
"borderAllhouse": "#000000",
|
|
104
|
-
"borderTenantPortal": "#0cc1a3",
|
|
105
99
|
"textCobalt": "#1c3766",
|
|
106
100
|
"textBlue": "#0445b7",
|
|
107
101
|
"backgroundPink": "#db2c73",
|
|
@@ -114,6 +108,14 @@ export default {
|
|
|
114
108
|
"backgroundEdit": "#ff8133",
|
|
115
109
|
"backgroundAccent": "#0cc1a3"
|
|
116
110
|
},
|
|
111
|
+
"partnerTag": {
|
|
112
|
+
"borderTrademe": "#4854d3",
|
|
113
|
+
"borderRealestate": "#0098ff",
|
|
114
|
+
"borderOfficeWebsite": "#616161",
|
|
115
|
+
"borderOneroof": "#ff8500",
|
|
116
|
+
"borderAllhouse": "#000000",
|
|
117
|
+
"borderTenantPortal": "#0cc1a3"
|
|
118
|
+
},
|
|
117
119
|
"interactiveSurface": {
|
|
118
120
|
"primary": {
|
|
119
121
|
"backgroundPressed": "#eeeeee",
|
|
@@ -129,16 +131,16 @@ export default {
|
|
|
129
131
|
}
|
|
130
132
|
},
|
|
131
133
|
"creditscore": {
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
134
|
+
"tagBorderExcellent": "#38a06c",
|
|
135
|
+
"tagBorderGood": "#6ac233",
|
|
136
|
+
"tagBorderAverage": "#ffb700",
|
|
137
|
+
"tagBorderFair": "#ff6200",
|
|
138
|
+
"tagBorderPoor": "#b40000",
|
|
139
|
+
"tagIconPoor": "#b40000",
|
|
140
|
+
"tagIconExcellent": "#38a06c",
|
|
141
|
+
"tagIconFair": "#ff6200",
|
|
142
|
+
"tagIconGood": "#6ac233",
|
|
143
|
+
"tagIconAverage": "#ffb700"
|
|
142
144
|
},
|
|
143
145
|
"segmentedControl": {
|
|
144
146
|
"backgroundColor": "#e7e6ec"
|
|
@@ -156,12 +158,14 @@ export default {
|
|
|
156
158
|
"backgroundPressed": "#e0e0e0",
|
|
157
159
|
"backgroundDefault": "#ffffff",
|
|
158
160
|
"backgroundActive": "#0e0044",
|
|
159
|
-
"backgroundDisabled": "#ffffff"
|
|
161
|
+
"backgroundDisabled": "#ffffff",
|
|
162
|
+
"backgroundActivePressed": "#0e0044",
|
|
163
|
+
"backgroundActiveHover": "#3e3369"
|
|
160
164
|
},
|
|
161
165
|
"profile": {
|
|
162
166
|
"border": {
|
|
163
167
|
"turquoise": "#9ee6da",
|
|
164
|
-
"
|
|
168
|
+
"yellow": "#dfaf79",
|
|
165
169
|
"orange": "#ffa166",
|
|
166
170
|
"purple": "#cb98f5",
|
|
167
171
|
"pink": "#f1abc7",
|
|
@@ -171,7 +175,7 @@ export default {
|
|
|
171
175
|
},
|
|
172
176
|
"text": {
|
|
173
177
|
"turquoise": "#0a9a82",
|
|
174
|
-
"
|
|
178
|
+
"yellow": "#c97a20",
|
|
175
179
|
"orange": "#cc4e00",
|
|
176
180
|
"purple": "#a954ef",
|
|
177
181
|
"pink": "#db2c73",
|
|
@@ -189,6 +193,19 @@ export default {
|
|
|
189
193
|
"cobalt": "#e6ecf8",
|
|
190
194
|
"grey": "#f5f5f5"
|
|
191
195
|
}
|
|
196
|
+
},
|
|
197
|
+
"pills": {
|
|
198
|
+
"backgroundDefault": "#ffffff",
|
|
199
|
+
"backgroundHover": "#eeeeee",
|
|
200
|
+
"backgroundPressed": "#e0e0e0",
|
|
201
|
+
"backgroundDisabled": "#ffffff",
|
|
202
|
+
"backgroundActive": "#cef3ed",
|
|
203
|
+
"backgroundActiveHover": "#9ee6da",
|
|
204
|
+
"backgroundActivePressed": "#86e0d1"
|
|
205
|
+
},
|
|
206
|
+
"badge": {
|
|
207
|
+
"backgroundPrimary": "#0e0044",
|
|
208
|
+
"backgroundPink": "#db2c73"
|
|
192
209
|
}
|
|
193
210
|
},
|
|
194
211
|
"primitive": {
|
|
@@ -275,15 +292,14 @@ export default {
|
|
|
275
292
|
"darkBlue": {
|
|
276
293
|
"50": "#e7e6ec",
|
|
277
294
|
"100": "#cfccda",
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"1000": "#0e0044"
|
|
295
|
+
"150": "#b7b3c7",
|
|
296
|
+
"200": "#9f99b4",
|
|
297
|
+
"250": "#8780a2",
|
|
298
|
+
"300": "#6e668f",
|
|
299
|
+
"350": "#564d7c",
|
|
300
|
+
"400": "#3e3369",
|
|
301
|
+
"450": "#261a57",
|
|
302
|
+
"500": "#0e0044"
|
|
287
303
|
},
|
|
288
304
|
"pink": {
|
|
289
305
|
"50": "#fbeaf1",
|
|
@@ -496,7 +512,14 @@ export default {
|
|
|
496
512
|
"destructiveColor": "#e10000",
|
|
497
513
|
"linkColor": "#0e0044",
|
|
498
514
|
"requiredStarColor": "#b40000",
|
|
499
|
-
"incompleteStepColor": "#
|
|
515
|
+
"incompleteStepColor": "#0e0044"
|
|
516
|
+
},
|
|
517
|
+
"rating": {
|
|
518
|
+
"ratingExcellent": "#38a06c",
|
|
519
|
+
"ratingGood": "#6ac233",
|
|
520
|
+
"ratingAverage": "#ffb700",
|
|
521
|
+
"ratingFair": "#ff6200",
|
|
522
|
+
"ratingPoor": "#b40000"
|
|
500
523
|
}
|
|
501
524
|
}
|
|
502
525
|
};
|
package/dist/esm/light.js
CHANGED
|
@@ -87,21 +87,15 @@ export default {
|
|
|
87
87
|
"textGrey": "#616161",
|
|
88
88
|
"textGreen": "#226041",
|
|
89
89
|
"iconBlue": "#4589ff",
|
|
90
|
-
"borderTrademe": "#4854d3",
|
|
91
90
|
"textGold": "#794913",
|
|
92
|
-
"borderRealestate": "#0098ff",
|
|
93
91
|
"borderDarkGrey": "#616161",
|
|
94
92
|
"textOrange": "#662700",
|
|
95
93
|
"textYellow": "#794913",
|
|
96
94
|
"backgroundBlue": "#ecf3ff",
|
|
97
|
-
"borderOfficeWebsite": "#616161",
|
|
98
95
|
"iconCobalt": "#1d58be",
|
|
99
|
-
"borderOneroof": "#ff8500",
|
|
100
96
|
"iconGold": "#c97a20",
|
|
101
97
|
"backgroundYellow": "#fffbde",
|
|
102
98
|
"borderLightGrey": "#9e9e9e",
|
|
103
|
-
"borderAllhouse": "#000000",
|
|
104
|
-
"borderTenantPortal": "#0cc1a3",
|
|
105
99
|
"textCobalt": "#1c3766",
|
|
106
100
|
"textBlue": "#0445b7",
|
|
107
101
|
"backgroundPink": "#db2c73",
|
|
@@ -114,6 +108,14 @@ export default {
|
|
|
114
108
|
"backgroundEdit": "#ff8133",
|
|
115
109
|
"backgroundAccent": "#0cc1a3"
|
|
116
110
|
},
|
|
111
|
+
"partnerTag": {
|
|
112
|
+
"borderTrademe": "#4854d3",
|
|
113
|
+
"borderRealestate": "#0098ff",
|
|
114
|
+
"borderOfficeWebsite": "#616161",
|
|
115
|
+
"borderOneroof": "#ff8500",
|
|
116
|
+
"borderAllhouse": "#000000",
|
|
117
|
+
"borderTenantPortal": "#0cc1a3"
|
|
118
|
+
},
|
|
117
119
|
"interactiveSurface": {
|
|
118
120
|
"primary": {
|
|
119
121
|
"backgroundPressed": "#eeeeee",
|
|
@@ -129,16 +131,16 @@ export default {
|
|
|
129
131
|
}
|
|
130
132
|
},
|
|
131
133
|
"creditscore": {
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
134
|
+
"tagBorderExcellent": "#38a06c",
|
|
135
|
+
"tagBorderGood": "#6ac233",
|
|
136
|
+
"tagBorderAverage": "#ffb700",
|
|
137
|
+
"tagBorderFair": "#ff6200",
|
|
138
|
+
"tagBorderPoor": "#b40000",
|
|
139
|
+
"tagIconPoor": "#b40000",
|
|
140
|
+
"tagIconExcellent": "#38a06c",
|
|
141
|
+
"tagIconFair": "#ff6200",
|
|
142
|
+
"tagIconGood": "#6ac233",
|
|
143
|
+
"tagIconAverage": "#ffb700"
|
|
142
144
|
},
|
|
143
145
|
"segmentedControl": {
|
|
144
146
|
"backgroundColor": "#e7e6ec"
|
|
@@ -156,12 +158,14 @@ export default {
|
|
|
156
158
|
"backgroundPressed": "#e0e0e0",
|
|
157
159
|
"backgroundDefault": "#ffffff",
|
|
158
160
|
"backgroundActive": "#0e0044",
|
|
159
|
-
"backgroundDisabled": "#ffffff"
|
|
161
|
+
"backgroundDisabled": "#ffffff",
|
|
162
|
+
"backgroundActivePressed": "#0e0044",
|
|
163
|
+
"backgroundActiveHover": "#3e3369"
|
|
160
164
|
},
|
|
161
165
|
"profile": {
|
|
162
166
|
"border": {
|
|
163
167
|
"turquoise": "#9ee6da",
|
|
164
|
-
"
|
|
168
|
+
"yellow": "#dfaf79",
|
|
165
169
|
"orange": "#ffa166",
|
|
166
170
|
"purple": "#cb98f5",
|
|
167
171
|
"pink": "#f1abc7",
|
|
@@ -171,7 +175,7 @@ export default {
|
|
|
171
175
|
},
|
|
172
176
|
"text": {
|
|
173
177
|
"turquoise": "#0a9a82",
|
|
174
|
-
"
|
|
178
|
+
"yellow": "#c97a20",
|
|
175
179
|
"orange": "#cc4e00",
|
|
176
180
|
"purple": "#a954ef",
|
|
177
181
|
"pink": "#db2c73",
|
|
@@ -189,6 +193,19 @@ export default {
|
|
|
189
193
|
"cobalt": "#e6ecf8",
|
|
190
194
|
"grey": "#f5f5f5"
|
|
191
195
|
}
|
|
196
|
+
},
|
|
197
|
+
"pills": {
|
|
198
|
+
"backgroundDefault": "#ffffff",
|
|
199
|
+
"backgroundHover": "#eeeeee",
|
|
200
|
+
"backgroundPressed": "#e0e0e0",
|
|
201
|
+
"backgroundDisabled": "#ffffff",
|
|
202
|
+
"backgroundActive": "#cef3ed",
|
|
203
|
+
"backgroundActiveHover": "#9ee6da",
|
|
204
|
+
"backgroundActivePressed": "#86e0d1"
|
|
205
|
+
},
|
|
206
|
+
"badge": {
|
|
207
|
+
"backgroundPrimary": "#0e0044",
|
|
208
|
+
"backgroundPink": "#db2c73"
|
|
192
209
|
}
|
|
193
210
|
},
|
|
194
211
|
"primitive": {
|
|
@@ -275,15 +292,14 @@ export default {
|
|
|
275
292
|
"darkBlue": {
|
|
276
293
|
"50": "#e7e6ec",
|
|
277
294
|
"100": "#cfccda",
|
|
278
|
-
"
|
|
279
|
-
"
|
|
280
|
-
"
|
|
281
|
-
"
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
285
|
-
"
|
|
286
|
-
"1000": "#0e0044"
|
|
295
|
+
"150": "#b7b3c7",
|
|
296
|
+
"200": "#9f99b4",
|
|
297
|
+
"250": "#8780a2",
|
|
298
|
+
"300": "#6e668f",
|
|
299
|
+
"350": "#564d7c",
|
|
300
|
+
"400": "#3e3369",
|
|
301
|
+
"450": "#261a57",
|
|
302
|
+
"500": "#0e0044"
|
|
287
303
|
},
|
|
288
304
|
"pink": {
|
|
289
305
|
"50": "#fbeaf1",
|
|
@@ -497,6 +513,13 @@ export default {
|
|
|
497
513
|
"linkColor": "#0e0044",
|
|
498
514
|
"requiredStarColor": "#b40000",
|
|
499
515
|
"incompleteStepColor": "#6e668f"
|
|
516
|
+
},
|
|
517
|
+
"rating": {
|
|
518
|
+
"ratingExcellent": "#38a06c",
|
|
519
|
+
"ratingGood": "#6ac233",
|
|
520
|
+
"ratingAverage": "#ffb700",
|
|
521
|
+
"ratingFair": "#ff6200",
|
|
522
|
+
"ratingPoor": "#b40000"
|
|
500
523
|
}
|
|
501
524
|
}
|
|
502
525
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tenancy.nz/tokens",
|
|
3
3
|
"description": "Design tokens for TPS UI — synced from Figma Token Studio, compiled with Style Dictionary.",
|
|
4
|
-
"version": "1.9.
|
|
4
|
+
"version": "1.9.2",
|
|
5
5
|
"author": "TPS <https://www.tenancy.co.nz>",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": [
|