@progress/kendo-theme-bootstrap 10.1.0-dev.1 → 10.1.0-dev.2

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.
Files changed (39) hide show
  1. package/dist/all.css +1 -1
  2. package/dist/bootstrap-3-dark.css +1 -1
  3. package/dist/bootstrap-3.css +1 -1
  4. package/dist/bootstrap-4-dark.css +1 -1
  5. package/dist/bootstrap-4.css +1 -1
  6. package/dist/bootstrap-dataviz-v4.css +1 -1
  7. package/dist/bootstrap-main-dark.css +1 -1
  8. package/dist/bootstrap-main.css +1 -1
  9. package/dist/bootstrap-nordic.css +1 -1
  10. package/dist/bootstrap-turquoise-dark.css +1 -1
  11. package/dist/bootstrap-turquoise.css +1 -1
  12. package/dist/bootstrap-urban.css +1 -1
  13. package/dist/bootstrap-vintage.css +1 -1
  14. package/dist/meta/sassdoc-data.json +76 -76
  15. package/dist/meta/sassdoc-raw-data.json +10 -10
  16. package/dist/meta/variables.json +28 -28
  17. package/lib/swatches/bootstrap-3-dark.json +1 -1
  18. package/lib/swatches/bootstrap-3.json +1 -1
  19. package/lib/swatches/bootstrap-4-dark.json +1 -1
  20. package/lib/swatches/bootstrap-4.json +1 -1
  21. package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
  22. package/lib/swatches/bootstrap-main-dark.json +1 -1
  23. package/lib/swatches/bootstrap-main.json +1 -1
  24. package/lib/swatches/bootstrap-nordic.json +1 -1
  25. package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
  26. package/lib/swatches/bootstrap-turquoise.json +1 -1
  27. package/lib/swatches/bootstrap-urban.json +1 -1
  28. package/lib/swatches/bootstrap-vintage.json +1 -1
  29. package/package.json +5 -5
  30. package/scss/gridlayout/_index.scss +19 -0
  31. package/scss/gridlayout/_layout.scss +5 -0
  32. package/scss/gridlayout/_theme.scss +5 -0
  33. package/scss/gridlayout/_variables.scss +1 -0
  34. package/scss/index.scss +10 -52
  35. package/scss/stacklayout/_index.scss +19 -0
  36. package/scss/stacklayout/_layout.scss +6 -0
  37. package/scss/stacklayout/_theme.scss +6 -0
  38. package/scss/stacklayout/_variables.scss +1 -0
  39. package/scss/typography/_variables.scss +10 -10
@@ -71934,7 +71934,7 @@
71934
71934
  "context": {
71935
71935
  "type": "variable",
71936
71936
  "name": "kendo-h1-font-family",
71937
- "value": "null",
71937
+ "value": "var( --kendo-font-family, inherit )",
71938
71938
  "scope": "default",
71939
71939
  "line": {
71940
71940
  "start": 29,
@@ -71949,8 +71949,8 @@
71949
71949
  "path": "bootstrap/scss/typography/_variables.scss",
71950
71950
  "name": "_variables.scss"
71951
71951
  },
71952
- "resolvedValue": "null",
71953
- "resolvedType": "Null"
71952
+ "resolvedValue": "var(--kendo-font-family, inherit)",
71953
+ "resolvedType": "String"
71954
71954
  },
