@breadstone/mosaik-themes 0.0.71 → 0.0.73

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 CHANGED
@@ -1,3 +1,30 @@
1
+ ## 0.0.71 (2025-06-30)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - add missing newline at end of package.json ([73866991d5](https://github.com/RueDeRennes/mosaik/commit/73866991d5))
6
+
7
+ ## 0.0.70 (2025-06-28)
8
+
9
+ ### 🩹 Fixes
10
+
11
+ - update background color to transparent for page header and menu components; update release script to version 0.0.70 ([e8e7c124a4](https://github.com/RueDeRennes/mosaik/commit/e8e7c124a4))
12
+ - update background color to transparent in pageHeader and pageMenu JSON files ([1094393822](https://github.com/RueDeRennes/mosaik/commit/1094393822))
13
+
14
+ ## 0.0.69 (2025-06-26)
15
+
16
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
17
+
18
+ ## 0.0.68 (2025-06-26)
19
+
20
+ ### 🚀 Features
21
+
22
+ - add copyExecutorsJson script and update build commands ([0a0aba85b9](https://github.com/RueDeRennes/mosaik/commit/0a0aba85b9))
23
+
24
+ ## 0.0.67 (2025-06-26)
25
+
26
+ This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
27
+
1
28
  ## 0.0.66 (2025-06-25)
2
29
 
3
30
  This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
@@ -1967,31 +1967,6 @@ $chat-message-divider-props: (
1967
1967
  'transition-property': unset,
1968
1968
  'translate': unset
1969
1969
  );
1970
- $check-box-group-props: (
1971
- 'background-color': unset,
1972
- 'border-color': unset,
1973
- 'border-radius': unset,
1974
- 'border-style': unset,
1975
- 'border-width': unset,
1976
- 'font-family': unset,
1977
- 'font-letter-spacing': unset,
1978
- 'font-line-height': unset,
1979
- 'font-size': unset,
1980
- 'font-text-decoration': unset,
1981
- 'font-text-transform': unset,
1982
- 'font-weight': unset,
1983
- 'foreground-color': unset,
1984
- 'gap': var(--cosmopolitan-layout-space),
1985
- 'padding-bottom': unset,
1986
- 'padding-left': unset,
1987
- 'padding-right': unset,
1988
- 'padding-top': unset,
1989
- 'shadow': unset,
1990
- 'transition-duration': unset,
1991
- 'transition-mode': unset,
1992
- 'transition-property': unset,
1993
- 'translate': unset
1994
- );
1995
1970
  $check-box-props: (
1996
1971
  'background-color': var(--cosmopolitan-scheme-background),
1997
1972
  'border-color': var(--cosmopolitan-scheme-highlight),
@@ -2017,6 +1992,31 @@ $check-box-props: (
2017
1992
  'transition-property': (background-color, color, border-color, opacity, box-shadow),
2018
1993
  'translate': unset
2019
1994
  );
1995
+ $check-box-group-props: (
1996
+ 'background-color': unset,
1997
+ 'border-color': unset,
1998
+ 'border-radius': unset,
1999
+ 'border-style': unset,
2000
+ 'border-width': unset,
2001
+ 'font-family': unset,
2002
+ 'font-letter-spacing': unset,
2003
+ 'font-line-height': unset,
2004
+ 'font-size': unset,
2005
+ 'font-text-decoration': unset,
2006
+ 'font-text-transform': unset,
2007
+ 'font-weight': unset,
2008
+ 'foreground-color': unset,
2009
+ 'gap': var(--cosmopolitan-layout-space),
2010
+ 'padding-bottom': unset,
2011
+ 'padding-left': unset,
2012
+ 'padding-right': unset,
2013
+ 'padding-top': unset,
2014
+ 'shadow': unset,
2015
+ 'transition-duration': unset,
2016
+ 'transition-mode': unset,
2017
+ 'transition-property': unset,
2018
+ 'translate': unset
2019
+ );
2020
2020
  $checkmark-props: (
2021
2021
  'background-color': unset,
2022
2022
  'border-color': unset,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-themes",
3
- "version": "0.0.71",
3
+ "version": "0.0.73",
4
4
  "description": "Mosaik elements various themes.",
5
5
  "license": "MIT",
6
6
  "author": "andre.wehlert <awehlert@breadstone.de> (https://www.breadstone.de)",
@@ -15,7 +15,7 @@
15
15
  "url": "git+ssh://git@github.com/RueDeRennes/mosaik.git"
16
16
  },
17
17
  "dependencies": {
18
- "@breadstone/mosaik-elements": "^0.0.71",
18
+ "@breadstone/mosaik-elements": "^0.0.73",
19
19
  "@ctrl/tinycolor": "^4.1.0",
20
20
  "tslib": "^2.8.1"
21
21
  },