@breadstone/mosaik-themes 0.1.27 → 0.1.30

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