canvas-ui-sdk 0.3.4 → 0.3.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "canvas-ui-sdk",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "type": "module",
5
5
  "description": "A comprehensive UI component library with design tokens for building beautiful interfaces",
6
6
  "bin": {
@@ -206,25 +206,25 @@
206
206
  --typo-input-label-size: 14px;
207
207
  --typo-button-size: 14px;
208
208
 
209
- /* Per-style font overrides (empty = use global font) */
210
- --typo-h1-font: ;
211
- --typo-h2-font: ;
212
- --typo-h3-font: ;
213
- --typo-h4-font: ;
214
- --typo-h5-font: ;
215
- --typo-h6-font: ;
216
- --typo-body-xl-font: ;
217
- --typo-body-l-font: ;
218
- --typo-body-m-font: ;
219
- --typo-body-s-font: ;
220
- --typo-body-xs-font: ;
221
- --typo-menu-label-font: ;
222
- --typo-sidebar-label-font: ;
223
- --typo-sidebar-tab-font: ;
224
- --typo-sidebar-subtab-font: ;
225
- --typo-header-font: ;
226
- --typo-input-label-font: ;
227
- --typo-button-font: ;
209
+ /* Per-style font overrides (initial = use global font) */
210
+ --typo-h1-font: initial;
211
+ --typo-h2-font: initial;
212
+ --typo-h3-font: initial;
213
+ --typo-h4-font: initial;
214
+ --typo-h5-font: initial;
215
+ --typo-h6-font: initial;
216
+ --typo-body-xl-font: initial;
217
+ --typo-body-l-font: initial;
218
+ --typo-body-m-font: initial;
219
+ --typo-body-s-font: initial;
220
+ --typo-body-xs-font: initial;
221
+ --typo-menu-label-font: initial;
222
+ --typo-sidebar-label-font: initial;
223
+ --typo-sidebar-tab-font: initial;
224
+ --typo-sidebar-subtab-font: initial;
225
+ --typo-header-font: initial;
226
+ --typo-input-label-font: initial;
227
+ --typo-button-font: initial;
228
228
 
229
229
  /* ============================================
230
230
  * BUTTON SIZE TOKENS
@@ -237,7 +237,7 @@
237
237
  --btn-mini-radius: 4px;
238
238
  --btn-mini-font-weight: 500;
239
239
  --btn-mini-letter-spacing: 0em;
240
- --btn-mini-font-family: ;
240
+ --btn-mini-font-family: initial;
241
241
 
242
242
  /* Small */
243
243
  --btn-small-height: 32px;
@@ -246,7 +246,7 @@
246
246
  --btn-small-radius: 6px;
247
247
  --btn-small-font-weight: 500;
248
248
  --btn-small-letter-spacing: 0em;
249
- --btn-small-font-family: ;
249
+ --btn-small-font-family: initial;
250
250
 
251
251
  /* Standard */
252
252
  --btn-standard-height: 40px;
@@ -255,7 +255,7 @@
255
255
  --btn-standard-radius: 8px;
256
256
  --btn-standard-font-weight: 500;
257
257
  --btn-standard-letter-spacing: 0em;
258
- --btn-standard-font-family: ;
258
+ --btn-standard-font-family: initial;
259
259
 
260
260
  /* Large */
261
261
  --btn-large-height: 48px;
@@ -264,7 +264,7 @@
264
264
  --btn-large-radius: 10px;
265
265
  --btn-large-font-weight: 500;
266
266
  --btn-large-letter-spacing: 0em;
267
- --btn-large-font-family: ;
267
+ --btn-large-font-family: initial;
268
268
 
269
269
  /* ============================================
270
270
  * BUTTON COLOR TOKENS