@progress/kendo-theme-core 7.1.0-dev.1 → 7.1.0-dev.11
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/all.css +2 -11
- package/dist/all.scss +338 -125
- package/dist/meta/sassdoc-data.json +263 -42
- package/dist/meta/sassdoc-raw-data.json +378 -195
- package/dist/meta/variables.json +67 -55
- package/package.json +2 -2
- package/scss/color-system/_constants.scss +49 -0
- package/scss/color-system/_functions.import.scss +41 -4
- package/scss/color-system/_swatch-legacy.scss +77 -0
- package/scss/color-system/_swatch.scss +203 -0
- package/scss/color-system/index.import.scss +3 -1
- package/scss/functions/_color-manipulation.import.scss +23 -0
- package/scss/module-system/_components.scss +1 -0
- package/scss/module-system/_dependencies.scss +1 -0
- package/scss/styles/_colors.scss +5 -0
- package/scss/styles/index.import.scss +2 -1
- package/scss/color-system/_variables.scss +0 -193
|
@@ -116,8 +116,8 @@
|
|
|
116
116
|
],
|
|
117
117
|
"access": "public",
|
|
118
118
|
"file": {
|
|
119
|
-
"path": "color-system/
|
|
120
|
-
"name": "
|
|
119
|
+
"path": "color-system/_constants.scss",
|
|
120
|
+
"name": "_constants.scss"
|
|
121
121
|
},
|
|
122
122
|
"resolvedValue": "#ffffff",
|
|
123
123
|
"resolvedType": "Color"
|
|
@@ -144,8 +144,8 @@
|
|
|
144
144
|
],
|
|
145
145
|
"access": "public",
|
|
146
146
|
"file": {
|
|
147
|
-
"path": "color-system/
|
|
148
|
-
"name": "
|
|
147
|
+
"path": "color-system/_constants.scss",
|
|
148
|
+
"name": "_constants.scss"
|
|
149
149
|
},
|
|
150
150
|
"resolvedValue": "#000000",
|
|
151
151
|
"resolvedType": "Color"
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"context": {
|
|
160
160
|
"type": "variable",
|
|
161
161
|
"name": "kendo-color-rgba-transparent",
|
|
162
|
-
"value": "rgba(
|
|
162
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
163
163
|
"scope": "private",
|
|
164
164
|
"line": {
|
|
165
165
|
"start": 19,
|
|
@@ -172,8 +172,8 @@
|
|
|
172
172
|
],
|
|
173
173
|
"access": "public",
|
|
174
174
|
"file": {
|
|
175
|
-
"path": "color-system/
|
|
176
|
-
"name": "
|
|
175
|
+
"path": "color-system/_constants.scss",
|
|
176
|
+
"name": "_constants.scss"
|
|
177
177
|
},
|
|
178
178
|
"resolvedValue": "rgba(0, 0, 0, 0)",
|
|
179
179
|
"resolvedType": "Color"
|
|
@@ -187,7 +187,7 @@
|
|
|
187
187
|
"context": {
|
|
188
188
|
"type": "variable",
|
|
189
189
|
"name": "kendo-gradient-transparent-to-black",
|
|
190
|
-
"value": "rgba(
|
|
190
|
+
"value": "rgba(black, 0), black",
|
|
191
191
|
"scope": "private",
|
|
192
192
|
"line": {
|
|
193
193
|
"start": 25,
|
|
@@ -200,8 +200,8 @@
|
|
|
200
200
|
],
|
|
201
201
|
"access": "public",
|
|
202
202
|
"file": {
|
|
203
|
-
"path": "color-system/
|
|
204
|
-
"name": "
|
|
203
|
+
"path": "color-system/_constants.scss",
|
|
204
|
+
"name": "_constants.scss"
|
|
205
205
|
},
|
|
206
206
|
"resolvedValue": "rgba(0, 0, 0, 0), black",
|
|
207
207
|
"resolvedType": "Gradient"
|
|
@@ -215,7 +215,7 @@
|
|
|
215
215
|
"context": {
|
|
216
216
|
"type": "variable",
|
|
217
217
|
"name": "kendo-gradient-transparent-to-white",
|
|
218
|
-
"value": "rgba(
|
|
218
|
+
"value": "rgba(white, 0), white",
|
|
219
219
|
"scope": "private",
|
|
220
220
|
"line": {
|
|
221
221
|
"start": 31,
|
|
@@ -228,8 +228,8 @@
|
|
|
228
228
|
],
|
|
229
229
|
"access": "public",
|
|
230
230
|
"file": {
|
|
231
|
-
"path": "color-system/
|
|
232
|
-
"name": "
|
|
231
|
+
"path": "color-system/_constants.scss",
|
|
232
|
+
"name": "_constants.scss"
|
|
233
233
|
},
|
|
234
234
|
"resolvedValue": "rgba(255, 255, 255, 0), white",
|
|
235
235
|
"resolvedType": "Gradient"
|
|
@@ -243,7 +243,7 @@
|
|
|
243
243
|
"context": {
|
|
244
244
|
"type": "variable",
|
|
245
245
|
"name": "kendo-gradient-black-to-transparent",
|
|
246
|
-
"value": "black, rgba(
|
|
246
|
+
"value": "black, rgba(black, 0)",
|
|
247
247
|
"scope": "private",
|
|
248
248
|
"line": {
|
|
249
249
|
"start": 37,
|
|
@@ -256,8 +256,8 @@
|
|
|
256
256
|
],
|
|
257
257
|
"access": "public",
|
|
258
258
|
"file": {
|
|
259
|
-
"path": "color-system/
|
|
260
|
-
"name": "
|
|
259
|
+
"path": "color-system/_constants.scss",
|
|
260
|
+
"name": "_constants.scss"
|
|
261
261
|
},
|
|
262
262
|
"resolvedValue": "black, rgba(0, 0, 0, 0)",
|
|
263
263
|
"resolvedType": "Gradient"
|
|
@@ -271,7 +271,7 @@
|
|
|
271
271
|
"context": {
|
|
272
272
|
"type": "variable",
|
|
273
273
|
"name": "kendo-gradient-white-to-transparent",
|
|
274
|
-
"value": "white, rgba(
|
|
274
|
+
"value": "white, rgba(white, 0)",
|
|
275
275
|
"scope": "private",
|
|
276
276
|
"line": {
|
|
277
277
|
"start": 43,
|
|
@@ -284,8 +284,8 @@
|
|
|
284
284
|
],
|
|
285
285
|
"access": "public",
|
|
286
286
|
"file": {
|
|
287
|
-
"path": "color-system/
|
|
288
|
-
"name": "
|
|
287
|
+
"path": "color-system/_constants.scss",
|
|
288
|
+
"name": "_constants.scss"
|
|
289
289
|
},
|
|
290
290
|
"resolvedValue": "white, rgba(255, 255, 255, 0)",
|
|
291
291
|
"resolvedType": "Gradient"
|
|
@@ -312,12 +312,39 @@
|
|
|
312
312
|
],
|
|
313
313
|
"access": "public",
|
|
314
314
|
"file": {
|
|
315
|
-
"path": "color-system/
|
|
316
|
-
"name": "
|
|
315
|
+
"path": "color-system/_constants.scss",
|
|
316
|
+
"name": "_constants.scss"
|
|
317
317
|
},
|
|
318
318
|
"resolvedValue": "#ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000",
|
|
319
319
|
"resolvedType": "Gradient"
|
|
320
320
|
},
|
|
321
|
+
{
|
|
322
|
+
"description": "The global default Colors map.\n",
|
|
323
|
+
"commentRange": {
|
|
324
|
+
"start": 175,
|
|
325
|
+
"end": 176
|
|
326
|
+
},
|
|
327
|
+
"context": {
|
|
328
|
+
"type": "variable",
|
|
329
|
+
"name": "kendo-colors",
|
|
330
|
+
"value": "$_default-colors",
|
|
331
|
+
"scope": "default",
|
|
332
|
+
"line": {
|
|
333
|
+
"start": 177,
|
|
334
|
+
"end": 177
|
|
335
|
+
}
|
|
336
|
+
},
|
|
337
|
+
"group": [
|
|
338
|
+
"color-system"
|
|
339
|
+
],
|
|
340
|
+
"access": "public",
|
|
341
|
+
"file": {
|
|
342
|
+
"path": "color-system/_swatch.scss",
|
|
343
|
+
"name": "_swatch.scss"
|
|
344
|
+
},
|
|
345
|
+
"resolvedValue": "(app-surface: null, on-app-surface: null, subtle: null, surface: null, surface-alt: null, border: null, border-alt: null, base-subtle: null, base-subtle-hover: null, base-subtle-active: null, base: null, base-hover: null, base-active: null, base-emphasis: null, base-on-subtle: null, on-base: null, base-on-surface: null, primary-subtle: null, primary-subtle-hover: null, primary-subtle-active: null, primary: null, primary-hover: null, primary-active: null, primary-emphasis: null, primary-on-subtle: null, on-primary: null, primary-on-surface: null, secondary-subtle: null, secondary-subtle-hover: null, secondary-subtle-active: null, secondary: null, secondary-hover: null, secondary-active: null, secondary-emphasis: null, secondary-on-subtle: null, on-secondary: null, secondary-on-surface: null, tertiary-subtle: null, tertiary-subtle-hover: null, tertiary-subtle-active: null, tertiary: null, tertiary-hover: null, tertiary-active: null, tertiary-emphasis: null, tertiary-on-subtle: null, on-tertiary: null, tertiary-on-surface: null, info-subtle: null, info-subtle-hover: null, info-subtle-active: null, info: null, info-hover: null, info-active: null, info-emphasis: null, info-on-subtle: null, on-info: null, info-on-surface: null, success-subtle: null, success-subtle-hover: null, success-subtle-active: null, success: null, success-hover: null, success-active: null, success-emphasis: null, success-on-subtle: null, on-success: null, success-on-surface: null, warning-subtle: null, warning-subtle-hover: null, warning-subtle-active: null, warning: null, warning-hover: null, warning-active: null, warning-emphasis: null, warning-on-subtle: null, on-warning: null, warning-on-surface: null, error-subtle: null, error-subtle-hover: null, error-subtle-active: null, error: null, error-hover: null, error-active: null, error-emphasis: null, error-on-subtle: null, on-error: null, error-on-surface: null, light-subtle: null, light-subtle-hover: null, light-subtle-active: null, light: null, light-hover: null, light-active: null, light-emphasis: null, light-on-subtle: null, on-light: null, light-on-surface: null, dark-subtle: null, dark-subtle-hover: null, dark-subtle-active: null, dark: null, dark-hover: null, dark-active: null, dark-emphasis: null, dark-on-subtle: null, on-dark: null, dark-on-surface: null, inverse-subtle: null, inverse-subtle-hover: null, inverse-subtle-active: null, inverse: null, inverse-hover: null, inverse-active: null, inverse-emphasis: null, inverse-on-subtle: null, on-inverse: null, inverse-on-surface: null, series-a: null, series-a-bold: null, series-a-bolder: null, series-a-subtle: null, series-a-subtler: null, series-b: null, series-b-bold: null, series-b-bolder: null, series-b-subtle: null, series-b-subtler: null, series-c: null, series-c-bold: null, series-c-bolder: null, series-c-subtle: null, series-c-subtler: null, series-d: null, series-d-bold: null, series-d-bolder: null, series-d-subtle: null, series-d-subtler: null, series-e: null, series-e-bold: null, series-e-bolder: null, series-e-subtle: null, series-e-subtler: null, series-f: null, series-f-bold: null, series-f-bolder: null, series-f-subtle: null, series-f-subtler: null)",
|
|
346
|
+
"resolvedType": "Map"
|
|
347
|
+
},
|
|
321
348
|
{
|
|
322
349
|
"description": "The global default Elevation map.\n",
|
|
323
350
|
"commentRange": {
|
|
@@ -981,6 +1008,47 @@
|
|
|
981
1008
|
"path": "functions/_color-manipulation.import.scss",
|
|
982
1009
|
"name": "_color-manipulation.import.scss"
|
|
983
1010
|
},
|
|
1011
|
+
"usedBy": [
|
|
1012
|
+
{
|
|
1013
|
+
"description": "Generates all color variations of a given main color\n",
|
|
1014
|
+
"context": {
|
|
1015
|
+
"type": "function",
|
|
1016
|
+
"name": "k-generate-colors",
|
|
1017
|
+
"code": "\n $_variations: (\n #{$name}-subtle: k-try-tint( $color, 80% ),\n #{$name}-subtle-hover: k-try-tint( $color, 65% ),\n #{$name}-subtle-active: k-try-tint( $color, 50% ),\n #{$name}: $color,\n #{$name}-hover: k-try-shade( $color, 0.5 ),\n #{$name}-active: k-try-shade( $color, 1.5 ),\n #{$name}-emphasis: k-try-tint( $color, 4.5 ),\n #{$name}-on-subtle: k-try-shade( $color, 8 ),\n on-#{$name}: k-contrast-legacy( $color ),\n #{$name}-on-surface: $color,\n );\n \n @return $_variations;\n",
|
|
1018
|
+
"line": {
|
|
1019
|
+
"start": 142,
|
|
1020
|
+
"end": 157
|
|
1021
|
+
},
|
|
1022
|
+
"signature": "k-generate-colors($name, $level)"
|
|
1023
|
+
}
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"description": "Generates all color variations of a given main color\n",
|
|
1027
|
+
"context": {
|
|
1028
|
+
"type": "function",
|
|
1029
|
+
"name": "k-generate-colors",
|
|
1030
|
+
"code": "\n $_variations: (\n #{$name}-subtle: k-try-tint( $color, 80% ),\n #{$name}-subtle-hover: k-try-tint( $color, 65% ),\n #{$name}-subtle-active: k-try-tint( $color, 50% ),\n #{$name}: $color,\n #{$name}-hover: k-try-shade( $color, 0.5 ),\n #{$name}-active: k-try-shade( $color, 1.5 ),\n #{$name}-emphasis: k-try-tint( $color, 4.5 ),\n #{$name}-on-subtle: k-try-shade( $color, 8 ),\n on-#{$name}: k-contrast-legacy( $color ),\n #{$name}-on-surface: $color,\n );\n \n @return $_variations;\n",
|
|
1031
|
+
"line": {
|
|
1032
|
+
"start": 142,
|
|
1033
|
+
"end": 157
|
|
1034
|
+
},
|
|
1035
|
+
"signature": "k-generate-colors($name, $level)"
|
|
1036
|
+
}
|
|
1037
|
+
},
|
|
1038
|
+
{
|
|
1039
|
+
"description": "Generates all color variations of a given main color\n",
|
|
1040
|
+
"context": {
|
|
1041
|
+
"type": "function",
|
|
1042
|
+
"name": "k-generate-colors",
|
|
1043
|
+
"code": "\n $_variations: (\n #{$name}-subtle: k-try-tint( $color, 80% ),\n #{$name}-subtle-hover: k-try-tint( $color, 65% ),\n #{$name}-subtle-active: k-try-tint( $color, 50% ),\n #{$name}: $color,\n #{$name}-hover: k-try-shade( $color, 0.5 ),\n #{$name}-active: k-try-shade( $color, 1.5 ),\n #{$name}-emphasis: k-try-tint( $color, 4.5 ),\n #{$name}-on-subtle: k-try-shade( $color, 8 ),\n on-#{$name}: k-contrast-legacy( $color ),\n #{$name}-on-surface: $color,\n );\n \n @return $_variations;\n",
|
|
1044
|
+
"line": {
|
|
1045
|
+
"start": 142,
|
|
1046
|
+
"end": 157
|
|
1047
|
+
},
|
|
1048
|
+
"signature": "k-generate-colors($name, $level)"
|
|
1049
|
+
}
|
|
1050
|
+
}
|
|
1051
|
+
],
|
|
984
1052
|
"examples": [],
|
|
985
1053
|
"parameters": [
|
|
986
1054
|
{
|
|
@@ -1037,6 +1105,60 @@
|
|
|
1037
1105
|
"path": "functions/_color-manipulation.import.scss",
|
|
1038
1106
|
"name": "_color-manipulation.import.scss"
|
|
1039
1107
|
},
|
|
1108
|
+
"usedBy": [
|
|
1109
|
+
{
|
|
1110
|
+
"description": "Generates all color variations of a given main color\n",
|
|
1111
|
+
"context": {
|
|
1112
|
+
"type": "function",
|
|
1113
|
+
"name": "k-generate-colors",
|
|
1114
|
+
"code": "\n $_variations: (\n #{$name}-subtle: k-try-tint( $color, 80% ),\n #{$name}-subtle-hover: k-try-tint( $color, 65% ),\n #{$name}-subtle-active: k-try-tint( $color, 50% ),\n #{$name}: $color,\n #{$name}-hover: k-try-shade( $color, 0.5 ),\n #{$name}-active: k-try-shade( $color, 1.5 ),\n #{$name}-emphasis: k-try-tint( $color, 4.5 ),\n #{$name}-on-subtle: k-try-shade( $color, 8 ),\n on-#{$name}: k-contrast-legacy( $color ),\n #{$name}-on-surface: $color,\n );\n \n @return $_variations;\n",
|
|
1115
|
+
"line": {
|
|
1116
|
+
"start": 142,
|
|
1117
|
+
"end": 157
|
|
1118
|
+
},
|
|
1119
|
+
"signature": "k-generate-colors($name, $level)"
|
|
1120
|
+
}
|
|
1121
|
+
},
|
|
1122
|
+
{
|
|
1123
|
+
"description": "Generates all color variations of a given main color\n",
|
|
1124
|
+
"context": {
|
|
1125
|
+
"type": "function",
|
|
1126
|
+
"name": "k-generate-colors",
|
|
1127
|
+
"code": "\n $_variations: (\n #{$name}-subtle: k-try-tint( $color, 80% ),\n #{$name}-subtle-hover: k-try-tint( $color, 65% ),\n #{$name}-subtle-active: k-try-tint( $color, 50% ),\n #{$name}: $color,\n #{$name}-hover: k-try-shade( $color, 0.5 ),\n #{$name}-active: k-try-shade( $color, 1.5 ),\n #{$name}-emphasis: k-try-tint( $color, 4.5 ),\n #{$name}-on-subtle: k-try-shade( $color, 8 ),\n on-#{$name}: k-contrast-legacy( $color ),\n #{$name}-on-surface: $color,\n );\n \n @return $_variations;\n",
|
|
1128
|
+
"line": {
|
|
1129
|
+
"start": 142,
|
|
1130
|
+
"end": 157
|
|
1131
|
+
},
|
|
1132
|
+
"signature": "k-generate-colors($name, $level)"
|
|
1133
|
+
}
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"description": "Generates all color variations of a given main color\n",
|
|
1137
|
+
"context": {
|
|
1138
|
+
"type": "function",
|
|
1139
|
+
"name": "k-generate-colors",
|
|
1140
|
+
"code": "\n $_variations: (\n #{$name}-subtle: k-try-tint( $color, 80% ),\n #{$name}-subtle-hover: k-try-tint( $color, 65% ),\n #{$name}-subtle-active: k-try-tint( $color, 50% ),\n #{$name}: $color,\n #{$name}-hover: k-try-shade( $color, 0.5 ),\n #{$name}-active: k-try-shade( $color, 1.5 ),\n #{$name}-emphasis: k-try-tint( $color, 4.5 ),\n #{$name}-on-subtle: k-try-shade( $color, 8 ),\n on-#{$name}: k-contrast-legacy( $color ),\n #{$name}-on-surface: $color,\n );\n \n @return $_variations;\n",
|
|
1141
|
+
"line": {
|
|
1142
|
+
"start": 142,
|
|
1143
|
+
"end": 157
|
|
1144
|
+
},
|
|
1145
|
+
"signature": "k-generate-colors($name, $level)"
|
|
1146
|
+
}
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"description": "Generates all color variations of a given main color\n",
|
|
1150
|
+
"context": {
|
|
1151
|
+
"type": "function",
|
|
1152
|
+
"name": "k-generate-colors",
|
|
1153
|
+
"code": "\n $_variations: (\n #{$name}-subtle: k-try-tint( $color, 80% ),\n #{$name}-subtle-hover: k-try-tint( $color, 65% ),\n #{$name}-subtle-active: k-try-tint( $color, 50% ),\n #{$name}: $color,\n #{$name}-hover: k-try-shade( $color, 0.5 ),\n #{$name}-active: k-try-shade( $color, 1.5 ),\n #{$name}-emphasis: k-try-tint( $color, 4.5 ),\n #{$name}-on-subtle: k-try-shade( $color, 8 ),\n on-#{$name}: k-contrast-legacy( $color ),\n #{$name}-on-surface: $color,\n );\n \n @return $_variations;\n",
|
|
1154
|
+
"line": {
|
|
1155
|
+
"start": 142,
|
|
1156
|
+
"end": 157
|
|
1157
|
+
},
|
|
1158
|
+
"signature": "k-generate-colors($name, $level)"
|
|
1159
|
+
}
|
|
1160
|
+
}
|
|
1161
|
+
],
|
|
1040
1162
|
"examples": [],
|
|
1041
1163
|
"parameters": [
|
|
1042
1164
|
{
|
|
@@ -1221,6 +1343,78 @@
|
|
|
1221
1343
|
}
|
|
1222
1344
|
]
|
|
1223
1345
|
},
|
|
1346
|
+
{
|
|
1347
|
+
"description": "Generates all color variations of a given main color\n",
|
|
1348
|
+
"commentRange": {
|
|
1349
|
+
"start": 136,
|
|
1350
|
+
"end": 141
|
|
1351
|
+
},
|
|
1352
|
+
"context": {
|
|
1353
|
+
"type": "function",
|
|
1354
|
+
"name": "k-generate-colors",
|
|
1355
|
+
"code": "\n $_variations: (\n #{$name}-subtle: k-try-tint( $color, 80% ),\n #{$name}-subtle-hover: k-try-tint( $color, 65% ),\n #{$name}-subtle-active: k-try-tint( $color, 50% ),\n #{$name}: $color,\n #{$name}-hover: k-try-shade( $color, 0.5 ),\n #{$name}-active: k-try-shade( $color, 1.5 ),\n #{$name}-emphasis: k-try-tint( $color, 4.5 ),\n #{$name}-on-subtle: k-try-shade( $color, 8 ),\n on-#{$name}: k-contrast-legacy( $color ),\n #{$name}-on-surface: $color,\n );\n \n @return $_variations;\n",
|
|
1356
|
+
"line": {
|
|
1357
|
+
"start": 142,
|
|
1358
|
+
"end": 157
|
|
1359
|
+
},
|
|
1360
|
+
"signature": "k-generate-colors($name, $level)"
|
|
1361
|
+
},
|
|
1362
|
+
"return": {
|
|
1363
|
+
"type": "Map",
|
|
1364
|
+
"description": "A map with the generated keys and values\n"
|
|
1365
|
+
},
|
|
1366
|
+
"group": [
|
|
1367
|
+
"color-system"
|
|
1368
|
+
],
|
|
1369
|
+
"access": "public",
|
|
1370
|
+
"require": [
|
|
1371
|
+
{
|
|
1372
|
+
"type": "function",
|
|
1373
|
+
"name": "k-try-tint"
|
|
1374
|
+
},
|
|
1375
|
+
{
|
|
1376
|
+
"type": "function",
|
|
1377
|
+
"name": "k-try-tint"
|
|
1378
|
+
},
|
|
1379
|
+
{
|
|
1380
|
+
"type": "function",
|
|
1381
|
+
"name": "k-try-tint"
|
|
1382
|
+
},
|
|
1383
|
+
{
|
|
1384
|
+
"type": "function",
|
|
1385
|
+
"name": "k-try-shade"
|
|
1386
|
+
},
|
|
1387
|
+
{
|
|
1388
|
+
"type": "function",
|
|
1389
|
+
"name": "k-try-shade"
|
|
1390
|
+
},
|
|
1391
|
+
{
|
|
1392
|
+
"type": "function",
|
|
1393
|
+
"name": "k-try-tint"
|
|
1394
|
+
},
|
|
1395
|
+
{
|
|
1396
|
+
"type": "function",
|
|
1397
|
+
"name": "k-try-shade"
|
|
1398
|
+
}
|
|
1399
|
+
],
|
|
1400
|
+
"file": {
|
|
1401
|
+
"path": "functions/_color-manipulation.import.scss",
|
|
1402
|
+
"name": "_color-manipulation.import.scss"
|
|
1403
|
+
},
|
|
1404
|
+
"examples": [],
|
|
1405
|
+
"parameters": [
|
|
1406
|
+
{
|
|
1407
|
+
"type": "String",
|
|
1408
|
+
"name": "name",
|
|
1409
|
+
"description": "The name of the main color"
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"type": "Color",
|
|
1413
|
+
"name": "level",
|
|
1414
|
+
"description": "The color value to be assigned to the main color"
|
|
1415
|
+
}
|
|
1416
|
+
]
|
|
1417
|
+
},
|
|
1224
1418
|
{
|
|
1225
1419
|
"description": "Returns the alpha channel of a color.\n",
|
|
1226
1420
|
"commentRange": {
|
|
@@ -6939,8 +7133,8 @@
|
|
|
6939
7133
|
],
|
|
6940
7134
|
"access": "public",
|
|
6941
7135
|
"file": {
|
|
6942
|
-
"path": "color-system/
|
|
6943
|
-
"name": "
|
|
7136
|
+
"path": "color-system/_constants.scss",
|
|
7137
|
+
"name": "_constants.scss"
|
|
6944
7138
|
},
|
|
6945
7139
|
"resolvedValue": "#ffffff",
|
|
6946
7140
|
"resolvedType": "Color"
|
|
@@ -6967,8 +7161,8 @@
|
|
|
6967
7161
|
],
|
|
6968
7162
|
"access": "public",
|
|
6969
7163
|
"file": {
|
|
6970
|
-
"path": "color-system/
|
|
6971
|
-
"name": "
|
|
7164
|
+
"path": "color-system/_constants.scss",
|
|
7165
|
+
"name": "_constants.scss"
|
|
6972
7166
|
},
|
|
6973
7167
|
"resolvedValue": "#000000",
|
|
6974
7168
|
"resolvedType": "Color"
|
|
@@ -6982,7 +7176,7 @@
|
|
|
6982
7176
|
"context": {
|
|
6983
7177
|
"type": "variable",
|
|
6984
7178
|
"name": "kendo-color-rgba-transparent",
|
|
6985
|
-
"value": "rgba(
|
|
7179
|
+
"value": "rgba(0, 0, 0, 0)",
|
|
6986
7180
|
"scope": "private",
|
|
6987
7181
|
"line": {
|
|
6988
7182
|
"start": 19,
|
|
@@ -6995,8 +7189,8 @@
|
|
|
6995
7189
|
],
|
|
6996
7190
|
"access": "public",
|
|
6997
7191
|
"file": {
|
|
6998
|
-
"path": "color-system/
|
|
6999
|
-
"name": "
|
|
7192
|
+
"path": "color-system/_constants.scss",
|
|
7193
|
+
"name": "_constants.scss"
|
|
7000
7194
|
},
|
|
7001
7195
|
"resolvedValue": "rgba(0, 0, 0, 0)",
|
|
7002
7196
|
"resolvedType": "Color"
|
|
@@ -7010,7 +7204,7 @@
|
|
|
7010
7204
|
"context": {
|
|
7011
7205
|
"type": "variable",
|
|
7012
7206
|
"name": "kendo-gradient-transparent-to-black",
|
|
7013
|
-
"value": "rgba(
|
|
7207
|
+
"value": "rgba(black, 0), black",
|
|
7014
7208
|
"scope": "private",
|
|
7015
7209
|
"line": {
|
|
7016
7210
|
"start": 25,
|
|
@@ -7023,8 +7217,8 @@
|
|
|
7023
7217
|
],
|
|
7024
7218
|
"access": "public",
|
|
7025
7219
|
"file": {
|
|
7026
|
-
"path": "color-system/
|
|
7027
|
-
"name": "
|
|
7220
|
+
"path": "color-system/_constants.scss",
|
|
7221
|
+
"name": "_constants.scss"
|
|
7028
7222
|
},
|
|
7029
7223
|
"resolvedValue": "rgba(0, 0, 0, 0), black",
|
|
7030
7224
|
"resolvedType": "Gradient"
|
|
@@ -7038,7 +7232,7 @@
|
|
|
7038
7232
|
"context": {
|
|
7039
7233
|
"type": "variable",
|
|
7040
7234
|
"name": "kendo-gradient-transparent-to-white",
|
|
7041
|
-
"value": "rgba(
|
|
7235
|
+
"value": "rgba(white, 0), white",
|
|
7042
7236
|
"scope": "private",
|
|
7043
7237
|
"line": {
|
|
7044
7238
|
"start": 31,
|
|
@@ -7051,8 +7245,8 @@
|
|
|
7051
7245
|
],
|
|
7052
7246
|
"access": "public",
|
|
7053
7247
|
"file": {
|
|
7054
|
-
"path": "color-system/
|
|
7055
|
-
"name": "
|
|
7248
|
+
"path": "color-system/_constants.scss",
|
|
7249
|
+
"name": "_constants.scss"
|
|
7056
7250
|
},
|
|
7057
7251
|
"resolvedValue": "rgba(255, 255, 255, 0), white",
|
|
7058
7252
|
"resolvedType": "Gradient"
|
|
@@ -7066,7 +7260,7 @@
|
|
|
7066
7260
|
"context": {
|
|
7067
7261
|
"type": "variable",
|
|
7068
7262
|
"name": "kendo-gradient-black-to-transparent",
|
|
7069
|
-
"value": "black, rgba(
|
|
7263
|
+
"value": "black, rgba(black, 0)",
|
|
7070
7264
|
"scope": "private",
|
|
7071
7265
|
"line": {
|
|
7072
7266
|
"start": 37,
|
|
@@ -7079,8 +7273,8 @@
|
|
|
7079
7273
|
],
|
|
7080
7274
|
"access": "public",
|
|
7081
7275
|
"file": {
|
|
7082
|
-
"path": "color-system/
|
|
7083
|
-
"name": "
|
|
7276
|
+
"path": "color-system/_constants.scss",
|
|
7277
|
+
"name": "_constants.scss"
|
|
7084
7278
|
},
|
|
7085
7279
|
"resolvedValue": "black, rgba(0, 0, 0, 0)",
|
|
7086
7280
|
"resolvedType": "Gradient"
|
|
@@ -7094,7 +7288,7 @@
|
|
|
7094
7288
|
"context": {
|
|
7095
7289
|
"type": "variable",
|
|
7096
7290
|
"name": "kendo-gradient-white-to-transparent",
|
|
7097
|
-
"value": "white, rgba(
|
|
7291
|
+
"value": "white, rgba(white, 0)",
|
|
7098
7292
|
"scope": "private",
|
|
7099
7293
|
"line": {
|
|
7100
7294
|
"start": 43,
|
|
@@ -7107,8 +7301,8 @@
|
|
|
7107
7301
|
],
|
|
7108
7302
|
"access": "public",
|
|
7109
7303
|
"file": {
|
|
7110
|
-
"path": "color-system/
|
|
7111
|
-
"name": "
|
|
7304
|
+
"path": "color-system/_constants.scss",
|
|
7305
|
+
"name": "_constants.scss"
|
|
7112
7306
|
},
|
|
7113
7307
|
"resolvedValue": "white, rgba(255, 255, 255, 0)",
|
|
7114
7308
|
"resolvedType": "Gradient"
|
|
@@ -7135,11 +7329,38 @@
|
|
|
7135
7329
|
],
|
|
7136
7330
|
"access": "public",
|
|
7137
7331
|
"file": {
|
|
7138
|
-
"path": "color-system/
|
|
7139
|
-
"name": "
|
|
7332
|
+
"path": "color-system/_constants.scss",
|
|
7333
|
+
"name": "_constants.scss"
|
|
7140
7334
|
},
|
|
7141
7335
|
"resolvedValue": "#ff0000, #ffff00, #00ff00, #00ffff, #0000ff, #ff00ff, #ff0000",
|
|
7142
7336
|
"resolvedType": "Gradient"
|
|
7337
|
+
},
|
|
7338
|
+
{
|
|
7339
|
+
"description": "The global default Colors map.\n",
|
|
7340
|
+
"commentRange": {
|
|
7341
|
+
"start": 175,
|
|
7342
|
+
"end": 176
|
|
7343
|
+
},
|
|
7344
|
+
"context": {
|
|
7345
|
+
"type": "variable",
|
|
7346
|
+
"name": "kendo-colors",
|
|
7347
|
+
"value": "$_default-colors",
|
|
7348
|
+
"scope": "default",
|
|
7349
|
+
"line": {
|
|
7350
|
+
"start": 177,
|
|
7351
|
+
"end": 177
|
|
7352
|
+
}
|
|
7353
|
+
},
|
|
7354
|
+
"group": [
|
|
7355
|
+
"color-system"
|
|
7356
|
+
],
|
|
7357
|
+
"access": "public",
|
|
7358
|
+
"file": {
|
|
7359
|
+
"path": "color-system/_swatch.scss",
|
|
7360
|
+
"name": "_swatch.scss"
|
|
7361
|
+
},
|
|
7362
|
+
"resolvedValue": "(app-surface: null, on-app-surface: null, subtle: null, surface: null, surface-alt: null, border: null, border-alt: null, base-subtle: null, base-subtle-hover: null, base-subtle-active: null, base: null, base-hover: null, base-active: null, base-emphasis: null, base-on-subtle: null, on-base: null, base-on-surface: null, primary-subtle: null, primary-subtle-hover: null, primary-subtle-active: null, primary: null, primary-hover: null, primary-active: null, primary-emphasis: null, primary-on-subtle: null, on-primary: null, primary-on-surface: null, secondary-subtle: null, secondary-subtle-hover: null, secondary-subtle-active: null, secondary: null, secondary-hover: null, secondary-active: null, secondary-emphasis: null, secondary-on-subtle: null, on-secondary: null, secondary-on-surface: null, tertiary-subtle: null, tertiary-subtle-hover: null, tertiary-subtle-active: null, tertiary: null, tertiary-hover: null, tertiary-active: null, tertiary-emphasis: null, tertiary-on-subtle: null, on-tertiary: null, tertiary-on-surface: null, info-subtle: null, info-subtle-hover: null, info-subtle-active: null, info: null, info-hover: null, info-active: null, info-emphasis: null, info-on-subtle: null, on-info: null, info-on-surface: null, success-subtle: null, success-subtle-hover: null, success-subtle-active: null, success: null, success-hover: null, success-active: null, success-emphasis: null, success-on-subtle: null, on-success: null, success-on-surface: null, warning-subtle: null, warning-subtle-hover: null, warning-subtle-active: null, warning: null, warning-hover: null, warning-active: null, warning-emphasis: null, warning-on-subtle: null, on-warning: null, warning-on-surface: null, error-subtle: null, error-subtle-hover: null, error-subtle-active: null, error: null, error-hover: null, error-active: null, error-emphasis: null, error-on-subtle: null, on-error: null, error-on-surface: null, light-subtle: null, light-subtle-hover: null, light-subtle-active: null, light: null, light-hover: null, light-active: null, light-emphasis: null, light-on-subtle: null, on-light: null, light-on-surface: null, dark-subtle: null, dark-subtle-hover: null, dark-subtle-active: null, dark: null, dark-hover: null, dark-active: null, dark-emphasis: null, dark-on-subtle: null, on-dark: null, dark-on-surface: null, inverse-subtle: null, inverse-subtle-hover: null, inverse-subtle-active: null, inverse: null, inverse-hover: null, inverse-active: null, inverse-emphasis: null, inverse-on-subtle: null, on-inverse: null, inverse-on-surface: null, series-a: null, series-a-bold: null, series-a-bolder: null, series-a-subtle: null, series-a-subtler: null, series-b: null, series-b-bold: null, series-b-bolder: null, series-b-subtle: null, series-b-subtler: null, series-c: null, series-c-bold: null, series-c-bolder: null, series-c-subtle: null, series-c-subtler: null, series-d: null, series-d-bold: null, series-d-bolder: null, series-d-subtle: null, series-d-subtler: null, series-e: null, series-e-bold: null, series-e-bolder: null, series-e-subtle: null, series-e-subtler: null, series-f: null, series-f-bold: null, series-f-bolder: null, series-f-subtle: null, series-f-subtler: null)",
|
|
7363
|
+
"resolvedType": "Map"
|
|
7143
7364
|
}
|
|
7144
7365
|
]
|
|
7145
7366
|
},
|