@vellira-ui/tokens 2.60.0 → 2.62.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.
- package/dist/css/tokens.css +5 -2
- package/dist/dark/semantic/surface.d.ts +2 -1
- package/dist/dark/semantic/surface.d.ts.map +1 -1
- package/dist/dark/semantic/surface.js +2 -1
- package/dist/generated/token-types.d.ts +4 -4
- package/dist/generated/token-types.d.ts.map +1 -1
- package/dist/generated/token-types.js +4 -0
- package/dist/highContrast/semantic/surface.d.ts +2 -1
- package/dist/highContrast/semantic/surface.d.ts.map +1 -1
- package/dist/highContrast/semantic/surface.js +2 -1
- package/dist/light/semantic/surface.d.ts +1 -0
- package/dist/light/semantic/surface.d.ts.map +1 -1
- package/dist/light/semantic/surface.js +1 -0
- package/package.json +1 -1
package/dist/css/tokens.css
CHANGED
|
@@ -342,6 +342,7 @@
|
|
|
342
342
|
--status-info-border: #0369A1;
|
|
343
343
|
--status-info-ring: #0369A1;
|
|
344
344
|
--status-info-strong: #082F49;
|
|
345
|
+
--surface-canvas: #FAF8FF;
|
|
345
346
|
--surface-default: #FAF8FF;
|
|
346
347
|
--surface-muted: #F4F1FB;
|
|
347
348
|
--surface-subtle: #FDFCFF;
|
|
@@ -2597,11 +2598,12 @@
|
|
|
2597
2598
|
--status-info-border: #7DD3FC;
|
|
2598
2599
|
--status-info-ring: #FB7185;
|
|
2599
2600
|
--status-info-strong: #0369A1;
|
|
2601
|
+
--surface-canvas: #000000;
|
|
2600
2602
|
--surface-default: #181521;
|
|
2601
2603
|
--surface-muted: #231F31;
|
|
2602
2604
|
--surface-subtle: #242034;
|
|
2603
2605
|
--surface-elevated: #2F2A42;
|
|
2604
|
-
--surface-background: #
|
|
2606
|
+
--surface-background: #181521;
|
|
2605
2607
|
--surface-hover: #2F2A42;
|
|
2606
2608
|
--surface-active: #3D3754;
|
|
2607
2609
|
--surface-pressed: #4F4867;
|
|
@@ -4863,11 +4865,12 @@
|
|
|
4863
4865
|
--status-info-border: #7DD3FC;
|
|
4864
4866
|
--status-info-ring: #7DD3FC;
|
|
4865
4867
|
--status-info-strong: #BAE6FD;
|
|
4868
|
+
--surface-canvas: #000000;
|
|
4866
4869
|
--surface-default: #000000;
|
|
4867
4870
|
--surface-muted: #111827;
|
|
4868
4871
|
--surface-subtle: #1F2937;
|
|
4869
4872
|
--surface-elevated: #374151;
|
|
4870
|
-
--surface-background: #
|
|
4873
|
+
--surface-background: #0B1120;
|
|
4871
4874
|
--surface-hover: #374151;
|
|
4872
4875
|
--surface-active: #374151;
|
|
4873
4876
|
--surface-pressed: #4B5563;
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
export declare const surface: {
|
|
2
|
+
readonly canvas: "#000000";
|
|
2
3
|
readonly default: "#181521";
|
|
3
4
|
readonly muted: "#231F31";
|
|
4
5
|
readonly subtle: "#242034";
|
|
5
6
|
readonly elevated: "#2F2A42";
|
|
6
|
-
readonly background: "#
|
|
7
|
+
readonly background: "#181521";
|
|
7
8
|
readonly hover: "#2F2A42";
|
|
8
9
|
readonly active: "#3D3754";
|
|
9
10
|
readonly pressed: "#4F4867";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"surface.d.ts","sourceRoot":"","sources":["../../../src/dark/semantic/surface.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"surface.d.ts","sourceRoot":"","sources":["../../../src/dark/semantic/surface.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO;;;;;;;;;;;;;CAgBV,CAAC"}
|
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
import { colors } from '../../primitives/colors.js';
|
|
2
2
|
import { withAlpha } from '../../utils/color.js';
|
|
3
3
|
export const surface = {
|
|
4
|
+
canvas: colors.mono[950],
|
|
4
5
|
default: colors.vellira[950],
|
|
5
6
|
muted: colors.vellira[900],
|
|
6
7
|
subtle: colors.vellira[850],
|
|
7
8
|
elevated: colors.vellira[800],
|
|
8
|
-
background: colors.vellira[
|
|
9
|
+
background: colors.vellira[950],
|
|
9
10
|
hover: colors.vellira[800],
|
|
10
11
|
active: colors.vellira[700],
|
|
11
12
|
pressed: colors.vellira[600],
|