@esri/calcite-ui-icons 4.4.0-next.13 → 4.4.0-next.15
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/README.md +3 -3
- package/docs/icons.json +1 -1
- package/docs/keywords.json +5 -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/contingent-values-retire-16.svg +1 -0
- package/icons/contingent-values-retire-24.svg +1 -0
- package/icons/contingent-values-retire-32.svg +1 -0
- package/index.d.ts +3 -0
- package/index.js +3 -0
- package/js/contingentValuesRetire16.d.ts +1 -0
- package/js/contingentValuesRetire16.js +1 -0
- package/js/contingentValuesRetire16.json +1 -0
- package/js/contingentValuesRetire24.d.ts +1 -0
- package/js/contingentValuesRetire24.js +1 -0
- package/js/contingentValuesRetire24.json +1 -0
- package/js/contingentValuesRetire32.d.ts +1 -0
- package/js/contingentValuesRetire32.js +1 -0
- package/js/contingentValuesRetire32.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
package/README.md
CHANGED
|
@@ -157,9 +157,9 @@ To install the font, run:
|
|
|
157
157
|
|
|
158
158
|
We provide three fonts, each designed for a standard size, for pixel perfection use at their designed sizes; 16px, 24px, and 32px.
|
|
159
159
|
|
|
160
|
-
- **16px font** → Use for 16px and smaller sizes.
|
|
161
|
-
- **24px font** → Use for 24px and mid-range sizes.
|
|
162
|
-
- **32px font** → Use for 32px and larger sizes.
|
|
160
|
+
- **16px font** → Use for 16px and smaller sizes.
|
|
161
|
+
- **24px font** → Use for 24px and mid-range sizes.
|
|
162
|
+
- **32px font** → Use for 32px and larger sizes.
|
|
163
163
|
|
|
164
164
|
**Avoid odd or non-standard sizes** like 13px, 17px, or 23px, as these break pixel alignment and can appear fuzzy.
|
|
165
165
|
|