@breadstone/mosaik-themes 0.1.47 → 0.1.48

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.47",
3
+ "version": "0.1.48",
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.47",
17
+ "@breadstone/mosaik-elements": "0.1.48",
18
18
  "tslib": "2.8.1"
19
19
  },
20
20
  "peerDependencies": {
@@ -1514,10 +1514,11 @@ $anchor-props: (
1514
1514
  */
1515
1515
  $app-props: (
1516
1516
  'background-color': var(--cosmopolitan-scheme-background),
1517
+ 'body-offset-top': unset,
1518
+ 'border-color': unset,
1517
1519
  'border-radius': unset,
1518
- 'content-offset-top': unset,
1519
- 'drawer-height': 100%,
1520
- 'drawer-width': 320px,
1520
+ 'border-style': solid,
1521
+ 'border-width': unset,
1521
1522
  'font-family': var(--cosmopolitan-typography-body1-font-family),
1522
1523
  'font-letter-spacing': var(--cosmopolitan-typography-body1-letter-spacing),
1523
1524
  'font-line-height': var(--cosmopolitan-typography-body1-line-height),
@@ -1528,6 +1529,8 @@ $app-props: (
1528
1529
  'foreground-color': var(--cosmopolitan-scheme-foreground),
1529
1530
  'gap': var(--cosmopolitan-layout-space),
1530
1531
  'line-thickness': var(--cosmopolitan-layout-thickness),
1532
+ 'nav-height': 100%,
1533
+ 'nav-width': 320px,
1531
1534
  'padding-bottom': unset,
1532
1535
  'padding-left': unset,
1533
1536
  'padding-right': unset,
@@ -1541,7 +1544,11 @@ $app-props: (
1541
1544
  'transition-duration': var(--cosmopolitan-layout-transition),
1542
1545
  'transition-mode': ease,
1543
1546
  'transition-property': (background-color, color, border-color, opacity, box-shadow, translate),
1544
- 'translate': none
1547
+ 'translate': none,
1548
+ 'view-border-color': unset,
1549
+ 'view-border-radius': unset,
1550
+ 'view-border-style': solid,
1551
+ 'view-border-width': unset
1545
1552
  );
1546
1553
  /**
1547
1554
  * ------------------------------------------------------------------------------
@@ -5610,6 +5617,7 @@ $drawer-actions-props: (
5610
5617
  * ------------------------------------------------------------------------------
5611
5618
  */
5612
5619
  $drawer-container-props: (
5620
+ 'background-color': unset,
5613
5621
  'font-family': unset,
5614
5622
  'font-letter-spacing': unset,
5615
5623
  'font-line-height': unset,
@@ -5651,6 +5659,10 @@ $drawer-content-props: (
5651
5659
  'font-text-transform': unset,
5652
5660
  'font-weight': unset,
5653
5661
  'gap': unset,
5662
+ 'inset-bottom': unset,
5663
+ 'inset-left': unset,
5664
+ 'inset-right': unset,
5665
+ 'inset-top': unset,
5654
5666
  'padding-bottom': unset,
5655
5667
  'padding-left': unset,
5656
5668
  'padding-right': unset,
package/themes/joy.scss CHANGED
@@ -1710,10 +1710,11 @@ $anchor-props: (
1710
1710
  */
1711
1711
  $app-props: (
1712
1712
  'background-color': var(--joy-scheme-background),
1713
- 'border-radius': none,
1714
- 'content-offset-top': none,
1715
- 'drawer-height': 100%,
1716
- 'drawer-width': 320px,
1713
+ 'body-offset-top': none,
1714
+ 'border-color': unset,
1715
+ 'border-radius': unset,
1716
+ 'border-style': solid,
1717
+ 'border-width': unset,
1717
1718
  'font-family': var(--joy-typography-body1-font-family),
1718
1719
  'font-letter-spacing': var(--joy-typography-body1-letter-spacing),
1719
1720
  'font-line-height': var(--joy-typography-body1-line-height),
@@ -1724,6 +1725,8 @@ $app-props: (
1724
1725
  'foreground-color': var(--joy-scheme-foreground),
1725
1726
  'gap': var(--joy-layout-space),
1726
1727
  'line-thickness': var(--joy-layout-thickness),
1728
+ 'nav-height': 100%,
1729
+ 'nav-width': 320px,
1727
1730
  'padding-bottom': unset,
1728
1731
  'padding-left': unset,
1729
1732
  'padding-right': unset,
@@ -1737,7 +1740,11 @@ $app-props: (
1737
1740
  'transition-duration': var(--mosaik-duration-short),
1738
1741
  'transition-mode': ease,
1739
1742
  'transition-property': (background-color, color, border-color, opacity, box-shadow, translate),
1740
- 'translate': none
1743
+ 'translate': none,
1744
+ 'view-border-color': unset,
1745
+ 'view-border-radius': unset,
1746
+ 'view-border-style': solid,
1747
+ 'view-border-width': unset
1741
1748
  );
1742
1749
  /**
1743
1750
  * ------------------------------------------------------------------------------
@@ -5822,6 +5829,7 @@ $drawer-actions-props: (
5822
5829
  * ------------------------------------------------------------------------------
5823
5830
  */
5824
5831
  $drawer-container-props: (
5832
+ 'background-color': var(--joy-scheme-surface),
5825
5833
  'font-family': unset,
5826
5834
  'font-letter-spacing': unset,
5827
5835
  'font-line-height': unset,
@@ -5863,6 +5871,10 @@ $drawer-content-props: (
5863
5871
  'font-text-transform': unset,
5864
5872
  'font-weight': unset,
5865
5873
  'gap': var(--joy-layout-space),
5874
+ 'inset-bottom': var(--joy-layout-space),
5875
+ 'inset-left': unset,
5876
+ 'inset-right': var(--joy-layout-space),
5877
+ 'inset-top': var(--joy-layout-space),
5866
5878
  'padding-bottom': unset,
5867
5879
  'padding-left': unset,
5868
5880
  'padding-right': unset,
@@ -1640,10 +1640,11 @@ $anchor-props: (
1640
1640
  */
1641
1641
  $app-props: (
1642
1642
  'background-color': var(--memphis-scheme-background),
1643
+ 'body-offset-top': unset,
1644
+ 'border-color': unset,
1643
1645
  'border-radius': unset,
1644
- 'content-offset-top': unset,
1645
- 'drawer-height': 100%,
1646
- 'drawer-width': 320px,
1646
+ 'border-style': solid,
1647
+ 'border-width': unset,
1647
1648
  'font-family': var(--memphis-typography-body1-font-family),
1648
1649
  'font-letter-spacing': var(--memphis-typography-body1-letter-spacing),
1649
1650
  'font-line-height': var(--memphis-typography-body1-line-height),
@@ -1654,6 +1655,8 @@ $app-props: (
1654
1655
  'foreground-color': var(--memphis-scheme-foreground),
1655
1656
  'gap': var(--memphis-layout-space),
1656
1657
  'line-thickness': var(--memphis-layout-thickness),
1658
+ 'nav-height': 100%,
1659
+ 'nav-width': 320px,
1657
1660
  'padding-bottom': unset,
1658
1661
  'padding-left': unset,
1659
1662
  'padding-right': unset,
@@ -1667,7 +1670,11 @@ $app-props: (
1667
1670
  'transition-duration': var(--memphis-layout-transition),
1668
1671
  'transition-mode': ease,
1669
1672
  'transition-property': (background-color, color, border-color, opacity, box-shadow, translate),
1670
- 'translate': none
1673
+ 'translate': none,
1674
+ 'view-border-color': unset,
1675
+ 'view-border-radius': unset,
1676
+ 'view-border-style': solid,
1677
+ 'view-border-width': unset
1671
1678
  );
1672
1679
  /**
1673
1680
  * ------------------------------------------------------------------------------
@@ -5736,6 +5743,7 @@ $drawer-actions-props: (
5736
5743
  * ------------------------------------------------------------------------------
5737
5744
  */
5738
5745
  $drawer-container-props: (
5746
+ 'background-color': unset,
5739
5747
  'font-family': unset,
5740
5748
  'font-letter-spacing': unset,
5741
5749
  'font-line-height': unset,
@@ -5777,6 +5785,10 @@ $drawer-content-props: (
5777
5785
  'font-text-transform': unset,
5778
5786
  'font-weight': unset,
5779
5787
  'gap': var(--memphis-layout-space),
5788
+ 'inset-bottom': unset,
5789
+ 'inset-left': unset,
5790
+ 'inset-right': unset,
5791
+ 'inset-top': unset,
5780
5792
  'padding-bottom': unset,
5781
5793
  'padding-left': unset,
5782
5794
  'padding-right': unset,