@progress/kendo-theme-utils 12.2.4-dev.1 → 12.3.0-dev.1
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/meta/sassdoc-data.json +272 -0
- package/dist/meta/sassdoc-raw-data.json +133 -0
- package/package.json +3 -3
|
@@ -1328,6 +1328,139 @@
|
|
|
1328
1328
|
"name": "index.scss"
|
|
1329
1329
|
}
|
|
1330
1330
|
},
|
|
1331
|
+
{
|
|
1332
|
+
"description": "The global map of motion easing tokens.\n",
|
|
1333
|
+
"commentRange": {
|
|
1334
|
+
"start": 141,
|
|
1335
|
+
"end": 142
|
|
1336
|
+
},
|
|
1337
|
+
"context": {
|
|
1338
|
+
"type": "variable",
|
|
1339
|
+
"name": "kendo-easings",
|
|
1340
|
+
"value": "$default-easings",
|
|
1341
|
+
"scope": "default",
|
|
1342
|
+
"line": {
|
|
1343
|
+
"start": 143,
|
|
1344
|
+
"end": 143
|
|
1345
|
+
}
|
|
1346
|
+
},
|
|
1347
|
+
"group": [
|
|
1348
|
+
"motion"
|
|
1349
|
+
],
|
|
1350
|
+
"access": "public",
|
|
1351
|
+
"file": {
|
|
1352
|
+
"path": "core/scss/motion/index.scss",
|
|
1353
|
+
"name": "index.scss"
|
|
1354
|
+
}
|
|
1355
|
+
},
|
|
1356
|
+
{
|
|
1357
|
+
"description": "The global map of motion duration tokens.\n",
|
|
1358
|
+
"commentRange": {
|
|
1359
|
+
"start": 146,
|
|
1360
|
+
"end": 147
|
|
1361
|
+
},
|
|
1362
|
+
"context": {
|
|
1363
|
+
"type": "variable",
|
|
1364
|
+
"name": "kendo-durations",
|
|
1365
|
+
"value": "$default-durations",
|
|
1366
|
+
"scope": "default",
|
|
1367
|
+
"line": {
|
|
1368
|
+
"start": 148,
|
|
1369
|
+
"end": 148
|
|
1370
|
+
}
|
|
1371
|
+
},
|
|
1372
|
+
"group": [
|
|
1373
|
+
"motion"
|
|
1374
|
+
],
|
|
1375
|
+
"access": "public",
|
|
1376
|
+
"file": {
|
|
1377
|
+
"path": "core/scss/motion/index.scss",
|
|
1378
|
+
"name": "index.scss"
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1381
|
+
{
|
|
1382
|
+
"description": "The global map of motion transition tokens.\n",
|
|
1383
|
+
"commentRange": {
|
|
1384
|
+
"start": 151,
|
|
1385
|
+
"end": 172
|
|
1386
|
+
},
|
|
1387
|
+
"context": {
|
|
1388
|
+
"type": "variable",
|
|
1389
|
+
"name": "kendo-transitions",
|
|
1390
|
+
"value": "$default-transitions",
|
|
1391
|
+
"scope": "default",
|
|
1392
|
+
"line": {
|
|
1393
|
+
"start": 173,
|
|
1394
|
+
"end": 173
|
|
1395
|
+
}
|
|
1396
|
+
},
|
|
1397
|
+
"group": [
|
|
1398
|
+
"motion"
|
|
1399
|
+
],
|
|
1400
|
+
"subGroup": [
|
|
1401
|
+
{
|
|
1402
|
+
"name": "fast",
|
|
1403
|
+
"value": [
|
|
1404
|
+
"instant",
|
|
1405
|
+
"rapid",
|
|
1406
|
+
"snappy",
|
|
1407
|
+
"energetic"
|
|
1408
|
+
],
|
|
1409
|
+
"description": "Speed and Responsiveness"
|
|
1410
|
+
},
|
|
1411
|
+
{
|
|
1412
|
+
"name": "expressive",
|
|
1413
|
+
"value": [
|
|
1414
|
+
"emphasis",
|
|
1415
|
+
"bouncy",
|
|
1416
|
+
"pulse",
|
|
1417
|
+
"flip"
|
|
1418
|
+
],
|
|
1419
|
+
"description": "Personality and Playfulness"
|
|
1420
|
+
},
|
|
1421
|
+
{
|
|
1422
|
+
"name": "calm",
|
|
1423
|
+
"value": [
|
|
1424
|
+
"subtle",
|
|
1425
|
+
"gentle",
|
|
1426
|
+
"settle",
|
|
1427
|
+
"smooth",
|
|
1428
|
+
"fluid",
|
|
1429
|
+
"deliberate"
|
|
1430
|
+
],
|
|
1431
|
+
"description": "Subtle & Natural"
|
|
1432
|
+
},
|
|
1433
|
+
{
|
|
1434
|
+
"name": "visibility",
|
|
1435
|
+
"value": [
|
|
1436
|
+
"slide-in",
|
|
1437
|
+
"slide-out",
|
|
1438
|
+
"fade-in",
|
|
1439
|
+
"fade-out",
|
|
1440
|
+
"enter",
|
|
1441
|
+
"exit"
|
|
1442
|
+
],
|
|
1443
|
+
"description": "Visibility & Movement Change"
|
|
1444
|
+
},
|
|
1445
|
+
{
|
|
1446
|
+
"name": "size",
|
|
1447
|
+
"value": [
|
|
1448
|
+
"scale-in",
|
|
1449
|
+
"scale-out",
|
|
1450
|
+
"grow",
|
|
1451
|
+
"shrink",
|
|
1452
|
+
"expand",
|
|
1453
|
+
"collapse"
|
|
1454
|
+
],
|
|
1455
|
+
"description": "Size & Scale Adjustments"
|
|
1456
|
+
}
|
|
1457
|
+
],
|
|
1458
|
+
"access": "public",
|
|
1459
|
+
"file": {
|
|
1460
|
+
"path": "core/scss/motion/index.scss",
|
|
1461
|
+
"name": "index.scss"
|
|
1462
|
+
}
|
|
1463
|
+
},
|
|
1331
1464
|
{
|
|
1332
1465
|
"description": "The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.\n",
|
|
1333
1466
|
"commentRange": {
|
|
@@ -48958,6 +49091,145 @@
|
|
|
48958
49091
|
}
|
|
48959
49092
|
]
|
|
48960
49093
|
},
|
|
49094
|
+
{
|
|
49095
|
+
"id": "motion",
|
|
49096
|
+
"title": "Motion",
|
|
49097
|
+
"variables": [
|
|
49098
|
+
{
|
|
49099
|
+
"description": "The global map of motion easing tokens.\n",
|
|
49100
|
+
"commentRange": {
|
|
49101
|
+
"start": 141,
|
|
49102
|
+
"end": 142
|
|
49103
|
+
},
|
|
49104
|
+
"context": {
|
|
49105
|
+
"type": "variable",
|
|
49106
|
+
"name": "kendo-easings",
|
|
49107
|
+
"value": "$default-easings",
|
|
49108
|
+
"scope": "default",
|
|
49109
|
+
"line": {
|
|
49110
|
+
"start": 143,
|
|
49111
|
+
"end": 143
|
|
49112
|
+
}
|
|
49113
|
+
},
|
|
49114
|
+
"group": [
|
|
49115
|
+
"motion"
|
|
49116
|
+
],
|
|
49117
|
+
"access": "public",
|
|
49118
|
+
"file": {
|
|
49119
|
+
"path": "core/scss/motion/index.scss",
|
|
49120
|
+
"name": "index.scss"
|
|
49121
|
+
}
|
|
49122
|
+
},
|
|
49123
|
+
{
|
|
49124
|
+
"description": "The global map of motion duration tokens.\n",
|
|
49125
|
+
"commentRange": {
|
|
49126
|
+
"start": 146,
|
|
49127
|
+
"end": 147
|
|
49128
|
+
},
|
|
49129
|
+
"context": {
|
|
49130
|
+
"type": "variable",
|
|
49131
|
+
"name": "kendo-durations",
|
|
49132
|
+
"value": "$default-durations",
|
|
49133
|
+
"scope": "default",
|
|
49134
|
+
"line": {
|
|
49135
|
+
"start": 148,
|
|
49136
|
+
"end": 148
|
|
49137
|
+
}
|
|
49138
|
+
},
|
|
49139
|
+
"group": [
|
|
49140
|
+
"motion"
|
|
49141
|
+
],
|
|
49142
|
+
"access": "public",
|
|
49143
|
+
"file": {
|
|
49144
|
+
"path": "core/scss/motion/index.scss",
|
|
49145
|
+
"name": "index.scss"
|
|
49146
|
+
}
|
|
49147
|
+
},
|
|
49148
|
+
{
|
|
49149
|
+
"description": "The global map of motion transition tokens.\n",
|
|
49150
|
+
"commentRange": {
|
|
49151
|
+
"start": 151,
|
|
49152
|
+
"end": 172
|
|
49153
|
+
},
|
|
49154
|
+
"context": {
|
|
49155
|
+
"type": "variable",
|
|
49156
|
+
"name": "kendo-transitions",
|
|
49157
|
+
"value": "$default-transitions",
|
|
49158
|
+
"scope": "default",
|
|
49159
|
+
"line": {
|
|
49160
|
+
"start": 173,
|
|
49161
|
+
"end": 173
|
|
49162
|
+
}
|
|
49163
|
+
},
|
|
49164
|
+
"group": [
|
|
49165
|
+
"motion"
|
|
49166
|
+
],
|
|
49167
|
+
"subGroup": [
|
|
49168
|
+
{
|
|
49169
|
+
"name": "fast",
|
|
49170
|
+
"value": [
|
|
49171
|
+
"instant",
|
|
49172
|
+
"rapid",
|
|
49173
|
+
"snappy",
|
|
49174
|
+
"energetic"
|
|
49175
|
+
],
|
|
49176
|
+
"description": "Speed and Responsiveness"
|
|
49177
|
+
},
|
|
49178
|
+
{
|
|
49179
|
+
"name": "expressive",
|
|
49180
|
+
"value": [
|
|
49181
|
+
"emphasis",
|
|
49182
|
+
"bouncy",
|
|
49183
|
+
"pulse",
|
|
49184
|
+
"flip"
|
|
49185
|
+
],
|
|
49186
|
+
"description": "Personality and Playfulness"
|
|
49187
|
+
},
|
|
49188
|
+
{
|
|
49189
|
+
"name": "calm",
|
|
49190
|
+
"value": [
|
|
49191
|
+
"subtle",
|
|
49192
|
+
"gentle",
|
|
49193
|
+
"settle",
|
|
49194
|
+
"smooth",
|
|
49195
|
+
"fluid",
|
|
49196
|
+
"deliberate"
|
|
49197
|
+
],
|
|
49198
|
+
"description": "Subtle & Natural"
|
|
49199
|
+
},
|
|
49200
|
+
{
|
|
49201
|
+
"name": "visibility",
|
|
49202
|
+
"value": [
|
|
49203
|
+
"slide-in",
|
|
49204
|
+
"slide-out",
|
|
49205
|
+
"fade-in",
|
|
49206
|
+
"fade-out",
|
|
49207
|
+
"enter",
|
|
49208
|
+
"exit"
|
|
49209
|
+
],
|
|
49210
|
+
"description": "Visibility & Movement Change"
|
|
49211
|
+
},
|
|
49212
|
+
{
|
|
49213
|
+
"name": "size",
|
|
49214
|
+
"value": [
|
|
49215
|
+
"scale-in",
|
|
49216
|
+
"scale-out",
|
|
49217
|
+
"grow",
|
|
49218
|
+
"shrink",
|
|
49219
|
+
"expand",
|
|
49220
|
+
"collapse"
|
|
49221
|
+
],
|
|
49222
|
+
"description": "Size & Scale Adjustments"
|
|
49223
|
+
}
|
|
49224
|
+
],
|
|
49225
|
+
"access": "public",
|
|
49226
|
+
"file": {
|
|
49227
|
+
"path": "core/scss/motion/index.scss",
|
|
49228
|
+
"name": "index.scss"
|
|
49229
|
+
}
|
|
49230
|
+
}
|
|
49231
|
+
]
|
|
49232
|
+
},
|
|
48961
49233
|
{
|
|
48962
49234
|
"id": "palette",
|
|
48963
49235
|
"title": "Palette",
|
|
@@ -45748,6 +45748,139 @@
|
|
|
45748
45748
|
"name": "index.scss"
|
|
45749
45749
|
}
|
|
45750
45750
|
},
|
|
45751
|
+
{
|
|
45752
|
+
"description": "The global map of motion easing tokens.\n",
|
|
45753
|
+
"commentRange": {
|
|
45754
|
+
"start": 141,
|
|
45755
|
+
"end": 142
|
|
45756
|
+
},
|
|
45757
|
+
"context": {
|
|
45758
|
+
"type": "variable",
|
|
45759
|
+
"name": "kendo-easings",
|
|
45760
|
+
"value": "$default-easings",
|
|
45761
|
+
"scope": "default",
|
|
45762
|
+
"line": {
|
|
45763
|
+
"start": 143,
|
|
45764
|
+
"end": 143
|
|
45765
|
+
}
|
|
45766
|
+
},
|
|
45767
|
+
"group": [
|
|
45768
|
+
"motion"
|
|
45769
|
+
],
|
|
45770
|
+
"access": "public",
|
|
45771
|
+
"file": {
|
|
45772
|
+
"path": "core/scss/motion/index.scss",
|
|
45773
|
+
"name": "index.scss"
|
|
45774
|
+
}
|
|
45775
|
+
},
|
|
45776
|
+
{
|
|
45777
|
+
"description": "The global map of motion duration tokens.\n",
|
|
45778
|
+
"commentRange": {
|
|
45779
|
+
"start": 146,
|
|
45780
|
+
"end": 147
|
|
45781
|
+
},
|
|
45782
|
+
"context": {
|
|
45783
|
+
"type": "variable",
|
|
45784
|
+
"name": "kendo-durations",
|
|
45785
|
+
"value": "$default-durations",
|
|
45786
|
+
"scope": "default",
|
|
45787
|
+
"line": {
|
|
45788
|
+
"start": 148,
|
|
45789
|
+
"end": 148
|
|
45790
|
+
}
|
|
45791
|
+
},
|
|
45792
|
+
"group": [
|
|
45793
|
+
"motion"
|
|
45794
|
+
],
|
|
45795
|
+
"access": "public",
|
|
45796
|
+
"file": {
|
|
45797
|
+
"path": "core/scss/motion/index.scss",
|
|
45798
|
+
"name": "index.scss"
|
|
45799
|
+
}
|
|
45800
|
+
},
|
|
45801
|
+
{
|
|
45802
|
+
"description": "The global map of motion transition tokens.\n",
|
|
45803
|
+
"commentRange": {
|
|
45804
|
+
"start": 151,
|
|
45805
|
+
"end": 172
|
|
45806
|
+
},
|
|
45807
|
+
"context": {
|
|
45808
|
+
"type": "variable",
|
|
45809
|
+
"name": "kendo-transitions",
|
|
45810
|
+
"value": "$default-transitions",
|
|
45811
|
+
"scope": "default",
|
|
45812
|
+
"line": {
|
|
45813
|
+
"start": 173,
|
|
45814
|
+
"end": 173
|
|
45815
|
+
}
|
|
45816
|
+
},
|
|
45817
|
+
"group": [
|
|
45818
|
+
"motion"
|
|
45819
|
+
],
|
|
45820
|
+
"subGroup": [
|
|
45821
|
+
{
|
|
45822
|
+
"name": "fast",
|
|
45823
|
+
"value": [
|
|
45824
|
+
"instant",
|
|
45825
|
+
"rapid",
|
|
45826
|
+
"snappy",
|
|
45827
|
+
"energetic"
|
|
45828
|
+
],
|
|
45829
|
+
"description": "Speed and Responsiveness"
|
|
45830
|
+
},
|
|
45831
|
+
{
|
|
45832
|
+
"name": "expressive",
|
|
45833
|
+
"value": [
|
|
45834
|
+
"emphasis",
|
|
45835
|
+
"bouncy",
|
|
45836
|
+
"pulse",
|
|
45837
|
+
"flip"
|
|
45838
|
+
],
|
|
45839
|
+
"description": "Personality and Playfulness"
|
|
45840
|
+
},
|
|
45841
|
+
{
|
|
45842
|
+
"name": "calm",
|
|
45843
|
+
"value": [
|
|
45844
|
+
"subtle",
|
|
45845
|
+
"gentle",
|
|
45846
|
+
"settle",
|
|
45847
|
+
"smooth",
|
|
45848
|
+
"fluid",
|
|
45849
|
+
"deliberate"
|
|
45850
|
+
],
|
|
45851
|
+
"description": "Subtle & Natural"
|
|
45852
|
+
},
|
|
45853
|
+
{
|
|
45854
|
+
"name": "visibility",
|
|
45855
|
+
"value": [
|
|
45856
|
+
"slide-in",
|
|
45857
|
+
"slide-out",
|
|
45858
|
+
"fade-in",
|
|
45859
|
+
"fade-out",
|
|
45860
|
+
"enter",
|
|
45861
|
+
"exit"
|
|
45862
|
+
],
|
|
45863
|
+
"description": "Visibility & Movement Change"
|
|
45864
|
+
},
|
|
45865
|
+
{
|
|
45866
|
+
"name": "size",
|
|
45867
|
+
"value": [
|
|
45868
|
+
"scale-in",
|
|
45869
|
+
"scale-out",
|
|
45870
|
+
"grow",
|
|
45871
|
+
"shrink",
|
|
45872
|
+
"expand",
|
|
45873
|
+
"collapse"
|
|
45874
|
+
],
|
|
45875
|
+
"description": "Size & Scale Adjustments"
|
|
45876
|
+
}
|
|
45877
|
+
],
|
|
45878
|
+
"access": "public",
|
|
45879
|
+
"file": {
|
|
45880
|
+
"path": "core/scss/motion/index.scss",
|
|
45881
|
+
"name": "index.scss"
|
|
45882
|
+
}
|
|
45883
|
+
},
|
|
45751
45884
|
{
|
|
45752
45885
|
"description": "The Gray Palette provides colors to the Base, Secondary, Light, Dark, and Inverse variable groups.\n",
|
|
45753
45886
|
"commentRange": {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-utils",
|
|
3
3
|
"description": "Utility first library alongside Kendo UI",
|
|
4
|
-
"version": "12.
|
|
4
|
+
"version": "12.3.0-dev.1",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -45,10 +45,10 @@
|
|
|
45
45
|
"postpublish": "echo 'no postpublish for utils'"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@progress/kendo-theme-core": "12.
|
|
48
|
+
"@progress/kendo-theme-core": "12.3.0-dev.1"
|
|
49
49
|
},
|
|
50
50
|
"directories": {
|
|
51
51
|
"doc": "docs"
|
|
52
52
|
},
|
|
53
|
-
"gitHead": "
|
|
53
|
+
"gitHead": "689804b100fdba0f1c7ef277340b9a47802b2ccc"
|
|
54
54
|
}
|