71955
71955
  {
71956
71956
  "description": "The font family of the second highest level heading.\n",
@@ -71961,7 +71961,7 @@
71961
71961
  "context": {
71962
71962
  "type": "variable",
71963
71963
  "name": "kendo-h2-font-family",
71964
- "value": "null",
71964
+ "value": "var( --kendo-font-family, inherit )",
71965
71965
  "scope": "default",
71966
71966
  "line": {
71967
71967
  "start": 32,
@@ -71976,8 +71976,8 @@
71976
71976
  "path": "bootstrap/scss/typography/_variables.scss",
71977
71977
  "name": "_variables.scss"
71978
71978
  },
71979
- "resolvedValue": "null",
71980
- "resolvedType": "Null"
71979
+ "resolvedValue": "var(--kendo-font-family, inherit)",
71980
+ "resolvedType": "String"
71981
71981
  },
71982
71982
  {
71983
71983
  "description": "The font family of the third highest level heading.\n",
@@ -71988,7 +71988,7 @@
71988
71988
  "context": {
71989
71989
  "type": "variable",
71990
71990
  "name": "kendo-h3-font-family",
71991
- "value": "null",
71991
+ "value": "var( --kendo-font-family, inherit )",
71992
71992
  "scope": "default",
71993
71993
  "line": {
71994
71994
  "start": 35,
@@ -72003,8 +72003,8 @@
72003
72003
  "path": "bootstrap/scss/typography/_variables.scss",
72004
72004
  "name": "_variables.scss"
72005
72005
  },
72006
- "resolvedValue": "null",
72007
- "resolvedType": "Null"
72006
+ "resolvedValue": "var(--kendo-font-family, inherit)",
72007
+ "resolvedType": "String"
72008
72008
  },
72009
72009
  {
72010
72010
  "description": "The font family of the fourth highest level heading.\n",
@@ -72015,7 +72015,7 @@
72015
72015
  "context": {
72016
72016
  "type": "variable",
72017
72017
  "name": "kendo-h4-font-family",
72018
- "value": "null",
72018
+ "value": "var( --kendo-font-family, inherit )",
72019
72019
  "scope": "default",
72020
72020
  "line": {
72021
72021
  "start": 38,
@@ -72030,8 +72030,8 @@
72030
72030
  "path": "bootstrap/scss/typography/_variables.scss",
72031
72031
  "name": "_variables.scss"
72032
72032
  },
72033
- "resolvedValue": "null",
72034
- "resolvedType": "Null"
72033
+ "resolvedValue": "var(--kendo-font-family, inherit)",
72034
+ "resolvedType": "String"
72035
72035
  },
72036
72036
  {
72037
72037
  "description": "The font family of the fifth highest level heading.\n",
@@ -72042,7 +72042,7 @@
72042
72042
  "context": {
72043
72043
  "type": "variable",
72044
72044
  "name": "kendo-h5-font-family",
72045
- "value": "null",
72045
+ "value": "var( --kendo-font-family, inherit )",
72046
72046
  "scope": "default",
72047
72047
  "line": {
72048
72048
  "start": 41,
@@ -72057,8 +72057,8 @@
72057
72057
  "path": "bootstrap/scss/typography/_variables.scss",
72058
72058
  "name": "_variables.scss"
72059
72059
  },
72060
- "resolvedValue": "null",
72061
- "resolvedType": "Null"
72060
+ "resolvedValue": "var(--kendo-font-family, inherit)",
72061
+ "resolvedType": "String"
72062
72062
  },
72063
72063
  {
72064
72064
  "description": "The font family of the sixth highest level heading.\n",
@@ -72069,7 +72069,7 @@
72069
72069
  "context": {
72070
72070
  "type": "variable",
72071
72071
  "name": "kendo-h6-font-family",
72072
- "value": "null",
72072
+ "value": "var( --kendo-font-family, inherit )",
72073
72073
  "scope": "default",
72074
72074
  "line": {
72075
72075
  "start": 44,
@@ -72084,8 +72084,8 @@
72084
72084
  "path": "bootstrap/scss/typography/_variables.scss",
72085
72085
  "name": "_variables.scss"
72086
72086
  },
72087
- "resolvedValue": "null",
72088
- "resolvedType": "Null"
72087
+ "resolvedValue": "var(--kendo-font-family, inherit)",
72088
+ "resolvedType": "String"
72089
72089
  },
72090
72090
  {
72091
72091
  "description": "The line height of the highest level heading.\n",
@@ -72759,12 +72759,12 @@
72759
72759
  "path": "bootstrap/scss/typography/_variables.scss",
72760
72760
  "name": "_variables.scss"
72761
72761
  },
72762
- "resolvedValue": "(h1: (font-size: 2.5rem, font-family: null, line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h2: (font-size: 2rem, font-family: null, line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h3: (font-size: 1.75rem, font-family: null, line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h4: (font-size: 1.5rem, font-family: null, line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h5: (font-size: 1.25rem, font-family: null, line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h6: (font-size: 1rem, font-family: null, line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)))",
72762
+ "resolvedValue": "(h1: (font-size: 2.5rem, font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h2: (font-size: 2rem, font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h3: (font-size: 1.75rem, font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h4: (font-size: 1.5rem, font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h5: (font-size: 1.25rem, font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h6: (font-size: 1rem, font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)))",
72763
72763
  "resolvedType": "Map",
72764
72764
  "prettyValue": {
72765
72765
  "h1": {
72766
72766
  "font-size": "2.5rem",
72767
- "font-family": null,
72767
+ "font-family": "var(--kendo-font-family, inherit)",
72768
72768
  "line-height": 1.2,
72769
72769
  "font-weight": 500,
72770
72770
  "letter-spacing": null,
@@ -72772,7 +72772,7 @@
72772
72772
  },
72773
72773
  "h2": {
72774
72774
  "font-size": "2rem",
72775
- "font-family": null,
72775
+ "font-family": "var(--kendo-font-family, inherit)",
72776
72776
  "line-height": 1.2,
72777
72777
  "font-weight": 500,
72778
72778
  "letter-spacing": null,
@@ -72780,7 +72780,7 @@
72780
72780
  },
72781
72781
  "h3": {
72782
72782
  "font-size": "1.75rem",
72783
- "font-family": null,
72783
+ "font-family": "var(--kendo-font-family, inherit)",
72784
72784
  "line-height": 1.2,
72785
72785
  "font-weight": 500,
72786
72786
  "letter-spacing": null,
@@ -72788,7 +72788,7 @@
72788
72788
  },
72789
72789
  "h4": {
72790
72790
  "font-size": "1.5rem",
72791
- "font-family": null,
72791
+ "font-family": "var(--kendo-font-family, inherit)",
72792
72792
  "line-height": 1.2,
72793
72793
  "font-weight": 500,
72794
72794
  "letter-spacing": null,
@@ -72796,7 +72796,7 @@
72796
72796
  },
72797
72797
  "h5": {
72798
72798
  "font-size": "1.25rem",
72799
- "font-family": null,
72799
+ "font-family": "var(--kendo-font-family, inherit)",
72800
72800
  "line-height": 1.2,
72801
72801
  "font-weight": 500,
72802
72802
  "letter-spacing": null,
@@ -72804,7 +72804,7 @@
72804
72804
  },
72805
72805
  "h6": {
72806
72806
  "font-size": "1rem",
72807
- "font-family": null,
72807
+ "font-family": "var(--kendo-font-family, inherit)",
72808
72808
  "line-height": 1.2,
72809
72809
  "font-weight": 500,
72810
72810
  "letter-spacing": null,
@@ -73442,7 +73442,7 @@
73442
73442
  "context": {
73443
73443
  "type": "variable",
73444
73444
  "name": "kendo-display1-font-family",
73445
- "value": "unset",
73445
+ "value": "var( --kendo-font-family, inherit )",
73446
73446
  "scope": "default",
73447
73447
  "line": {
73448
73448
  "start": 261,
@@ -73457,7 +73457,7 @@
73457
73457
  "path": "bootstrap/scss/typography/_variables.scss",
73458
73458
  "name": "_variables.scss"
73459
73459
  },
73460
- "resolvedValue": "unset",
73460
+ "resolvedValue": "var(--kendo-font-family, inherit)",
73461
73461
  "resolvedType": "String"
73462
73462
  },
73463
73463
  {
@@ -73469,7 +73469,7 @@
73469
73469
  "context": {
73470
73470
  "type": "variable",
73471
73471
  "name": "kendo-display2-font-family",
73472
- "value": "unset",
73472
+ "value": "var( --kendo-font-family, inherit )",
73473
73473
  "scope": "default",
73474
73474
  "line": {
73475
73475
  "start": 264,
@@ -73484,7 +73484,7 @@
73484
73484
  "path": "bootstrap/scss/typography/_variables.scss",
73485
73485
  "name": "_variables.scss"
73486
73486
  },
73487
- "resolvedValue": "unset",
73487
+ "resolvedValue": "var(--kendo-font-family, inherit)",
73488
73488
  "resolvedType": "String"
73489
73489
  },
73490
73490
  {
@@ -73496,7 +73496,7 @@
73496
73496
  "context": {
73497
73497
  "type": "variable",
73498
73498
  "name": "kendo-display3-font-family",
73499
- "value": "unset",
73499
+ "value": "var( --kendo-font-family, inherit )",
73500
73500
  "scope": "default",
73501
73501
  "line": {
73502
73502
  "start": 267,
@@ -73511,7 +73511,7 @@
73511
73511
  "path": "bootstrap/scss/typography/_variables.scss",
73512
73512
  "name": "_variables.scss"
73513
73513
  },
73514
- "resolvedValue": "unset",
73514
+ "resolvedValue": "var(--kendo-font-family, inherit)",
73515
73515
  "resolvedType": "String"
73516
73516
  },
73517
73517
  {
@@ -73523,7 +73523,7 @@
73523
73523
  "context": {
73524
73524
  "type": "variable",
73525
73525
  "name": "kendo-display4-font-family",
73526
- "value": "unset",
73526
+ "value": "var( --kendo-font-family, inherit )",
73527
73527
  "scope": "default",
73528
73528
  "line": {
73529
73529
  "start": 270,
@@ -73538,7 +73538,7 @@
73538
73538
  "path": "bootstrap/scss/typography/_variables.scss",
73539
73539
  "name": "_variables.scss"
73540
73540
  },
73541
- "resolvedValue": "unset",
73541
+ "resolvedValue": "var(--kendo-font-family, inherit)",
73542
73542
  "resolvedType": "String"
73543
73543
  },
73544
73544
  {
@@ -74213,33 +74213,33 @@
74213
74213
  "path": "bootstrap/scss/typography/_variables.scss",
74214
74214
  "name": "_variables.scss"
74215
74215
  },
74216
- "resolvedValue": "(1: (font-size: calc(1rem * 5), font-family: unset, line-height: 1.2, font-weight: 300, letter-spacing: null), 2: (font-size: calc(1rem * 4.5), font-family: unset, line-height: 1.2, font-weight: 300, letter-spacing: null), 3: (font-size: calc(1rem * 4), font-family: unset, line-height: 1.2, font-weight: 300, letter-spacing: null), 4: (font-size: calc(1rem * 3.5), font-family: unset, line-height: 1.2, font-weight: 300, letter-spacing: null))",
74216
+ "resolvedValue": "(1: (font-size: calc(1rem * 5), font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 300, letter-spacing: null), 2: (font-size: calc(1rem * 4.5), font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 300, letter-spacing: null), 3: (font-size: calc(1rem * 4), font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 300, letter-spacing: null), 4: (font-size: calc(1rem * 3.5), font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 300, letter-spacing: null))",
74217
74217
  "resolvedType": "Map",
74218
74218
  "prettyValue": {
74219
74219
  "1": {
74220
74220
  "font-size": "calc(1rem * 5)",
74221
- "font-family": "unset",
74221
+ "font-family": "var(--kendo-font-family, inherit)",
74222
74222
  "line-height": 1.2,
74223
74223
  "font-weight": 300,
74224
74224
  "letter-spacing": null
74225
74225
  },
74226
74226
  "2": {
74227
74227
  "font-size": "calc(1rem * 4.5)",
74228
- "font-family": "unset",
74228
+ "font-family": "var(--kendo-font-family, inherit)",
74229
74229
  "line-height": 1.2,
74230
74230
  "font-weight": 300,
74231
74231
  "letter-spacing": null
74232
74232
  },
74233
74233
  "3": {
74234
74234
  "font-size": "calc(1rem * 4)",
74235
- "font-family": "unset",
74235
+ "font-family": "var(--kendo-font-family, inherit)",
74236
74236
  "line-height": 1.2,
74237
74237
  "font-weight": 300,
74238
74238
  "letter-spacing": null
74239
74239
  },
74240
74240
  "4": {
74241
74241
  "font-size": "calc(1rem * 3.5)",
74242
- "font-family": "unset",
74242
+ "font-family": "var(--kendo-font-family, inherit)",
74243
74243
  "line-height": 1.2,
74244
74244
  "font-weight": 300,
74245
74245
  "letter-spacing": null
@@ -77566,33 +77566,33 @@
77566
77566
  "path": "bootstrap/scss/typography/_variables.scss",
77567
77567
  "name": "_variables.scss"
77568
77568
  },
77569
- "resolvedValue": "(1: (font-size: calc(1rem * 5), font-family: unset, line-height: 1.2, font-weight: 300, letter-spacing: null), 2: (font-size: calc(1rem * 4.5), font-family: unset, line-height: 1.2, font-weight: 300, letter-spacing: null), 3: (font-size: calc(1rem * 4), font-family: unset, line-height: 1.2, font-weight: 300, letter-spacing: null), 4: (font-size: calc(1rem * 3.5), font-family: unset, line-height: 1.2, font-weight: 300, letter-spacing: null))",
77569
+ "resolvedValue": "(1: (font-size: calc(1rem * 5), font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 300, letter-spacing: null), 2: (font-size: calc(1rem * 4.5), font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 300, letter-spacing: null), 3: (font-size: calc(1rem * 4), font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 300, letter-spacing: null), 4: (font-size: calc(1rem * 3.5), font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 300, letter-spacing: null))",
77570
77570
  "resolvedType": "Map",
77571
77571
  "prettyValue": {
77572
77572
  "1": {
77573
77573
  "font-size": "calc(1rem * 5)",
77574
- "font-family": "unset",
77574
+ "font-family": "var(--kendo-font-family, inherit)",
77575
77575
  "line-height": 1.2,
77576
77576
  "font-weight": 300,
77577
77577
  "letter-spacing": null
77578
77578
  },
77579
77579
  "2": {
77580
77580
  "font-size": "calc(1rem * 4.5)",
77581
- "font-family": "unset",
77581
+ "font-family": "var(--kendo-font-family, inherit)",
77582
77582
  "line-height": 1.2,
77583
77583
  "font-weight": 300,
77584
77584
  "letter-spacing": null
77585
77585
  },
77586
77586
  "3": {
77587
77587
  "font-size": "calc(1rem * 4)",
77588
- "font-family": "unset",
77588
+ "font-family": "var(--kendo-font-family, inherit)",
77589
77589
  "line-height": 1.2,
77590
77590
  "font-weight": 300,
77591
77591
  "letter-spacing": null
77592
77592
  },
77593
77593
  "4": {
77594
77594
  "font-size": "calc(1rem * 3.5)",
77595
- "font-family": "unset",
77595
+ "font-family": "var(--kendo-font-family, inherit)",
77596
77596
  "line-height": 1.2,
77597
77597
  "font-weight": 300,
77598
77598
  "letter-spacing": null
@@ -150631,7 +150631,7 @@
150631
150631
  "context": {
150632
150632
  "type": "variable",
150633
150633
  "name": "kendo-h1-font-family",
150634
- "value": "null",
150634
+ "value": "var( --kendo-font-family, inherit )",
150635
150635
  "scope": "default",
150636
150636
  "line": {
150637
150637
  "start": 29,
@@ -150646,8 +150646,8 @@
150646
150646
  "path": "bootstrap/scss/typography/_variables.scss",
150647
150647
  "name": "_variables.scss"
150648
150648
  },
150649
- "resolvedValue": "null",
150650
- "resolvedType": "Null"
150649
+ "resolvedValue": "var(--kendo-font-family, inherit)",
150650
+ "resolvedType": "String"
150651
150651
  },
150652
150652
  {
150653
150653
  "description": "The font family of the second highest level heading.\n",
@@ -150658,7 +150658,7 @@
150658
150658
  "context": {
150659
150659
  "type": "variable",
150660
150660
  "name": "kendo-h2-font-family",
150661
- "value": "null",
150661
+ "value": "var( --kendo-font-family, inherit )",
150662
150662
  "scope": "default",
150663
150663
  "line": {
150664
150664
  "start": 32,
@@ -150673,8 +150673,8 @@
150673
150673
  "path": "bootstrap/scss/typography/_variables.scss",
150674
150674
  "name": "_variables.scss"
150675
150675
  },
150676
- "resolvedValue": "null",
150677
- "resolvedType": "Null"
150676
+ "resolvedValue": "var(--kendo-font-family, inherit)",
150677
+ "resolvedType": "String"
150678
150678
  },
150679
150679
  {
150680
150680
  "description": "The font family of the third highest level heading.\n",
@@ -150685,7 +150685,7 @@
150685
150685
  "context": {
150686
150686
  "type": "variable",
150687
150687
  "name": "kendo-h3-font-family",
150688
- "value": "null",
150688
+ "value": "var( --kendo-font-family, inherit )",
150689
150689
  "scope": "default",
150690
150690
  "line": {
150691
150691
  "start": 35,
@@ -150700,8 +150700,8 @@
150700
150700
  "path": "bootstrap/scss/typography/_variables.scss",
150701
150701
  "name": "_variables.scss"
150702
150702
  },
150703
- "resolvedValue": "null",
150704
- "resolvedType": "Null"
150703
+ "resolvedValue": "var(--kendo-font-family, inherit)",
150704
+ "resolvedType": "String"
150705
150705
  },
150706
150706
  {
150707
150707
  "description": "The font family of the fourth highest level heading.\n",
@@ -150712,7 +150712,7 @@
150712
150712
  "context": {
150713
150713
  "type": "variable",
150714
150714
  "name": "kendo-h4-font-family",
150715
- "value": "null",
150715
+ "value": "var( --kendo-font-family, inherit )",
150716
150716
  "scope": "default",
150717
150717
  "line": {
150718
150718
  "start": 38,
@@ -150727,8 +150727,8 @@
150727
150727
  "path": "bootstrap/scss/typography/_variables.scss",
150728
150728
  "name": "_variables.scss"
150729
150729
  },
150730
- "resolvedValue": "null",
150731
- "resolvedType": "Null"
150730
+ "resolvedValue": "var(--kendo-font-family, inherit)",
150731
+ "resolvedType": "String"
150732
150732
  },
150733
150733
  {
150734
150734
  "description": "The font family of the fifth highest level heading.\n",
@@ -150739,7 +150739,7 @@
150739
150739
  "context": {
150740
150740
  "type": "variable",
150741
150741
  "name": "kendo-h5-font-family",
150742
- "value": "null",
150742
+ "value": "var( --kendo-font-family, inherit )",
150743
150743
  "scope": "default",
150744
150744
  "line": {
150745
150745
  "start": 41,
@@ -150754,8 +150754,8 @@
150754
150754
  "path": "bootstrap/scss/typography/_variables.scss",
150755
150755
  "name": "_variables.scss"
150756
150756
  },
150757
- "resolvedValue": "null",
150758
- "resolvedType": "Null"
150757
+ "resolvedValue": "var(--kendo-font-family, inherit)",
150758
+ "resolvedType": "String"
150759
150759
  },
150760
150760
  {
150761
150761
  "description": "The font family of the sixth highest level heading.\n",
@@ -150766,7 +150766,7 @@
150766
150766
  "context": {
150767
150767
  "type": "variable",
150768
150768
  "name": "kendo-h6-font-family",
150769
- "value": "null",
150769
+ "value": "var( --kendo-font-family, inherit )",
150770
150770
  "scope": "default",
150771
150771
  "line": {
150772
150772
  "start": 44,
@@ -150781,8 +150781,8 @@
150781
150781
  "path": "bootstrap/scss/typography/_variables.scss",
150782
150782
  "name": "_variables.scss"
150783
150783
  },
150784
- "resolvedValue": "null",
150785
- "resolvedType": "Null"
150784
+ "resolvedValue": "var(--kendo-font-family, inherit)",
150785
+ "resolvedType": "String"
150786
150786
  },
150787
150787
  {
150788
150788
  "description": "The line height of the highest level heading.\n",
@@ -151456,12 +151456,12 @@
151456
151456
  "path": "bootstrap/scss/typography/_variables.scss",
151457
151457
  "name": "_variables.scss"
151458
151458
  },
151459
- "resolvedValue": "(h1: (font-size: 2.5rem, font-family: null, line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h2: (font-size: 2rem, font-family: null, line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h3: (font-size: 1.75rem, font-family: null, line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h4: (font-size: 1.5rem, font-family: null, line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h5: (font-size: 1.25rem, font-family: null, line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h6: (font-size: 1rem, font-family: null, line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)))",
151459
+ "resolvedValue": "(h1: (font-size: 2.5rem, font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h2: (font-size: 2rem, font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h3: (font-size: 1.75rem, font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h4: (font-size: 1.5rem, font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h5: (font-size: 1.25rem, font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)), h6: (font-size: 1rem, font-family: var(--kendo-font-family, inherit), line-height: 1.2, font-weight: 500, letter-spacing: null, margin: 0 0 var(--kendo-spacing-2, 0.5rem)))",
151460
151460
  "resolvedType": "Map",
151461
151461
  "prettyValue": {
151462
151462
  "h1": {
151463
151463
  "font-size": "2.5rem",
151464
- "font-family": null,
151464
+ "font-family": "var(--kendo-font-family, inherit)",
151465
151465
  "line-height": 1.2,
151466
151466
  "font-weight": 500,
151467
151467
  "letter-spacing": null,
@@ -151469,7 +151469,7 @@
151469
151469
  },
151470
151470
  "h2": {
151471
151471
  "font-size": "2rem",
151472
- "font-family": null,
151472
+ "font-family": "var(--kendo-font-family, inherit)",
151473
151473
  "line-height": 1.2,
151474
151474
  "font-weight": 500,
151475
151475
  "letter-spacing": null,
@@ -151477,7 +151477,7 @@
151477
151477
  },
151478
151478
  "h3": {
151479
151479
  "font-size": "1.75rem",
151480
- "font-family": null,
151480
+ "font-family": "var(--kendo-font-family, inherit)",
151481
151481
  "line-height": 1.2,
151482
151482
  "font-weight": 500,
151483
151483
  "letter-spacing": null,
@@ -151485,7 +151485,7 @@
151485
151485
  },
151486
151486
  "h4": {
151487
151487
  "font-size": "1.5rem",
151488
- "font-family": null,
151488
+ "font-family": "var(--kendo-font-family, inherit)",
151489
151489
  "line-height": 1.2,
151490
151490
  "font-weight": 500,
151491
151491
  "letter-spacing": null,
@@ -151493,7 +151493,7 @@
151493
151493
  },
151494
151494
  "h5": {
151495
151495
  "font-size": "1.25rem",
151496
- "font-family": null,
151496
+ "font-family": "var(--kendo-font-family, inherit)",
151497
151497
  "line-height": 1.2,
151498
151498
  "font-weight": 500,
151499
151499
  "letter-spacing": null,
@@ -151501,7 +151501,7 @@
151501
151501
  },
151502
151502
  "h6": {
151503
151503
  "font-size": "1rem",
151504
- "font-family": null,
151504
+ "font-family": "var(--kendo-font-family, inherit)",
151505
151505
  "line-height": 1.2,
151506
151506
  "font-weight": 500,
151507
151507
  "letter-spacing": null,
@@ -152139,7 +152139,7 @@
152139
152139
  "context": {
152140
152140
  "type": "variable",
152141
152141
  "name": "kendo-display1-font-family",
152142
- "value": "unset",
152142
+ "value": "var( --kendo-font-family, inherit )",
152143
152143
  "scope": "default",
152144
152144
  "line": {
152145
152145
  "start": 261,
@@ -152154,7 +152154,7 @@
152154
152154
  "path": "bootstrap/scss/typography/_variables.scss",
152155
152155
  "name": "_variables.scss"
152156
152156
  },
152157
- "resolvedValue": "unset",
152157
+ "resolvedValue": "var(--kendo-font-family, inherit)",
152158
152158
  "resolvedType": "String"
152159
152159
  },
152160
152160
  {
@@ -152166,7 +152166,7 @@
152166
152166
  "context": {
152167
152167
  "type": "variable",
152168
152168
  "name": "kendo-display2-font-family",
152169
- "value": "unset",
152169
+ "value": "var( --kendo-font-family, inherit )",
152170
152170
  "scope": "default",
152171
152171
  "line": {
152172
152172
  "start": 264,
@@ -152181,7 +152181,7 @@
152181
152181
  "path": "bootstrap/scss/typography/_variables.scss",
152182
152182
  "name": "_variables.scss"
152183
152183
  },
152184
- "resolvedValue": "unset",
152184
+ "resolvedValue": "var(--kendo-font-family, inherit)",
152185
152185
  "resolvedType": "String"
152186
152186
  },
152187
152187
  {
@@ -152193,7 +152193,7 @@
152193
152193
  "context": {
152194
152194
  "type": "variable",
152195
152195
  "name": "kendo-display3-font-family",
152196
- "value": "unset",
152196
+ "value": "var( --kendo-font-family, inherit )",
152197
152197
  "scope": "default",
152198
152198
  "line": {
152199
152199
  "start": 267,
@@ -152208,7 +152208,7 @@
152208
152208
  "path": "bootstrap/scss/typography/_variables.scss",
152209
152209
  "name": "_variables.scss"
152210
152210
  },
152211
- "resolvedValue": "unset",
152211
+ "resolvedValue": "var(--kendo-font-family, inherit)",
152212
152212
  "resolvedType": "String"
152213
152213
  },
152214
152214
  {
@@ -152220,7 +152220,7 @@
152220
152220
  "context": {
152221
152221
  "type": "variable",
152222
152222
  "name": "kendo-display4-font-family",
152223
- "value": "unset",
152223
+ "value": "var( --kendo-font-family, inherit )",
152224
152224
  "scope": "default",
152225
152225
  "line": {
152226
152226
  "start": 270,
@@ -152235,7 +152235,7 @@
152235
152235
  "path": "bootstrap/scss/typography/_variables.scss",
152236
152236
  "name": "_variables.scss"
152237
152237
  },
152238
- "resolvedValue": "unset",
152238
+ "resolvedValue": "var(--kendo-font-family, inherit)",
152239
152239
  "resolvedType": "String"
152240
152240
  },
152241
152241
  {