@progress/kendo-theme-material 7.0.3-dev.3 → 7.1.0-dev.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/all.css +142 -98
- package/dist/all.scss +81 -159
- package/dist/meta/sassdoc-data.json +870 -0
- package/dist/meta/sassdoc-raw-data.json +400 -0
- package/dist/meta/variables.json +6 -62
- package/lib/swatches/material-aqua-dark.json +1 -1
- package/lib/swatches/material-arctic.json +1 -1
- package/lib/swatches/material-burnt-teal.json +1 -1
- package/lib/swatches/material-dataviz-v4.json +1 -1
- package/lib/swatches/material-eggplant.json +1 -1
- package/lib/swatches/material-lime-dark.json +1 -1
- package/lib/swatches/material-lime.json +1 -1
- package/lib/swatches/material-main-dark.json +1 -1
- package/lib/swatches/material-main.json +1 -1
- package/lib/swatches/material-nova.json +1 -1
- package/lib/swatches/material-pacific-dark.json +1 -1
- package/lib/swatches/material-pacific.json +1 -1
- package/lib/swatches/material-sky-dark.json +1 -1
- package/lib/swatches/material-sky.json +1 -1
- package/lib/swatches/material-smoke.json +1 -1
- package/package.json +5 -5
- package/scss/tooltip/_variables.scss +48 -16
|
@@ -35974,6 +35974,406 @@
|
|
|
35974
35974
|
"name": "_variables.scss"
|
|
35975
35975
|
}
|
|
35976
35976
|
},
|
|
35977
|
+
{
|
|
35978
|
+
"description": "The vertical padding of the Tooltip.\n",
|
|
35979
|
+
"commentRange": {
|
|
35980
|
+
"start": 3,
|
|
35981
|
+
"end": 4
|
|
35982
|
+
},
|
|
35983
|
+
"context": {
|
|
35984
|
+
"type": "variable",
|
|
35985
|
+
"name": "kendo-tooltip-padding-y",
|
|
35986
|
+
"value": "($kendo-padding-md-y * .75)",
|
|
35987
|
+
"scope": "default",
|
|
35988
|
+
"line": {
|
|
35989
|
+
"start": 5,
|
|
35990
|
+
"end": 5
|
|
35991
|
+
}
|
|
35992
|
+
},
|
|
35993
|
+
"group": [
|
|
35994
|
+
"tooltip"
|
|
35995
|
+
],
|
|
35996
|
+
"access": "public",
|
|
35997
|
+
"file": {
|
|
35998
|
+
"path": "tooltip/_variables.scss",
|
|
35999
|
+
"name": "_variables.scss"
|
|
36000
|
+
}
|
|
36001
|
+
},
|
|
36002
|
+
{
|
|
36003
|
+
"description": "The horizontal padding of the Tooltip.\n",
|
|
36004
|
+
"commentRange": {
|
|
36005
|
+
"start": 6,
|
|
36006
|
+
"end": 7
|
|
36007
|
+
},
|
|
36008
|
+
"context": {
|
|
36009
|
+
"type": "variable",
|
|
36010
|
+
"name": "kendo-tooltip-padding-x",
|
|
36011
|
+
"value": "k-math-div( $kendo-padding-md-x, 2 )",
|
|
36012
|
+
"scope": "default",
|
|
36013
|
+
"line": {
|
|
36014
|
+
"start": 8,
|
|
36015
|
+
"end": 8
|
|
36016
|
+
}
|
|
36017
|
+
},
|
|
36018
|
+
"group": [
|
|
36019
|
+
"tooltip"
|
|
36020
|
+
],
|
|
36021
|
+
"access": "public",
|
|
36022
|
+
"file": {
|
|
36023
|
+
"path": "tooltip/_variables.scss",
|
|
36024
|
+
"name": "_variables.scss"
|
|
36025
|
+
}
|
|
36026
|
+
},
|
|
36027
|
+
{
|
|
36028
|
+
"description": "The width of the border around the Tooltip.\n",
|
|
36029
|
+
"commentRange": {
|
|
36030
|
+
"start": 9,
|
|
36031
|
+
"end": 10
|
|
36032
|
+
},
|
|
36033
|
+
"context": {
|
|
36034
|
+
"type": "variable",
|
|
36035
|
+
"name": "kendo-tooltip-border-width",
|
|
36036
|
+
"value": "0px",
|
|
36037
|
+
"scope": "default",
|
|
36038
|
+
"line": {
|
|
36039
|
+
"start": 11,
|
|
36040
|
+
"end": 11
|
|
36041
|
+
}
|
|
36042
|
+
},
|
|
36043
|
+
"group": [
|
|
36044
|
+
"tooltip"
|
|
36045
|
+
],
|
|
36046
|
+
"access": "public",
|
|
36047
|
+
"file": {
|
|
36048
|
+
"path": "tooltip/_variables.scss",
|
|
36049
|
+
"name": "_variables.scss"
|
|
36050
|
+
}
|
|
36051
|
+
},
|
|
36052
|
+
{
|
|
36053
|
+
"description": "The border radius of the Tooltip.\n",
|
|
36054
|
+
"commentRange": {
|
|
36055
|
+
"start": 12,
|
|
36056
|
+
"end": 13
|
|
36057
|
+
},
|
|
36058
|
+
"context": {
|
|
36059
|
+
"type": "variable",
|
|
36060
|
+
"name": "kendo-tooltip-border-radius",
|
|
36061
|
+
"value": "$kendo-border-radius-md",
|
|
36062
|
+
"scope": "default",
|
|
36063
|
+
"line": {
|
|
36064
|
+
"start": 14,
|
|
36065
|
+
"end": 14
|
|
36066
|
+
}
|
|
36067
|
+
},
|
|
36068
|
+
"group": [
|
|
36069
|
+
"tooltip"
|
|
36070
|
+
],
|
|
36071
|
+
"access": "public",
|
|
36072
|
+
"file": {
|
|
36073
|
+
"path": "tooltip/_variables.scss",
|
|
36074
|
+
"name": "_variables.scss"
|
|
36075
|
+
}
|
|
36076
|
+
},
|
|
36077
|
+
{
|
|
36078
|
+
"description": "The font family of the Tooltip.\n",
|
|
36079
|
+
"commentRange": {
|
|
36080
|
+
"start": 16,
|
|
36081
|
+
"end": 17
|
|
36082
|
+
},
|
|
36083
|
+
"context": {
|
|
36084
|
+
"type": "variable",
|
|
36085
|
+
"name": "kendo-tooltip-font-family",
|
|
36086
|
+
"value": "$kendo-font-family",
|
|
36087
|
+
"scope": "default",
|
|
36088
|
+
"line": {
|
|
36089
|
+
"start": 18,
|
|
36090
|
+
"end": 18
|
|
36091
|
+
}
|
|
36092
|
+
},
|
|
36093
|
+
"group": [
|
|
36094
|
+
"tooltip"
|
|
36095
|
+
],
|
|
36096
|
+
"access": "public",
|
|
36097
|
+
"file": {
|
|
36098
|
+
"path": "tooltip/_variables.scss",
|
|
36099
|
+
"name": "_variables.scss"
|
|
36100
|
+
}
|
|
36101
|
+
},
|
|
36102
|
+
{
|
|
36103
|
+
"description": "The font size of the Tooltip.\n",
|
|
36104
|
+
"commentRange": {
|
|
36105
|
+
"start": 19,
|
|
36106
|
+
"end": 20
|
|
36107
|
+
},
|
|
36108
|
+
"context": {
|
|
36109
|
+
"type": "variable",
|
|
36110
|
+
"name": "kendo-tooltip-font-size",
|
|
36111
|
+
"value": "$kendo-font-size-sm",
|
|
36112
|
+
"scope": "default",
|
|
36113
|
+
"line": {
|
|
36114
|
+
"start": 21,
|
|
36115
|
+
"end": 21
|
|
36116
|
+
}
|
|
36117
|
+
},
|
|
36118
|
+
"group": [
|
|
36119
|
+
"tooltip"
|
|
36120
|
+
],
|
|
36121
|
+
"access": "public",
|
|
36122
|
+
"file": {
|
|
36123
|
+
"path": "tooltip/_variables.scss",
|
|
36124
|
+
"name": "_variables.scss"
|
|
36125
|
+
}
|
|
36126
|
+
},
|
|
36127
|
+
{
|
|
36128
|
+
"description": "The line height of the Tooltip.\n",
|
|
36129
|
+
"commentRange": {
|
|
36130
|
+
"start": 22,
|
|
36131
|
+
"end": 23
|
|
36132
|
+
},
|
|
36133
|
+
"context": {
|
|
36134
|
+
"type": "variable",
|
|
36135
|
+
"name": "kendo-tooltip-line-height",
|
|
36136
|
+
"value": "k-math-div( 20, 14 )",
|
|
36137
|
+
"scope": "default",
|
|
36138
|
+
"line": {
|
|
36139
|
+
"start": 24,
|
|
36140
|
+
"end": 24
|
|
36141
|
+
}
|
|
36142
|
+
},
|
|
36143
|
+
"group": [
|
|
36144
|
+
"tooltip"
|
|
36145
|
+
],
|
|
36146
|
+
"access": "public",
|
|
36147
|
+
"file": {
|
|
36148
|
+
"path": "tooltip/_variables.scss",
|
|
36149
|
+
"name": "_variables.scss"
|
|
36150
|
+
}
|
|
36151
|
+
},
|
|
36152
|
+
{
|
|
36153
|
+
"description": "The font size of the Tooltip title.\n",
|
|
36154
|
+
"commentRange": {
|
|
36155
|
+
"start": 26,
|
|
36156
|
+
"end": 27
|
|
36157
|
+
},
|
|
36158
|
+
"context": {
|
|
36159
|
+
"type": "variable",
|
|
36160
|
+
"name": "kendo-tooltip-title-font-size",
|
|
36161
|
+
"value": "($kendo-tooltip-font-size * 1.25)",
|
|
36162
|
+
"scope": "default",
|
|
36163
|
+
"line": {
|
|
36164
|
+
"start": 28,
|
|
36165
|
+
"end": 28
|
|
36166
|
+
}
|
|
36167
|
+
},
|
|
36168
|
+
"group": [
|
|
36169
|
+
"tooltip"
|
|
36170
|
+
],
|
|
36171
|
+
"access": "public",
|
|
36172
|
+
"file": {
|
|
36173
|
+
"path": "tooltip/_variables.scss",
|
|
36174
|
+
"name": "_variables.scss"
|
|
36175
|
+
}
|
|
36176
|
+
},
|
|
36177
|
+
{
|
|
36178
|
+
"description": "The line height of the Tooltip title.\n",
|
|
36179
|
+
"commentRange": {
|
|
36180
|
+
"start": 29,
|
|
36181
|
+
"end": 30
|
|
36182
|
+
},
|
|
36183
|
+
"context": {
|
|
36184
|
+
"type": "variable",
|
|
36185
|
+
"name": "kendo-tooltip-title-line-height",
|
|
36186
|
+
"value": "1",
|
|
36187
|
+
"scope": "default",
|
|
36188
|
+
"line": {
|
|
36189
|
+
"start": 31,
|
|
36190
|
+
"end": 31
|
|
36191
|
+
}
|
|
36192
|
+
},
|
|
36193
|
+
"group": [
|
|
36194
|
+
"tooltip"
|
|
36195
|
+
],
|
|
36196
|
+
"access": "public",
|
|
36197
|
+
"file": {
|
|
36198
|
+
"path": "tooltip/_variables.scss",
|
|
36199
|
+
"name": "_variables.scss"
|
|
36200
|
+
}
|
|
36201
|
+
},
|
|
36202
|
+
{
|
|
36203
|
+
"description": "The size of the Tooltip callout.\n",
|
|
36204
|
+
"commentRange": {
|
|
36205
|
+
"start": 33,
|
|
36206
|
+
"end": 34
|
|
36207
|
+
},
|
|
36208
|
+
"context": {
|
|
36209
|
+
"type": "variable",
|
|
36210
|
+
"name": "kendo-tooltip-callout-size",
|
|
36211
|
+
"value": "6px",
|
|
36212
|
+
"scope": "default",
|
|
36213
|
+
"line": {
|
|
36214
|
+
"start": 35,
|
|
36215
|
+
"end": 35
|
|
36216
|
+
}
|
|
36217
|
+
},
|
|
36218
|
+
"group": [
|
|
36219
|
+
"tooltip"
|
|
36220
|
+
],
|
|
36221
|
+
"access": "public",
|
|
36222
|
+
"file": {
|
|
36223
|
+
"path": "tooltip/_variables.scss",
|
|
36224
|
+
"name": "_variables.scss"
|
|
36225
|
+
}
|
|
36226
|
+
},
|
|
36227
|
+
{
|
|
36228
|
+
"description": "The default background of the Tooltip.\n",
|
|
36229
|
+
"commentRange": {
|
|
36230
|
+
"start": 37,
|
|
36231
|
+
"end": 38
|
|
36232
|
+
},
|
|
36233
|
+
"context": {
|
|
36234
|
+
"type": "variable",
|
|
36235
|
+
"name": "kendo-tooltip-bg",
|
|
36236
|
+
"value": "material-color( gray, 700, .9 )",
|
|
36237
|
+
"scope": "default",
|
|
36238
|
+
"line": {
|
|
36239
|
+
"start": 39,
|
|
36240
|
+
"end": 39
|
|
36241
|
+
}
|
|
36242
|
+
},
|
|
36243
|
+
"group": [
|
|
36244
|
+
"tooltip"
|
|
36245
|
+
],
|
|
36246
|
+
"access": "public",
|
|
36247
|
+
"file": {
|
|
36248
|
+
"path": "tooltip/_variables.scss",
|
|
36249
|
+
"name": "_variables.scss"
|
|
36250
|
+
}
|
|
36251
|
+
},
|
|
36252
|
+
{
|
|
36253
|
+
"description": "The default text color of the Tooltip.\n",
|
|
36254
|
+
"commentRange": {
|
|
36255
|
+
"start": 40,
|
|
36256
|
+
"end": 41
|
|
36257
|
+
},
|
|
36258
|
+
"context": {
|
|
36259
|
+
"type": "variable",
|
|
36260
|
+
"name": "kendo-tooltip-text",
|
|
36261
|
+
"value": "get-base-contrast( gray, 700 )",
|
|
36262
|
+
"scope": "default",
|
|
36263
|
+
"line": {
|
|
36264
|
+
"start": 42,
|
|
36265
|
+
"end": 42
|
|
36266
|
+
}
|
|
36267
|
+
},
|
|
36268
|
+
"group": [
|
|
36269
|
+
"tooltip"
|
|
36270
|
+
],
|
|
36271
|
+
"access": "public",
|
|
36272
|
+
"file": {
|
|
36273
|
+
"path": "tooltip/_variables.scss",
|
|
36274
|
+
"name": "_variables.scss"
|
|
36275
|
+
}
|
|
36276
|
+
},
|
|
36277
|
+
{
|
|
36278
|
+
"description": "The default border color of the Tooltip.\n",
|
|
36279
|
+
"commentRange": {
|
|
36280
|
+
"start": 43,
|
|
36281
|
+
"end": 44
|
|
36282
|
+
},
|
|
36283
|
+
"context": {
|
|
36284
|
+
"type": "variable",
|
|
36285
|
+
"name": "kendo-tooltip-border",
|
|
36286
|
+
"value": "$kendo-tooltip-bg",
|
|
36287
|
+
"scope": "default",
|
|
36288
|
+
"line": {
|
|
36289
|
+
"start": 45,
|
|
36290
|
+
"end": 45
|
|
36291
|
+
}
|
|
36292
|
+
},
|
|
36293
|
+
"group": [
|
|
36294
|
+
"tooltip"
|
|
36295
|
+
],
|
|
36296
|
+
"access": "public",
|
|
36297
|
+
"file": {
|
|
36298
|
+
"path": "tooltip/_variables.scss",
|
|
36299
|
+
"name": "_variables.scss"
|
|
36300
|
+
}
|
|
36301
|
+
},
|
|
36302
|
+
{
|
|
36303
|
+
"description": "The box-shadow of the Tooltip.\n",
|
|
36304
|
+
"commentRange": {
|
|
36305
|
+
"start": 47,
|
|
36306
|
+
"end": 48
|
|
36307
|
+
},
|
|
36308
|
+
"context": {
|
|
36309
|
+
"type": "variable",
|
|
36310
|
+
"name": "kendo-tooltip-shadow",
|
|
36311
|
+
"value": "$box-shadow-depth-2",
|
|
36312
|
+
"scope": "default",
|
|
36313
|
+
"line": {
|
|
36314
|
+
"start": 49,
|
|
36315
|
+
"end": 49
|
|
36316
|
+
}
|
|
36317
|
+
},
|
|
36318
|
+
"group": [
|
|
36319
|
+
"tooltip"
|
|
36320
|
+
],
|
|
36321
|
+
"access": "public",
|
|
36322
|
+
"file": {
|
|
36323
|
+
"path": "tooltip/_variables.scss",
|
|
36324
|
+
"name": "_variables.scss"
|
|
36325
|
+
}
|
|
36326
|
+
},
|
|
36327
|
+
{
|
|
36328
|
+
"description": "The theme colors map for the Tooltip.\n",
|
|
36329
|
+
"commentRange": {
|
|
36330
|
+
"start": 65,
|
|
36331
|
+
"end": 66
|
|
36332
|
+
},
|
|
36333
|
+
"context": {
|
|
36334
|
+
"type": "variable",
|
|
36335
|
+
"name": "kendo-tooltip-theme-colors",
|
|
36336
|
+
"value": "$kendo-theme-colors",
|
|
36337
|
+
"scope": "default",
|
|
36338
|
+
"line": {
|
|
36339
|
+
"start": 67,
|
|
36340
|
+
"end": 67
|
|
36341
|
+
}
|
|
36342
|
+
},
|
|
36343
|
+
"group": [
|
|
36344
|
+
"tooltip"
|
|
36345
|
+
],
|
|
36346
|
+
"access": "public",
|
|
36347
|
+
"file": {
|
|
36348
|
+
"path": "tooltip/_variables.scss",
|
|
36349
|
+
"name": "_variables.scss"
|
|
36350
|
+
}
|
|
36351
|
+
},
|
|
36352
|
+
{
|
|
36353
|
+
"description": "The generated theme colors map for the Tooltip.\n",
|
|
36354
|
+
"commentRange": {
|
|
36355
|
+
"start": 68,
|
|
36356
|
+
"end": 69
|
|
36357
|
+
},
|
|
36358
|
+
"context": {
|
|
36359
|
+
"type": "variable",
|
|
36360
|
+
"name": "kendo-tooltip-theme",
|
|
36361
|
+
"value": "tooltip-theme( $kendo-tooltip-theme-colors )",
|
|
36362
|
+
"scope": "default",
|
|
36363
|
+
"line": {
|
|
36364
|
+
"start": 70,
|
|
36365
|
+
"end": 70
|
|
36366
|
+
}
|
|
36367
|
+
},
|
|
36368
|
+
"group": [
|
|
36369
|
+
"tooltip"
|
|
36370
|
+
],
|
|
36371
|
+
"access": "public",
|
|
36372
|
+
"file": {
|
|
36373
|
+
"path": "tooltip/_variables.scss",
|
|
36374
|
+
"name": "_variables.scss"
|
|
36375
|
+
}
|
|
36376
|
+
},
|
|
35977
36377
|
{
|
|
35978
36378
|
"description": "The font family of the TreeView.\n",
|
|
35979
36379
|
"commentRange": {
|
package/dist/meta/variables.json
CHANGED
|
@@ -3835,10 +3835,6 @@
|
|
|
3835
3835
|
"type": "Number",
|
|
3836
3836
|
"value": "8px"
|
|
3837
3837
|
},
|
|
3838
|
-
"kendo-tooltip-max-width": {
|
|
3839
|
-
"type": "Null",
|
|
3840
|
-
"value": "null"
|
|
3841
|
-
},
|
|
3842
3838
|
"kendo-tooltip-border-width": {
|
|
3843
3839
|
"type": "Number",
|
|
3844
3840
|
"value": "0px"
|
|
@@ -3887,65 +3883,13 @@
|
|
|
3887
3883
|
"type": "String",
|
|
3888
3884
|
"value": "var(--kendo-elevation-2, 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 3px 1px 0px rgba(0, 0, 0, 0.12), 0px 2px 2px 0px rgba(0, 0, 0, 0.14))"
|
|
3889
3885
|
},
|
|
3890
|
-
"kendo-tooltip-
|
|
3891
|
-
"type": "
|
|
3892
|
-
"value": "#3f51b5"
|
|
3893
|
-
},
|
|
3894
|
-
"kendo-tooltip-primary-text": {
|
|
3895
|
-
"type": "Color",
|
|
3896
|
-
"value": "white"
|
|
3897
|
-
},
|
|
3898
|
-
"kendo-tooltip-primary-border": {
|
|
3899
|
-
"type": "Color",
|
|
3900
|
-
"value": "#3f51b5"
|
|
3901
|
-
},
|
|
3902
|
-
"kendo-tooltip-info-bg": {
|
|
3903
|
-
"type": "Color",
|
|
3904
|
-
"value": "#0058e9"
|
|
3905
|
-
},
|
|
3906
|
-
"kendo-tooltip-info-text": {
|
|
3907
|
-
"type": "Color",
|
|
3908
|
-
"value": "white"
|
|
3909
|
-
},
|
|
3910
|
-
"kendo-tooltip-info-border": {
|
|
3911
|
-
"type": "Color",
|
|
3912
|
-
"value": "#0058e9"
|
|
3913
|
-
},
|
|
3914
|
-
"kendo-tooltip-success-bg": {
|
|
3915
|
-
"type": "Color",
|
|
3916
|
-
"value": "#37b400"
|
|
3917
|
-
},
|
|
3918
|
-
"kendo-tooltip-success-text": {
|
|
3919
|
-
"type": "Color",
|
|
3920
|
-
"value": "black"
|
|
3921
|
-
},
|
|
3922
|
-
"kendo-tooltip-success-border": {
|
|
3923
|
-
"type": "Color",
|
|
3924
|
-
"value": "#37b400"
|
|
3925
|
-
},
|
|
3926
|
-
"kendo-tooltip-warning-bg": {
|
|
3927
|
-
"type": "Color",
|
|
3928
|
-
"value": "#ffc000"
|
|
3929
|
-
},
|
|
3930
|
-
"kendo-tooltip-warning-text": {
|
|
3931
|
-
"type": "Color",
|
|
3932
|
-
"value": "black"
|
|
3933
|
-
},
|
|
3934
|
-
"kendo-tooltip-warning-border": {
|
|
3935
|
-
"type": "Color",
|
|
3936
|
-
"value": "#ffc000"
|
|
3937
|
-
},
|
|
3938
|
-
"kendo-tooltip-error-bg": {
|
|
3939
|
-
"type": "Color",
|
|
3940
|
-
"value": "#f31700"
|
|
3941
|
-
},
|
|
3942
|
-
"kendo-tooltip-error-text": {
|
|
3943
|
-
"type": "Color",
|
|
3944
|
-
"value": "black"
|
|
3886
|
+
"kendo-tooltip-theme-colors": {
|
|
3887
|
+
"type": "Map",
|
|
3888
|
+
"value": "(\"primary\": #3f51b5, \"secondary\": #e51a5f, \"tertiary\": #00695c, \"info\": #0058e9, \"success\": #37b400, \"warning\": #ffc000, \"error\": #f31700, \"dark\": #424242, \"light\": #f5f5f5, \"inverse\": #424242)"
|
|
3945
3889
|
},
|
|
3946
|
-
"kendo-tooltip-
|
|
3947
|
-
"type": "
|
|
3948
|
-
"value": "#f31700"
|
|
3890
|
+
"kendo-tooltip-theme": {
|
|
3891
|
+
"type": "Map",
|
|
3892
|
+
"value": "(\"inverse\": (color: white, background-color: #424242, border: #424242), \"light\": (color: black, background-color: #f5f5f5, border: #f5f5f5), \"dark\": (color: white, background-color: #424242, border: #424242), \"error\": (color: black, background-color: #f31700, border: #f31700), \"warning\": (color: black, background-color: #ffc000, border: #ffc000), \"success\": (color: black, background-color: #37b400, border: #37b400), \"info\": (color: white, background-color: #0058e9, border: #0058e9), \"tertiary\": (color: white, background-color: #00695c, border: #00695c), \"secondary\": (color: white, background-color: #e51a5f, border: #e51a5f), \"primary\": (color: white, background-color: #3f51b5, border: #3f51b5))"
|
|
3949
3893
|
},
|
|
3950
3894
|
"kendo-window-border-width": {
|
|
3951
3895
|
"type": "Number",
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-material",
|
|
3
3
|
"description": "Material theme for Kendo UI",
|
|
4
|
-
"version": "7.0
|
|
4
|
+
"version": "7.1.0-dev.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -54,13 +54,13 @@
|
|
|
54
54
|
},
|
|
55
55
|
"dependencies": {
|
|
56
56
|
"@progress/kendo-svg-icons": "2.0.0",
|
|
57
|
-
"@progress/kendo-theme-core": "7.0
|
|
58
|
-
"@progress/kendo-theme-default": "7.0
|
|
59
|
-
"@progress/kendo-theme-utils": "7.0
|
|
57
|
+
"@progress/kendo-theme-core": "7.1.0-dev.0",
|
|
58
|
+
"@progress/kendo-theme-default": "7.1.0-dev.0",
|
|
59
|
+
"@progress/kendo-theme-utils": "7.1.0-dev.0"
|
|
60
60
|
},
|
|
61
61
|
"directories": {
|
|
62
62
|
"doc": "docs",
|
|
63
63
|
"lib": "lib"
|
|
64
64
|
},
|
|
65
|
-
"gitHead": "
|
|
65
|
+
"gitHead": "e0a0885fdf92926065f788aab0ad62453b875258"
|
|
66
66
|
}
|