@instructure/ui-theme-tokens 10.0.1-snapshot-13 → 10.1.1-snapshot-4973
Sign up to get free protection for your applications and to get access to all the features.
- package/CHANGELOG.md +16 -2
- package/es/index.js +1 -3
- package/lib/index.js +4 -5
- package/package.json +3 -5
- package/src/index.ts +1 -3
- package/tokens/canvas/scss/_variables.scss +90 -0
- package/tokens/canvas/source.json +1 -1
- package/tokens/canvas-high-contrast/scss/_variables.scss +90 -0
- package/tokens/canvas-high-contrast/source.json +1 -1
- package/tsconfig.build.json +1 -7
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/index.d.ts +1 -3
- package/types/index.d.ts.map +1 -1
- package/es/canvas/borders.js +0 -45
- package/es/canvas/breakpoints.js +0 -57
- package/es/canvas/colors.js +0 -60
- package/es/canvas/forms.js +0 -31
- package/es/canvas/index.js +0 -48
- package/es/canvas/media.js +0 -32
- package/es/canvas/shadows.js +0 -36
- package/es/canvas/spacing.js +0 -45
- package/es/canvas/stacking.js +0 -32
- package/es/canvas/transitions.js +0 -30
- package/es/canvas/typography.js +0 -54
- package/es/canvasHighContrast/colors.js +0 -60
- package/es/canvasHighContrast/index.js +0 -32
- package/es/common/colors/index.js +0 -29
- package/es/common/colors/primitves.js +0 -61
- package/es/utils/getUIColors.js +0 -48
- package/lib/canvas/borders.js +0 -50
- package/lib/canvas/breakpoints.js +0 -62
- package/lib/canvas/colors.js +0 -66
- package/lib/canvas/forms.js +0 -36
- package/lib/canvas/index.js +0 -53
- package/lib/canvas/media.js +0 -37
- package/lib/canvas/shadows.js +0 -41
- package/lib/canvas/spacing.js +0 -50
- package/lib/canvas/stacking.js +0 -37
- package/lib/canvas/transitions.js +0 -35
- package/lib/canvas/typography.js +0 -59
- package/lib/canvasHighContrast/colors.js +0 -66
- package/lib/canvasHighContrast/index.js +0 -37
- package/lib/common/colors/index.js +0 -36
- package/lib/common/colors/primitves.js +0 -67
- package/lib/utils/getUIColors.js +0 -55
- package/src/canvas/borders.ts +0 -42
- package/src/canvas/breakpoints.ts +0 -54
- package/src/canvas/colors.ts +0 -66
- package/src/canvas/forms.ts +0 -34
- package/src/canvas/index.ts +0 -50
- package/src/canvas/media.ts +0 -35
- package/src/canvas/shadows.ts +0 -45
- package/src/canvas/spacing.ts +0 -40
- package/src/canvas/stacking.ts +0 -34
- package/src/canvas/transitions.ts +0 -33
- package/src/canvas/typography.ts +0 -53
- package/src/canvasHighContrast/colors.ts +0 -66
- package/src/canvasHighContrast/index.ts +0 -34
- package/src/common/colors/index.ts +0 -31
- package/src/common/colors/primitves.ts +0 -69
- package/src/utils/getUIColors.ts +0 -54
- package/types/canvas/borders.d.ts +0 -5
- package/types/canvas/borders.d.ts.map +0 -1
- package/types/canvas/breakpoints.d.ts +0 -5
- package/types/canvas/breakpoints.d.ts.map +0 -1
- package/types/canvas/colors.d.ts +0 -5
- package/types/canvas/colors.d.ts.map +0 -1
- package/types/canvas/forms.d.ts +0 -5
- package/types/canvas/forms.d.ts.map +0 -1
- package/types/canvas/index.d.ts +0 -15
- package/types/canvas/index.d.ts.map +0 -1
- package/types/canvas/media.d.ts +0 -5
- package/types/canvas/media.d.ts.map +0 -1
- package/types/canvas/shadows.d.ts +0 -5
- package/types/canvas/shadows.d.ts.map +0 -1
- package/types/canvas/spacing.d.ts +0 -5
- package/types/canvas/spacing.d.ts.map +0 -1
- package/types/canvas/stacking.d.ts +0 -5
- package/types/canvas/stacking.d.ts.map +0 -1
- package/types/canvas/transitions.d.ts +0 -5
- package/types/canvas/transitions.d.ts.map +0 -1
- package/types/canvas/typography.d.ts +0 -5
- package/types/canvas/typography.d.ts.map +0 -1
- package/types/canvasHighContrast/colors.d.ts +0 -9
- package/types/canvasHighContrast/colors.d.ts.map +0 -1
- package/types/canvasHighContrast/index.d.ts +0 -19
- package/types/canvasHighContrast/index.d.ts.map +0 -1
- package/types/common/colors/index.d.ts +0 -5
- package/types/common/colors/index.d.ts.map +0 -1
- package/types/common/colors/primitves.d.ts +0 -4
- package/types/common/colors/primitves.d.ts.map +0 -1
- package/types/utils/getUIColors.d.ts +0 -4
- package/types/utils/getUIColors.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
@@ -3,9 +3,23 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
-
## [10.
|
6
|
+
## [10.1.1-snapshot-4973](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.1-snapshot-4973) (2024-08-23)
|
7
7
|
|
8
|
-
|
8
|
+
|
9
|
+
### Features
|
10
|
+
|
11
|
+
* **many:** add data visualization colors, refactor theme code ([c395e17](https://github.com/instructure/instructure-ui/commit/c395e17a43be9fd7ec9d6854f28ae8584c3667bc))
|
12
|
+
|
13
|
+
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
# [10.1.0](https://github.com/instructure/instructure-ui/compare/v10.0.0...v10.1.0) (2024-08-23)
|
18
|
+
|
19
|
+
|
20
|
+
### Features
|
21
|
+
|
22
|
+
* **many:** add data visualization colors, refactor theme code ([c395e17](https://github.com/instructure/instructure-ui/commit/c395e17a43be9fd7ec9d6854f28ae8584c3667bc))
|
9
23
|
|
10
24
|
|
11
25
|
|
package/es/index.js
CHANGED
@@ -22,7 +22,5 @@
|
|
22
22
|
* SOFTWARE.
|
23
23
|
*/
|
24
24
|
|
25
|
-
import { canvas } from '
|
26
|
-
import { canvasHighContrast } from './canvasHighContrast';
|
27
|
-
import primitives from './common/colors/primitves';
|
25
|
+
import { canvas, canvasHighContrast, primitives } from '@instructure/ui-themes';
|
28
26
|
export { canvas, canvasHighContrast, primitives };
|
package/lib/index.js
CHANGED
@@ -1,6 +1,5 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
Object.defineProperty(exports, "__esModule", {
|
5
4
|
value: true
|
6
5
|
});
|
@@ -19,9 +18,9 @@ Object.defineProperty(exports, "canvasHighContrast", {
|
|
19
18
|
Object.defineProperty(exports, "primitives", {
|
20
19
|
enumerable: true,
|
21
20
|
get: function () {
|
22
|
-
return
|
21
|
+
return _primitives.primitives;
|
23
22
|
}
|
24
23
|
});
|
25
|
-
var _canvas = require("
|
26
|
-
var _canvasHighContrast = require("
|
27
|
-
var
|
24
|
+
var _canvas = require("@instructure/ui-themes/lib/themes/canvas");
|
25
|
+
var _canvasHighContrast = require("@instructure/ui-themes/lib/themes/canvasHighContrast");
|
26
|
+
var _primitives = require("@instructure/ui-themes/lib/sharedThemeTokens/colors/primitives.js");
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@instructure/ui-theme-tokens",
|
3
|
-
"version": "10.
|
3
|
+
"version": "10.1.1-snapshot-4973",
|
4
4
|
"description": "Cross-platform theme tokens for Instructure products",
|
5
5
|
"author": "Instructure, Inc. Engineering and Product Design",
|
6
6
|
"module": "./es/index.js",
|
@@ -22,13 +22,11 @@
|
|
22
22
|
},
|
23
23
|
"license": "MIT",
|
24
24
|
"devDependencies": {
|
25
|
-
"@instructure/ui-babel-preset": "10.
|
26
|
-
"@instructure/ui-color-utils": "10.0.1-snapshot-13",
|
27
|
-
"@instructure/ui-test-utils": "10.0.1-snapshot-13"
|
25
|
+
"@instructure/ui-babel-preset": "10.1.1-snapshot-4973"
|
28
26
|
},
|
29
27
|
"dependencies": {
|
30
28
|
"@babel/runtime": "^7.24.5",
|
31
|
-
"@instructure/
|
29
|
+
"@instructure/ui-themes": "10.1.1-snapshot-4973"
|
32
30
|
},
|
33
31
|
"publishConfig": {
|
34
32
|
"access": "public"
|
package/src/index.ts
CHANGED
@@ -22,8 +22,6 @@
|
|
22
22
|
* SOFTWARE.
|
23
23
|
*/
|
24
24
|
|
25
|
-
import { canvas } from '
|
26
|
-
import { canvasHighContrast } from './canvasHighContrast'
|
27
|
-
import primitives from './common/colors/primitves'
|
25
|
+
import { canvas, canvasHighContrast, primitives } from '@instructure/ui-themes'
|
28
26
|
|
29
27
|
export { canvas, canvasHighContrast, primitives }
|
@@ -59,3 +59,93 @@ $instui-canvas-stacking-topmost: 9999;
|
|
59
59
|
$instui-canvas-stacking-above: 1;
|
60
60
|
$instui-canvas-stacking-below: -1;
|
61
61
|
$instui-canvas-stacking-deepest: -9999;
|
62
|
+
$instui-canvas-colors-primitives-white: #FFFFFF;
|
63
|
+
$instui-canvas-colors-primitives-white10op75: #FFFFFFBF;
|
64
|
+
$instui-canvas-colors-primitives-grey11: #F2F4F4;
|
65
|
+
$instui-canvas-colors-primitives-grey12: #E8EAEC;
|
66
|
+
$instui-canvas-colors-primitives-grey14: #D7DADE;
|
67
|
+
$instui-canvas-colors-primitives-grey24: #9EA6AD;
|
68
|
+
$instui-canvas-colors-primitives-grey45: #6A7883;
|
69
|
+
$instui-canvas-colors-primitives-grey57: #586874;
|
70
|
+
$instui-canvas-colors-primitives-grey70: #4A5B68;
|
71
|
+
$instui-canvas-colors-primitives-grey82: #3F515E;
|
72
|
+
$instui-canvas-colors-primitives-grey100: #334451;
|
73
|
+
$instui-canvas-colors-primitives-grey100op75: #334451BF;
|
74
|
+
$instui-canvas-colors-primitives-grey125: #273540;
|
75
|
+
$instui-canvas-colors-primitives-blue12: #E0EBF5;
|
76
|
+
$instui-canvas-colors-primitives-blue45: #2B7ABC;
|
77
|
+
$instui-canvas-colors-primitives-blue57: #0E68B3;
|
78
|
+
$instui-canvas-colors-primitives-blue70: #0A5A9E;
|
79
|
+
$instui-canvas-colors-primitives-blue82: #09508C;
|
80
|
+
$instui-canvas-colors-primitives-green12: #DCEEE4;
|
81
|
+
$instui-canvas-colors-primitives-green45: #03893D;
|
82
|
+
$instui-canvas-colors-primitives-green57: #027634;
|
83
|
+
$instui-canvas-colors-primitives-green70: #02672D;
|
84
|
+
$instui-canvas-colors-primitives-green82: #015B28;
|
85
|
+
$instui-canvas-colors-primitives-orange12: #FCE5D9;
|
86
|
+
$instui-canvas-colors-primitives-orange30: #F06E26;
|
87
|
+
$instui-canvas-colors-primitives-orange45: #CF4A00;
|
88
|
+
$instui-canvas-colors-primitives-orange57: #B34000;
|
89
|
+
$instui-canvas-colors-primitives-orange70: #9C3800;
|
90
|
+
$instui-canvas-colors-primitives-orange82: #8B3200;
|
91
|
+
$instui-canvas-colors-primitives-red12: #FCE4E5;
|
92
|
+
$instui-canvas-colors-primitives-red45: #E62429;
|
93
|
+
$instui-canvas-colors-primitives-red57: #C71F23;
|
94
|
+
$instui-canvas-colors-primitives-red70: #AE1B1F;
|
95
|
+
$instui-canvas-colors-primitives-red82: #9B181C;
|
96
|
+
$instui-canvas-colors-contrasts-white1010: #FFFFFF;
|
97
|
+
$instui-canvas-colors-contrasts-white1010op75: #FFFFFFBF;
|
98
|
+
$instui-canvas-colors-contrasts-grey1111: #F2F4F4;
|
99
|
+
$instui-canvas-colors-contrasts-grey1214: #E8EAEC;
|
100
|
+
$instui-canvas-colors-contrasts-grey1424: #D7DADE;
|
101
|
+
$instui-canvas-colors-contrasts-grey2424: #9EA6AD;
|
102
|
+
$instui-canvas-colors-contrasts-grey4570: #6A7883;
|
103
|
+
$instui-canvas-colors-contrasts-grey5782: #586874;
|
104
|
+
$instui-canvas-colors-contrasts-grey100100: #334451;
|
105
|
+
$instui-canvas-colors-contrasts-grey100100op75: #334451BF;
|
106
|
+
$instui-canvas-colors-contrasts-grey125125: #273540;
|
107
|
+
$instui-canvas-colors-contrasts-blue1212: #E0EBF5;
|
108
|
+
$instui-canvas-colors-contrasts-blue4570: #2B7ABC;
|
109
|
+
$instui-canvas-colors-contrasts-blue5782: #0E68B3;
|
110
|
+
$instui-canvas-colors-contrasts-green1212: #DCEEE4;
|
111
|
+
$instui-canvas-colors-contrasts-green4570: #03893D;
|
112
|
+
$instui-canvas-colors-contrasts-green5782: #027634;
|
113
|
+
$instui-canvas-colors-contrasts-orange1212: #FCE5D9;
|
114
|
+
$instui-canvas-colors-contrasts-orange3045: #F06E26;
|
115
|
+
$instui-canvas-colors-contrasts-orange4570: #CF4A00;
|
116
|
+
$instui-canvas-colors-contrasts-orange5782: #B34000;
|
117
|
+
$instui-canvas-colors-contrasts-red1212: #FCE4E5;
|
118
|
+
$instui-canvas-colors-contrasts-red4570: #E62429;
|
119
|
+
$instui-canvas-colors-contrasts-red5782: #C71F23;
|
120
|
+
$instui-canvas-colors-ui-surface-page-primary: #FFFFFF;
|
121
|
+
$instui-canvas-colors-ui-surface-page-secondary: #F2F4F4;
|
122
|
+
$instui-canvas-colors-ui-surface-card-primary: #FFFFFF;
|
123
|
+
$instui-canvas-colors-ui-surface-card-secondary: #F2F4F4;
|
124
|
+
$instui-canvas-colors-ui-surface-dark: #334451;
|
125
|
+
$instui-canvas-colors-ui-text-title: #273540;
|
126
|
+
$instui-canvas-colors-ui-text-description: #273540;
|
127
|
+
$instui-canvas-colors-ui-text-body: #273540;
|
128
|
+
$instui-canvas-colors-ui-text-timestamp: #586874;
|
129
|
+
$instui-canvas-colors-ui-text-author: #586874;
|
130
|
+
$instui-canvas-colors-ui-text-datapoint: #586874;
|
131
|
+
$instui-canvas-colors-ui-text-link: #0E68B3;
|
132
|
+
$instui-canvas-colors-ui-text-placeholder: #9EA6AD;
|
133
|
+
$instui-canvas-colors-ui-text-success: #027634;
|
134
|
+
$instui-canvas-colors-ui-text-warning: #B34000;
|
135
|
+
$instui-canvas-colors-ui-text-error: #C71F23;
|
136
|
+
$instui-canvas-colors-ui-line-stroke: #D7DADE;
|
137
|
+
$instui-canvas-colors-ui-line-divider: #E8EAEC;
|
138
|
+
$instui-canvas-colors-ui-surface-overlay-grey: #334451BF;
|
139
|
+
$instui-canvas-colors-ui-surface-overlay-white: #FFFFFFBF;
|
140
|
+
$instui-canvas-colors-ui-surface-attention: #2B7ABC;
|
141
|
+
$instui-canvas-colors-ui-surface-success: #03893D;
|
142
|
+
$instui-canvas-colors-ui-surface-warning: #CF4A00;
|
143
|
+
$instui-canvas-colors-ui-surface-error: #E62429;
|
144
|
+
$instui-canvas-colors-ui-surface-divider: #E8EAEC;
|
145
|
+
$instui-canvas-colors-ui-text-surface-colored: #FFFFFF;
|
146
|
+
$instui-canvas-colors-ui-icon-default: #273540;
|
147
|
+
$instui-canvas-colors-ui-icon-success: #03893D;
|
148
|
+
$instui-canvas-colors-ui-icon-warning: #CF4A00;
|
149
|
+
$instui-canvas-colors-ui-icon-error: #E62429;
|
150
|
+
$instui-canvas-colors-ui-icon-surface-colored: #FFFFFF;
|
151
|
+
$instui-canvas-colors-ui-line-connector: #D7DADE;
|
@@ -1 +1 @@
|
|
1
|
-
{"
|
1
|
+
{"borders":{"radiusSmall":{"value":"0.125rem"},"radiusMedium":{"value":"0.25rem"},"radiusLarge":{"value":"0.5rem"},"widthSmall":{"value":"0.0625rem"},"widthMedium":{"value":"0.125rem"},"widthLarge":{"value":"0.25rem"},"style":{"value":"solid"}},"transitions":{"duration":{"value":"300ms"},"timing":{"value":"ease-in-out"}},"typography":{"fontFamily":{"value":"LatoWeb, Lato, \"Helvetica Neue\", Helvetica, Arial, sans-serif"},"fontFamilyMonospace":{"value":"Menlo, Consolas, Monaco, \"Andale Mono\", monospace"},"fontSizeXSmall":{"value":"0.75rem"},"fontSizeSmall":{"value":"0.875rem"},"fontSizeMedium":{"value":"1rem"},"fontSizeLarge":{"value":"1.375rem"},"fontSizeXLarge":{"value":"1.75rem"},"fontSizeXXLarge":{"value":"2.375rem"},"fontWeightLight":{"value":300},"fontWeightNormal":{"value":400},"fontWeightBold":{"value":700},"lineHeight":{"value":1.5},"lineHeightFit":{"value":1.125},"lineHeightCondensed":{"value":1.25},"lineHeightDouble":{"value":2},"letterSpacingNormal":{"value":0},"letterSpacingCondensed":{"value":"-0.0625rem"},"letterSpacingExpanded":{"value":"0.0625rem"}},"spacing":{"xxxSmall":{"value":"0.125rem"},"xxSmall":{"value":"0.375rem"},"xSmall":{"value":"0.5rem"},"small":{"value":"0.75rem"},"mediumSmall":{"value":"1rem"},"medium":{"value":"1.5rem"},"large":{"value":"2.25rem"},"xLarge":{"value":"3rem"},"xxLarge":{"value":"3.75rem"}},"forms":{"inputHeightSmall":{"value":"1.75rem"},"inputHeightMedium":{"value":"2.375rem"},"inputHeightLarge":{"value":"3rem"}},"breakpoints":{"xxSmall":{"value":"8em"},"xSmall":{"value":"16em"},"small":{"value":"30em"},"medium":{"value":"48em"},"tablet":{"value":"48em"},"large":{"value":"62em"},"desktop":{"value":"64em"},"xLarge":{"value":"75em"},"maxWidth":{"value":"61.9375em"}},"shadows":{"depth1":{"value":"0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1)"},"depth2":{"value":"0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16)"},"depth3":{"value":"0 0.375rem 0.4375rem rgba(0, 0, 0, 0.1), 0 0.625rem 1.75rem rgba(0, 0, 0, 0.25)"},"resting":{"value":"0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1)"},"above":{"value":"0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16)"},"topmost":{"value":"0 0.375rem 0.4375rem rgba(0, 0, 0, 0.1), 0 0.625rem 1.75rem rgba(0, 0, 0, 0.25)"}},"stacking":{"topmost":{"value":9999},"above":{"value":1},"below":{"value":-1},"deepest":{"value":-9999}},"colors":{"primitives":{"white":{"value":"#FFFFFF"},"white10op75":{"value":"#FFFFFFBF"},"grey11":{"value":"#F2F4F4"},"grey12":{"value":"#E8EAEC"},"grey14":{"value":"#D7DADE"},"grey24":{"value":"#9EA6AD"},"grey45":{"value":"#6A7883"},"grey57":{"value":"#586874"},"grey70":{"value":"#4A5B68"},"grey82":{"value":"#3F515E"},"grey100":{"value":"#334451"},"grey100op75":{"value":"#334451BF"},"grey125":{"value":"#273540"},"blue12":{"value":"#E0EBF5"},"blue45":{"value":"#2B7ABC"},"blue57":{"value":"#0E68B3"},"blue70":{"value":"#0A5A9E"},"blue82":{"value":"#09508C"},"green12":{"value":"#DCEEE4"},"green45":{"value":"#03893D"},"green57":{"value":"#027634"},"green70":{"value":"#02672D"},"green82":{"value":"#015B28"},"orange12":{"value":"#FCE5D9"},"orange30":{"value":"#F06E26"},"orange45":{"value":"#CF4A00"},"orange57":{"value":"#B34000"},"orange70":{"value":"#9C3800"},"orange82":{"value":"#8B3200"},"red12":{"value":"#FCE4E5"},"red45":{"value":"#E62429"},"red57":{"value":"#C71F23"},"red70":{"value":"#AE1B1F"},"red82":{"value":"#9B181C"}},"contrasts":{"white1010":{"value":"#FFFFFF"},"white1010op75":{"value":"#FFFFFFBF"},"grey1111":{"value":"#F2F4F4"},"grey1214":{"value":"#E8EAEC"},"grey1424":{"value":"#D7DADE"},"grey2424":{"value":"#9EA6AD"},"grey4570":{"value":"#6A7883"},"grey5782":{"value":"#586874"},"grey100100":{"value":"#334451"},"grey100100op75":{"value":"#334451BF"},"grey125125":{"value":"#273540"},"blue1212":{"value":"#E0EBF5"},"blue4570":{"value":"#2B7ABC"},"blue5782":{"value":"#0E68B3"},"green1212":{"value":"#DCEEE4"},"green4570":{"value":"#03893D"},"green5782":{"value":"#027634"},"orange1212":{"value":"#FCE5D9"},"orange3045":{"value":"#F06E26"},"orange4570":{"value":"#CF4A00"},"orange5782":{"value":"#B34000"},"red1212":{"value":"#FCE4E5"},"red4570":{"value":"#E62429"},"red5782":{"value":"#C71F23"}},"ui":{"surfacePagePrimary":{"value":"#FFFFFF"},"surfacePageSecondary":{"value":"#F2F4F4"},"surfaceCardPrimary":{"value":"#FFFFFF"},"surfaceCardSecondary":{"value":"#F2F4F4"},"surfaceDark":{"value":"#334451"},"textTitle":{"value":"#273540"},"textDescription":{"value":"#273540"},"textBody":{"value":"#273540"},"textTimestamp":{"value":"#586874"},"textAuthor":{"value":"#586874"},"textDatapoint":{"value":"#586874"},"textLink":{"value":"#0E68B3"},"textPlaceholder":{"value":"#9EA6AD"},"textSuccess":{"value":"#027634"},"textWarning":{"value":"#B34000"},"textError":{"value":"#C71F23"},"lineStroke":{"value":"#D7DADE"},"lineDivider":{"value":"#E8EAEC"},"surfaceOverlayGrey":{"value":"#334451BF"},"surfaceOverlayWhite":{"value":"#FFFFFFBF"},"surfaceAttention":{"value":"#2B7ABC"},"surfaceSuccess":{"value":"#03893D"},"surfaceWarning":{"value":"#CF4A00"},"surfaceError":{"value":"#E62429"},"surfaceDivider":{"value":"#E8EAEC"},"textSurfaceColored":{"value":"#FFFFFF"},"iconDefault":{"value":"#273540"},"iconSuccess":{"value":"#03893D"},"iconWarning":{"value":"#CF4A00"},"iconError":{"value":"#E62429"},"iconSurfaceColored":{"value":"#FFFFFF"},"lineConnector":{"value":"#D7DADE"}}}}
|
@@ -59,3 +59,93 @@ $instui-canvas-high-contrast-stacking-topmost: 9999;
|
|
59
59
|
$instui-canvas-high-contrast-stacking-above: 1;
|
60
60
|
$instui-canvas-high-contrast-stacking-below: -1;
|
61
61
|
$instui-canvas-high-contrast-stacking-deepest: -9999;
|
62
|
+
$instui-canvas-high-contrast-colors-primitives-white: #FFFFFF;
|
63
|
+
$instui-canvas-high-contrast-colors-primitives-white10op75: #FFFFFFBF;
|
64
|
+
$instui-canvas-high-contrast-colors-primitives-grey11: #F2F4F4;
|
65
|
+
$instui-canvas-high-contrast-colors-primitives-grey12: #E8EAEC;
|
66
|
+
$instui-canvas-high-contrast-colors-primitives-grey14: #D7DADE;
|
67
|
+
$instui-canvas-high-contrast-colors-primitives-grey24: #9EA6AD;
|
68
|
+
$instui-canvas-high-contrast-colors-primitives-grey45: #6A7883;
|
69
|
+
$instui-canvas-high-contrast-colors-primitives-grey57: #586874;
|
70
|
+
$instui-canvas-high-contrast-colors-primitives-grey70: #4A5B68;
|
71
|
+
$instui-canvas-high-contrast-colors-primitives-grey82: #3F515E;
|
72
|
+
$instui-canvas-high-contrast-colors-primitives-grey100: #334451;
|
73
|
+
$instui-canvas-high-contrast-colors-primitives-grey100op75: #334451BF;
|
74
|
+
$instui-canvas-high-contrast-colors-primitives-grey125: #273540;
|
75
|
+
$instui-canvas-high-contrast-colors-primitives-blue12: #E0EBF5;
|
76
|
+
$instui-canvas-high-contrast-colors-primitives-blue45: #2B7ABC;
|
77
|
+
$instui-canvas-high-contrast-colors-primitives-blue57: #0E68B3;
|
78
|
+
$instui-canvas-high-contrast-colors-primitives-blue70: #0A5A9E;
|
79
|
+
$instui-canvas-high-contrast-colors-primitives-blue82: #09508C;
|
80
|
+
$instui-canvas-high-contrast-colors-primitives-green12: #DCEEE4;
|
81
|
+
$instui-canvas-high-contrast-colors-primitives-green45: #03893D;
|
82
|
+
$instui-canvas-high-contrast-colors-primitives-green57: #027634;
|
83
|
+
$instui-canvas-high-contrast-colors-primitives-green70: #02672D;
|
84
|
+
$instui-canvas-high-contrast-colors-primitives-green82: #015B28;
|
85
|
+
$instui-canvas-high-contrast-colors-primitives-orange12: #FCE5D9;
|
86
|
+
$instui-canvas-high-contrast-colors-primitives-orange30: #F06E26;
|
87
|
+
$instui-canvas-high-contrast-colors-primitives-orange45: #CF4A00;
|
88
|
+
$instui-canvas-high-contrast-colors-primitives-orange57: #B34000;
|
89
|
+
$instui-canvas-high-contrast-colors-primitives-orange70: #9C3800;
|
90
|
+
$instui-canvas-high-contrast-colors-primitives-orange82: #8B3200;
|
91
|
+
$instui-canvas-high-contrast-colors-primitives-red12: #FCE4E5;
|
92
|
+
$instui-canvas-high-contrast-colors-primitives-red45: #E62429;
|
93
|
+
$instui-canvas-high-contrast-colors-primitives-red57: #C71F23;
|
94
|
+
$instui-canvas-high-contrast-colors-primitives-red70: #AE1B1F;
|
95
|
+
$instui-canvas-high-contrast-colors-primitives-red82: #9B181C;
|
96
|
+
$instui-canvas-high-contrast-colors-contrasts-white1010: #FFFFFF;
|
97
|
+
$instui-canvas-high-contrast-colors-contrasts-white1010op75: #FFFFFFBF;
|
98
|
+
$instui-canvas-high-contrast-colors-contrasts-grey1111: #F2F4F4;
|
99
|
+
$instui-canvas-high-contrast-colors-contrasts-grey1214: #D7DADE;
|
100
|
+
$instui-canvas-high-contrast-colors-contrasts-grey1424: #9EA6AD;
|
101
|
+
$instui-canvas-high-contrast-colors-contrasts-grey2424: #9EA6AD;
|
102
|
+
$instui-canvas-high-contrast-colors-contrasts-grey4570: #4A5B68;
|
103
|
+
$instui-canvas-high-contrast-colors-contrasts-grey5782: #3F515E;
|
104
|
+
$instui-canvas-high-contrast-colors-contrasts-grey100100: #334451;
|
105
|
+
$instui-canvas-high-contrast-colors-contrasts-grey100100op75: #334451BF;
|
106
|
+
$instui-canvas-high-contrast-colors-contrasts-grey125125: #273540;
|
107
|
+
$instui-canvas-high-contrast-colors-contrasts-blue1212: #E0EBF5;
|
108
|
+
$instui-canvas-high-contrast-colors-contrasts-blue4570: #0A5A9E;
|
109
|
+
$instui-canvas-high-contrast-colors-contrasts-blue5782: #09508C;
|
110
|
+
$instui-canvas-high-contrast-colors-contrasts-green1212: #DCEEE4;
|
111
|
+
$instui-canvas-high-contrast-colors-contrasts-green4570: #02672D;
|
112
|
+
$instui-canvas-high-contrast-colors-contrasts-green5782: #015B28;
|
113
|
+
$instui-canvas-high-contrast-colors-contrasts-orange1212: #FCE5D9;
|
114
|
+
$instui-canvas-high-contrast-colors-contrasts-orange3045: #CF4A00;
|
115
|
+
$instui-canvas-high-contrast-colors-contrasts-orange4570: #9C3800;
|
116
|
+
$instui-canvas-high-contrast-colors-contrasts-orange5782: #8B3200;
|
117
|
+
$instui-canvas-high-contrast-colors-contrasts-red1212: #FCE4E5;
|
118
|
+
$instui-canvas-high-contrast-colors-contrasts-red4570: #AE1B1F;
|
119
|
+
$instui-canvas-high-contrast-colors-contrasts-red5782: #9B181C;
|
120
|
+
$instui-canvas-high-contrast-colors-ui-surface-page-primary: #FFFFFF;
|
121
|
+
$instui-canvas-high-contrast-colors-ui-surface-page-secondary: #F2F4F4;
|
122
|
+
$instui-canvas-high-contrast-colors-ui-surface-card-primary: #FFFFFF;
|
123
|
+
$instui-canvas-high-contrast-colors-ui-surface-card-secondary: #F2F4F4;
|
124
|
+
$instui-canvas-high-contrast-colors-ui-surface-dark: #334451;
|
125
|
+
$instui-canvas-high-contrast-colors-ui-text-title: #273540;
|
126
|
+
$instui-canvas-high-contrast-colors-ui-text-description: #273540;
|
127
|
+
$instui-canvas-high-contrast-colors-ui-text-body: #273540;
|
128
|
+
$instui-canvas-high-contrast-colors-ui-text-timestamp: #3F515E;
|
129
|
+
$instui-canvas-high-contrast-colors-ui-text-author: #3F515E;
|
130
|
+
$instui-canvas-high-contrast-colors-ui-text-datapoint: #3F515E;
|
131
|
+
$instui-canvas-high-contrast-colors-ui-text-link: #09508C;
|
132
|
+
$instui-canvas-high-contrast-colors-ui-text-placeholder: #9EA6AD;
|
133
|
+
$instui-canvas-high-contrast-colors-ui-text-success: #015B28;
|
134
|
+
$instui-canvas-high-contrast-colors-ui-text-warning: #8B3200;
|
135
|
+
$instui-canvas-high-contrast-colors-ui-text-error: #9B181C;
|
136
|
+
$instui-canvas-high-contrast-colors-ui-line-stroke: #9EA6AD;
|
137
|
+
$instui-canvas-high-contrast-colors-ui-line-divider: #D7DADE;
|
138
|
+
$instui-canvas-high-contrast-colors-ui-surface-overlay-grey: #334451BF;
|
139
|
+
$instui-canvas-high-contrast-colors-ui-surface-overlay-white: #FFFFFFBF;
|
140
|
+
$instui-canvas-high-contrast-colors-ui-surface-attention: #0A5A9E;
|
141
|
+
$instui-canvas-high-contrast-colors-ui-surface-success: #02672D;
|
142
|
+
$instui-canvas-high-contrast-colors-ui-surface-warning: #9C3800;
|
143
|
+
$instui-canvas-high-contrast-colors-ui-surface-error: #AE1B1F;
|
144
|
+
$instui-canvas-high-contrast-colors-ui-surface-divider: #D7DADE;
|
145
|
+
$instui-canvas-high-contrast-colors-ui-text-surface-colored: #FFFFFF;
|
146
|
+
$instui-canvas-high-contrast-colors-ui-icon-default: #273540;
|
147
|
+
$instui-canvas-high-contrast-colors-ui-icon-success: #02672D;
|
148
|
+
$instui-canvas-high-contrast-colors-ui-icon-warning: #9C3800;
|
149
|
+
$instui-canvas-high-contrast-colors-ui-icon-error: #AE1B1F;
|
150
|
+
$instui-canvas-high-contrast-colors-ui-icon-surface-colored: #FFFFFF;
|
151
|
+
$instui-canvas-high-contrast-colors-ui-line-connector: #9EA6AD;
|
@@ -1 +1 @@
|
|
1
|
-
{"
|
1
|
+
{"borders":{"radiusSmall":{"value":"0.125rem"},"radiusMedium":{"value":"0.25rem"},"radiusLarge":{"value":"0.5rem"},"widthSmall":{"value":"0.0625rem"},"widthMedium":{"value":"0.125rem"},"widthLarge":{"value":"0.25rem"},"style":{"value":"solid"}},"transitions":{"duration":{"value":"300ms"},"timing":{"value":"ease-in-out"}},"typography":{"fontFamily":{"value":"LatoWeb, Lato, \"Helvetica Neue\", Helvetica, Arial, sans-serif"},"fontFamilyMonospace":{"value":"Menlo, Consolas, Monaco, \"Andale Mono\", monospace"},"fontSizeXSmall":{"value":"0.75rem"},"fontSizeSmall":{"value":"0.875rem"},"fontSizeMedium":{"value":"1rem"},"fontSizeLarge":{"value":"1.375rem"},"fontSizeXLarge":{"value":"1.75rem"},"fontSizeXXLarge":{"value":"2.375rem"},"fontWeightLight":{"value":300},"fontWeightNormal":{"value":400},"fontWeightBold":{"value":700},"lineHeight":{"value":1.5},"lineHeightFit":{"value":1.125},"lineHeightCondensed":{"value":1.25},"lineHeightDouble":{"value":2},"letterSpacingNormal":{"value":0},"letterSpacingCondensed":{"value":"-0.0625rem"},"letterSpacingExpanded":{"value":"0.0625rem"}},"spacing":{"xxxSmall":{"value":"0.125rem"},"xxSmall":{"value":"0.375rem"},"xSmall":{"value":"0.5rem"},"small":{"value":"0.75rem"},"mediumSmall":{"value":"1rem"},"medium":{"value":"1.5rem"},"large":{"value":"2.25rem"},"xLarge":{"value":"3rem"},"xxLarge":{"value":"3.75rem"}},"forms":{"inputHeightSmall":{"value":"1.75rem"},"inputHeightMedium":{"value":"2.375rem"},"inputHeightLarge":{"value":"3rem"}},"breakpoints":{"xxSmall":{"value":"8em"},"xSmall":{"value":"16em"},"small":{"value":"30em"},"medium":{"value":"48em"},"tablet":{"value":"48em"},"large":{"value":"62em"},"desktop":{"value":"64em"},"xLarge":{"value":"75em"},"maxWidth":{"value":"61.9375em"}},"shadows":{"depth1":{"value":"0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1)"},"depth2":{"value":"0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16)"},"depth3":{"value":"0 0.375rem 0.4375rem rgba(0, 0, 0, 0.1), 0 0.625rem 1.75rem rgba(0, 0, 0, 0.25)"},"resting":{"value":"0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2), 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1)"},"above":{"value":"0 0.1875rem 0.375rem rgba(0, 0, 0, 0.1), 0 0.1875rem 0.375rem rgba(0, 0, 0, 0.16)"},"topmost":{"value":"0 0.375rem 0.4375rem rgba(0, 0, 0, 0.1), 0 0.625rem 1.75rem rgba(0, 0, 0, 0.25)"}},"stacking":{"topmost":{"value":9999},"above":{"value":1},"below":{"value":-1},"deepest":{"value":-9999}},"colors":{"primitives":{"white":{"value":"#FFFFFF"},"white10op75":{"value":"#FFFFFFBF"},"grey11":{"value":"#F2F4F4"},"grey12":{"value":"#E8EAEC"},"grey14":{"value":"#D7DADE"},"grey24":{"value":"#9EA6AD"},"grey45":{"value":"#6A7883"},"grey57":{"value":"#586874"},"grey70":{"value":"#4A5B68"},"grey82":{"value":"#3F515E"},"grey100":{"value":"#334451"},"grey100op75":{"value":"#334451BF"},"grey125":{"value":"#273540"},"blue12":{"value":"#E0EBF5"},"blue45":{"value":"#2B7ABC"},"blue57":{"value":"#0E68B3"},"blue70":{"value":"#0A5A9E"},"blue82":{"value":"#09508C"},"green12":{"value":"#DCEEE4"},"green45":{"value":"#03893D"},"green57":{"value":"#027634"},"green70":{"value":"#02672D"},"green82":{"value":"#015B28"},"orange12":{"value":"#FCE5D9"},"orange30":{"value":"#F06E26"},"orange45":{"value":"#CF4A00"},"orange57":{"value":"#B34000"},"orange70":{"value":"#9C3800"},"orange82":{"value":"#8B3200"},"red12":{"value":"#FCE4E5"},"red45":{"value":"#E62429"},"red57":{"value":"#C71F23"},"red70":{"value":"#AE1B1F"},"red82":{"value":"#9B181C"}},"contrasts":{"white1010":{"value":"#FFFFFF"},"white1010op75":{"value":"#FFFFFFBF"},"grey1111":{"value":"#F2F4F4"},"grey1214":{"value":"#D7DADE"},"grey1424":{"value":"#9EA6AD"},"grey2424":{"value":"#9EA6AD"},"grey4570":{"value":"#4A5B68"},"grey5782":{"value":"#3F515E"},"grey100100":{"value":"#334451"},"grey100100op75":{"value":"#334451BF"},"grey125125":{"value":"#273540"},"blue1212":{"value":"#E0EBF5"},"blue4570":{"value":"#0A5A9E"},"blue5782":{"value":"#09508C"},"green1212":{"value":"#DCEEE4"},"green4570":{"value":"#02672D"},"green5782":{"value":"#015B28"},"orange1212":{"value":"#FCE5D9"},"orange3045":{"value":"#CF4A00"},"orange4570":{"value":"#9C3800"},"orange5782":{"value":"#8B3200"},"red1212":{"value":"#FCE4E5"},"red4570":{"value":"#AE1B1F"},"red5782":{"value":"#9B181C"}},"ui":{"surfacePagePrimary":{"value":"#FFFFFF"},"surfacePageSecondary":{"value":"#F2F4F4"},"surfaceCardPrimary":{"value":"#FFFFFF"},"surfaceCardSecondary":{"value":"#F2F4F4"},"surfaceDark":{"value":"#334451"},"textTitle":{"value":"#273540"},"textDescription":{"value":"#273540"},"textBody":{"value":"#273540"},"textTimestamp":{"value":"#3F515E"},"textAuthor":{"value":"#3F515E"},"textDatapoint":{"value":"#3F515E"},"textLink":{"value":"#09508C"},"textPlaceholder":{"value":"#9EA6AD"},"textSuccess":{"value":"#015B28"},"textWarning":{"value":"#8B3200"},"textError":{"value":"#9B181C"},"lineStroke":{"value":"#9EA6AD"},"lineDivider":{"value":"#D7DADE"},"surfaceOverlayGrey":{"value":"#334451BF"},"surfaceOverlayWhite":{"value":"#FFFFFFBF"},"surfaceAttention":{"value":"#0A5A9E"},"surfaceSuccess":{"value":"#02672D"},"surfaceWarning":{"value":"#9C3800"},"surfaceError":{"value":"#AE1B1F"},"surfaceDivider":{"value":"#D7DADE"},"textSurfaceColored":{"value":"#FFFFFF"},"iconDefault":{"value":"#273540"},"iconSuccess":{"value":"#02672D"},"iconWarning":{"value":"#9C3800"},"iconError":{"value":"#AE1B1F"},"iconSurfaceColored":{"value":"#FFFFFF"},"lineConnector":{"value":"#9EA6AD"}}}}
|
package/tsconfig.build.json
CHANGED
@@ -12,13 +12,7 @@
|
|
12
12
|
"path": "../ui-babel-preset/tsconfig.build.json"
|
13
13
|
},
|
14
14
|
{
|
15
|
-
"path": "../ui-
|
16
|
-
},
|
17
|
-
{
|
18
|
-
"path": "../ui-test-utils/tsconfig.build.json"
|
19
|
-
},
|
20
|
-
{
|
21
|
-
"path": "../shared-types/tsconfig.build.json"
|
15
|
+
"path": "../ui-themes/tsconfig.build.json"
|
22
16
|
}
|
23
17
|
]
|
24
18
|
}
|