@esri/calcite-ui-icons 4.1.1-next.1 → 4.2.0-next.0
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/LICENSE.md +1 -1
- package/README.md +1 -1
- package/docs/icons.json +1 -1
- package/docs/keywords.json +50 -0
- package/fonts/calcite-ui-icons-16.ttf +0 -0
- package/fonts/calcite-ui-icons-24.ttf +0 -0
- package/fonts/calcite-ui-icons-32.ttf +0 -0
- package/icons/double-float-set-16.svg +1 -0
- package/icons/double-float-set-24.svg +1 -0
- package/icons/double-float-set-32.svg +1 -0
- package/icons/layer-set-16.svg +1 -0
- package/icons/layer-set-24.svg +1 -0
- package/icons/layer-set-32.svg +1 -0
- package/icons/map-information-16.svg +1 -0
- package/icons/map-information-24.svg +1 -0
- package/icons/map-information-32.svg +1 -0
- package/icons/multiple-variables-set-16.svg +1 -0
- package/icons/multiple-variables-set-24.svg +1 -0
- package/icons/multiple-variables-set-32.svg +1 -0
- package/icons/parameters-16.svg +1 -0
- package/icons/parameters-24.svg +1 -0
- package/icons/parameters-32.svg +1 -0
- package/icons/parameters-gear-16.svg +1 -0
- package/icons/parameters-gear-24.svg +1 -0
- package/icons/parameters-gear-32.svg +1 -0
- package/icons/parameters-plus-16.svg +1 -0
- package/icons/parameters-plus-24.svg +1 -0
- package/icons/parameters-plus-32.svg +1 -0
- package/icons/string-set-16.svg +1 -0
- package/icons/string-set-24.svg +1 -0
- package/icons/string-set-32.svg +1 -0
- package/icons/table-set-16.svg +1 -0
- package/icons/table-set-24.svg +1 -0
- package/icons/table-set-32.svg +1 -0
- package/icons/variable-plus-16.svg +1 -0
- package/icons/variable-plus-24.svg +1 -0
- package/icons/variable-plus-32.svg +1 -0
- package/index.d.ts +30 -0
- package/index.js +30 -0
- package/js/doubleFloatSet16.d.ts +1 -0
- package/js/doubleFloatSet16.js +1 -0
- package/js/doubleFloatSet16.json +1 -0
- package/js/doubleFloatSet24.d.ts +1 -0
- package/js/doubleFloatSet24.js +1 -0
- package/js/doubleFloatSet24.json +1 -0
- package/js/doubleFloatSet32.d.ts +1 -0
- package/js/doubleFloatSet32.js +1 -0
- package/js/doubleFloatSet32.json +1 -0
- package/js/layerSet16.d.ts +1 -0
- package/js/layerSet16.js +1 -0
- package/js/layerSet16.json +1 -0
- package/js/layerSet24.d.ts +1 -0
- package/js/layerSet24.js +1 -0
- package/js/layerSet24.json +1 -0
- package/js/layerSet32.d.ts +1 -0
- package/js/layerSet32.js +1 -0
- package/js/layerSet32.json +1 -0
- package/js/mapInformation16.d.ts +1 -0
- package/js/mapInformation16.js +1 -0
- package/js/mapInformation16.json +1 -0
- package/js/mapInformation24.d.ts +1 -0
- package/js/mapInformation24.js +1 -0
- package/js/mapInformation24.json +1 -0
- package/js/mapInformation32.d.ts +1 -0
- package/js/mapInformation32.js +1 -0
- package/js/mapInformation32.json +1 -0
- package/js/multipleVariablesSet16.d.ts +1 -0
- package/js/multipleVariablesSet16.js +1 -0
- package/js/multipleVariablesSet16.json +1 -0
- package/js/multipleVariablesSet24.d.ts +1 -0
- package/js/multipleVariablesSet24.js +1 -0
- package/js/multipleVariablesSet24.json +1 -0
- package/js/multipleVariablesSet32.d.ts +1 -0
- package/js/multipleVariablesSet32.js +1 -0
- package/js/multipleVariablesSet32.json +1 -0
- package/js/parameters16.d.ts +1 -0
- package/js/parameters16.js +1 -0
- package/js/parameters16.json +1 -0
- package/js/parameters24.d.ts +1 -0
- package/js/parameters24.js +1 -0
- package/js/parameters24.json +1 -0
- package/js/parameters32.d.ts +1 -0
- package/js/parameters32.js +1 -0
- package/js/parameters32.json +1 -0
- package/js/parametersGear16.d.ts +1 -0
- package/js/parametersGear16.js +1 -0
- package/js/parametersGear16.json +1 -0
- package/js/parametersGear24.d.ts +1 -0
- package/js/parametersGear24.js +1 -0
- package/js/parametersGear24.json +1 -0
- package/js/parametersGear32.d.ts +1 -0
- package/js/parametersGear32.js +1 -0
- package/js/parametersGear32.json +1 -0
- package/js/parametersPlus16.d.ts +1 -0
- package/js/parametersPlus16.js +1 -0
- package/js/parametersPlus16.json +1 -0
- package/js/parametersPlus24.d.ts +1 -0
- package/js/parametersPlus24.js +1 -0
- package/js/parametersPlus24.json +1 -0
- package/js/parametersPlus32.d.ts +1 -0
- package/js/parametersPlus32.js +1 -0
- package/js/parametersPlus32.json +1 -0
- package/js/stringSet16.d.ts +1 -0
- package/js/stringSet16.js +1 -0
- package/js/stringSet16.json +1 -0
- package/js/stringSet24.d.ts +1 -0
- package/js/stringSet24.js +1 -0
- package/js/stringSet24.json +1 -0
- package/js/stringSet32.d.ts +1 -0
- package/js/stringSet32.js +1 -0
- package/js/stringSet32.json +1 -0
- package/js/tableSet16.d.ts +1 -0
- package/js/tableSet16.js +1 -0
- package/js/tableSet16.json +1 -0
- package/js/tableSet24.d.ts +1 -0
- package/js/tableSet24.js +1 -0
- package/js/tableSet24.json +1 -0
- package/js/tableSet32.d.ts +1 -0
- package/js/tableSet32.js +1 -0
- package/js/tableSet32.json +1 -0
- package/js/variablePlus16.d.ts +1 -0
- package/js/variablePlus16.js +1 -0
- package/js/variablePlus16.json +1 -0
- package/js/variablePlus24.d.ts +1 -0
- package/js/variablePlus24.js +1 -0
- package/js/variablePlus24.json +1 -0
- package/js/variablePlus32.d.ts +1 -0
- package/js/variablePlus32.js +1 -0
- package/js/variablePlus32.json +1 -0
- package/package.json +2 -2
- package/sprite-16.svg +1 -1
- package/sprite-24.svg +1 -1
- package/sprite-32.svg +1 -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.