@cmgfi/clear-ds 1.1.3 → 1.1.5
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 +28 -10
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +13 -8
- package/dist/index.mjs +2977 -2988
- package/dist/index.mjs.map +1 -1
- package/dist/tokens/tokens.css +1 -0
- package/package.json +1 -1
package/dist/tokens/tokens.css
CHANGED
|
@@ -201,6 +201,7 @@
|
|
|
201
201
|
--font-size-panel: 20px; /* Panel and card headings */
|
|
202
202
|
--font-size-subheading: 18px; /* Subheadings, intro paragraphs */
|
|
203
203
|
--font-size-label: 14px; /* Form labels, prominent body text */
|
|
204
|
+
--font-size-large: 15px; /* Large button text (lg size ramp) */
|
|
204
205
|
--font-size-body: 12px; /* Standard body text (= 1rem) */
|
|
205
206
|
--font-size-caption: 10px; /* Captions, helper text, badge labels */
|
|
206
207
|
|