@esri/calcite-design-tokens 1.0.0-beta.0 → 1.0.0-beta.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.
@@ -1,16 +1,47 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Thu, 04 May 2023 18:48:24 GMT
3
+ * Generated on Wed, 10 May 2023 16:55:06 GMT
4
4
  */
5
5
 
6
+
7
+ $ui-brand-light: #007ac2;
8
+ $ui-brand-hover-light: #00619b;
9
+ $ui-brand-press-light: #004874;
10
+ $ui-background-light: #f8f8f8;
11
+ $ui-foreground-1-light: #ffffff;
12
+ $ui-foreground-2-light: #f3f3f3;
13
+ $ui-foreground-3-light: #eaeaea;
14
+ $ui-text-1-light: #151515;
15
+ $ui-text-2-light: #4a4a4a;
16
+ $ui-text-3-light: #6a6a6a;
17
+ $ui-text-inverse-light: #ffffff;
18
+ $ui-text-link-light: #00619b;
19
+ $ui-border-1-light: #cacaca;
20
+ $ui-border-2-light: #d4d4d4;
21
+ $ui-border-3-light: #dfdfdf;
22
+ $ui-border-input-light: #949494;
23
+ $ui-info-light: #00619b;
24
+ $ui-info-hover-light: #004874;
25
+ $ui-info-press-light: #00304d;
26
+ $ui-success-light: #35ac46;
27
+ $ui-success-hover-light: #288835;
28
+ $ui-success-press-light: #1a6324;
29
+ $ui-warning-light: #edd317;
30
+ $ui-warning-hover-light: #d9bc00;
31
+ $ui-warning-press-light: #bfa200;
32
+ $ui-danger-light: #d83020;
33
+ $ui-danger-hover-light: #a82b1e;
34
+ $ui-danger-press-light: #7c1d13;
35
+ $ui-inverse-light: #353535;
36
+
6
37
  @mixin calcite-theme-light() {
7
38
  --calcite-ui-brand: #007ac2;
8
39
  --calcite-ui-brand-hover: #00619b;
9
40
  --calcite-ui-brand-press: #004874;
10
- --calcite-ui-background-1: #f8f8f8;
41
+ --calcite-ui-background: #f8f8f8;
11
42
  --calcite-ui-foreground-1: #ffffff;
12
43
  --calcite-ui-foreground-2: #f3f3f3;
13
- --calcite-ui-foreground-3: #c7eaff;
44
+ --calcite-ui-foreground-3: #eaeaea;
14
45
  --calcite-ui-text-1: #151515;
15
46
  --calcite-ui-text-2: #4a4a4a;
16
47
  --calcite-ui-text-3: #6a6a6a;
@@ -504,4 +535,4 @@
504
535
  --calcite-ui-component-fab-border-neutral-solid: #353535;
505
536
  --calcite-ui-component-fab-border-danger-outline-fill: #d83020;
506
537
  --calcite-ui-component-fab-border-danger-solid: #d83020;
507
- }
538
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@esri/calcite-design-tokens",
3
- "version": "1.0.0-beta.0",
3
+ "version": "1.0.0-beta.2",
4
4
  "description": "Esri's Calcite Design System Tokens",
5
5
  "homepage": "https://github.com/Esri/calcite-design-tokens",
6
6
  "keywords": [
@@ -33,7 +33,7 @@
33
33
  },
34
34
  "repository": {
35
35
  "type": "git",
36
- "url": "git://github.com/Esri/calcite-styles.git"
36
+ "url": "git://github.com/Esri/calcite-design-tokens.git"
37
37
  },
38
38
  "author": {
39
39
  "name": "Esri"
@@ -62,7 +62,7 @@
62
62
  ],
63
63
  "license": "SEE LICENSE IN README.md",
64
64
  "bugs": {
65
- "url": "https://github.com/esri/calcite-design-tokens/issues"
65
+ "url": "https://github.com/Esri/calcite-design-tokens/issues"
66
66
  },
67
67
  "scripts": {
68
68
  "build:tokens": "node bin/run.js",