@esri/calcite-ui-icons 3.25.5 → 3.25.7
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/docs/icons.json +1 -1
- package/docs/keywords.json +100 -72
- package/icons/column-settings-16.svg +1 -0
- package/icons/column-settings-24.svg +1 -0
- package/icons/column-settings-32.svg +1 -0
- package/icons/four-by-one-grid-16.svg +1 -0
- package/icons/four-by-one-grid-24.svg +1 -0
- package/icons/four-by-one-grid-32.svg +1 -0
- package/icons/four-by-three-grid-16.svg +1 -0
- package/icons/four-by-three-grid-24.svg +1 -0
- package/icons/four-by-three-grid-32.svg +1 -0
- package/icons/four-by-two-grid-16.svg +1 -0
- package/icons/four-by-two-grid-24.svg +1 -0
- package/icons/four-by-two-grid-32.svg +1 -0
- package/icons/surface-16.svg +1 -0
- package/icons/surface-24.svg +1 -0
- package/icons/surface-32.svg +1 -0
- package/icons/three-by-one-grid-16.svg +1 -0
- package/icons/three-by-one-grid-24.svg +1 -0
- package/icons/three-by-one-grid-32.svg +1 -0
- package/icons/three-by-three-grid-16.svg +1 -0
- package/icons/three-by-three-grid-24.svg +1 -0
- package/icons/three-by-three-grid-32.svg +1 -0
- package/icons/three-by-two-grid-16.svg +1 -0
- package/icons/three-by-two-grid-24.svg +1 -0
- package/icons/three-by-two-grid-32.svg +1 -0
- package/index.d.ts +24 -18
- package/index.js +24 -18
- package/js/columnSettings16.d.ts +1 -0
- package/js/columnSettings16.js +1 -0
- package/js/columnSettings16.json +1 -0
- package/js/columnSettings24.d.ts +1 -0
- package/js/columnSettings24.js +1 -0
- package/js/columnSettings24.json +1 -0
- package/js/columnSettings32.d.ts +1 -0
- package/js/columnSettings32.js +1 -0
- package/js/columnSettings32.json +1 -0
- package/js/fourByOneGrid16.d.ts +1 -0
- package/js/fourByOneGrid16.js +1 -0
- package/js/fourByOneGrid16.json +1 -0
- package/js/fourByOneGrid24.d.ts +1 -0
- package/js/fourByOneGrid24.js +1 -0
- package/js/fourByOneGrid24.json +1 -0
- package/js/fourByOneGrid32.d.ts +1 -0
- package/js/fourByOneGrid32.js +1 -0
- package/js/fourByOneGrid32.json +1 -0
- package/js/fourByThreeGrid16.d.ts +1 -0
- package/js/fourByThreeGrid16.js +1 -0
- package/js/fourByThreeGrid16.json +1 -0
- package/js/fourByThreeGrid24.d.ts +1 -0
- package/js/fourByThreeGrid24.js +1 -0
- package/js/fourByThreeGrid24.json +1 -0
- package/js/fourByThreeGrid32.d.ts +1 -0
- package/js/fourByThreeGrid32.js +1 -0
- package/js/fourByThreeGrid32.json +1 -0
- package/js/fourByTwoGrid16.d.ts +1 -0
- package/js/fourByTwoGrid16.js +1 -0
- package/js/fourByTwoGrid16.json +1 -0
- package/js/fourByTwoGrid24.d.ts +1 -0
- package/js/fourByTwoGrid24.js +1 -0
- package/js/fourByTwoGrid24.json +1 -0
- package/js/fourByTwoGrid32.d.ts +1 -0
- package/js/fourByTwoGrid32.js +1 -0
- package/js/fourByTwoGrid32.json +1 -0
- package/js/surface16.d.ts +1 -0
- package/js/surface16.js +1 -0
- package/js/surface16.json +1 -0
- package/js/surface24.d.ts +1 -0
- package/js/surface24.js +1 -0
- package/js/surface24.json +1 -0
- package/js/surface32.d.ts +1 -0
- package/js/surface32.js +1 -0
- package/js/surface32.json +1 -0
- package/js/threeByOneGrid16.d.ts +1 -0
- package/js/threeByOneGrid16.js +1 -0
- package/js/threeByOneGrid16.json +1 -0
- package/js/threeByOneGrid24.d.ts +1 -0
- package/js/threeByOneGrid24.js +1 -0
- package/js/threeByOneGrid24.json +1 -0
- package/js/threeByOneGrid32.d.ts +1 -0
- package/js/threeByOneGrid32.js +1 -0
- package/js/threeByOneGrid32.json +1 -0
- package/js/threeByThreeGrid16.d.ts +1 -0
- package/js/threeByThreeGrid16.js +1 -0
- package/js/threeByThreeGrid16.json +1 -0
- package/js/threeByThreeGrid24.d.ts +1 -0
- package/js/threeByThreeGrid24.js +1 -0
- package/js/threeByThreeGrid24.json +1 -0
- package/js/threeByThreeGrid32.d.ts +1 -0
- package/js/threeByThreeGrid32.js +1 -0
- package/js/threeByThreeGrid32.json +1 -0
- package/js/threeByTwoGrid16.d.ts +1 -0
- package/js/threeByTwoGrid16.js +1 -0
- package/js/threeByTwoGrid16.json +1 -0
- package/js/threeByTwoGrid24.d.ts +1 -0
- package/js/threeByTwoGrid24.js +1 -0
- package/js/threeByTwoGrid24.json +1 -0
- package/js/threeByTwoGrid32.d.ts +1 -0
- package/js/threeByTwoGrid32.js +1 -0
- package/js/threeByTwoGrid32.json +1 -0
- package/package.json +1 -1
- package/sprite-16.svg +1 -1
- package/sprite-24.svg +1 -1
- package/sprite-32.svg +1 -1
- package/icons/full-1-column-16.svg +0 -1
- package/icons/full-1-column-24.svg +0 -1
- package/icons/full-1-column-32.svg +0 -1
- package/icons/full-medium-1-column-16.svg +0 -1
- package/icons/full-medium-1-column-24.svg +0 -1
- package/icons/full-medium-1-column-32.svg +0 -1
- package/icons/full-small-1-column-16.svg +0 -1
- package/icons/full-small-1-column-24.svg +0 -1
- package/icons/full-small-1-column-32.svg +0 -1
- package/icons/large-2-column-16.svg +0 -1
- package/icons/large-2-column-24.svg +0 -1
- package/icons/large-2-column-32.svg +0 -1
- package/icons/medium-2-column-16.svg +0 -1
- package/icons/medium-2-column-24.svg +0 -1
- package/icons/medium-2-column-32.svg +0 -1
- package/icons/small-2-column-16.svg +0 -1
- package/icons/small-2-column-24.svg +0 -1
- package/icons/small-2-column-32.svg +0 -1
There are too many changes on this page to be displayed.
The amount of changes on this page would crash your brower.
You can still verify the content by downloading the package file manually.