@vuu-ui/vuu-theme 0.0.27
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/css/OpenSans.css +74 -0
- package/css/ToolkitIcons.css +18 -0
- package/css/characteristics/accent.css +19 -0
- package/css/characteristics/actionable.css +42 -0
- package/css/characteristics/container.css +19 -0
- package/css/characteristics/differential.css +6 -0
- package/css/characteristics/draggable.css +10 -0
- package/css/characteristics/droptarget.css +15 -0
- package/css/characteristics/editable.css +41 -0
- package/css/characteristics/focused.css +21 -0
- package/css/characteristics/measured.css +23 -0
- package/css/characteristics/navigable.css +25 -0
- package/css/characteristics/overlayable.css +12 -0
- package/css/characteristics/selectable.css +70 -0
- package/css/characteristics/separable.css +16 -0
- package/css/characteristics/status.css +16 -0
- package/css/characteristics/taggable.css +15 -0
- package/css/characteristics/target.css +13 -0
- package/css/characteristics/text.css +184 -0
- package/css/fonts/OpenSans-Bold.ttf +0 -0
- package/css/fonts/OpenSans-BoldItalic.ttf +0 -0
- package/css/fonts/OpenSans-ExtraBold.ttf +0 -0
- package/css/fonts/OpenSans-ExtraBoldItalic.ttf +0 -0
- package/css/fonts/OpenSans-Italic.ttf +0 -0
- package/css/fonts/OpenSans-Light.ttf +0 -0
- package/css/fonts/OpenSans-LightItalic.ttf +0 -0
- package/css/fonts/OpenSans-Regular.ttf +0 -0
- package/css/fonts/OpenSans-Semibold.ttf +0 -0
- package/css/fonts/OpenSans-SemiboldItalic.ttf +0 -0
- package/css/foundations/animation.css +155 -0
- package/css/foundations/color.css +114 -0
- package/css/foundations/delay.css +6 -0
- package/css/foundations/fade.css +46 -0
- package/css/foundations/icon.css +13 -0
- package/css/foundations/opacity.css +6 -0
- package/css/foundations/palette.css +284 -0
- package/css/foundations/shadow.css +17 -0
- package/css/foundations/size.css +43 -0
- package/css/foundations/typography.css +22 -0
- package/css/foundations/zindex.css +15 -0
- package/css/global.css +34 -0
- package/css/icons/icons.css +70 -0
- package/css/theme.css +40 -0
- package/index.css +3 -0
- package/package.json +13 -0
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
.uitk-theme {
|
|
2
|
+
/* Body text (default), tokens that don't vary by density */
|
|
3
|
+
--uitk-text-base-lineHeight: var(--uitk-typography-lineHeight);
|
|
4
|
+
--uitk-text-fontFamily: var(--uitk-typography-fontFamily);
|
|
5
|
+
--uitk-text-fontWeight: var(--uitk-typography-fontWeight-regular);
|
|
6
|
+
--uitk-text-fontWeight-small: var(--uitk-typography-fontWeight-light);
|
|
7
|
+
--uitk-text-fontWeight-strong: var(--uitk-typography-fontWeight-semiBold);
|
|
8
|
+
--uitk-text-letterSpacing: 0;
|
|
9
|
+
--uitk-text-textAlign: left;
|
|
10
|
+
--uitk-text-textAlign-embedded: center;
|
|
11
|
+
--uitk-text-textDecoration: none;
|
|
12
|
+
--uitk-text-textTransform: none;
|
|
13
|
+
|
|
14
|
+
/* H1 */
|
|
15
|
+
--uitk-text-h1-fontWeight: var(--uitk-typography-fontWeight-bold);
|
|
16
|
+
--uitk-text-h1-fontWeight-small: var(--uitk-typography-fontWeight-light);
|
|
17
|
+
--uitk-text-h1-fontWeight-strong: var(--uitk-typography-fontWeight-extraBold);
|
|
18
|
+
|
|
19
|
+
/* H2 */
|
|
20
|
+
--uitk-text-h2-fontWeight: var(--uitk-typography-fontWeight-semiBold);
|
|
21
|
+
--uitk-text-h2-fontWeight-small: var(--uitk-typography-fontWeight-regular);
|
|
22
|
+
--uitk-text-h2-fontWeight-strong: var(--uitk-typography-fontWeight-extraBold);
|
|
23
|
+
|
|
24
|
+
/* H3 */
|
|
25
|
+
--uitk-text-h3-fontWeight: var(--uitk-typography-fontWeight-semiBold);
|
|
26
|
+
--uitk-text-h3-fontWeight-small: var(--uitk-typography-fontWeight-regular);
|
|
27
|
+
--uitk-text-h3-fontWeight-strong: var(--uitk-typography-fontWeight-extraBold);
|
|
28
|
+
|
|
29
|
+
/* H4 */
|
|
30
|
+
--uitk-text-h4-fontWeight: var(--uitk-typography-fontWeight-semiBold);
|
|
31
|
+
--uitk-text-h4-fontWeight-small: var(--uitk-typography-fontWeight-regular);
|
|
32
|
+
--uitk-text-h4-fontWeight-strong: var(--uitk-typography-fontWeight-extraBold);
|
|
33
|
+
|
|
34
|
+
/* Caption */
|
|
35
|
+
--uitk-text-caption-fontStyle: normal;
|
|
36
|
+
--uitk-text-caption-fontWeight: var(--uitk-typography-fontWeight-regular);
|
|
37
|
+
--uitk-text-caption-fontWeight-strong: var(--uitk-typography-fontWeight-semiBold);
|
|
38
|
+
|
|
39
|
+
/* Help text */
|
|
40
|
+
--uitk-text-help-fontStyle: italic;
|
|
41
|
+
--uitk-text-help-fontWeight: var(--uitk-typography-fontWeight-regular);
|
|
42
|
+
|
|
43
|
+
/* Figure text */
|
|
44
|
+
--uitk-text-figure1-fontSize: 56px;
|
|
45
|
+
--uitk-text-figure1-lineHeight: 74px;
|
|
46
|
+
--uitk-text-figure1-fontWeight: var(--uitk-typography-fontWeight-semiBold);
|
|
47
|
+
|
|
48
|
+
--uitk-text-figure2-fontSize: 36px;
|
|
49
|
+
--uitk-text-figure2-lineHeight: 48px;
|
|
50
|
+
--uitk-text-figure2-fontWeight: var(--uitk-typography-fontWeight-semiBold);
|
|
51
|
+
|
|
52
|
+
--uitk-text-figure3-lineHeight: 32px;
|
|
53
|
+
--uitk-text-figure3-fontSize: 24px;
|
|
54
|
+
--uitk-text-figure3-fontWeight: var(--uitk-typography-fontWeight-semiBold);
|
|
55
|
+
|
|
56
|
+
/* Colors */
|
|
57
|
+
--uitk-text-background: transparent;
|
|
58
|
+
--uitk-text-background-hover: transparent;
|
|
59
|
+
--uitk-text-background-selected: var(--uitk-palette-neutral-highlight);
|
|
60
|
+
|
|
61
|
+
--uitk-text-primary-foreground: var(--uitk-palette-neutral-primary-foreground);
|
|
62
|
+
--uitk-text-primary-foreground-hover: var(--uitk-palette-neutral-primary-foreground);
|
|
63
|
+
--uitk-text-primary-foreground-selected: var(--uitk-palette-neutral-primary-foreground);
|
|
64
|
+
--uitk-text-primary-foreground-disabled: var(--uitk-palette-neutral-primary-foreground-disabled);
|
|
65
|
+
|
|
66
|
+
--uitk-text-secondary-foreground: var(--uitk-palette-neutral-secondary-foreground);
|
|
67
|
+
--uitk-text-secondary-foreground-hover: var(--uitk-palette-neutral-secondary-foreground);
|
|
68
|
+
--uitk-text-secondary-foreground-selected: var(--uitk-palette-neutral-secondary-foreground);
|
|
69
|
+
--uitk-text-secondary-foreground-disabled: var(--uitk-palette-neutral-secondary-foreground-disabled);
|
|
70
|
+
|
|
71
|
+
/* Link */
|
|
72
|
+
--uitk-text-link-foreground-hover: var(--uitk-palette-navigate-foreground-hover);
|
|
73
|
+
--uitk-text-link-textDecoration: underline;
|
|
74
|
+
--uitk-text-link-textDecoration-hover: none;
|
|
75
|
+
--uitk-text-link-textDecoration-selected: underline;
|
|
76
|
+
|
|
77
|
+
/* Code */
|
|
78
|
+
--uitk-text-code-fontFamily: var(--uitk-typography-fontFamily-code);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
/* Sizes by density */
|
|
82
|
+
.uitk-density-touch {
|
|
83
|
+
--uitk-text-h1-fontSize: 42px;
|
|
84
|
+
--uitk-text-h1-lineHeight: auto;
|
|
85
|
+
|
|
86
|
+
--uitk-text-h2-fontSize: 32px;
|
|
87
|
+
--uitk-text-h2-lineHeight: 36px;
|
|
88
|
+
|
|
89
|
+
--uitk-text-h3-fontSize: 24px;
|
|
90
|
+
--uitk-text-h3-lineHeight: 26px;
|
|
91
|
+
|
|
92
|
+
--uitk-text-h4-fontSize: 16px;
|
|
93
|
+
--uitk-text-h4-lineHeight: 22px;
|
|
94
|
+
|
|
95
|
+
--uitk-text-caption-fontSize: 14px;
|
|
96
|
+
--uitk-text-caption-lineHeight: 16px;
|
|
97
|
+
--uitk-text-caption-minHeight: 16px;
|
|
98
|
+
|
|
99
|
+
--uitk-text-help-fontSize: 14px;
|
|
100
|
+
--uitk-text-help-lineHeight: 16px;
|
|
101
|
+
--uitk-text-help-minHeight: 16px;
|
|
102
|
+
|
|
103
|
+
--uitk-text-fontSize: 16px;
|
|
104
|
+
--uitk-text-lineHeight: 22px;
|
|
105
|
+
--uitk-text-minHeight: 20px;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
.uitk-density-low {
|
|
109
|
+
--uitk-text-h1-fontSize: 32px;
|
|
110
|
+
--uitk-text-h1-lineHeight: 42px;
|
|
111
|
+
|
|
112
|
+
--uitk-text-h2-fontSize: 24px;
|
|
113
|
+
--uitk-text-h2-lineHeight: 32px;
|
|
114
|
+
|
|
115
|
+
--uitk-text-h3-fontSize: 18px;
|
|
116
|
+
--uitk-text-h3-lineHeight: 26px;
|
|
117
|
+
|
|
118
|
+
--uitk-text-h4-fontSize: 14px;
|
|
119
|
+
--uitk-text-h4-lineHeight: 18px;
|
|
120
|
+
|
|
121
|
+
--uitk-text-caption-fontSize: 12px;
|
|
122
|
+
--uitk-text-caption-lineHeight: 14px;
|
|
123
|
+
--uitk-text-caption-minHeight: 14px;
|
|
124
|
+
|
|
125
|
+
--uitk-text-help-fontSize: 12px;
|
|
126
|
+
--uitk-text-help-lineHeight: 14px;
|
|
127
|
+
--uitk-text-help-minHeight: 14px;
|
|
128
|
+
|
|
129
|
+
--uitk-text-fontSize: 14px;
|
|
130
|
+
--uitk-text-lineHeight: 18px;
|
|
131
|
+
--uitk-text-minHeight: 18px;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.uitk-density-medium {
|
|
135
|
+
--uitk-text-h1-fontSize: 24px;
|
|
136
|
+
--uitk-text-h1-lineHeight: 31px;
|
|
137
|
+
|
|
138
|
+
--uitk-text-h2-fontSize: 18px;
|
|
139
|
+
--uitk-text-h2-lineHeight: 24px;
|
|
140
|
+
|
|
141
|
+
--uitk-text-h3-fontSize: 14px;
|
|
142
|
+
--uitk-text-h3-lineHeight: 22px;
|
|
143
|
+
|
|
144
|
+
--uitk-text-h4-fontSize: 12px;
|
|
145
|
+
--uitk-text-h4-lineHeight: 16px;
|
|
146
|
+
|
|
147
|
+
--uitk-text-caption-fontSize: 11px;
|
|
148
|
+
--uitk-text-caption-lineHeight: 14px;
|
|
149
|
+
--uitk-text-caption-minHeight: 14px;
|
|
150
|
+
|
|
151
|
+
--uitk-text-help-fontSize: 11px;
|
|
152
|
+
--uitk-text-help-lineHeight: 14px;
|
|
153
|
+
--uitk-text-help-minHeight: 14px;
|
|
154
|
+
|
|
155
|
+
--uitk-text-fontSize: 12px;
|
|
156
|
+
--uitk-text-lineHeight: 16px;
|
|
157
|
+
--uitk-text-minHeight: 16px;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.uitk-density-high {
|
|
161
|
+
--uitk-text-h1-fontSize: 18px;
|
|
162
|
+
--uitk-text-h1-lineHeight: 24px;
|
|
163
|
+
|
|
164
|
+
--uitk-text-h2-fontSize: 14px;
|
|
165
|
+
--uitk-text-h2-lineHeight: 18px;
|
|
166
|
+
|
|
167
|
+
--uitk-text-h3-fontSize: 12px;
|
|
168
|
+
--uitk-text-h3-lineHeight: 16px;
|
|
169
|
+
|
|
170
|
+
--uitk-text-h4-fontSize: 11px;
|
|
171
|
+
--uitk-text-h4-lineHeight: 14px;
|
|
172
|
+
|
|
173
|
+
--uitk-text-caption-fontSize: 10px;
|
|
174
|
+
--uitk-text-caption-lineHeight: 14px;
|
|
175
|
+
--uitk-text-caption-minHeight: 14px;
|
|
176
|
+
|
|
177
|
+
--uitk-text-help-fontSize: 10px;
|
|
178
|
+
--uitk-text-help-lineHeight: 13px;
|
|
179
|
+
--uitk-text-help-minHeight: 14px;
|
|
180
|
+
|
|
181
|
+
--uitk-text-fontSize: 11px;
|
|
182
|
+
--uitk-text-lineHeight: 14px;
|
|
183
|
+
--uitk-text-minHeight: 14px;
|
|
184
|
+
}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,155 @@
|
|
|
1
|
+
.uitk-density-touch,
|
|
2
|
+
.uitk-density-low,
|
|
3
|
+
.uitk-density-medium,
|
|
4
|
+
.uitk-density-high {
|
|
5
|
+
--uitk-animation-opacity-start: 0;
|
|
6
|
+
--uitk-animation-opacity-end: 1;
|
|
7
|
+
--uitk-animation-scale-start: 0;
|
|
8
|
+
--uitk-animation-scale-end: 1;
|
|
9
|
+
--uitk-animation-transform-start: 100%;
|
|
10
|
+
--uitk-animation-transform-end: 0;
|
|
11
|
+
--uitk-animation-duration: 0.3s;
|
|
12
|
+
--uitk-animation-timing-function: ease-in;
|
|
13
|
+
|
|
14
|
+
/* Slide Animations */
|
|
15
|
+
--uitk-animation-slide-in-top: slide-in-top var(--uitk-animation-duration) var(--uitk-animation-timing-function);
|
|
16
|
+
--uitk-animation-slide-in-left: slide-in-left var(--uitk-animation-duration) var(--uitk-animation-timing-function);
|
|
17
|
+
--uitk-animation-slide-in-right: slide-in-right var(--uitk-animation-duration) var(--uitk-animation-timing-function);
|
|
18
|
+
--uitk-animation-slide-in-bottom: slide-in-bottom var(--uitk-animation-duration) var(--uitk-animation-timing-function);
|
|
19
|
+
|
|
20
|
+
--uitk-animation-slide-out-top: slide-out-top var(--uitk-animation-duration) var(--uitk-animation-timing-function);
|
|
21
|
+
--uitk-animation-slide-out-left: slide-out-left var(--uitk-animation-duration) var(--uitk-animation-timing-function);
|
|
22
|
+
--uitk-animation-slide-out-right: slide-out-right var(--uitk-animation-duration) var(--uitk-animation-timing-function);
|
|
23
|
+
--uitk-animation-slide-out-bottom: slide-out-bottom var(--uitk-animation-duration) var(--uitk-animation-timing-function);
|
|
24
|
+
|
|
25
|
+
/* Fade Animations */
|
|
26
|
+
--uitk-animation-fade-in-back: fade-in-back var(--uitk-animation-duration) var(--uitk-animation-timing-function);
|
|
27
|
+
--uitk-animation-fade-in-forward: fade-in-forward var(--uitk-animation-duration) var(--uitk-animation-timing-function);
|
|
28
|
+
--uitk-animation-fade-in-center: fade-in-center var(--uitk-animation-duration) var(--uitk-animation-timing-function);
|
|
29
|
+
--uitk-animation-fade-out-back: fade-out-back var(--uitk-animation-duration) ease-out both;
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
/*Slide keyframes */
|
|
33
|
+
@keyframes slide-in-top {
|
|
34
|
+
0% {
|
|
35
|
+
opacity: var(--uitk-animation-opacity-start);
|
|
36
|
+
transform: translateY(var(--uitk-animation-transform-start));
|
|
37
|
+
}
|
|
38
|
+
100% {
|
|
39
|
+
opacity: var(--uitk-animation-opacity-end);
|
|
40
|
+
transform: translateY(var(--uitk-animation-transform-end));
|
|
41
|
+
}
|
|
42
|
+
}
|
|
43
|
+
@keyframes slide-out-top {
|
|
44
|
+
0% {
|
|
45
|
+
opacity: var(--uitk-animation-opacity-end);
|
|
46
|
+
transform: translateY(var(--uitk-animation-transform-end));
|
|
47
|
+
}
|
|
48
|
+
100% {
|
|
49
|
+
opacity: var(--uitk-animation-opacity-start);
|
|
50
|
+
transform: translateY(var(--uitk-animation-transform-start));
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
@keyframes slide-in-left {
|
|
54
|
+
0% {
|
|
55
|
+
opacity: var(--uitk-animation-opacity-start);
|
|
56
|
+
transform: translateX(calc(-1 * var(--uitk-animation-transform-start)));
|
|
57
|
+
}
|
|
58
|
+
100% {
|
|
59
|
+
opacity: var(--uitk-animation-opacity-end);
|
|
60
|
+
transform: translateX(var(--uitk-animation-transform-end));
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
@keyframes slide-out-left {
|
|
64
|
+
0% {
|
|
65
|
+
opacity: var(--uitk-animation-opacity-end);
|
|
66
|
+
transform: translateX(var(--uitk-animation-transform-end));
|
|
67
|
+
}
|
|
68
|
+
100% {
|
|
69
|
+
opacity: var(--uitk-animation-opacity-start);
|
|
70
|
+
transform: translateX(calc(-1 * var(--uitk-animation-transform-start)));
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
@keyframes slide-in-right {
|
|
74
|
+
0% {
|
|
75
|
+
opacity: var(--uitk-animation-opacity-start);
|
|
76
|
+
transform: translateX(var(--uitk-animation-transform-start));
|
|
77
|
+
}
|
|
78
|
+
100% {
|
|
79
|
+
opacity: var(--uitk-animation-opacity-end);
|
|
80
|
+
transform: translateX(var(--uitk-animation-transform-end));
|
|
81
|
+
}
|
|
82
|
+
}
|
|
83
|
+
@keyframes slide-out-right {
|
|
84
|
+
0% {
|
|
85
|
+
opacity: var(--uitk-animation-opacity-end);
|
|
86
|
+
transform: translateX(var(--uitk-animation-transform-end));
|
|
87
|
+
}
|
|
88
|
+
100% {
|
|
89
|
+
opacity: var(--uitk-animation-opacity-start);
|
|
90
|
+
transform: translateX(var(--uitk-animation-transform-start));
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
@keyframes slide-in-bottom {
|
|
94
|
+
0% {
|
|
95
|
+
opacity: var(--uitk-animation-opacity-start);
|
|
96
|
+
transform: translateY(calc(-1 * var(--uitk-animation-transform-start)));
|
|
97
|
+
}
|
|
98
|
+
100% {
|
|
99
|
+
opacity: var(--uitk-animation-opacity-end);
|
|
100
|
+
transform: translateY(var(--uitk-animation-transform-end));
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
@keyframes slide-out-bottom {
|
|
104
|
+
0% {
|
|
105
|
+
opacity: var(--uitk-animation-opacity-end);
|
|
106
|
+
transform: translateY(var(--uitk-animation-transform-end));
|
|
107
|
+
}
|
|
108
|
+
100% {
|
|
109
|
+
opacity: var(--uitk-animation-opacity-start);
|
|
110
|
+
transform: translateY(calc(-1 * var(--uitk-animation-transform-start)));
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
/* Fade keyframes */
|
|
114
|
+
@keyframes fade-in-back {
|
|
115
|
+
0% {
|
|
116
|
+
--uitk-animation-scale-start: 1.4;
|
|
117
|
+
opacity: var(--uitk-animation-opacity-start);
|
|
118
|
+
transform: scale(var(--uitk-animation-scale-start));
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
100% {
|
|
122
|
+
opacity: var(--uitk-animation-opacity-end);
|
|
123
|
+
transform: scale(var(--uitk-animation-scale-end));
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
@keyframes fade-in-forward {
|
|
127
|
+
0% {
|
|
128
|
+
--uitk-animation-scale-start: 0.6;
|
|
129
|
+
opacity: var(--uitk-animation-opacity-start);
|
|
130
|
+
transform: scale(var(--uitk-animation-scale-start));
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
100% {
|
|
134
|
+
opacity: var(--uitk-animation-opacity-end);
|
|
135
|
+
transform: scale(var(--uitk-animation-scale-end));
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
@keyframes fade-in-center {
|
|
139
|
+
0% {
|
|
140
|
+
opacity: var(--uitk-animation-opacity-start);
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
100% {
|
|
144
|
+
opacity: var(--uitk-animation-opacity-end);
|
|
145
|
+
}
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
@keyframes fade-out-back {
|
|
149
|
+
0% {
|
|
150
|
+
opacity: var(--uitk-animation-opacity-end);
|
|
151
|
+
}
|
|
152
|
+
100% {
|
|
153
|
+
opacity: var(--uitk-animation-opacity-start);
|
|
154
|
+
}
|
|
155
|
+
}
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
.uitk-theme {
|
|
2
|
+
/* Color palette will stay the same no matter of theming */
|
|
3
|
+
--uitk-color-white: rgb(255, 255, 255);
|
|
4
|
+
--uitk-color-black: rgb(0, 0, 0);
|
|
5
|
+
|
|
6
|
+
--uitk-color-red-10: rgb(255, 227, 224);
|
|
7
|
+
--uitk-color-red-20: rgb(255, 207, 201);
|
|
8
|
+
--uitk-color-red-30: rgb(255, 187, 178);
|
|
9
|
+
--uitk-color-red-40: rgb(255, 167, 156);
|
|
10
|
+
--uitk-color-red-50: rgb(255, 148, 133);
|
|
11
|
+
--uitk-color-red-100: rgb(255, 128, 111);
|
|
12
|
+
--uitk-color-red-200: rgb(255, 108, 88);
|
|
13
|
+
--uitk-color-red-300: rgb(255, 89, 66);
|
|
14
|
+
--uitk-color-red-400: rgb(237, 65, 42);
|
|
15
|
+
--uitk-color-red-500: rgb(227, 43, 22);
|
|
16
|
+
--uitk-color-red-600: rgb(196, 32, 16);
|
|
17
|
+
--uitk-color-red-700: rgb(166, 21, 11);
|
|
18
|
+
--uitk-color-red-800: rgb(136, 10, 5);
|
|
19
|
+
--uitk-color-red-900: rgb(65, 37, 34);
|
|
20
|
+
|
|
21
|
+
--uitk-color-orange-10: rgb(255, 232, 191);
|
|
22
|
+
--uitk-color-orange-20: rgb(254, 223, 166);
|
|
23
|
+
--uitk-color-orange-30: rgb(254, 214, 142);
|
|
24
|
+
--uitk-color-orange-40: rgb(254, 205, 118);
|
|
25
|
+
--uitk-color-orange-50: rgb(254, 197, 94);
|
|
26
|
+
--uitk-color-orange-100: rgb(250, 181, 81);
|
|
27
|
+
--uitk-color-orange-200: rgb(246, 165, 68);
|
|
28
|
+
--uitk-color-orange-300: rgb(242, 149, 56);
|
|
29
|
+
--uitk-color-orange-400: rgb(238, 133, 43);
|
|
30
|
+
--uitk-color-orange-500: rgb(234, 115, 25);
|
|
31
|
+
--uitk-color-orange-600: rgb(224, 101, 25);
|
|
32
|
+
--uitk-color-orange-700: rgb(214, 85, 19);
|
|
33
|
+
--uitk-color-orange-800: rgb(204, 68, 13);
|
|
34
|
+
--uitk-color-orange-900: rgb(54, 44, 36);
|
|
35
|
+
|
|
36
|
+
--uitk-color-green-10: rgb(209, 244, 201);
|
|
37
|
+
--uitk-color-green-20: rgb(184, 232, 182);
|
|
38
|
+
--uitk-color-green-30: rgb(160, 221, 164);
|
|
39
|
+
--uitk-color-green-40: rgb(136, 210, 145);
|
|
40
|
+
--uitk-color-green-50: rgb(112, 199, 127);
|
|
41
|
+
--uitk-color-green-100: rgb(93, 189, 116);
|
|
42
|
+
--uitk-color-green-200: rgb(77, 180, 105);
|
|
43
|
+
--uitk-color-green-300: rgb(60, 171, 96);
|
|
44
|
+
--uitk-color-green-400: rgb(48, 156, 90);
|
|
45
|
+
--uitk-color-green-500: rgb(36, 135, 75);
|
|
46
|
+
--uitk-color-green-600: rgb(24, 114, 61);
|
|
47
|
+
--uitk-color-green-700: rgb(12, 93, 46);
|
|
48
|
+
--uitk-color-green-800: rgb(1, 73, 32);
|
|
49
|
+
--uitk-color-green-900: rgb(35, 52, 43);
|
|
50
|
+
|
|
51
|
+
--uitk-color-teal-10: rgb(218, 240, 240);
|
|
52
|
+
--uitk-color-teal-20: rgb(199, 232, 232);
|
|
53
|
+
--uitk-color-teal-30: rgb(180, 224, 225);
|
|
54
|
+
--uitk-color-teal-40: rgb(162, 217, 218);
|
|
55
|
+
--uitk-color-teal-50: rgb(141, 205, 209);
|
|
56
|
+
--uitk-color-teal-100: rgb(123, 193, 200);
|
|
57
|
+
--uitk-color-teal-200: rgb(99, 181, 192);
|
|
58
|
+
--uitk-color-teal-300: rgb(73, 160, 172);
|
|
59
|
+
--uitk-color-teal-400: rgb(48, 149, 166);
|
|
60
|
+
--uitk-color-teal-500: rgb(0, 130, 151);
|
|
61
|
+
--uitk-color-teal-600: rgb(27, 107, 133);
|
|
62
|
+
--uitk-color-teal-700: rgb(0, 85, 113);
|
|
63
|
+
--uitk-color-teal-800: rgb(1, 65, 86);
|
|
64
|
+
--uitk-color-teal-900: rgb(0, 49, 76);
|
|
65
|
+
|
|
66
|
+
--uitk-color-blue-10: rgb(203, 231, 249);
|
|
67
|
+
--uitk-color-blue-20: rgb(183, 222, 246);
|
|
68
|
+
--uitk-color-blue-30: rgb(164, 213, 244);
|
|
69
|
+
--uitk-color-blue-40: rgb(144, 204, 242);
|
|
70
|
+
--uitk-color-blue-50: rgb(125, 195, 240);
|
|
71
|
+
--uitk-color-blue-100: rgb(100, 177, 228);
|
|
72
|
+
--uitk-color-blue-200: rgb(75, 159, 216);
|
|
73
|
+
--uitk-color-blue-300: rgb(51, 141, 205);
|
|
74
|
+
--uitk-color-blue-400: rgb(46, 132, 198);
|
|
75
|
+
--uitk-color-blue-500: rgb(38, 112, 169);
|
|
76
|
+
--uitk-color-blue-600: rgb(21, 92, 147);
|
|
77
|
+
--uitk-color-blue-700: rgb(0, 71, 123);
|
|
78
|
+
--uitk-color-blue-800: rgb(39, 60, 77);
|
|
79
|
+
--uitk-color-blue-900: rgb(35, 47, 56);
|
|
80
|
+
|
|
81
|
+
--uitk-color-purple-10: rgb(249, 224, 247);
|
|
82
|
+
--uitk-color-purple-20: rgb(247, 212, 244);
|
|
83
|
+
--uitk-color-purple-30: rgb(245, 201, 241);
|
|
84
|
+
--uitk-color-purple-40: rgb(243, 189, 238);
|
|
85
|
+
--uitk-color-purple-50: rgb(241, 178, 235);
|
|
86
|
+
--uitk-color-purple-100: rgb(223, 156, 225);
|
|
87
|
+
--uitk-color-purple-200: rgb(205, 135, 215);
|
|
88
|
+
--uitk-color-purple-300: rgb(192, 116, 203);
|
|
89
|
+
--uitk-color-purple-400: rgb(169, 97, 181);
|
|
90
|
+
--uitk-color-purple-500: rgb(150, 78, 162);
|
|
91
|
+
--uitk-color-purple-600: rgb(129, 60, 141);
|
|
92
|
+
--uitk-color-purple-700: rgb(103, 46, 122);
|
|
93
|
+
--uitk-color-purple-800: rgb(83, 37, 109);
|
|
94
|
+
--uitk-color-purple-900: rgb(59, 16, 84);
|
|
95
|
+
|
|
96
|
+
--uitk-color-grey-10: rgb(242, 244, 246);
|
|
97
|
+
--uitk-color-grey-20: rgb(234, 237, 239);
|
|
98
|
+
--uitk-color-grey-30: rgb(224, 228, 233);
|
|
99
|
+
--uitk-color-grey-40: rgb(217, 221, 227);
|
|
100
|
+
--uitk-color-grey-50: rgb(206, 210, 217);
|
|
101
|
+
--uitk-color-grey-60: rgb(197, 201, 208);
|
|
102
|
+
--uitk-color-grey-70: rgb(180, 183, 190);
|
|
103
|
+
--uitk-color-grey-80: rgb(159, 163, 170);
|
|
104
|
+
--uitk-color-grey-90: rgb(132, 135, 142);
|
|
105
|
+
--uitk-color-grey-100: rgb(116, 119, 127);
|
|
106
|
+
--uitk-color-grey-200: rgb(97, 101, 110);
|
|
107
|
+
--uitk-color-grey-300: rgb(76, 80, 91);
|
|
108
|
+
--uitk-color-grey-400: rgb(68, 72, 79);
|
|
109
|
+
--uitk-color-grey-500: rgb(59, 63, 70);
|
|
110
|
+
--uitk-color-grey-600: rgb(47, 49, 54);
|
|
111
|
+
--uitk-color-grey-700: rgb(42, 44, 47);
|
|
112
|
+
--uitk-color-grey-800: rgb(36, 37, 38);
|
|
113
|
+
--uitk-color-grey-900: rgb(22, 22, 22);
|
|
114
|
+
}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
.uitk-theme {
|
|
2
|
+
--uitk-color-blue-30-fade-99: rgba(164, 213, 244, 0.99); /* see Editable characteristic for explanation of this value */
|
|
3
|
+
--uitk-color-blue-700-fade-99: rgba(0, 71, 123, 0.99); /* see Editable characteristic for explanation of this value */
|
|
4
|
+
|
|
5
|
+
--uitk-color-blue-400-fade-foreground: rgba(46, 132, 198, var(--uitk-palette-opacity-foreground));
|
|
6
|
+
--uitk-color-blue-600-fade-foreground: rgba(21, 92, 147, var(--uitk-palette-opacity-foreground));
|
|
7
|
+
--uitk-color-grey-60-fade-foreground: rgba(197, 201, 208, var(--uitk-palette-opacity-foreground));
|
|
8
|
+
--uitk-color-grey-70-fade-foreground: rgba(180, 183, 190, var(--uitk-palette-opacity-foreground));
|
|
9
|
+
--uitk-color-grey-200-fade-foreground: rgba(97, 101, 110, var(--uitk-palette-opacity-foreground));
|
|
10
|
+
--uitk-color-grey-800-fade-foreground: rgba(36, 37, 38, var(--uitk-palette-opacity-foreground));
|
|
11
|
+
--uitk-color-grey-90-fade-foreground: rgba(132, 135, 142, var(--uitk-palette-opacity-foreground));
|
|
12
|
+
--uitk-color-grey-900-fade-foreground: rgba(22, 22, 22, var(--uitk-palette-opacity-foreground));
|
|
13
|
+
--uitk-color-white-fade-foreground: rgba(255, 255, 255, var(--uitk-palette-opacity-foreground));
|
|
14
|
+
|
|
15
|
+
--uitk-color-grey-30-fade-border: rgba(224, 228, 233, var(--uitk-palette-opacity-border));
|
|
16
|
+
--uitk-color-grey-60-fade-border: rgba(197, 201, 208, var(--uitk-palette-opacity-border));
|
|
17
|
+
--uitk-color-grey-90-fade-border: rgba(132, 135, 142, var(--uitk-palette-opacity-border));
|
|
18
|
+
--uitk-color-grey-300-fade-border: rgba(76, 80, 91, var(--uitk-palette-opacity-border));
|
|
19
|
+
--uitk-color-grey-600-fade-border: rgba(47, 49, 54, var(--uitk-palette-opacity-border));
|
|
20
|
+
|
|
21
|
+
--uitk-color-grey-90-fade-border-readonly: rgba(132, 135, 142, var(--uitk-palette-opacity-border-readonly));
|
|
22
|
+
|
|
23
|
+
--uitk-color-blue-600-fade-background: rgba(21, 92, 147, var(--uitk-palette-opacity-background));
|
|
24
|
+
--uitk-color-blue-700-fade-background: rgba(0, 71, 123, var(--uitk-palette-opacity-background));
|
|
25
|
+
--uitk-color-grey-20-fade-background: rgba(234, 237, 239, var(--uitk-palette-opacity-background));
|
|
26
|
+
--uitk-color-grey-60-fade-background: rgba(197, 201, 208, var(--uitk-palette-opacity-background));
|
|
27
|
+
--uitk-color-grey-70-fade-background: rgba(180, 183, 190, var(--uitk-palette-opacity-background));
|
|
28
|
+
--uitk-color-grey-200-fade-background: rgba(97, 101, 110, var(--uitk-palette-opacity-background));
|
|
29
|
+
--uitk-color-grey-300-fade-background: rgba(76, 80, 91, var(--uitk-palette-opacity-background));
|
|
30
|
+
--uitk-color-grey-700-fade-background: rgba(42, 44, 47, var(--uitk-palette-opacity-background));
|
|
31
|
+
--uitk-color-grey-800-fade-background: rgba(36, 37, 38, var(--uitk-palette-opacity-background));
|
|
32
|
+
--uitk-color-orange-400-fade-background: rgba(238, 133, 43, var(--uitk-palette-opacity-background));
|
|
33
|
+
--uitk-color-orange-600-fade-background: rgba(224, 101, 25, var(--uitk-palette-opacity-background));
|
|
34
|
+
--uitk-color-white-fade-background: rgba(255, 255, 255, var(--uitk-palette-opacity-background));
|
|
35
|
+
|
|
36
|
+
--uitk-color-black-fade-scrim-medium: rgba(0, 0, 0, var(--uitk-palette-opacity-scrim-low));
|
|
37
|
+
--uitk-color-grey-800-fade-scrim-medium: rgba(36, 37, 38, var(--uitk-palette-opacity-scrim-medium));
|
|
38
|
+
--uitk-color-white-fade-scrim-low: rgba(255, 255, 255, var(--uitk-palette-opacity-scrim-medium));
|
|
39
|
+
|
|
40
|
+
--uitk-color-grey-90-fade-stroke: rgba(132, 135, 142, var(--uitk-palette-opacity-stroke));
|
|
41
|
+
|
|
42
|
+
--uitk-color-blue-300-fade-fill: rgba(51, 141, 205, var(--uitk-palette-opacity-fill));
|
|
43
|
+
--uitk-color-blue-400-fade-fill: rgba(46, 132, 198, var(--uitk-palette-opacity-fill));
|
|
44
|
+
--uitk-color-blue-500-fade-fill: rgba(38, 112, 169, var(--uitk-palette-opacity-fill));
|
|
45
|
+
--uitk-color-blue-600-fade-fill: rgba(21, 92, 147, var(--uitk-palette-opacity-fill));
|
|
46
|
+
}
|