onecart-ui 0.3.2 → 0.3.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/tokens/tokens.scss +170 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "onecart-ui",
3
- "version": "0.3.2",
3
+ "version": "0.3.3",
4
4
  "description": "OneCart UI: Cross-platform design tokens + React & React Native components",
5
5
  "keywords": [
6
6
  "react",
@@ -345,4 +345,173 @@ $letter-spacing-0: 0%;
345
345
  $text-case-none: none;
346
346
  $text-decoration-none: none;
347
347
  $text-decoration-underline: underline;
348
- $paragraph-indent-0: 0px;
348
+ $paragraph-indent-0: 0px;
349
+
350
+
351
+ /* components classes (auto-generated) */
352
+ .display-2xl {
353
+ font-family: $display-2xl-font-family;
354
+ font-weight: $display-2xl-font-weight;
355
+ line-height: $display-2xl-line-height;
356
+ font-size: $display-2xl-font-size;
357
+ letter-spacing: $display-2xl-letter-spacing;
358
+ text-indent: $display-2xl-paragraph-indent;
359
+ text-transform: $display-2xl-text-case;
360
+ text-decoration: $display-2xl-text-decoration;
361
+ }
362
+
363
+ .display-xl {
364
+ font-family: $display-xl-font-family;
365
+ font-weight: $display-xl-font-weight;
366
+ line-height: $display-xl-line-height;
367
+ font-size: $display-xl-font-size;
368
+ letter-spacing: $display-xl-letter-spacing;
369
+ text-indent: $display-xl-paragraph-indent;
370
+ text-transform: $display-xl-text-case;
371
+ text-decoration: $display-xl-text-decoration;
372
+ }
373
+
374
+ .heading-xl {
375
+ font-family: $heading-xl-font-family;
376
+ font-weight: $heading-xl-font-weight;
377
+ line-height: $heading-xl-line-height;
378
+ font-size: $heading-xl-font-size;
379
+ letter-spacing: $heading-xl-letter-spacing;
380
+ text-indent: $heading-xl-paragraph-indent;
381
+ text-transform: $heading-xl-text-case;
382
+ text-decoration: $heading-xl-text-decoration;
383
+ }
384
+
385
+ .heading-lg {
386
+ font-family: $heading-lg-font-family;
387
+ font-weight: $heading-lg-font-weight;
388
+ line-height: $heading-lg-line-height;
389
+ font-size: $heading-lg-font-size;
390
+ letter-spacing: $heading-lg-letter-spacing;
391
+ text-indent: $heading-lg-paragraph-indent;
392
+ text-transform: $heading-lg-text-case;
393
+ text-decoration: $heading-lg-text-decoration;
394
+ }
395
+
396
+ .heading-md {
397
+ font-family: $heading-md-font-family;
398
+ font-weight: $heading-md-font-weight;
399
+ line-height: $heading-md-line-height;
400
+ font-size: $heading-md-font-size;
401
+ letter-spacing: $heading-md-letter-spacing;
402
+ text-indent: $heading-md-paragraph-indent;
403
+ text-transform: $heading-md-text-case;
404
+ text-decoration: $heading-md-text-decoration;
405
+ }
406
+
407
+ .heading-sm {
408
+ font-family: $heading-sm-font-family;
409
+ font-weight: $heading-sm-font-weight;
410
+ line-height: $heading-sm-line-height;
411
+ font-size: $heading-sm-font-size;
412
+ letter-spacing: $heading-sm-letter-spacing;
413
+ text-indent: $heading-sm-paragraph-indent;
414
+ text-transform: $heading-sm-text-case;
415
+ text-decoration: $heading-sm-text-decoration;
416
+ }
417
+
418
+ .heading-xs {
419
+ font-family: $heading-xs-font-family;
420
+ font-weight: $heading-xs-font-weight;
421
+ line-height: $heading-xs-line-height;
422
+ font-size: $heading-xs-font-size;
423
+ letter-spacing: $heading-xs-letter-spacing;
424
+ text-indent: $heading-xs-paragraph-indent;
425
+ text-transform: $heading-xs-text-case;
426
+ text-decoration: $heading-xs-text-decoration;
427
+ }
428
+
429
+ .heading-2xs {
430
+ font-family: $heading-2xs-font-family;
431
+ font-weight: $heading-2xs-font-weight;
432
+ line-height: $heading-2xs-line-height;
433
+ font-size: $heading-2xs-font-size;
434
+ letter-spacing: $heading-2xs-letter-spacing;
435
+ text-indent: $heading-2xs-paragraph-indent;
436
+ text-transform: $heading-2xs-text-case;
437
+ text-decoration: $heading-2xs-text-decoration;
438
+ }
439
+
440
+ .body-xl {
441
+ font-family: $body-xl-font-family;
442
+ font-weight: $body-xl-font-weight;
443
+ line-height: $body-xl-line-height;
444
+ font-size: $body-xl-font-size;
445
+ letter-spacing: $body-xl-letter-spacing;
446
+ text-indent: $body-xl-paragraph-indent;
447
+ text-transform: $body-xl-text-case;
448
+ text-decoration: $body-xl-text-decoration;
449
+ }
450
+
451
+ .body-lg {
452
+ font-family: $body-lg-font-family;
453
+ font-weight: $body-lg-font-weight;
454
+ line-height: $body-lg-line-height;
455
+ font-size: $body-lg-font-size;
456
+ letter-spacing: $body-lg-letter-spacing;
457
+ text-indent: $body-lg-paragraph-indent;
458
+ text-transform: $body-lg-text-case;
459
+ text-decoration: $body-lg-text-decoration;
460
+ }
461
+
462
+ .body-md {
463
+ font-family: $body-md-font-family;
464
+ font-weight: $body-md-font-weight;
465
+ line-height: $body-md-line-height;
466
+ font-size: $body-md-font-size;
467
+ letter-spacing: $body-md-letter-spacing;
468
+ text-indent: $body-md-paragraph-indent;
469
+ text-transform: $body-md-text-case;
470
+ text-decoration: $body-md-text-decoration;
471
+ }
472
+
473
+ .body-sm {
474
+ font-family: $body-sm-font-family;
475
+ font-weight: $body-sm-font-weight;
476
+ line-height: $body-sm-line-height;
477
+ font-size: $body-sm-font-size;
478
+ letter-spacing: $body-sm-letter-spacing;
479
+ text-indent: $body-sm-paragraph-indent;
480
+ text-transform: $body-sm-text-case;
481
+ text-decoration: $body-sm-text-decoration;
482
+ }
483
+
484
+ .utility-button {
485
+ font-family: $utility-button-font-family;
486
+ font-weight: $utility-button-font-weight;
487
+ line-height: $utility-button-line-height;
488
+ font-size: $utility-button-font-size;
489
+ letter-spacing: $utility-button-letter-spacing;
490
+ text-indent: $utility-button-paragraph-indent;
491
+ text-transform: $utility-button-text-case;
492
+ text-decoration: $utility-button-text-decoration;
493
+ }
494
+
495
+ .utility-link {
496
+ font-family: $utility-link-font-family;
497
+ font-weight: $utility-link-font-weight;
498
+ line-height: $utility-link-line-height;
499
+ font-size: $utility-link-font-size;
500
+ letter-spacing: $utility-link-letter-spacing;
501
+ text-indent: $utility-link-paragraph-indent;
502
+ text-transform: $utility-link-text-case;
503
+ text-decoration: $utility-link-text-decoration;
504
+ }
505
+
506
+ .utility-caption {
507
+ font-family: $utility-caption-font-family;
508
+ font-weight: $utility-caption-font-weight;
509
+ line-height: $utility-caption-line-height;
510
+ font-size: $utility-caption-font-size;
511
+ letter-spacing: $utility-caption-letter-spacing;
512
+ text-indent: $utility-caption-paragraph-indent;
513
+ text-transform: $utility-caption-text-case;
514
+ text-decoration: $utility-caption-text-decoration;
515
+ }
516
+
517
+ /* End components classes */