@progress/kendo-theme-utils 11.1.0-dev.6 → 11.1.0-dev.8

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.
@@ -25317,7 +25317,7 @@
25317
25317
  "name": ".k-row-start-{xs|sm|md|lg|xl|xxl}-13",
25318
25318
  "value": "xs|sm|md|lg|xl|xxl",
25319
25319
  "line": {
25320
- "start": 355,
25320
+ "start": 345,
25321
25321
  "end": 480
25322
25322
  }
25323
25323
  },
@@ -25345,7 +25345,7 @@
25345
25345
  },
25346
25346
  "context": {
25347
25347
  "type": "css",
25348
- "name": ".k-row-start-auto",
25348
+ "name": ".k-row-start-{xs|sm|md|lg|xl|xxl}-auto",
25349
25349
  "value": "xs|sm|md|lg|xl|xxl",
25350
25350
  "line": {
25351
25351
  "start": 355,
@@ -22383,7 +22383,7 @@
22383
22383
  "name": ".k-row-start-{xs|sm|md|lg|xl|xxl}-13",
22384
22384
  "value": "xs|sm|md|lg|xl|xxl",
22385
22385
  "line": {
22386
- "start": 355,
22386
+ "start": 345,
22387
22387
  "end": 480
22388
22388
  }
22389
22389
  },
@@ -22411,7 +22411,7 @@
22411
22411
  },
22412
22412
  "context": {
22413
22413
  "type": "css",
22414
- "name": ".k-row-start-auto",
22414
+ "name": ".k-row-start-{xs|sm|md|lg|xl|xxl}-auto",
22415
22415
  "value": "xs|sm|md|lg|xl|xxl",
22416
22416
  "line": {
22417
22417
  "start": 355,
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": "11.1.0-dev.6",
4
+ "version": "11.1.0-dev.8",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -44,10 +44,10 @@
44
44
  "postpublish": "echo 'no postpublish for utils'"
45
45
  },
46
46
  "dependencies": {
47
- "@progress/kendo-theme-core": "11.1.0-dev.6"
47
+ "@progress/kendo-theme-core": "11.1.0-dev.8"
48
48
  },
49
49
  "directories": {
50
50
  "doc": "docs"
51
51
  },
52
- "gitHead": "2bfdc0d1f3d785894ad99f35f140cc6219c06fa2"
52
+ "gitHead": "af53b1e95dabc215115b604f2e80c6716be3d3cb"
53
53
  }
@@ -342,7 +342,7 @@
342
342
 
343
343
  /// This is equivalent to `grid-row-start: auto; for the specific breakpoint`.
344
344
  /// @example grid-row-start: auto;
345
- /// @name .k-row-start-auto
345
+ /// @name .k-row-start-{xs|sm|md|lg|xl|xxl}-auto
346
346
  /// @group grid-row-responsive
347
347
  /// @contextType css
348
348