@breadstone/mosaik-themes 0.0.269 → 0.0.270
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 +2 -2
- package/themes/cosmopolitan.scss +41 -0
- package/themes/joy.scss +41 -0
- package/themes/memphis.scss +41 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.270",
|
|
4
4
|
"description": "Mosaik elements various themes.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@breadstone/mosaik-elements": "^0.0.
|
|
17
|
+
"@breadstone/mosaik-elements": "^0.0.270",
|
|
18
18
|
"chroma-js": "^3.2.0"
|
|
19
19
|
},
|
|
20
20
|
"exports": {
|
package/themes/cosmopolitan.scss
CHANGED
|
@@ -6476,6 +6476,47 @@ $expander-sub-header-props: (
|
|
|
6476
6476
|
'transition-property': unset,
|
|
6477
6477
|
'translate': none
|
|
6478
6478
|
);
|
|
6479
|
+
/**
|
|
6480
|
+
* ------------------------------------------------------------------------------
|
|
6481
|
+
* <auto-generated>
|
|
6482
|
+
* This code was generated by a tool.
|
|
6483
|
+
* Changes to this file may cause incorrect behavior and will be lost if
|
|
6484
|
+
* the code is regenerated.
|
|
6485
|
+
* </auto-generated>
|
|
6486
|
+
* ------------------------------------------------------------------------------
|
|
6487
|
+
*/
|
|
6488
|
+
$file-box-props: (
|
|
6489
|
+
'background-color': unset,
|
|
6490
|
+
'border-color': unset,
|
|
6491
|
+
'border-radius': unset,
|
|
6492
|
+
'border-style': unset,
|
|
6493
|
+
'border-width': unset,
|
|
6494
|
+
'focus-ring-width': 0px,
|
|
6495
|
+
'font-family': var(--cosmopolitan-font-family),
|
|
6496
|
+
'font-letter-spacing': unset,
|
|
6497
|
+
'font-line-height': unset,
|
|
6498
|
+
'font-size': 16px,
|
|
6499
|
+
'font-text-decoration': unset,
|
|
6500
|
+
'font-text-transform': unset,
|
|
6501
|
+
'font-weight': normal,
|
|
6502
|
+
'foreground-color': unset,
|
|
6503
|
+
'gap': var(--cosmopolitan-layout-space),
|
|
6504
|
+
'height': unset,
|
|
6505
|
+
'padding-bottom': var(--cosmopolitan-layout-space),
|
|
6506
|
+
'padding-left': calc(var(--cosmopolitan-layout-space) * 1.5),
|
|
6507
|
+
'padding-right': calc(var(--cosmopolitan-layout-space) * 1.5),
|
|
6508
|
+
'padding-top': var(--cosmopolitan-layout-space),
|
|
6509
|
+
'shadow': var(--cosmopolitan-elevation-semilight-offset-x-0) var(--cosmopolitan-elevation-semilight-offset-y-0) var(--cosmopolitan-elevation-semilight-blur-0) var(--cosmopolitan-elevation-semilight-spread-0) var(--cosmopolitan-elevation-semilight-color-0),
|
|
6510
|
+
'shadow-blur': var(--cosmopolitan-elevation-semilight-blur-0),
|
|
6511
|
+
'shadow-color': var(--cosmopolitan-elevation-semilight-color-0),
|
|
6512
|
+
'shadow-offset-x': var(--cosmopolitan-elevation-semilight-offset-x-0),
|
|
6513
|
+
'shadow-offset-y': var(--cosmopolitan-elevation-semilight-offset-y-0),
|
|
6514
|
+
'shadow-spread': var(--cosmopolitan-elevation-semilight-spread-0),
|
|
6515
|
+
'transition-duration': var(--cosmopolitan-duration-short),
|
|
6516
|
+
'transition-mode': ease,
|
|
6517
|
+
'transition-property': (background-color, color, border-color, opacity, box-shadow),
|
|
6518
|
+
'translate': none
|
|
6519
|
+
);
|
|
6479
6520
|
/**
|
|
6480
6521
|
* ------------------------------------------------------------------------------
|
|
6481
6522
|
* <auto-generated>
|
package/themes/joy.scss
CHANGED
|
@@ -6839,6 +6839,47 @@ $expander-sub-header-props: (
|
|
|
6839
6839
|
'transition-property': unset,
|
|
6840
6840
|
'translate': none
|
|
6841
6841
|
);
|
|
6842
|
+
/**
|
|
6843
|
+
* ------------------------------------------------------------------------------
|
|
6844
|
+
* <auto-generated>
|
|
6845
|
+
* This code was generated by a tool.
|
|
6846
|
+
* Changes to this file may cause incorrect behavior and will be lost if
|
|
6847
|
+
* the code is regenerated.
|
|
6848
|
+
* </auto-generated>
|
|
6849
|
+
* ------------------------------------------------------------------------------
|
|
6850
|
+
*/
|
|
6851
|
+
$file-box-props: (
|
|
6852
|
+
'background-color': var(--joy-scheme-background),
|
|
6853
|
+
'border-color': var(--joy-scheme-highlight),
|
|
6854
|
+
'border-radius': var(--joy-layout-radius),
|
|
6855
|
+
'border-style': solid,
|
|
6856
|
+
'border-width': var(--joy-layout-thickness),
|
|
6857
|
+
'focus-ring-width': 0px,
|
|
6858
|
+
'font-family': var(--joy-font-family),
|
|
6859
|
+
'font-letter-spacing': unset,
|
|
6860
|
+
'font-line-height': unset,
|
|
6861
|
+
'font-size': var(--joy-typography-body1-font-size),
|
|
6862
|
+
'font-text-decoration': unset,
|
|
6863
|
+
'font-text-transform': unset,
|
|
6864
|
+
'font-weight': normal,
|
|
6865
|
+
'foreground-color': var(--joy-scheme-foreground),
|
|
6866
|
+
'gap': var(--joy-layout-space),
|
|
6867
|
+
'height': 56px,
|
|
6868
|
+
'padding-bottom': var(--joy-layout-space),
|
|
6869
|
+
'padding-left': calc(var(--joy-layout-space) * 1.5),
|
|
6870
|
+
'padding-right': calc(var(--joy-layout-space) * 1.5),
|
|
6871
|
+
'padding-top': var(--joy-layout-space),
|
|
6872
|
+
'shadow': var(--joy-elevation-semilight-offset-x-0) var(--joy-elevation-semilight-offset-y-0) var(--joy-elevation-semilight-blur-0) var(--joy-elevation-semilight-spread-0) var(--joy-elevation-semilight-color-0),
|
|
6873
|
+
'shadow-blur': var(--joy-elevation-semilight-blur-0),
|
|
6874
|
+
'shadow-color': var(--joy-elevation-semilight-color-0),
|
|
6875
|
+
'shadow-offset-x': var(--joy-elevation-semilight-offset-x-0),
|
|
6876
|
+
'shadow-offset-y': var(--joy-elevation-semilight-offset-y-0),
|
|
6877
|
+
'shadow-spread': var(--joy-elevation-semilight-spread-0),
|
|
6878
|
+
'transition-duration': var(--joy-duration-short),
|
|
6879
|
+
'transition-mode': ease,
|
|
6880
|
+
'transition-property': (background-color, color, border-color, opacity, box-shadow),
|
|
6881
|
+
'translate': none
|
|
6882
|
+
);
|
|
6842
6883
|
/**
|
|
6843
6884
|
* ------------------------------------------------------------------------------
|
|
6844
6885
|
* <auto-generated>
|
package/themes/memphis.scss
CHANGED
|
@@ -6602,6 +6602,47 @@ $expander-sub-header-props: (
|
|
|
6602
6602
|
'transition-property': unset,
|
|
6603
6603
|
'translate': none
|
|
6604
6604
|
);
|
|
6605
|
+
/**
|
|
6606
|
+
* ------------------------------------------------------------------------------
|
|
6607
|
+
* <auto-generated>
|
|
6608
|
+
* This code was generated by a tool.
|
|
6609
|
+
* Changes to this file may cause incorrect behavior and will be lost if
|
|
6610
|
+
* the code is regenerated.
|
|
6611
|
+
* </auto-generated>
|
|
6612
|
+
* ------------------------------------------------------------------------------
|
|
6613
|
+
*/
|
|
6614
|
+
$file-box-props: (
|
|
6615
|
+
'background-color': var(--memphis-scheme-background),
|
|
6616
|
+
'border-color': var(--memphis-scheme-contrast),
|
|
6617
|
+
'border-radius': var(--memphis-layout-radius),
|
|
6618
|
+
'border-style': solid,
|
|
6619
|
+
'border-width': var(--memphis-layout-thickness),
|
|
6620
|
+
'focus-ring-width': 0px,
|
|
6621
|
+
'font-family': var(--memphis-font-family),
|
|
6622
|
+
'font-letter-spacing': unset,
|
|
6623
|
+
'font-line-height': unset,
|
|
6624
|
+
'font-size': var(--memphis-typography-body1-font-size),
|
|
6625
|
+
'font-text-decoration': unset,
|
|
6626
|
+
'font-text-transform': unset,
|
|
6627
|
+
'font-weight': var(--memphis-typography-body1-font-weight),
|
|
6628
|
+
'foreground-color': var(--memphis-scheme-foreground),
|
|
6629
|
+
'gap': var(--memphis-layout-space),
|
|
6630
|
+
'height': 56px,
|
|
6631
|
+
'padding-bottom': var(--memphis-layout-space),
|
|
6632
|
+
'padding-left': calc(var(--memphis-layout-space) * 1.5),
|
|
6633
|
+
'padding-right': calc(var(--memphis-layout-space) * 1.5),
|
|
6634
|
+
'padding-top': var(--memphis-layout-space),
|
|
6635
|
+
'shadow': var(--memphis-elevation-semilight-offset-x-0) var(--memphis-elevation-semilight-offset-y-0) var(--memphis-elevation-semilight-blur-0) var(--memphis-elevation-semilight-spread-0) var(--memphis-elevation-semilight-color-0),
|
|
6636
|
+
'shadow-blur': var(--memphis-elevation-semilight-blur-0),
|
|
6637
|
+
'shadow-color': var(--memphis-elevation-semilight-color-0),
|
|
6638
|
+
'shadow-offset-x': var(--memphis-elevation-semilight-offset-x-0),
|
|
6639
|
+
'shadow-offset-y': var(--memphis-elevation-semilight-offset-y-0),
|
|
6640
|
+
'shadow-spread': var(--memphis-elevation-semilight-spread-0),
|
|
6641
|
+
'transition-duration': .2s,
|
|
6642
|
+
'transition-mode': ease,
|
|
6643
|
+
'transition-property': (background-color, color, border-color, opacity, box-shadow, translate),
|
|
6644
|
+
'translate': none
|
|
6645
|
+
);
|
|
6605
6646
|
/**
|
|
6606
6647
|
* ------------------------------------------------------------------------------
|
|
6607
6648
|
* <auto-generated>
|