@breadstone/mosaik-themes 0.0.44 → 0.0.47

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.
@@ -3641,6 +3641,31 @@ $image-props: (
3641
3641
  'transition-property': unset,
3642
3642
  'translate': unset
3643
3643
  );
3644
+ $indicator-props: (
3645
+ 'background-color': transparent,
3646
+ 'border-color': transparent,
3647
+ 'border-radius': 0px,
3648
+ 'border-style': solid,
3649
+ 'border-width': 0px,
3650
+ 'font-family': var(--cosmopolitan-font-family),
3651
+ 'font-letter-spacing': unset,
3652
+ 'font-line-height': unset,
3653
+ 'font-size': 12px,
3654
+ 'font-text-decoration': unset,
3655
+ 'font-text-transform': unset,
3656
+ 'font-weight': normal,
3657
+ 'foreground-color': var(--cosmopolitan-scheme-middlelight),
3658
+ 'gap': var(--cosmopolitan-layout-space),
3659
+ 'padding-bottom': unset,
3660
+ 'padding-left': unset,
3661
+ 'padding-right': unset,
3662
+ 'padding-top': unset,
3663
+ 'shadow': var(--cosmopolitan-elevation-none),
3664
+ 'transition-duration': .2s,
3665
+ 'transition-mode': ease,
3666
+ 'transition-property': all,
3667
+ 'translate': unset
3668
+ );
3644
3669
  $ink-bar-props: (
3645
3670
  'background-color': unset,
3646
3671
  'border-color': unset,
package/Themes/joy.scss CHANGED
@@ -4393,6 +4393,31 @@ $image-props: (
4393
4393
  'transition-property': (color, background-color, border-color, opacity, box-shadow),
4394
4394
  'translate': unset
4395
4395
  );
4396
+ $indicator-props: (
4397
+ 'background-color': transparent,
4398
+ 'border-color': transparent,
4399
+ 'border-radius': 0px,
4400
+ 'border-style': solid,
4401
+ 'border-width': 0px,
4402
+ 'font-family': var(--joy-font-family),
4403
+ 'font-letter-spacing': unset,
4404
+ 'font-line-height': unset,
4405
+ 'font-size': 12px,
4406
+ 'font-text-decoration': unset,
4407
+ 'font-text-transform': unset,
4408
+ 'font-weight': normal,
4409
+ 'foreground-color': var(--joy-scheme-middlelight),
4410
+ 'gap': var(--joy-layout-space),
4411
+ 'padding-bottom': unset,
4412
+ 'padding-left': unset,
4413
+ 'padding-right': unset,
4414
+ 'padding-top': unset,
4415
+ 'shadow': var(--joy-elevation-none),
4416
+ 'transition-duration': .2s,
4417
+ 'transition-mode': ease,
4418
+ 'transition-property': all,
4419
+ 'translate': unset
4420
+ );
4396
4421
  $ink-bar-props: (
4397
4422
  'background-color': var(--joy-scheme-background),
4398
4423
  'border-color': unset,
package/Themes/retro.scss CHANGED
@@ -4089,6 +4089,31 @@ $image-props: (
4089
4089
  'transition-property': unset,
4090
4090
  'translate': unset
4091
4091
  );
4092
+ $indicator-props: (
4093
+ 'background-color': transparent,
4094
+ 'border-color': transparent,
4095
+ 'border-radius': 0px,
4096
+ 'border-style': solid,
4097
+ 'border-width': 0px,
4098
+ 'font-family': var(--retro-font-family),
4099
+ 'font-letter-spacing': unset,
4100
+ 'font-line-height': unset,
4101
+ 'font-size': 12px,
4102
+ 'font-text-decoration': unset,
4103
+ 'font-text-transform': unset,
4104
+ 'font-weight': normal,
4105
+ 'foreground-color': var(--retro-scheme-middlelight),
4106
+ 'gap': var(--retro-layout-space),
4107
+ 'padding-bottom': unset,
4108
+ 'padding-left': unset,
4109
+ 'padding-right': unset,
4110
+ 'padding-top': unset,
4111
+ 'shadow': var(--retro-elevation-none),
4112
+ 'transition-duration': .2s,
4113
+ 'transition-mode': ease,
4114
+ 'transition-property': all,
4115
+ 'translate': unset
4116
+ );
4092
4117
  $ink-bar-props: (
4093
4118
  'background-color': var(--retro-scheme-highlight),
4094
4119
  'border-color': var(--retro-scheme-contrast),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-themes",
3
- "version": "0.0.44",
3
+ "version": "0.0.47",
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.44",
18
+ "@breadstone/mosaik-elements": "^0.0.47",
19
19
  "@ctrl/tinycolor": "^4.1.0",
20
20
  "tslib": "^2.8.1"
21
21
  },