@progress/kendo-theme-fluent 8.0.0-dev.9 → 8.0.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 +173 -150
- package/dist/meta/sassdoc-data.json +188 -138
- package/dist/meta/sassdoc-raw-data.json +94 -69
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +5 -5
- package/scss/badge/_theme.scss +4 -0
- package/scss/badge/_variables.scss +4 -4
- package/scss/button/_variables.scss +49 -49
- package/scss/calendar/_layout.scss +44 -40
- package/scss/calendar/_theme.scss +4 -0
- package/scss/calendar/_variables.scss +3 -0
- package/scss/dataviz/_layout.scss +5 -0
- package/scss/drawer/_layout.scss +2 -0
- package/scss/drawer/_variables.scss +2 -2
- package/scss/listview/_layout.scss +1 -0
|
@@ -7825,19 +7825,19 @@
|
|
|
7825
7825
|
}
|
|
7826
7826
|
},
|
|
7827
7827
|
{
|
|
7828
|
-
"description": "The
|
|
7828
|
+
"description": "The shadow of the hovered start-end range selection in the Calendar.\n",
|
|
7829
7829
|
"commentRange": {
|
|
7830
|
-
"start":
|
|
7831
|
-
"end":
|
|
7830
|
+
"start": 283,
|
|
7831
|
+
"end": 284
|
|
7832
7832
|
},
|
|
7833
7833
|
"context": {
|
|
7834
7834
|
"type": "variable",
|
|
7835
|
-
"name": "kendo-calendar-
|
|
7836
|
-
"value": "var(
|
|
7835
|
+
"name": "kendo-calendar-start-end-range-hover-shadow",
|
|
7836
|
+
"value": "inset 1px -1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 )), inset -1px 1px 0 0 if($kendo-enable-color-system, k-color( base-emphasis ), k-get-theme-color-var( neutral-130 ))",
|
|
7837
7837
|
"scope": "default",
|
|
7838
7838
|
"line": {
|
|
7839
|
-
"start":
|
|
7840
|
-
"end":
|
|
7839
|
+
"start": 285,
|
|
7840
|
+
"end": 285
|
|
7841
7841
|
}
|
|
7842
7842
|
},
|
|
7843
7843
|
"group": [
|
|
@@ -7850,15 +7850,15 @@
|
|
|
7850
7850
|
}
|
|
7851
7851
|
},
|
|
7852
7852
|
{
|
|
7853
|
-
"description": "The
|
|
7853
|
+
"description": "The font size of the small Calendar.\n",
|
|
7854
7854
|
"commentRange": {
|
|
7855
7855
|
"start": 290,
|
|
7856
7856
|
"end": 291
|
|
7857
7857
|
},
|
|
7858
7858
|
"context": {
|
|
7859
7859
|
"type": "variable",
|
|
7860
|
-
"name": "kendo-calendar-sm-
|
|
7861
|
-
"value": "var( --kendo-
|
|
7860
|
+
"name": "kendo-calendar-sm-font-size",
|
|
7861
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
7862
7862
|
"scope": "default",
|
|
7863
7863
|
"line": {
|
|
7864
7864
|
"start": 292,
|
|
@@ -7875,15 +7875,15 @@
|
|
|
7875
7875
|
}
|
|
7876
7876
|
},
|
|
7877
7877
|
{
|
|
7878
|
-
"description": "The
|
|
7878
|
+
"description": "The line height of the small Calendar.\n",
|
|
7879
7879
|
"commentRange": {
|
|
7880
7880
|
"start": 293,
|
|
7881
7881
|
"end": 294
|
|
7882
7882
|
},
|
|
7883
7883
|
"context": {
|
|
7884
7884
|
"type": "variable",
|
|
7885
|
-
"name": "kendo-calendar-sm-
|
|
7886
|
-
"value": "
|
|
7885
|
+
"name": "kendo-calendar-sm-line-height",
|
|
7886
|
+
"value": "var( --kendo-line-height-sm, normal )",
|
|
7887
7887
|
"scope": "default",
|
|
7888
7888
|
"line": {
|
|
7889
7889
|
"start": 295,
|
|
@@ -7900,15 +7900,15 @@
|
|
|
7900
7900
|
}
|
|
7901
7901
|
},
|
|
7902
7902
|
{
|
|
7903
|
-
"description": "The
|
|
7903
|
+
"description": "The size of the cells in the small Calendar.\n",
|
|
7904
7904
|
"commentRange": {
|
|
7905
7905
|
"start": 296,
|
|
7906
7906
|
"end": 297
|
|
7907
7907
|
},
|
|
7908
7908
|
"context": {
|
|
7909
7909
|
"type": "variable",
|
|
7910
|
-
"name": "kendo-calendar-sm-cell-
|
|
7911
|
-
"value": "
|
|
7910
|
+
"name": "kendo-calendar-sm-cell-size",
|
|
7911
|
+
"value": "24px",
|
|
7912
7912
|
"scope": "default",
|
|
7913
7913
|
"line": {
|
|
7914
7914
|
"start": 298,
|
|
@@ -7925,14 +7925,14 @@
|
|
|
7925
7925
|
}
|
|
7926
7926
|
},
|
|
7927
7927
|
{
|
|
7928
|
-
"description": "The
|
|
7928
|
+
"description": "The horizontal padding of the cells in the small Calendar.\n",
|
|
7929
7929
|
"commentRange": {
|
|
7930
7930
|
"start": 299,
|
|
7931
7931
|
"end": 300
|
|
7932
7932
|
},
|
|
7933
7933
|
"context": {
|
|
7934
7934
|
"type": "variable",
|
|
7935
|
-
"name": "kendo-calendar-sm-cell-padding-
|
|
7935
|
+
"name": "kendo-calendar-sm-cell-padding-x",
|
|
7936
7936
|
"value": "k-spacing(0.5)",
|
|
7937
7937
|
"scope": "default",
|
|
7938
7938
|
"line": {
|
|
@@ -7950,15 +7950,15 @@
|
|
|
7950
7950
|
}
|
|
7951
7951
|
},
|
|
7952
7952
|
{
|
|
7953
|
-
"description": "The
|
|
7953
|
+
"description": "The vertical padding of the cells in the small Calendar.\n",
|
|
7954
7954
|
"commentRange": {
|
|
7955
7955
|
"start": 302,
|
|
7956
7956
|
"end": 303
|
|
7957
7957
|
},
|
|
7958
7958
|
"context": {
|
|
7959
7959
|
"type": "variable",
|
|
7960
|
-
"name": "kendo-calendar-sm-cell-
|
|
7961
|
-
"value": "
|
|
7960
|
+
"name": "kendo-calendar-sm-cell-padding-y",
|
|
7961
|
+
"value": "k-spacing(0.5)",
|
|
7962
7962
|
"scope": "default",
|
|
7963
7963
|
"line": {
|
|
7964
7964
|
"start": 304,
|
|
@@ -7975,19 +7975,19 @@
|
|
|
7975
7975
|
}
|
|
7976
7976
|
},
|
|
7977
7977
|
{
|
|
7978
|
-
"description": "The font size of the
|
|
7978
|
+
"description": "The font size of the cells in the small Calendar.\n",
|
|
7979
7979
|
"commentRange": {
|
|
7980
|
-
"start":
|
|
7981
|
-
"end":
|
|
7980
|
+
"start": 305,
|
|
7981
|
+
"end": 306
|
|
7982
7982
|
},
|
|
7983
7983
|
"context": {
|
|
7984
7984
|
"type": "variable",
|
|
7985
|
-
"name": "kendo-calendar-
|
|
7986
|
-
"value": "var( --kendo-font-size, inherit )",
|
|
7985
|
+
"name": "kendo-calendar-sm-cell-font-size",
|
|
7986
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
7987
7987
|
"scope": "default",
|
|
7988
7988
|
"line": {
|
|
7989
|
-
"start":
|
|
7990
|
-
"end":
|
|
7989
|
+
"start": 307,
|
|
7990
|
+
"end": 307
|
|
7991
7991
|
}
|
|
7992
7992
|
},
|
|
7993
7993
|
"group": [
|
|
@@ -8000,15 +8000,15 @@
|
|
|
8000
8000
|
}
|
|
8001
8001
|
},
|
|
8002
8002
|
{
|
|
8003
|
-
"description": "The
|
|
8003
|
+
"description": "The font size of the medium Calendar.\n",
|
|
8004
8004
|
"commentRange": {
|
|
8005
8005
|
"start": 309,
|
|
8006
8006
|
"end": 310
|
|
8007
8007
|
},
|
|
8008
8008
|
"context": {
|
|
8009
8009
|
"type": "variable",
|
|
8010
|
-
"name": "kendo-calendar-md-
|
|
8011
|
-
"value": "var( --kendo-
|
|
8010
|
+
"name": "kendo-calendar-md-font-size",
|
|
8011
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
8012
8012
|
"scope": "default",
|
|
8013
8013
|
"line": {
|
|
8014
8014
|
"start": 311,
|
|
@@ -8025,15 +8025,15 @@
|
|
|
8025
8025
|
}
|
|
8026
8026
|
},
|
|
8027
8027
|
{
|
|
8028
|
-
"description": "The
|
|
8028
|
+
"description": "The line height of the medium Calendar.\n",
|
|
8029
8029
|
"commentRange": {
|
|
8030
8030
|
"start": 312,
|
|
8031
8031
|
"end": 313
|
|
8032
8032
|
},
|
|
8033
8033
|
"context": {
|
|
8034
8034
|
"type": "variable",
|
|
8035
|
-
"name": "kendo-calendar-md-
|
|
8036
|
-
"value": "
|
|
8035
|
+
"name": "kendo-calendar-md-line-height",
|
|
8036
|
+
"value": "var( --kendo-line-height, normal )",
|
|
8037
8037
|
"scope": "default",
|
|
8038
8038
|
"line": {
|
|
8039
8039
|
"start": 314,
|
|
@@ -8050,15 +8050,15 @@
|
|
|
8050
8050
|
}
|
|
8051
8051
|
},
|
|
8052
8052
|
{
|
|
8053
|
-
"description": "The
|
|
8053
|
+
"description": "The size of the cells in the medium Calendar.\n",
|
|
8054
8054
|
"commentRange": {
|
|
8055
8055
|
"start": 315,
|
|
8056
8056
|
"end": 316
|
|
8057
8057
|
},
|
|
8058
8058
|
"context": {
|
|
8059
8059
|
"type": "variable",
|
|
8060
|
-
"name": "kendo-calendar-md-cell-
|
|
8061
|
-
"value": "
|
|
8060
|
+
"name": "kendo-calendar-md-cell-size",
|
|
8061
|
+
"value": "28px",
|
|
8062
8062
|
"scope": "default",
|
|
8063
8063
|
"line": {
|
|
8064
8064
|
"start": 317,
|
|
@@ -8075,14 +8075,14 @@
|
|
|
8075
8075
|
}
|
|
8076
8076
|
},
|
|
8077
8077
|
{
|
|
8078
|
-
"description": "The
|
|
8078
|
+
"description": "The horizontal padding of the cells in the medium Calendar.\n",
|
|
8079
8079
|
"commentRange": {
|
|
8080
8080
|
"start": 318,
|
|
8081
8081
|
"end": 319
|
|
8082
8082
|
},
|
|
8083
8083
|
"context": {
|
|
8084
8084
|
"type": "variable",
|
|
8085
|
-
"name": "kendo-calendar-md-cell-padding-
|
|
8085
|
+
"name": "kendo-calendar-md-cell-padding-x",
|
|
8086
8086
|
"value": "k-spacing(1)",
|
|
8087
8087
|
"scope": "default",
|
|
8088
8088
|
"line": {
|
|
@@ -8100,15 +8100,15 @@
|
|
|
8100
8100
|
}
|
|
8101
8101
|
},
|
|
8102
8102
|
{
|
|
8103
|
-
"description": "The
|
|
8103
|
+
"description": "The vertical padding of the cells in the medium Calendar.\n",
|
|
8104
8104
|
"commentRange": {
|
|
8105
8105
|
"start": 321,
|
|
8106
8106
|
"end": 322
|
|
8107
8107
|
},
|
|
8108
8108
|
"context": {
|
|
8109
8109
|
"type": "variable",
|
|
8110
|
-
"name": "kendo-calendar-md-cell-
|
|
8111
|
-
"value": "
|
|
8110
|
+
"name": "kendo-calendar-md-cell-padding-y",
|
|
8111
|
+
"value": "k-spacing(1)",
|
|
8112
8112
|
"scope": "default",
|
|
8113
8113
|
"line": {
|
|
8114
8114
|
"start": 323,
|
|
@@ -8125,19 +8125,19 @@
|
|
|
8125
8125
|
}
|
|
8126
8126
|
},
|
|
8127
8127
|
{
|
|
8128
|
-
"description": "The font size of the
|
|
8128
|
+
"description": "The font size of the cells in the medium Calendar.\n",
|
|
8129
8129
|
"commentRange": {
|
|
8130
|
-
"start":
|
|
8131
|
-
"end":
|
|
8130
|
+
"start": 324,
|
|
8131
|
+
"end": 325
|
|
8132
8132
|
},
|
|
8133
8133
|
"context": {
|
|
8134
8134
|
"type": "variable",
|
|
8135
|
-
"name": "kendo-calendar-
|
|
8136
|
-
"value": "var( --kendo-font-size, inherit )",
|
|
8135
|
+
"name": "kendo-calendar-md-cell-font-size",
|
|
8136
|
+
"value": "var( --kendo-font-size-sm, inherit )",
|
|
8137
8137
|
"scope": "default",
|
|
8138
8138
|
"line": {
|
|
8139
|
-
"start":
|
|
8140
|
-
"end":
|
|
8139
|
+
"start": 326,
|
|
8140
|
+
"end": 326
|
|
8141
8141
|
}
|
|
8142
8142
|
},
|
|
8143
8143
|
"group": [
|
|
@@ -8150,15 +8150,15 @@
|
|
|
8150
8150
|
}
|
|
8151
8151
|
},
|
|
8152
8152
|
{
|
|
8153
|
-
"description": "The
|
|
8153
|
+
"description": "The font size of the large Calendar.\n",
|
|
8154
8154
|
"commentRange": {
|
|
8155
8155
|
"start": 328,
|
|
8156
8156
|
"end": 329
|
|
8157
8157
|
},
|
|
8158
8158
|
"context": {
|
|
8159
8159
|
"type": "variable",
|
|
8160
|
-
"name": "kendo-calendar-lg-
|
|
8161
|
-
"value": "var( --kendo-
|
|
8160
|
+
"name": "kendo-calendar-lg-font-size",
|
|
8161
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
8162
8162
|
"scope": "default",
|
|
8163
8163
|
"line": {
|
|
8164
8164
|
"start": 330,
|
|
@@ -8175,15 +8175,15 @@
|
|
|
8175
8175
|
}
|
|
8176
8176
|
},
|
|
8177
8177
|
{
|
|
8178
|
-
"description": "The
|
|
8178
|
+
"description": "The line height of the large Calendar.\n",
|
|
8179
8179
|
"commentRange": {
|
|
8180
8180
|
"start": 331,
|
|
8181
8181
|
"end": 332
|
|
8182
8182
|
},
|
|
8183
8183
|
"context": {
|
|
8184
8184
|
"type": "variable",
|
|
8185
|
-
"name": "kendo-calendar-lg-
|
|
8186
|
-
"value": "
|
|
8185
|
+
"name": "kendo-calendar-lg-line-height",
|
|
8186
|
+
"value": "var( --kendo-line-height, normal )",
|
|
8187
8187
|
"scope": "default",
|
|
8188
8188
|
"line": {
|
|
8189
8189
|
"start": 333,
|
|
@@ -8200,15 +8200,15 @@
|
|
|
8200
8200
|
}
|
|
8201
8201
|
},
|
|
8202
8202
|
{
|
|
8203
|
-
"description": "The
|
|
8203
|
+
"description": "The size of the cells in the large Calendar.\n",
|
|
8204
8204
|
"commentRange": {
|
|
8205
8205
|
"start": 334,
|
|
8206
8206
|
"end": 335
|
|
8207
8207
|
},
|
|
8208
8208
|
"context": {
|
|
8209
8209
|
"type": "variable",
|
|
8210
|
-
"name": "kendo-calendar-lg-cell-
|
|
8211
|
-
"value": "
|
|
8210
|
+
"name": "kendo-calendar-lg-cell-size",
|
|
8211
|
+
"value": "32px",
|
|
8212
8212
|
"scope": "default",
|
|
8213
8213
|
"line": {
|
|
8214
8214
|
"start": 336,
|
|
@@ -8225,14 +8225,14 @@
|
|
|
8225
8225
|
}
|
|
8226
8226
|
},
|
|
8227
8227
|
{
|
|
8228
|
-
"description": "The
|
|
8228
|
+
"description": "The horizontal padding of the cells in the large Calendar.\n",
|
|
8229
8229
|
"commentRange": {
|
|
8230
8230
|
"start": 337,
|
|
8231
8231
|
"end": 338
|
|
8232
8232
|
},
|
|
8233
8233
|
"context": {
|
|
8234
8234
|
"type": "variable",
|
|
8235
|
-
"name": "kendo-calendar-lg-cell-padding-
|
|
8235
|
+
"name": "kendo-calendar-lg-cell-padding-x",
|
|
8236
8236
|
"value": "k-spacing(1)",
|
|
8237
8237
|
"scope": "default",
|
|
8238
8238
|
"line": {
|
|
@@ -8250,15 +8250,15 @@
|
|
|
8250
8250
|
}
|
|
8251
8251
|
},
|
|
8252
8252
|
{
|
|
8253
|
-
"description": "The
|
|
8253
|
+
"description": "The vertical padding of the cells in the large Calendar.\n",
|
|
8254
8254
|
"commentRange": {
|
|
8255
8255
|
"start": 340,
|
|
8256
8256
|
"end": 341
|
|
8257
8257
|
},
|
|
8258
8258
|
"context": {
|
|
8259
8259
|
"type": "variable",
|
|
8260
|
-
"name": "kendo-calendar-lg-cell-
|
|
8261
|
-
"value": "
|
|
8260
|
+
"name": "kendo-calendar-lg-cell-padding-y",
|
|
8261
|
+
"value": "k-spacing(1)",
|
|
8262
8262
|
"scope": "default",
|
|
8263
8263
|
"line": {
|
|
8264
8264
|
"start": 342,
|
|
@@ -8274,11 +8274,36 @@
|
|
|
8274
8274
|
"name": "_variables.scss"
|
|
8275
8275
|
}
|
|
8276
8276
|
},
|
|
8277
|
+
{
|
|
8278
|
+
"description": "The font size of the cells in the large Calendar.\n",
|
|
8279
|
+
"commentRange": {
|
|
8280
|
+
"start": 343,
|
|
8281
|
+
"end": 344
|
|
8282
|
+
},
|
|
8283
|
+
"context": {
|
|
8284
|
+
"type": "variable",
|
|
8285
|
+
"name": "kendo-calendar-lg-cell-font-size",
|
|
8286
|
+
"value": "var( --kendo-font-size, inherit )",
|
|
8287
|
+
"scope": "default",
|
|
8288
|
+
"line": {
|
|
8289
|
+
"start": 345,
|
|
8290
|
+
"end": 345
|
|
8291
|
+
}
|
|
8292
|
+
},
|
|
8293
|
+
"group": [
|
|
8294
|
+
"calendar"
|
|
8295
|
+
],
|
|
8296
|
+
"access": "public",
|
|
8297
|
+
"file": {
|
|
8298
|
+
"path": "calendar/_variables.scss",
|
|
8299
|
+
"name": "_variables.scss"
|
|
8300
|
+
}
|
|
8301
|
+
},
|
|
8277
8302
|
{
|
|
8278
8303
|
"description": "The sizes Map of the Calendar.\n",
|
|
8279
8304
|
"commentRange": {
|
|
8280
|
-
"start":
|
|
8281
|
-
"end":
|
|
8305
|
+
"start": 347,
|
|
8306
|
+
"end": 348
|
|
8282
8307
|
},
|
|
8283
8308
|
"context": {
|
|
8284
8309
|
"type": "variable",
|
|
@@ -8286,8 +8311,8 @@
|
|
|
8286
8311
|
"value": "(\n sm: (\n font-size: $kendo-calendar-sm-font-size,\n line-height: $kendo-calendar-sm-line-height,\n cell-size: $kendo-calendar-sm-cell-size,\n cell-padding-x: $kendo-calendar-sm-cell-padding-y,\n cell-padding-y: $kendo-calendar-sm-cell-padding-x,\n cell-font-size: $kendo-calendar-sm-cell-font-size\n ),\n md: (\n font-size: $kendo-calendar-md-font-size,\n line-height: $kendo-calendar-md-line-height,\n cell-size: $kendo-calendar-md-cell-size,\n cell-padding-x: $kendo-calendar-md-cell-padding-y,\n cell-padding-y: $kendo-calendar-md-cell-padding-x,\n cell-font-size: $kendo-calendar-md-cell-font-size\n ),\n lg: (\n font-size: $kendo-calendar-lg-font-size,\n line-height: $kendo-calendar-lg-line-height,\n cell-size: $kendo-calendar-lg-cell-size,\n cell-padding-x: $kendo-calendar-lg-cell-padding-y,\n cell-padding-y: $kendo-calendar-lg-cell-padding-x,\n cell-font-size: $kendo-calendar-lg-cell-font-size\n )\n)",
|
|
8287
8312
|
"scope": "default",
|
|
8288
8313
|
"line": {
|
|
8289
|
-
"start":
|
|
8290
|
-
"end":
|
|
8314
|
+
"start": 349,
|
|
8315
|
+
"end": 374
|
|
8291
8316
|
}
|
|
8292
8317
|
},
|
|
8293
8318
|
"group": [
|
|
@@ -19658,7 +19683,7 @@
|
|
|
19658
19683
|
"context": {
|
|
19659
19684
|
"type": "variable",
|
|
19660
19685
|
"name": "kendo-drawer-content-padding-x",
|
|
19661
|
-
"value": "
|
|
19686
|
+
"value": "null",
|
|
19662
19687
|
"scope": "default",
|
|
19663
19688
|
"line": {
|
|
19664
19689
|
"start": 29,
|
|
@@ -19683,7 +19708,7 @@
|
|
|
19683
19708
|
"context": {
|
|
19684
19709
|
"type": "variable",
|
|
19685
19710
|
"name": "kendo-drawer-content-padding-y",
|
|
19686
|
-
"value": "
|
|
19711
|
+
"value": "null",
|
|
19687
19712
|
"scope": "default",
|
|
19688
19713
|
"line": {
|
|
19689
19714
|
"start": 32,
|
package/lib/swatches/all.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-fluent",
|
|
3
3
|
"description": "A css variables based theme for Kendo UI that follows the Fluent design system guidelines.",
|
|
4
|
-
"version": "8.0.0
|
|
4
|
+
"version": "8.0.0",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -52,13 +52,13 @@
|
|
|
52
52
|
"postpublish": "echo 'no postpublish for the Fluent theme'"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@progress/kendo-svg-icons": "
|
|
56
|
-
"@progress/kendo-theme-core": "8.0.0
|
|
57
|
-
"@progress/kendo-theme-utils": "8.0.0
|
|
55
|
+
"@progress/kendo-svg-icons": "3.0.0",
|
|
56
|
+
"@progress/kendo-theme-core": "8.0.0",
|
|
57
|
+
"@progress/kendo-theme-utils": "8.0.0"
|
|
58
58
|
},
|
|
59
59
|
"directories": {
|
|
60
60
|
"doc": "docs",
|
|
61
61
|
"lib": "lib"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "5d189bf7291e83332a8817cefbbbecc68fc8a644"
|
|
64
64
|
}
|
package/scss/badge/_theme.scss
CHANGED
|
@@ -14,6 +14,10 @@
|
|
|
14
14
|
border-color: var( --INTERNAL--kendo-badge-border, initial );
|
|
15
15
|
}
|
|
16
16
|
|
|
17
|
+
.k-badge-outline {
|
|
18
|
+
background-color: transparent;
|
|
19
|
+
}
|
|
20
|
+
|
|
17
21
|
@each $fill-mode, $theme-colors in $kendo-badge-theme-colors {
|
|
18
22
|
@each $theme-color, $color-props in $theme-colors {
|
|
19
23
|
|
|
@@ -114,7 +114,7 @@ $_tc-badge-matrix: (
|
|
|
114
114
|
normal: if($kendo-enable-color-system, (color, on-color, color), (100, $kendo-color-white, 100))
|
|
115
115
|
),
|
|
116
116
|
outline: (
|
|
117
|
-
normal: if($kendo-enable-color-system, (
|
|
117
|
+
normal: if($kendo-enable-color-system, (transparent, color, color), ($kendo-color-white, 100, 100))
|
|
118
118
|
)
|
|
119
119
|
) !default;
|
|
120
120
|
|
|
@@ -123,7 +123,7 @@ $_tc-badge-warning-matrix: (
|
|
|
123
123
|
normal: if($kendo-enable-color-system, (color, on-color, color), (100, k-get-theme-color-var( neutral-160 ), 100))
|
|
124
124
|
),
|
|
125
125
|
outline: (
|
|
126
|
-
normal: if($kendo-enable-color-system, (
|
|
126
|
+
normal: if($kendo-enable-color-system, (transparent, color, color), ($kendo-color-white, 100, 100))
|
|
127
127
|
)
|
|
128
128
|
) !default;
|
|
129
129
|
|
|
@@ -132,7 +132,7 @@ $_tc-badge-dark-matrix: (
|
|
|
132
132
|
normal: if($kendo-enable-color-system, (color, on-color, color), (160, $kendo-color-white, 160))
|
|
133
133
|
),
|
|
134
134
|
outline: (
|
|
135
|
-
normal: if($kendo-enable-color-system, (
|
|
135
|
+
normal: if($kendo-enable-color-system, (transparent, color, color), ($kendo-color-white, 160, 160))
|
|
136
136
|
)
|
|
137
137
|
) !default;
|
|
138
138
|
|
|
@@ -141,7 +141,7 @@ $_tc-badge-light-matrix: (
|
|
|
141
141
|
normal: if($kendo-enable-color-system, (color, on-color, color), (50, 160, 50))
|
|
142
142
|
),
|
|
143
143
|
outline: (
|
|
144
|
-
normal: if($kendo-enable-color-system, (
|
|
144
|
+
normal: if($kendo-enable-color-system, (transparent, color, color), ($kendo-color-white, 50, 50))
|
|
145
145
|
)
|
|
146
146
|
) !default;
|
|
147
147
|
|