@breadstone/mosaik-themes 0.0.76 → 0.0.79
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/CHANGELOG.md +856 -0
- package/Themes/___bootstrap-tokens.css +11 -0
- package/Themes/___cosmopolitan-tokens.css +11 -6
- package/Themes/___fluent-tokens.css +11 -0
- package/Themes/___joy-tokens.css +12 -7
- package/Themes/___material-tokens.css +11 -0
- package/Themes/___retro-tokens.css +11 -6
- package/Themes/bootstrap-tokens.scss +11 -0
- package/Themes/bootstrap.scss +11 -0
- package/Themes/cosmopolitan-tokens.scss +11 -6
- package/Themes/cosmopolitan.scss +230 -6
- package/Themes/fluent-tokens.scss +11 -0
- package/Themes/fluent.scss +17 -0
- package/Themes/joy-tokens.scss +12 -7
- package/Themes/joy.scss +89 -7
- package/Themes/material-tokens.scss +11 -0
- package/Themes/material.scss +11 -0
- package/Themes/retro-tokens.scss +11 -6
- package/Themes/retro.scss +230 -6
- package/Theming/Tokens/BootstrapTokens.d.ts +11 -0
- package/Theming/Tokens/BootstrapTokens.d.ts.map +1 -1
- package/Theming/Tokens/BootstrapTokens.js +11 -0
- package/Theming/Tokens/BootstrapTokens.js.map +1 -1
- package/Theming/Tokens/CosmopolitanTokens.d.ts +11 -6
- package/Theming/Tokens/CosmopolitanTokens.d.ts.map +1 -1
- package/Theming/Tokens/CosmopolitanTokens.js +11 -6
- package/Theming/Tokens/CosmopolitanTokens.js.map +1 -1
- package/Theming/Tokens/FluentTokens.d.ts +11 -0
- package/Theming/Tokens/FluentTokens.d.ts.map +1 -1
- package/Theming/Tokens/FluentTokens.js +11 -0
- package/Theming/Tokens/FluentTokens.js.map +1 -1
- package/Theming/Tokens/JoyTokens.d.ts +12 -7
- package/Theming/Tokens/JoyTokens.d.ts.map +1 -1
- package/Theming/Tokens/JoyTokens.js +12 -7
- package/Theming/Tokens/JoyTokens.js.map +1 -1
- package/Theming/Tokens/MaterialTokens.d.ts +11 -0
- package/Theming/Tokens/MaterialTokens.d.ts.map +1 -1
- package/Theming/Tokens/MaterialTokens.js +11 -0
- package/Theming/Tokens/MaterialTokens.js.map +1 -1
- package/Theming/Tokens/RetroTokens.d.ts +11 -6
- package/Theming/Tokens/RetroTokens.d.ts.map +1 -1
- package/Theming/Tokens/RetroTokens.js +11 -6
- package/Theming/Tokens/RetroTokens.js.map +1 -1
- package/package.json +2 -2
package/Themes/joy-tokens.scss
CHANGED
|
@@ -19,7 +19,7 @@ $scheme-dark-highlight: #2e2e2e;
|
|
|
19
19
|
$scheme-dark-middlelight: #757575;
|
|
20
20
|
$scheme-dark-lowlight: #a3a3a3;
|
|
21
21
|
$scheme-dark-transparent: rgba(255, 255, 255, 0);
|
|
22
|
-
$scheme-dark-semi-transparent: rgba(
|
|
22
|
+
$scheme-dark-semi-transparent: rgba(255, 255, 255, 0.03);
|
|
23
23
|
$scheme-dark-disabled: #474747;
|
|
24
24
|
$scheme-dark-contrast: #000000;
|
|
25
25
|
$scheme-dark-selection: rgba(204, 204, 204, 0.44);
|
|
@@ -432,6 +432,16 @@ $elevation-dark-extrabold-spread-0: 0px;
|
|
|
432
432
|
$elevation-dark-extrabold-spread-1: 0px;
|
|
433
433
|
$elevation-dark-extrabold-color-0: rgba(0, 0, 0, 0.24);
|
|
434
434
|
$elevation-dark-extrabold-color-1: rgba(0, 0, 0, 0.28);
|
|
435
|
+
$size-tiny: 2px;
|
|
436
|
+
$size-small: 4px;
|
|
437
|
+
$size-medium: 8px;
|
|
438
|
+
$size-large: 16px;
|
|
439
|
+
$size-giant: 32px;
|
|
440
|
+
$size-key-tiny: "tiny";
|
|
441
|
+
$size-key-small: "small";
|
|
442
|
+
$size-key-medium: "medium";
|
|
443
|
+
$size-key-large: "large";
|
|
444
|
+
$size-key-giant: "giant";
|
|
435
445
|
$typography-key-headline1: "headline1";
|
|
436
446
|
$typography-key-headline2: "headline2";
|
|
437
447
|
$typography-key-headline3: "headline3";
|
|
@@ -465,11 +475,6 @@ $variant-success: "success";
|
|
|
465
475
|
$variant-info: "info";
|
|
466
476
|
$variant-highlight: "highlight";
|
|
467
477
|
$variant-neutral: "neutral";
|
|
468
|
-
$size-tiny: "tiny";
|
|
469
|
-
$size-small: "small";
|
|
470
|
-
$size-medium: "medium";
|
|
471
|
-
$size-large: "large";
|
|
472
|
-
$size-giant: "giant";
|
|
473
478
|
$duration-short: 200ms;
|
|
474
479
|
$duration-medium: 400ms;
|
|
475
480
|
$duration-long: 600ms;
|
|
@@ -486,9 +491,9 @@ $typography-body2-font-family: $font-family;
|
|
|
486
491
|
$typography-caption-font-family: $font-family;
|
|
487
492
|
$typography-button-font-family: $font-family;
|
|
488
493
|
$typography-overline-font-family: $font-family;
|
|
494
|
+
$size-key: $size-key-tiny $size-key-small $size-key-medium $size-key-large $size-key-giant;
|
|
489
495
|
$elevation2-light-light: $elevation-light-light-offset-x-0 $elevation-light-light-offset-y-0 $elevation-light-light-blur-0 $elevation-light-light-spread-0 $elevation-light-light-color-0, $elevation-light-light-offset-x-1 $elevation-light-light-offset-y-1 $elevation-light-light-blur-1 $elevation-light-light-spread-1 $elevation-light-light-color-1;
|
|
490
496
|
$elevation-key: $elevation-key-light $elevation-key-semilight $elevation-key-regular $elevation-key-semibold $elevation-key-bold $elevation-key-extrabold;
|
|
491
497
|
$appearance: $appearance-default $appearance-outline $appearance-plain $appearance-soft $appearance-solid;
|
|
492
498
|
$variant: $variant-primary $variant-secondary $variant-tertiary $variant-danger $variant-warning $variant-success $variant-info $variant-highlight $variant-neutral;
|
|
493
|
-
$size: $size-tiny $size-small $size-medium $size-large $size-giant;
|
|
494
499
|
$duration: $duration-short $duration-medium $duration-long;
|
package/Themes/joy.scss
CHANGED
|
@@ -91,7 +91,7 @@ $scheme-dark-highlight: #2e2e2e;
|
|
|
91
91
|
$scheme-dark-middlelight: #757575;
|
|
92
92
|
$scheme-dark-lowlight: #a3a3a3;
|
|
93
93
|
$scheme-dark-transparent: rgba(255, 255, 255, 0);
|
|
94
|
-
$scheme-dark-semi-transparent: rgba(
|
|
94
|
+
$scheme-dark-semi-transparent: rgba(255, 255, 255, 0.03);
|
|
95
95
|
$scheme-dark-disabled: #474747;
|
|
96
96
|
$scheme-dark-contrast: #000000;
|
|
97
97
|
$scheme-dark-selection: rgba(204, 204, 204, 0.44);
|
|
@@ -504,6 +504,16 @@ $elevation-dark-extrabold-spread-0: 0px;
|
|
|
504
504
|
$elevation-dark-extrabold-spread-1: 0px;
|
|
505
505
|
$elevation-dark-extrabold-color-0: rgba(0, 0, 0, 0.24);
|
|
506
506
|
$elevation-dark-extrabold-color-1: rgba(0, 0, 0, 0.28);
|
|
507
|
+
$size-tiny: 2px;
|
|
508
|
+
$size-small: 4px;
|
|
509
|
+
$size-medium: 8px;
|
|
510
|
+
$size-large: 16px;
|
|
511
|
+
$size-giant: 32px;
|
|
512
|
+
$size-key-tiny: "tiny";
|
|
513
|
+
$size-key-small: "small";
|
|
514
|
+
$size-key-medium: "medium";
|
|
515
|
+
$size-key-large: "large";
|
|
516
|
+
$size-key-giant: "giant";
|
|
507
517
|
$typography-key-headline1: "headline1";
|
|
508
518
|
$typography-key-headline2: "headline2";
|
|
509
519
|
$typography-key-headline3: "headline3";
|
|
@@ -537,11 +547,6 @@ $variant-success: "success";
|
|
|
537
547
|
$variant-info: "info";
|
|
538
548
|
$variant-highlight: "highlight";
|
|
539
549
|
$variant-neutral: "neutral";
|
|
540
|
-
$size-tiny: "tiny";
|
|
541
|
-
$size-small: "small";
|
|
542
|
-
$size-medium: "medium";
|
|
543
|
-
$size-large: "large";
|
|
544
|
-
$size-giant: "giant";
|
|
545
550
|
$duration-short: 200ms;
|
|
546
551
|
$duration-medium: 400ms;
|
|
547
552
|
$duration-long: 600ms;
|
|
@@ -558,11 +563,11 @@ $typography-body2-font-family: $font-family;
|
|
|
558
563
|
$typography-caption-font-family: $font-family;
|
|
559
564
|
$typography-button-font-family: $font-family;
|
|
560
565
|
$typography-overline-font-family: $font-family;
|
|
566
|
+
$size-key: $size-key-tiny $size-key-small $size-key-medium $size-key-large $size-key-giant;
|
|
561
567
|
$elevation2-light-light: $elevation-light-light-offset-x-0 $elevation-light-light-offset-y-0 $elevation-light-light-blur-0 $elevation-light-light-spread-0 $elevation-light-light-color-0, $elevation-light-light-offset-x-1 $elevation-light-light-offset-y-1 $elevation-light-light-blur-1 $elevation-light-light-spread-1 $elevation-light-light-color-1;
|
|
562
568
|
$elevation-key: $elevation-key-light $elevation-key-semilight $elevation-key-regular $elevation-key-semibold $elevation-key-bold $elevation-key-extrabold;
|
|
563
569
|
$appearance: $appearance-default $appearance-outline $appearance-plain $appearance-soft $appearance-solid;
|
|
564
570
|
$variant: $variant-primary $variant-secondary $variant-tertiary $variant-danger $variant-warning $variant-success $variant-info $variant-highlight $variant-neutral;
|
|
565
|
-
$size: $size-tiny $size-small $size-medium $size-large $size-giant;
|
|
566
571
|
$duration: $duration-short $duration-medium $duration-long;
|
|
567
572
|
$_color-light: (
|
|
568
573
|
primary: (
|
|
@@ -1568,6 +1573,9 @@ $anchor-props: (
|
|
|
1568
1573
|
);
|
|
1569
1574
|
$app-props: (
|
|
1570
1575
|
'background-color': var(--joy-scheme-background),
|
|
1576
|
+
'border-radius': unset,
|
|
1577
|
+
'drawer-height': 100%,
|
|
1578
|
+
'drawer-width': 320px,
|
|
1571
1579
|
'font-family': var(--joy-typography-body1-font-family),
|
|
1572
1580
|
'font-letter-spacing': var(--joy-typography-body1-letter-spacing),
|
|
1573
1581
|
'font-line-height': var(--joy-typography-body1-line-height),
|
|
@@ -1939,6 +1947,10 @@ $button-props: (
|
|
|
1939
1947
|
'foreground-color': var(--joy-scheme-foreground),
|
|
1940
1948
|
'gap': var(--joy-layout-space),
|
|
1941
1949
|
'height': calc(calc(var(--joy-layout-space) * 5) - calc(var(--joy-layout-space) / 2)),
|
|
1950
|
+
'icon-min-width': 36px,
|
|
1951
|
+
'icon-min-height': 36px,
|
|
1952
|
+
'min-height': calc(calc(var(--joy-layout-space) * 5) - calc(var(--joy-layout-space) / 2)),
|
|
1953
|
+
'min-width': 64px,
|
|
1942
1954
|
'padding-bottom': var(--joy-layout-space),
|
|
1943
1955
|
'padding-left': var(--joy-layout-space),
|
|
1944
1956
|
'padding-right': var(--joy-layout-space),
|
|
@@ -2992,6 +3004,10 @@ $color-thumb-props: (
|
|
|
2992
3004
|
'translate': unset
|
|
2993
3005
|
);
|
|
2994
3006
|
$combo-props: (
|
|
3007
|
+
'focus-ring-active-width': 8px,
|
|
3008
|
+
'focus-ring-color': unset,
|
|
3009
|
+
'focus-ring-inward-offset': 2px,
|
|
3010
|
+
'focus-ring-outward-offset': 2px,
|
|
2995
3011
|
'font-family': unset,
|
|
2996
3012
|
'font-letter-spacing': unset,
|
|
2997
3013
|
'font-line-height': unset,
|
|
@@ -3080,6 +3096,10 @@ $compound-button-props: (
|
|
|
3080
3096
|
'foreground-color': var(--joy-scheme-foreground),
|
|
3081
3097
|
'gap': var(--joy-layout-space),
|
|
3082
3098
|
'height': auto,
|
|
3099
|
+
'icon-min-width': 36px,
|
|
3100
|
+
'icon-min-height': 36px,
|
|
3101
|
+
'min-height': calc(calc(var(--joy-layout-space) * 5) - calc(var(--joy-layout-space) / 2)),
|
|
3102
|
+
'min-width': 64px,
|
|
3083
3103
|
'padding-bottom': var(--joy-layout-space),
|
|
3084
3104
|
'padding-left': var(--joy-layout-space),
|
|
3085
3105
|
'padding-right': var(--joy-layout-space),
|
|
@@ -3397,6 +3417,24 @@ $disclosure-props: (
|
|
|
3397
3417
|
'transition-property': unset,
|
|
3398
3418
|
'translate': unset
|
|
3399
3419
|
);
|
|
3420
|
+
$dismiss-props: (
|
|
3421
|
+
'font-family': unset,
|
|
3422
|
+
'font-letter-spacing': unset,
|
|
3423
|
+
'font-line-height': unset,
|
|
3424
|
+
'font-size': unset,
|
|
3425
|
+
'font-text-decoration': unset,
|
|
3426
|
+
'font-text-transform': unset,
|
|
3427
|
+
'font-weight': unset,
|
|
3428
|
+
'gap': unset,
|
|
3429
|
+
'padding-bottom': unset,
|
|
3430
|
+
'padding-left': unset,
|
|
3431
|
+
'padding-right': unset,
|
|
3432
|
+
'padding-top': unset,
|
|
3433
|
+
'transition-duration': unset,
|
|
3434
|
+
'transition-mode': unset,
|
|
3435
|
+
'transition-property': unset,
|
|
3436
|
+
'translate': unset
|
|
3437
|
+
);
|
|
3400
3438
|
$divider-props: (
|
|
3401
3439
|
'background-color': var(--joy-scheme-highlight),
|
|
3402
3440
|
'font-family': var(--joy-font-family),
|
|
@@ -3527,7 +3565,11 @@ $drop-down-button-props: (
|
|
|
3527
3565
|
'font-weight': var(--joy-typography-button-font-weight),
|
|
3528
3566
|
'foreground-color': var(--joy-scheme-foreground),
|
|
3529
3567
|
'gap': var(--joy-layout-space),
|
|
3568
|
+
'icon-min-width': 36px,
|
|
3569
|
+
'icon-min-height': 36px,
|
|
3530
3570
|
'line-height': calc(var(--dropdown-button-font-line-height) - 4px),
|
|
3571
|
+
'min-height': calc(calc(var(--joy-layout-space) * 5) - calc(var(--joy-layout-space) / 2)),
|
|
3572
|
+
'min-width': 64px,
|
|
3531
3573
|
'padding-bottom': var(--joy-layout-space),
|
|
3532
3574
|
'padding-left': var(--joy-layout-space),
|
|
3533
3575
|
'padding-right': var(--joy-layout-space),
|
|
@@ -4086,6 +4128,10 @@ $floating-action-button-props: (
|
|
|
4086
4128
|
'font-weight': var(--joy-typography-button-font-weight),
|
|
4087
4129
|
'foreground-color': var(--joy-scheme-foreground),
|
|
4088
4130
|
'gap': var(--joy-layout-space),
|
|
4131
|
+
'icon-min-width': 36px,
|
|
4132
|
+
'icon-min-height': 36px,
|
|
4133
|
+
'min-height': calc(calc(var(--joy-layout-space) * 5) - calc(var(--joy-layout-space) / 2)),
|
|
4134
|
+
'min-width': 64px,
|
|
4089
4135
|
'padding-bottom': var(--joy-layout-space),
|
|
4090
4136
|
'padding-left': var(--joy-layout-space),
|
|
4091
4137
|
'padding-right': var(--joy-layout-space),
|
|
@@ -5215,6 +5261,24 @@ $portal-props: (
|
|
|
5215
5261
|
'transition-property': unset,
|
|
5216
5262
|
'translate': unset
|
|
5217
5263
|
);
|
|
5264
|
+
$portal-host-props: (
|
|
5265
|
+
'font-family': unset,
|
|
5266
|
+
'font-letter-spacing': unset,
|
|
5267
|
+
'font-line-height': unset,
|
|
5268
|
+
'font-size': unset,
|
|
5269
|
+
'font-text-decoration': unset,
|
|
5270
|
+
'font-text-transform': unset,
|
|
5271
|
+
'font-weight': unset,
|
|
5272
|
+
'gap': unset,
|
|
5273
|
+
'padding-bottom': unset,
|
|
5274
|
+
'padding-left': unset,
|
|
5275
|
+
'padding-right': unset,
|
|
5276
|
+
'padding-top': unset,
|
|
5277
|
+
'transition-duration': unset,
|
|
5278
|
+
'transition-mode': unset,
|
|
5279
|
+
'transition-property': unset,
|
|
5280
|
+
'translate': unset
|
|
5281
|
+
);
|
|
5218
5282
|
$portal-projection-props: (
|
|
5219
5283
|
'font-family': unset,
|
|
5220
5284
|
'font-letter-spacing': unset,
|
|
@@ -5391,7 +5455,11 @@ $repeat-button-props: (
|
|
|
5391
5455
|
'font-weight': var(--joy-typography-button-font-weight),
|
|
5392
5456
|
'foreground-color': var(--joy-scheme-foreground),
|
|
5393
5457
|
'gap': var(--joy-layout-space),
|
|
5458
|
+
'icon-min-width': 36px,
|
|
5459
|
+
'icon-min-height': 36px,
|
|
5394
5460
|
'line-height': calc(var(--repeat-button-font-line-height) - 4px),
|
|
5461
|
+
'min-height': calc(calc(var(--joy-layout-space) * 5) - calc(var(--joy-layout-space) / 2)),
|
|
5462
|
+
'min-width': 64px,
|
|
5395
5463
|
'padding-bottom': var(--joy-layout-space),
|
|
5396
5464
|
'padding-left': var(--joy-layout-space),
|
|
5397
5465
|
'padding-right': var(--joy-layout-space),
|
|
@@ -5715,6 +5783,10 @@ $select-props: (
|
|
|
5715
5783
|
'border-radius': var(--joy-layout-radius),
|
|
5716
5784
|
'border-style': solid,
|
|
5717
5785
|
'border-width': var(--joy-layout-thickness),
|
|
5786
|
+
'focus-ring-active-width': 8px,
|
|
5787
|
+
'focus-ring-color': unset,
|
|
5788
|
+
'focus-ring-inward-offset': 2px,
|
|
5789
|
+
'focus-ring-outward-offset': 2px,
|
|
5718
5790
|
'font-family': var(--joy-font-family),
|
|
5719
5791
|
'font-letter-spacing': unset,
|
|
5720
5792
|
'font-line-height': unset,
|
|
@@ -5997,7 +6069,11 @@ $split-button-props: (
|
|
|
5997
6069
|
'font-weight': var(--joy-typography-button-font-weight),
|
|
5998
6070
|
'foreground-color': var(--joy-scheme-foreground),
|
|
5999
6071
|
'gap': var(--joy-layout-space),
|
|
6072
|
+
'icon-min-width': 36px,
|
|
6073
|
+
'icon-min-height': 36px,
|
|
6000
6074
|
'line-height': calc(var(--split-button-font-line-height) - 4px),
|
|
6075
|
+
'min-height': calc(calc(var(--joy-layout-space) * 5) - calc(var(--joy-layout-space) / 2)),
|
|
6076
|
+
'min-width': 64px,
|
|
6001
6077
|
'padding-bottom': var(--joy-layout-space),
|
|
6002
6078
|
'padding-left': var(--joy-layout-space),
|
|
6003
6079
|
'padding-right': var(--joy-layout-space),
|
|
@@ -6436,7 +6512,9 @@ $text-box-props: (
|
|
|
6436
6512
|
'padding-left': calc(var(--joy-layout-space) * 1.5),
|
|
6437
6513
|
'padding-right': calc(var(--joy-layout-space) * 1.5),
|
|
6438
6514
|
'padding-top': var(--joy-layout-space),
|
|
6515
|
+
'prefix-icon-size': 20px,
|
|
6439
6516
|
'shadow': var(--joy-elevation-none),
|
|
6517
|
+
'suffix-icon-size': 20px,
|
|
6440
6518
|
'transition-duration': var(--joy-duration-short),
|
|
6441
6519
|
'transition-mode': ease,
|
|
6442
6520
|
'transition-property': (background-color, color, border-color, opacity, box-shadow),
|
|
@@ -6642,7 +6720,11 @@ $toggle-button-props: (
|
|
|
6642
6720
|
'foreground-color': var(--joy-scheme-foreground),
|
|
6643
6721
|
'gap': var(--joy-layout-space),
|
|
6644
6722
|
'height': auto,
|
|
6723
|
+
'icon-min-width': 36px,
|
|
6724
|
+
'icon-min-height': 36px,
|
|
6645
6725
|
'line-height': calc(var(--toggle-button-font-line-height) - 4px),
|
|
6726
|
+
'min-height': calc(calc(var(--joy-layout-space) * 5) - calc(var(--joy-layout-space) / 2)),
|
|
6727
|
+
'min-width': 64px,
|
|
6646
6728
|
'padding-bottom': var(--joy-layout-space),
|
|
6647
6729
|
'padding-left': var(--joy-layout-space),
|
|
6648
6730
|
'padding-right': var(--joy-layout-space),
|
|
@@ -7,3 +7,14 @@ $color-light-primary: #6200EE;
|
|
|
7
7
|
$color-light-secondary: #3700B3;
|
|
8
8
|
$color-light-tertiary: #03DAC6;
|
|
9
9
|
$elevation-none: none;
|
|
10
|
+
$size-tiny: 2px;
|
|
11
|
+
$size-small: 4px;
|
|
12
|
+
$size-medium: 8px;
|
|
13
|
+
$size-large: 16px;
|
|
14
|
+
$size-giant: 32px;
|
|
15
|
+
$size-key-tiny: "tiny";
|
|
16
|
+
$size-key-small: "small";
|
|
17
|
+
$size-key-medium: "medium";
|
|
18
|
+
$size-key-large: "large";
|
|
19
|
+
$size-key-giant: "giant";
|
|
20
|
+
$size-key: $size-key-tiny $size-key-small $size-key-medium $size-key-large $size-key-giant;
|
package/Themes/material.scss
CHANGED
|
@@ -78,6 +78,17 @@ $color-light-primary: #6200EE;
|
|
|
78
78
|
$color-light-secondary: #3700B3;
|
|
79
79
|
$color-light-tertiary: #03DAC6;
|
|
80
80
|
$elevation-none: none;
|
|
81
|
+
$size-tiny: 2px;
|
|
82
|
+
$size-small: 4px;
|
|
83
|
+
$size-medium: 8px;
|
|
84
|
+
$size-large: 16px;
|
|
85
|
+
$size-giant: 32px;
|
|
86
|
+
$size-key-tiny: "tiny";
|
|
87
|
+
$size-key-small: "small";
|
|
88
|
+
$size-key-medium: "medium";
|
|
89
|
+
$size-key-large: "large";
|
|
90
|
+
$size-key-giant: "giant";
|
|
91
|
+
$size-key: $size-key-tiny $size-key-small $size-key-medium $size-key-large $size-key-giant;
|
|
81
92
|
@mixin material-style($radius: $layout-radius, $thickness: $layout-thickness, $space: $layout-space) {
|
|
82
93
|
$theme: 'material';
|
|
83
94
|
}
|
package/Themes/retro-tokens.scss
CHANGED
|
@@ -302,6 +302,16 @@ $elevation-dark-extrabold-offset-x-0: 7px;
|
|
|
302
302
|
$elevation-dark-extrabold-offset-y-0: 7px;
|
|
303
303
|
$elevation-dark-extrabold-blur-0: 0px;
|
|
304
304
|
$elevation-dark-extrabold-spread-0: 0px;
|
|
305
|
+
$size-tiny: 2px;
|
|
306
|
+
$size-small: 4px;
|
|
307
|
+
$size-medium: 8px;
|
|
308
|
+
$size-large: 16px;
|
|
309
|
+
$size-giant: 32px;
|
|
310
|
+
$size-key-tiny: "tiny";
|
|
311
|
+
$size-key-small: "small";
|
|
312
|
+
$size-key-medium: "medium";
|
|
313
|
+
$size-key-large: "large";
|
|
314
|
+
$size-key-giant: "giant";
|
|
305
315
|
$typography-key-headline1: "headline1";
|
|
306
316
|
$typography-key-headline2: "headline2";
|
|
307
317
|
$typography-key-headline3: "headline3";
|
|
@@ -333,11 +343,6 @@ $variant-warning: "warning";
|
|
|
333
343
|
$variant-danger: "danger";
|
|
334
344
|
$variant-success: "success";
|
|
335
345
|
$variant-neutral: "neutral";
|
|
336
|
-
$size-tiny: "tiny";
|
|
337
|
-
$size-small: "small";
|
|
338
|
-
$size-medium: "medium";
|
|
339
|
-
$size-large: "large";
|
|
340
|
-
$size-giant: "giant";
|
|
341
346
|
$duration-short: 200ms;
|
|
342
347
|
$duration-medium: 400ms;
|
|
343
348
|
$duration-long: 600ms;
|
|
@@ -378,7 +383,7 @@ $elevation-dark-bold: 6px 6px 0px 0px $scheme-dark-contrast;
|
|
|
378
383
|
$elevation-dark-bold-color-0: $scheme-dark-contrast;
|
|
379
384
|
$elevation-dark-extrabold: 7px 7px 0px 0px $scheme-dark-contrast;
|
|
380
385
|
$elevation-dark-extrabold-color-0: $scheme-dark-contrast;
|
|
386
|
+
$size-key: $size-key-tiny $size-key-small $size-key-medium $size-key-large $size-key-giant;
|
|
381
387
|
$elevation-key: $elevation-key-light $elevation-key-semilight $elevation-key-regular $elevation-key-semibold $elevation-key-bold $elevation-key-extrabold;
|
|
382
388
|
$appearance: $appearance-default $appearance-outline $appearance-plain $appearance-soft $appearance-solid;
|
|
383
389
|
$variant: $variant-primary $variant-secondary $variant-info $variant-warning $variant-danger $variant-success $variant-neutral;
|
|
384
|
-
$size: $size-tiny $size-small $size-medium $size-large $size-giant;
|