@progress/kendo-themes-html 12.0.2-dev.0 → 12.0.2-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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-themes-html",
3
3
  "description": "A collection of HTML helpers used for developing Kendo UI themes",
4
- "version": "12.0.2-dev.0",
4
+ "version": "12.0.2-dev.1",
5
5
  "author": "Progress",
6
6
  "license": "Apache-2.0",
7
7
  "keywords": [
@@ -61,5 +61,5 @@
61
61
  "react-dom": "^19.0.0",
62
62
  "ts-jest": "^29.2.0"
63
63
  },
64
- "gitHead": "378b028efd15061e75e0439925afe3d264d4b81d"
64
+ "gitHead": "d445807a67dc48f595ab5f34026a6b1da89ff9e8"
65
65
  }
@@ -22,8 +22,8 @@ export const FileManagerGridPreview = (props) => (
22
22
  </ButtonGroup>
23
23
  <SplitButton text="Sort By" />
24
24
  <ButtonGroup>
25
- <Button className="k-group-start" icon="grid-layout" selected></Button>
26
- <Button className="k-group-end" icon="grid"></Button>
25
+ <Button className="k-group-start" icon="grid" selected></Button>
26
+ <Button className="k-group-end" icon="grid-layout"></Button>
27
27
  </ButtonGroup>
28
28
  <div className="k-spacer"></div>
29
29
  <div className="k-filemanager-details-toggle">
@@ -22,8 +22,8 @@ export const FileManagerGrid = (props) => (
22
22
  </ButtonGroup>
23
23
  <SplitButton text="Sort By" />
24
24
  <ButtonGroup>
25
- <Button className="k-group-start" icon="grid-layout" selected></Button>
26
- <Button className="k-group-end" icon="grid"></Button>
25
+ <Button className="k-group-start" icon="grid" selected></Button>
26
+ <Button className="k-group-end" icon="grid-layout"></Button>
27
27
  </ButtonGroup>
28
28
  <div className="k-spacer"></div>
29
29
  <div className="k-filemanager-details-toggle">
@@ -21,8 +21,8 @@ export const FileManagerNormal = (props) => (
21
21
  </ButtonGroup>
22
22
  <SplitButton text="Sort By" />
23
23
  <ButtonGroup>
24
- <Button className="k-group-start" icon="grid-layout"></Button>
25
- <Button className="k-group-end" icon="grid" selected></Button>
24
+ <Button className="k-group-start" icon="grid"></Button>
25
+ <Button className="k-group-end" icon="grid-layout" selected></Button>
26
26
  </ButtonGroup>
27
27
  <div className="k-spacer"></div>
28
28
  <div className="k-filemanager-details-toggle">
@@ -21,8 +21,8 @@ export const FileManagerPreview = (props) => (
21
21
  </ButtonGroup>
22
22
  <SplitButton text="Sort By" />
23
23
  <ButtonGroup>
24
- <Button className="k-group-start" icon="grid-layout"></Button>
25
- <Button className="k-group-end" icon="grid" selected></Button>
24
+ <Button className="k-group-start" icon="grid"></Button>
25
+ <Button className="k-group-end" icon="grid-layout" selected></Button>
26
26
  </ButtonGroup>
27
27
  <div className="k-spacer"></div>
28
28
  <div className="k-filemanager-details-toggle">