@progress/kendo-theme-utils 8.0.0-dev.4 → 8.0.0-dev.6
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.scss
CHANGED
|
@@ -10320,25 +10320,25 @@ $kendo-zindex-loading: 100 !default;
|
|
|
10320
10320
|
// #region @import "./_text-decoration.scss"; -> scss/typography/_text-decoration.scss
|
|
10321
10321
|
/// This is equivalent to `text-decoration: underline;`.
|
|
10322
10322
|
/// @example text-decoration: underline;
|
|
10323
|
-
/// @name .k-underline
|
|
10323
|
+
/// @name .k-text-underline
|
|
10324
10324
|
/// @group text-decoration
|
|
10325
10325
|
/// @contextType css
|
|
10326
10326
|
|
|
10327
10327
|
/// This is equivalent to `text-decoration: overline;`.
|
|
10328
10328
|
/// @example text-decoration: overline;
|
|
10329
|
-
/// @name .k-overline
|
|
10329
|
+
/// @name .k-text-overline
|
|
10330
10330
|
/// @group text-decoration
|
|
10331
10331
|
/// @contextType css
|
|
10332
10332
|
|
|
10333
10333
|
/// This is equivalent to `text-decoration: line-through;`.
|
|
10334
10334
|
/// @example text-decoration: line-through;
|
|
10335
|
-
/// @name .k-line-through
|
|
10335
|
+
/// @name .k-text-line-through
|
|
10336
10336
|
/// @group text-decoration
|
|
10337
10337
|
/// @contextType css
|
|
10338
10338
|
|
|
10339
10339
|
/// This is equivalent to `text-decoration: none-decoration;`.
|
|
10340
10340
|
/// @example text-decoration: none-decoration;
|
|
10341
|
-
/// @name .k-
|
|
10341
|
+
/// @name .k-text-no-underline
|
|
10342
10342
|
/// @group text-decoration
|
|
10343
10343
|
/// @contextType css
|
|
10344
10344
|
|
|
@@ -23729,7 +23729,7 @@
|
|
|
23729
23729
|
},
|
|
23730
23730
|
"context": {
|
|
23731
23731
|
"type": "css",
|
|
23732
|
-
"name": ".k-underline",
|
|
23732
|
+
"name": ".k-text-underline",
|
|
23733
23733
|
"value": "// text-decoration utility classes\n $kendo-utils-text-decoration: k-map-get( $kendo-utils, \"text-decoration\" ) !default;\n @include generate-utils( text, text-decoration, $kendo-utils-text-decoration );",
|
|
23734
23734
|
"line": {
|
|
23735
23735
|
"start": 25,
|
|
@@ -23760,7 +23760,7 @@
|
|
|
23760
23760
|
},
|
|
23761
23761
|
"context": {
|
|
23762
23762
|
"type": "css",
|
|
23763
|
-
"name": ".k-overline",
|
|
23763
|
+
"name": ".k-text-overline",
|
|
23764
23764
|
"value": "// text-decoration utility classes\n $kendo-utils-text-decoration: k-map-get( $kendo-utils, \"text-decoration\" ) !default;\n @include generate-utils( text, text-decoration, $kendo-utils-text-decoration );",
|
|
23765
23765
|
"line": {
|
|
23766
23766
|
"start": 25,
|
|
@@ -23791,7 +23791,7 @@
|
|
|
23791
23791
|
},
|
|
23792
23792
|
"context": {
|
|
23793
23793
|
"type": "css",
|
|
23794
|
-
"name": ".k-line-through",
|
|
23794
|
+
"name": ".k-text-line-through",
|
|
23795
23795
|
"value": "// text-decoration utility classes\n $kendo-utils-text-decoration: k-map-get( $kendo-utils, \"text-decoration\" ) !default;\n @include generate-utils( text, text-decoration, $kendo-utils-text-decoration );",
|
|
23796
23796
|
"line": {
|
|
23797
23797
|
"start": 25,
|
|
@@ -23822,7 +23822,7 @@
|
|
|
23822
23822
|
},
|
|
23823
23823
|
"context": {
|
|
23824
23824
|
"type": "css",
|
|
23825
|
-
"name": ".k-
|
|
23825
|
+
"name": ".k-text-no-underline",
|
|
23826
23826
|
"code": "\n\n // text-decoration utility classes\n $kendo-utils-text-decoration: k-map-get( $kendo-utils, \"text-decoration\" ) !default;\n @include generate-utils( text, text-decoration, $kendo-utils-text-decoration );\n\n",
|
|
23827
23827
|
"line": {
|
|
23828
23828
|
"start": 25,
|
|
@@ -23724,7 +23724,7 @@
|
|
|
23724
23724
|
},
|
|
23725
23725
|
"context": {
|
|
23726
23726
|
"type": "css",
|
|
23727
|
-
"name": ".k-underline",
|
|
23727
|
+
"name": ".k-text-underline",
|
|
23728
23728
|
"value": "// text-decoration utility classes\n $kendo-utils-text-decoration: k-map-get( $kendo-utils, \"text-decoration\" ) !default;\n @include generate-utils( text, text-decoration, $kendo-utils-text-decoration );",
|
|
23729
23729
|
"line": {
|
|
23730
23730
|
"start": 25,
|
|
@@ -23755,7 +23755,7 @@
|
|
|
23755
23755
|
},
|
|
23756
23756
|
"context": {
|
|
23757
23757
|
"type": "css",
|
|
23758
|
-
"name": ".k-overline",
|
|
23758
|
+
"name": ".k-text-overline",
|
|
23759
23759
|
"value": "// text-decoration utility classes\n $kendo-utils-text-decoration: k-map-get( $kendo-utils, \"text-decoration\" ) !default;\n @include generate-utils( text, text-decoration, $kendo-utils-text-decoration );",
|
|
23760
23760
|
"line": {
|
|
23761
23761
|
"start": 25,
|
|
@@ -23786,7 +23786,7 @@
|
|
|
23786
23786
|
},
|
|
23787
23787
|
"context": {
|
|
23788
23788
|
"type": "css",
|
|
23789
|
-
"name": ".k-line-through",
|
|
23789
|
+
"name": ".k-text-line-through",
|
|
23790
23790
|
"value": "// text-decoration utility classes\n $kendo-utils-text-decoration: k-map-get( $kendo-utils, \"text-decoration\" ) !default;\n @include generate-utils( text, text-decoration, $kendo-utils-text-decoration );",
|
|
23791
23791
|
"line": {
|
|
23792
23792
|
"start": 25,
|
|
@@ -23817,7 +23817,7 @@
|
|
|
23817
23817
|
},
|
|
23818
23818
|
"context": {
|
|
23819
23819
|
"type": "css",
|
|
23820
|
-
"name": ".k-
|
|
23820
|
+
"name": ".k-text-no-underline",
|
|
23821
23821
|
"code": "\n\n // text-decoration utility classes\n $kendo-utils-text-decoration: k-map-get( $kendo-utils, \"text-decoration\" ) !default;\n @include generate-utils( text, text-decoration, $kendo-utils-text-decoration );\n\n",
|
|
23822
23822
|
"line": {
|
|
23823
23823
|
"start": 25,
|
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": "8.0.0-dev.
|
|
4
|
+
"version": "8.0.0-dev.6",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -43,10 +43,10 @@
|
|
|
43
43
|
"postpublish": "echo 'no postpublish for utils'"
|
|
44
44
|
},
|
|
45
45
|
"dependencies": {
|
|
46
|
-
"@progress/kendo-theme-core": "8.0.0-dev.
|
|
46
|
+
"@progress/kendo-theme-core": "8.0.0-dev.6"
|
|
47
47
|
},
|
|
48
48
|
"directories": {
|
|
49
49
|
"doc": "docs"
|
|
50
50
|
},
|
|
51
|
-
"gitHead": "
|
|
51
|
+
"gitHead": "56ff58288fe098a780c1d94cf5f0d793e81623e5"
|
|
52
52
|
}
|
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
/// This is equivalent to `text-decoration: underline;`.
|
|
2
2
|
/// @example text-decoration: underline;
|
|
3
|
-
/// @name .k-underline
|
|
3
|
+
/// @name .k-text-underline
|
|
4
4
|
/// @group text-decoration
|
|
5
5
|
/// @contextType css
|
|
6
6
|
|
|
7
7
|
/// This is equivalent to `text-decoration: overline;`.
|
|
8
8
|
/// @example text-decoration: overline;
|
|
9
|
-
/// @name .k-overline
|
|
9
|
+
/// @name .k-text-overline
|
|
10
10
|
/// @group text-decoration
|
|
11
11
|
/// @contextType css
|
|
12
12
|
|
|
13
13
|
/// This is equivalent to `text-decoration: line-through;`.
|
|
14
14
|
/// @example text-decoration: line-through;
|
|
15
|
-
/// @name .k-line-through
|
|
15
|
+
/// @name .k-text-line-through
|
|
16
16
|
/// @group text-decoration
|
|
17
17
|
/// @contextType css
|
|
18
18
|
|
|
19
19
|
/// This is equivalent to `text-decoration: none-decoration;`.
|
|
20
20
|
/// @example text-decoration: none-decoration;
|
|
21
|
-
/// @name .k-
|
|
21
|
+
/// @name .k-text-no-underline
|
|
22
22
|
/// @group text-decoration
|
|
23
23
|
/// @contextType css
|
|
24
24
|
|