@progress/kendo-theme-utils 9.0.0 → 9.0.1-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/all.scss CHANGED
@@ -9400,8 +9400,8 @@ $kendo-utils: (
9400
9400
  /// @group height
9401
9401
  /// @contextType css
9402
9402
 
9403
- /// This is equivalent to `min-height: 100%;`.
9404
- /// @example min-height: 100%;
9403
+ /// This is equivalent to `height: 100%;`.
9404
+ /// @example height: 100%;
9405
9405
  /// @name .k-h-full
9406
9406
  /// @group height
9407
9407
  /// @contextType css
@@ -9570,8 +9570,8 @@ $kendo-utils: (
9570
9570
  /// @group width
9571
9571
  /// @contextType css
9572
9572
 
9573
- /// This is equivalent to `min-width: 100%;`.
9574
- /// @example min-width: 100%;
9573
+ /// This is equivalent to `width: 100%;`.
9574
+ /// @example width: 100%;
9575
9575
  /// @name .k-w-full
9576
9576
  /// @group width
9577
9577
  /// @contextType css
@@ -12845,7 +12845,7 @@
12845
12845
  }
12846
12846
  },
12847
12847
  {
12848
- "description": "This is equivalent to `min-height: 100%;`.\n",
12848
+ "description": "This is equivalent to `height: 100%;`.\n",
12849
12849
  "commentRange": {
12850
12850
  "start": 19,
12851
12851
  "end": 23
@@ -12862,7 +12862,7 @@
12862
12862
  "example": [
12863
12863
  {
12864
12864
  "type": "scss",
12865
- "code": "min-height: 100%;"
12865
+ "code": "height: 100%;"
12866
12866
  }
12867
12867
  ],
12868
12868
  "group": [
@@ -28183,7 +28183,7 @@
28183
28183
  }
28184
28184
  },
28185
28185
  {
28186
- "description": "This is equivalent to `min-width: 100%;`.\n",
28186
+ "description": "This is equivalent to `width: 100%;`.\n",
28187
28187
  "commentRange": {
28188
28188
  "start": 19,
28189
28189
  "end": 23
@@ -28200,7 +28200,7 @@
28200
28200
  "example": [
28201
28201
  {
28202
28202
  "type": "scss",
28203
- "code": "min-width: 100%;"
28203
+ "code": "width: 100%;"
28204
28204
  }
28205
28205
  ],
28206
28206
  "group": [
@@ -10663,7 +10663,7 @@
10663
10663
  }
10664
10664
  },
10665
10665
  {
10666
- "description": "This is equivalent to `min-height: 100%;`.\n",
10666
+ "description": "This is equivalent to `height: 100%;`.\n",
10667
10667
  "commentRange": {
10668
10668
  "start": 19,
10669
10669
  "end": 23
@@ -10680,7 +10680,7 @@
10680
10680
  "example": [
10681
10681
  {
10682
10682
  "type": "scss",
10683
- "code": "min-height: 100%;"
10683
+ "code": "height: 100%;"
10684
10684
  }
10685
10685
  ],
10686
10686
  "group": [
@@ -26001,7 +26001,7 @@
26001
26001
  }
26002
26002
  },
26003
26003
  {
26004
- "description": "This is equivalent to `min-width: 100%;`.\n",
26004
+ "description": "This is equivalent to `width: 100%;`.\n",
26005
26005
  "commentRange": {
26006
26006
  "start": 19,
26007
26007
  "end": 23
@@ -26018,7 +26018,7 @@
26018
26018
  "example": [
26019
26019
  {
26020
26020
  "type": "scss",
26021
- "code": "min-width: 100%;"
26021
+ "code": "width: 100%;"
26022
26022
  }
26023
26023
  ],
26024
26024
  "group": [
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": "9.0.0",
4
+ "version": "9.0.1-dev.1",
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": "9.0.0"
46
+ "@progress/kendo-theme-core": "9.0.1-dev.1"
47
47
  },
48
48
  "directories": {
49
49
  "doc": "docs"
50
50
  },
51
- "gitHead": "dc0199ad31c76ab8b5210ef3c743f83e8ca84a83"
51
+ "gitHead": "d9a7729d1e521340da66dea11035ed501f9a1183"
52
52
  }
@@ -16,8 +16,8 @@
16
16
  /// @group height
17
17
  /// @contextType css
18
18
 
19
- /// This is equivalent to `min-height: 100%;`.
20
- /// @example min-height: 100%;
19
+ /// This is equivalent to `height: 100%;`.
20
+ /// @example height: 100%;
21
21
  /// @name .k-h-full
22
22
  /// @group height
23
23
  /// @contextType css
@@ -16,8 +16,8 @@
16
16
  /// @group width
17
17
  /// @contextType css
18
18
 
19
- /// This is equivalent to `min-width: 100%;`.
20
- /// @example min-width: 100%;
19
+ /// This is equivalent to `width: 100%;`.
20
+ /// @example width: 100%;
21
21
  /// @name .k-w-full
22
22
  /// @group width
23
23
  /// @contextType css