@tenancy.nz/tokens 1.9.5 → 1.9.7
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 +7 -1
- package/dist/cjs/light.cjs +7 -1
- package/dist/css/dark.css +4 -0
- package/dist/css/light.css +4 -0
- package/dist/css/tokens.css +8 -0
- package/dist/esm/dark.js +7 -1
- package/dist/esm/light.js +7 -1
- package/package.json +1 -1
package/dist/cjs/dark.cjs
CHANGED
|
@@ -121,7 +121,10 @@ module.exports = {
|
|
|
121
121
|
"backgroundPressed": "#eeeeee",
|
|
122
122
|
"backgroundHover": "#fafafa",
|
|
123
123
|
"backgroundDisabled": "#ffffff",
|
|
124
|
-
"backgroundDefault": "#ffffff"
|
|
124
|
+
"backgroundDefault": "#ffffff",
|
|
125
|
+
"backgroundErrorDefault": "#fce6e6",
|
|
126
|
+
"backgroundErrorHover": "#f9cccc",
|
|
127
|
+
"backgroundErrorPressed": "#ffffff"
|
|
125
128
|
},
|
|
126
129
|
"secondary": {
|
|
127
130
|
"backgroundDefault": "#fafafa",
|
|
@@ -520,6 +523,9 @@ module.exports = {
|
|
|
520
523
|
"ratingAverage": "#ffb700",
|
|
521
524
|
"ratingFair": "#ff6200",
|
|
522
525
|
"ratingPoor": "#b40000"
|
|
526
|
+
},
|
|
527
|
+
"highlight": {
|
|
528
|
+
"background": "#ffe0cc"
|
|
523
529
|
}
|
|
524
530
|
}
|
|
525
531
|
};
|
package/dist/cjs/light.cjs
CHANGED
|
@@ -121,7 +121,10 @@ module.exports = {
|
|
|
121
121
|
"backgroundPressed": "#eeeeee",
|
|
122
122
|
"backgroundHover": "#fafafa",
|
|
123
123
|
"backgroundDisabled": "#ffffff",
|
|
124
|
-
"backgroundDefault": "#ffffff"
|
|
124
|
+
"backgroundDefault": "#ffffff",
|
|
125
|
+
"backgroundErrorDefault": "#fce6e6",
|
|
126
|
+
"backgroundErrorHover": "#f9cccc",
|
|
127
|
+
"backgroundErrorPressed": "#ffffff"
|
|
125
128
|
},
|
|
126
129
|
"secondary": {
|
|
127
130
|
"backgroundDefault": "#fafafa",
|
|
@@ -520,6 +523,9 @@ module.exports = {
|
|
|
520
523
|
"ratingAverage": "#ffb700",
|
|
521
524
|
"ratingFair": "#ff6200",
|
|
522
525
|
"ratingPoor": "#b40000"
|
|
526
|
+
},
|
|
527
|
+
"highlight": {
|
|
528
|
+
"background": "#ffe0cc"
|
|
523
529
|
}
|
|
524
530
|
}
|
|
525
531
|
};
|
package/dist/css/dark.css
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
--partner-tag-border-realestate: #0098ff;
|
|
8
8
|
--partner-tag-border-oneroof: #ff8500;
|
|
9
9
|
--partner-tag-border-allhouse: #000000;
|
|
10
|
+
--interactive-surface-primary-background-error-pressed: #ffffff;
|
|
10
11
|
--color-orange-500: #cc4e00;
|
|
11
12
|
--color-orange-50: #ffefe6;
|
|
12
13
|
--color-orange-100: #ffe0cc;
|
|
@@ -292,6 +293,8 @@
|
|
|
292
293
|
--partner-tag-border-tenant-portal: var(--color-turquoise-500);
|
|
293
294
|
--interactive-surface-primary-background-pressed: var(--color-grey-200);
|
|
294
295
|
--interactive-surface-primary-background-hover: var(--color-grey-50);
|
|
296
|
+
--interactive-surface-primary-background-error-default: var(--color-red-50);
|
|
297
|
+
--interactive-surface-primary-background-error-hover: var(--color-red-100);
|
|
295
298
|
--interactive-surface-secondary-background-default: var(--color-grey-50);
|
|
296
299
|
--interactive-surface-secondary-background-hover: var(--color-grey-100);
|
|
297
300
|
--interactive-surface-secondary-background-pressed: var(--color-grey-200);
|
|
@@ -401,6 +404,7 @@
|
|
|
401
404
|
--rating-average: var(--color-mango-400);
|
|
402
405
|
--rating-fair: var(--color-orange-400);
|
|
403
406
|
--rating-poor: var(--color-red-500);
|
|
407
|
+
--highlight-background: var(--color-orange-100);
|
|
404
408
|
--button-secondary-border-disabled-color: var(--border-medium-color);
|
|
405
409
|
--button-destructive-outline-border-disabled-color: var(--border-medium-color);
|
|
406
410
|
--interactive-surface-primary-background-disabled: var(--surface-background-1);
|
package/dist/css/light.css
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
--partner-tag-border-realestate: #0098ff;
|
|
8
8
|
--partner-tag-border-oneroof: #ff8500;
|
|
9
9
|
--partner-tag-border-allhouse: #000000;
|
|
10
|
+
--interactive-surface-primary-background-error-pressed: #ffffff;
|
|
10
11
|
--color-orange-500: #cc4e00;
|
|
11
12
|
--color-orange-50: #ffefe6;
|
|
12
13
|
--color-orange-100: #ffe0cc;
|
|
@@ -292,6 +293,8 @@
|
|
|
292
293
|
--partner-tag-border-tenant-portal: var(--color-turquoise-500);
|
|
293
294
|
--interactive-surface-primary-background-pressed: var(--color-grey-200);
|
|
294
295
|
--interactive-surface-primary-background-hover: var(--color-grey-50);
|
|
296
|
+
--interactive-surface-primary-background-error-default: var(--color-red-50);
|
|
297
|
+
--interactive-surface-primary-background-error-hover: var(--color-red-100);
|
|
295
298
|
--interactive-surface-secondary-background-default: var(--color-grey-50);
|
|
296
299
|
--interactive-surface-secondary-background-hover: var(--color-grey-100);
|
|
297
300
|
--interactive-surface-secondary-background-pressed: var(--color-grey-200);
|
|
@@ -401,6 +404,7 @@
|
|
|
401
404
|
--rating-average: var(--color-mango-400);
|
|
402
405
|
--rating-fair: var(--color-orange-400);
|
|
403
406
|
--rating-poor: var(--color-red-500);
|
|
407
|
+
--highlight-background: var(--color-orange-100);
|
|
404
408
|
--button-secondary-border-disabled-color: var(--border-medium-color);
|
|
405
409
|
--button-destructive-outline-border-disabled-color: var(--border-medium-color);
|
|
406
410
|
--interactive-surface-primary-background-disabled: var(--surface-background-1);
|
package/dist/css/tokens.css
CHANGED
|
@@ -7,6 +7,7 @@
|
|
|
7
7
|
--partner-tag-border-realestate: #0098ff;
|
|
8
8
|
--partner-tag-border-oneroof: #ff8500;
|
|
9
9
|
--partner-tag-border-allhouse: #000000;
|
|
10
|
+
--interactive-surface-primary-background-error-pressed: #ffffff;
|
|
10
11
|
--color-orange-500: #cc4e00;
|
|
11
12
|
--color-orange-50: #ffefe6;
|
|
12
13
|
--color-orange-100: #ffe0cc;
|
|
@@ -292,6 +293,8 @@
|
|
|
292
293
|
--partner-tag-border-tenant-portal: var(--color-turquoise-500);
|
|
293
294
|
--interactive-surface-primary-background-pressed: var(--color-grey-200);
|
|
294
295
|
--interactive-surface-primary-background-hover: var(--color-grey-50);
|
|
296
|
+
--interactive-surface-primary-background-error-default: var(--color-red-50);
|
|
297
|
+
--interactive-surface-primary-background-error-hover: var(--color-red-100);
|
|
295
298
|
--interactive-surface-secondary-background-default: var(--color-grey-50);
|
|
296
299
|
--interactive-surface-secondary-background-hover: var(--color-grey-100);
|
|
297
300
|
--interactive-surface-secondary-background-pressed: var(--color-grey-200);
|
|
@@ -401,6 +404,7 @@
|
|
|
401
404
|
--rating-average: var(--color-mango-400);
|
|
402
405
|
--rating-fair: var(--color-orange-400);
|
|
403
406
|
--rating-poor: var(--color-red-500);
|
|
407
|
+
--highlight-background: var(--color-orange-100);
|
|
404
408
|
--button-secondary-border-disabled-color: var(--border-medium-color);
|
|
405
409
|
--button-destructive-outline-border-disabled-color: var(--border-medium-color);
|
|
406
410
|
--interactive-surface-primary-background-disabled: var(--surface-background-1);
|
|
@@ -429,6 +433,7 @@
|
|
|
429
433
|
--partner-tag-border-realestate: #0098ff;
|
|
430
434
|
--partner-tag-border-oneroof: #ff8500;
|
|
431
435
|
--partner-tag-border-allhouse: #000000;
|
|
436
|
+
--interactive-surface-primary-background-error-pressed: #ffffff;
|
|
432
437
|
--color-orange-500: #cc4e00;
|
|
433
438
|
--color-orange-50: #ffefe6;
|
|
434
439
|
--color-orange-100: #ffe0cc;
|
|
@@ -714,6 +719,8 @@
|
|
|
714
719
|
--partner-tag-border-tenant-portal: var(--color-turquoise-500);
|
|
715
720
|
--interactive-surface-primary-background-pressed: var(--color-grey-200);
|
|
716
721
|
--interactive-surface-primary-background-hover: var(--color-grey-50);
|
|
722
|
+
--interactive-surface-primary-background-error-default: var(--color-red-50);
|
|
723
|
+
--interactive-surface-primary-background-error-hover: var(--color-red-100);
|
|
717
724
|
--interactive-surface-secondary-background-default: var(--color-grey-50);
|
|
718
725
|
--interactive-surface-secondary-background-hover: var(--color-grey-100);
|
|
719
726
|
--interactive-surface-secondary-background-pressed: var(--color-grey-200);
|
|
@@ -823,6 +830,7 @@
|
|
|
823
830
|
--rating-average: var(--color-mango-400);
|
|
824
831
|
--rating-fair: var(--color-orange-400);
|
|
825
832
|
--rating-poor: var(--color-red-500);
|
|
833
|
+
--highlight-background: var(--color-orange-100);
|
|
826
834
|
--button-secondary-border-disabled-color: var(--border-medium-color);
|
|
827
835
|
--button-destructive-outline-border-disabled-color: var(--border-medium-color);
|
|
828
836
|
--interactive-surface-primary-background-disabled: var(--surface-background-1);
|
package/dist/esm/dark.js
CHANGED
|
@@ -121,7 +121,10 @@ export default {
|
|
|
121
121
|
"backgroundPressed": "#eeeeee",
|
|
122
122
|
"backgroundHover": "#fafafa",
|
|
123
123
|
"backgroundDisabled": "#ffffff",
|
|
124
|
-
"backgroundDefault": "#ffffff"
|
|
124
|
+
"backgroundDefault": "#ffffff",
|
|
125
|
+
"backgroundErrorDefault": "#fce6e6",
|
|
126
|
+
"backgroundErrorHover": "#f9cccc",
|
|
127
|
+
"backgroundErrorPressed": "#ffffff"
|
|
125
128
|
},
|
|
126
129
|
"secondary": {
|
|
127
130
|
"backgroundDefault": "#fafafa",
|
|
@@ -520,6 +523,9 @@ export default {
|
|
|
520
523
|
"ratingAverage": "#ffb700",
|
|
521
524
|
"ratingFair": "#ff6200",
|
|
522
525
|
"ratingPoor": "#b40000"
|
|
526
|
+
},
|
|
527
|
+
"highlight": {
|
|
528
|
+
"background": "#ffe0cc"
|
|
523
529
|
}
|
|
524
530
|
}
|
|
525
531
|
};
|
package/dist/esm/light.js
CHANGED
|
@@ -121,7 +121,10 @@ export default {
|
|
|
121
121
|
"backgroundPressed": "#eeeeee",
|
|
122
122
|
"backgroundHover": "#fafafa",
|
|
123
123
|
"backgroundDisabled": "#ffffff",
|
|
124
|
-
"backgroundDefault": "#ffffff"
|
|
124
|
+
"backgroundDefault": "#ffffff",
|
|
125
|
+
"backgroundErrorDefault": "#fce6e6",
|
|
126
|
+
"backgroundErrorHover": "#f9cccc",
|
|
127
|
+
"backgroundErrorPressed": "#ffffff"
|
|
125
128
|
},
|
|
126
129
|
"secondary": {
|
|
127
130
|
"backgroundDefault": "#fafafa",
|
|
@@ -520,6 +523,9 @@ export default {
|
|
|
520
523
|
"ratingAverage": "#ffb700",
|
|
521
524
|
"ratingFair": "#ff6200",
|
|
522
525
|
"ratingPoor": "#b40000"
|
|
526
|
+
},
|
|
527
|
+
"highlight": {
|
|
528
|
+
"background": "#ffe0cc"
|
|
523
529
|
}
|
|
524
530
|
}
|
|
525
531
|
};
|
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.7",
|
|
5
5
|
"author": "TPS <https://www.tenancy.co.nz>",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"sideEffects": [
|