@breadstone/mosaik-themes 0.1.26 → 0.1.28
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 +33 -0
- package/themes/joy.scss +33 -0
- package/themes/memphis.scss +33 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.28",
|
|
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.1.
|
|
17
|
+
"@breadstone/mosaik-elements": "0.1.28",
|
|
18
18
|
"tslib": "2.8.1"
|
|
19
19
|
},
|
|
20
20
|
"peerDependencies": {
|
package/themes/cosmopolitan.scss
CHANGED
|
@@ -13446,6 +13446,39 @@ $toast-props: (
|
|
|
13446
13446
|
'transition-property': (unset),
|
|
13447
13447
|
'translate': none
|
|
13448
13448
|
);
|
|
13449
|
+
/**
|
|
13450
|
+
* ------------------------------------------------------------------------------
|
|
13451
|
+
* <auto-generated>
|
|
13452
|
+
* This code was generated by a tool.
|
|
13453
|
+
* Changes to this file may cause incorrect behavior and will be lost if
|
|
13454
|
+
* the code is regenerated.
|
|
13455
|
+
* </auto-generated>
|
|
13456
|
+
* ------------------------------------------------------------------------------
|
|
13457
|
+
*/
|
|
13458
|
+
$toast-actions-props: (
|
|
13459
|
+
'font-family': unset,
|
|
13460
|
+
'font-letter-spacing': unset,
|
|
13461
|
+
'font-line-height': unset,
|
|
13462
|
+
'font-size': unset,
|
|
13463
|
+
'font-text-decoration': unset,
|
|
13464
|
+
'font-text-transform': unset,
|
|
13465
|
+
'font-weight': unset,
|
|
13466
|
+
'gap': unset,
|
|
13467
|
+
'padding-bottom': unset,
|
|
13468
|
+
'padding-left': unset,
|
|
13469
|
+
'padding-right': unset,
|
|
13470
|
+
'padding-top': unset,
|
|
13471
|
+
'shadow': unset unset unset unset unset,
|
|
13472
|
+
'shadow-blur': unset,
|
|
13473
|
+
'shadow-color': unset,
|
|
13474
|
+
'shadow-offset-x': unset,
|
|
13475
|
+
'shadow-offset-y': unset,
|
|
13476
|
+
'shadow-spread': unset,
|
|
13477
|
+
'transition-duration': unset,
|
|
13478
|
+
'transition-mode': unset,
|
|
13479
|
+
'transition-property': unset,
|
|
13480
|
+
'translate': none
|
|
13481
|
+
);
|
|
13449
13482
|
/**
|
|
13450
13483
|
* ------------------------------------------------------------------------------
|
|
13451
13484
|
* <auto-generated>
|
package/themes/joy.scss
CHANGED
|
@@ -13621,6 +13621,39 @@ $toast-props: (
|
|
|
13621
13621
|
'transition-property': (background-color, color, border-color, opacity, box-shadow, margin),
|
|
13622
13622
|
'translate': none
|
|
13623
13623
|
);
|
|
13624
|
+
/**
|
|
13625
|
+
* ------------------------------------------------------------------------------
|
|
13626
|
+
* <auto-generated>
|
|
13627
|
+
* This code was generated by a tool.
|
|
13628
|
+
* Changes to this file may cause incorrect behavior and will be lost if
|
|
13629
|
+
* the code is regenerated.
|
|
13630
|
+
* </auto-generated>
|
|
13631
|
+
* ------------------------------------------------------------------------------
|
|
13632
|
+
*/
|
|
13633
|
+
$toast-actions-props: (
|
|
13634
|
+
'font-family': unset,
|
|
13635
|
+
'font-letter-spacing': unset,
|
|
13636
|
+
'font-line-height': unset,
|
|
13637
|
+
'font-size': unset,
|
|
13638
|
+
'font-text-decoration': unset,
|
|
13639
|
+
'font-text-transform': unset,
|
|
13640
|
+
'font-weight': unset,
|
|
13641
|
+
'gap': var(--joy-layout-space),
|
|
13642
|
+
'padding-bottom': var(--joy-layout-space),
|
|
13643
|
+
'padding-left': calc(var(--joy-layout-space) * 2),
|
|
13644
|
+
'padding-right': calc(var(--joy-layout-space) * 2),
|
|
13645
|
+
'padding-top': var(--joy-layout-space),
|
|
13646
|
+
'shadow': unset unset unset unset unset,
|
|
13647
|
+
'shadow-blur': unset,
|
|
13648
|
+
'shadow-color': unset,
|
|
13649
|
+
'shadow-offset-x': unset,
|
|
13650
|
+
'shadow-offset-y': unset,
|
|
13651
|
+
'shadow-spread': unset,
|
|
13652
|
+
'transition-duration': unset,
|
|
13653
|
+
'transition-mode': unset,
|
|
13654
|
+
'transition-property': unset,
|
|
13655
|
+
'translate': none
|
|
13656
|
+
);
|
|
13624
13657
|
/**
|
|
13625
13658
|
* ------------------------------------------------------------------------------
|
|
13626
13659
|
* <auto-generated>
|
package/themes/memphis.scss
CHANGED
|
@@ -13577,6 +13577,39 @@ $toast-props: (
|
|
|
13577
13577
|
'transition-property': (transform, opacity, background-color, color, border-color, box-shadow),
|
|
13578
13578
|
'translate': none
|
|
13579
13579
|
);
|
|
13580
|
+
/**
|
|
13581
|
+
* ------------------------------------------------------------------------------
|
|
13582
|
+
* <auto-generated>
|
|
13583
|
+
* This code was generated by a tool.
|
|
13584
|
+
* Changes to this file may cause incorrect behavior and will be lost if
|
|
13585
|
+
* the code is regenerated.
|
|
13586
|
+
* </auto-generated>
|
|
13587
|
+
* ------------------------------------------------------------------------------
|
|
13588
|
+
*/
|
|
13589
|
+
$toast-actions-props: (
|
|
13590
|
+
'font-family': unset,
|
|
13591
|
+
'font-letter-spacing': unset,
|
|
13592
|
+
'font-line-height': unset,
|
|
13593
|
+
'font-size': unset,
|
|
13594
|
+
'font-text-decoration': unset,
|
|
13595
|
+
'font-text-transform': unset,
|
|
13596
|
+
'font-weight': unset,
|
|
13597
|
+
'gap': var(--memphis-layout-space),
|
|
13598
|
+
'padding-bottom': calc(var(--memphis-layout-space) * 2),
|
|
13599
|
+
'padding-left': calc(var(--memphis-layout-space) * 2),
|
|
13600
|
+
'padding-right': calc(var(--memphis-layout-space) * 2),
|
|
13601
|
+
'padding-top': calc(var(--memphis-layout-space) * 2),
|
|
13602
|
+
'shadow': unset unset unset unset unset,
|
|
13603
|
+
'shadow-blur': unset,
|
|
13604
|
+
'shadow-color': unset,
|
|
13605
|
+
'shadow-offset-x': unset,
|
|
13606
|
+
'shadow-offset-y': unset,
|
|
13607
|
+
'shadow-spread': unset,
|
|
13608
|
+
'transition-duration': unset,
|
|
13609
|
+
'transition-mode': unset,
|
|
13610
|
+
'transition-property': unset,
|
|
13611
|
+
'translate': none
|
|
13612
|
+
);
|
|
13580
13613
|
/**
|
|
13581
13614
|
* ------------------------------------------------------------------------------
|
|
13582
13615
|
* <auto-generated>
|