@breadstone/mosaik-themes 0.0.105 → 0.0.107
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/Themes/cosmopolitan.scss +61 -0
- package/Themes/joy.scss +56 -0
- package/Themes/retro.scss +61 -0
- package/package.json +2 -2
package/Themes/cosmopolitan.scss
CHANGED
|
@@ -5089,6 +5089,67 @@ $scroll-props: (
|
|
|
5089
5089
|
'transition-property': unset,
|
|
5090
5090
|
'translate': unset
|
|
5091
5091
|
);
|
|
5092
|
+
$scrub-slider-props: (
|
|
5093
|
+
'background-color': unset,
|
|
5094
|
+
'border-color': unset,
|
|
5095
|
+
'border-radius': unset,
|
|
5096
|
+
'border-style': unset,
|
|
5097
|
+
'border-width': unset,
|
|
5098
|
+
'component-name-thumb-background-color': unset,
|
|
5099
|
+
'font-family': unset,
|
|
5100
|
+
'font-letter-spacing': unset,
|
|
5101
|
+
'font-line-height': unset,
|
|
5102
|
+
'font-size': unset,
|
|
5103
|
+
'font-text-decoration': unset,
|
|
5104
|
+
'font-text-transform': unset,
|
|
5105
|
+
'font-weight': unset,
|
|
5106
|
+
'foreground-color': unset,
|
|
5107
|
+
'gap': unset,
|
|
5108
|
+
'padding-bottom': unset,
|
|
5109
|
+
'padding-left': unset,
|
|
5110
|
+
'padding-right': unset,
|
|
5111
|
+
'padding-top': unset,
|
|
5112
|
+
'shadow': unset,
|
|
5113
|
+
'thumb-background-color': unset,
|
|
5114
|
+
'thumb-border-color': unset,
|
|
5115
|
+
'thumb-border-radius': unset,
|
|
5116
|
+
'thumb-border-style': unset,
|
|
5117
|
+
'thumb-border-width': unset,
|
|
5118
|
+
'thumb-foreground-color': unset,
|
|
5119
|
+
'thumb-size': unset,
|
|
5120
|
+
'tick-bar-border-color': unset,
|
|
5121
|
+
'tick-bar-foreground-color': unset,
|
|
5122
|
+
'tick-bar-tick-height': unset,
|
|
5123
|
+
'tick-bar-tick-text-gap': unset,
|
|
5124
|
+
'tick-gap': unset,
|
|
5125
|
+
'tooltip-background-color': unset,
|
|
5126
|
+
'tooltip-border-color': unset,
|
|
5127
|
+
'tooltip-border-radius': unset,
|
|
5128
|
+
'tooltip-border-style': unset,
|
|
5129
|
+
'tooltip-border-width': unset,
|
|
5130
|
+
'tooltip-font-family': unset,
|
|
5131
|
+
'tooltip-font-letter-spacing': unset,
|
|
5132
|
+
'tooltip-font-line-height': unset,
|
|
5133
|
+
'tooltip-font-size': unset,
|
|
5134
|
+
'tooltip-font-text-decoration': unset,
|
|
5135
|
+
'tooltip-font-text-transform': unset,
|
|
5136
|
+
'tooltip-font-weight': unset,
|
|
5137
|
+
'tooltip-foreground-color': unset,
|
|
5138
|
+
'tooltip-gap': unset,
|
|
5139
|
+
'tooltip-padding-bottom': unset,
|
|
5140
|
+
'tooltip-padding-left': unset,
|
|
5141
|
+
'tooltip-padding-right': unset,
|
|
5142
|
+
'tooltip-padding-top': unset,
|
|
5143
|
+
'tooltip-shadow': unset,
|
|
5144
|
+
'tooltip-transition-duration': unset,
|
|
5145
|
+
'tooltip-transition-mode': unset,
|
|
5146
|
+
'tooltip-transition-property': unset,
|
|
5147
|
+
'track-size': unset,
|
|
5148
|
+
'transition-duration': unset,
|
|
5149
|
+
'transition-mode': unset,
|
|
5150
|
+
'transition-property': unset,
|
|
5151
|
+
'translate': unset
|
|
5152
|
+
);
|
|
5092
5153
|
$search-box-props: (
|
|
5093
5154
|
'background-color': unset,
|
|
5094
5155
|
'border-color': unset,
|
package/Themes/joy.scss
CHANGED
|
@@ -5704,6 +5704,62 @@ $scroll-props: (
|
|
|
5704
5704
|
'transition-property': unset,
|
|
5705
5705
|
'translate': unset
|
|
5706
5706
|
);
|
|
5707
|
+
$scrub-slider-props: (
|
|
5708
|
+
'background-color': var(--joy-scheme-transparent),
|
|
5709
|
+
'border-color': var(--joy-scheme-highlight),
|
|
5710
|
+
'border-radius': var(--joy-layout-radius),
|
|
5711
|
+
'border-style': solid,
|
|
5712
|
+
'border-width': var(--joy-layout-thickness),
|
|
5713
|
+
'font-family': var(--joy-font-family),
|
|
5714
|
+
'font-letter-spacing': var(--joy-typography-body1-letter-spacing),
|
|
5715
|
+
'font-line-height': var(--joy-typography-body1-line-height),
|
|
5716
|
+
'font-size': var(--joy-typography-body1-font-size),
|
|
5717
|
+
'font-text-decoration': var(--joy-typography-body1-text-decoration),
|
|
5718
|
+
'font-text-transform': var(--joy-typography-body1-text-transform),
|
|
5719
|
+
'font-weight': var(--joy-typography-body1-font-weight),
|
|
5720
|
+
'foreground-color': var(--joy-scheme-foreground),
|
|
5721
|
+
'gap': var(--joy-layout-space),
|
|
5722
|
+
'padding-bottom': 0,
|
|
5723
|
+
'padding-left': 0,
|
|
5724
|
+
'padding-right': 0,
|
|
5725
|
+
'padding-top': 0,
|
|
5726
|
+
'shadow': var(--joy-elevation-none),
|
|
5727
|
+
'thumb-background-color': var(--joy-scheme-transparent),
|
|
5728
|
+
'thumb-border-color': var(--joy-scheme-transparent),
|
|
5729
|
+
'thumb-border-radius': var(--joy-layout-radius),
|
|
5730
|
+
'thumb-border-style': solid,
|
|
5731
|
+
'thumb-border-width': var(--joy-layout-thickness),
|
|
5732
|
+
'thumb-foreground-color': var(--joy-scheme-highlight),
|
|
5733
|
+
'thumb-size': 18px,
|
|
5734
|
+
'tick-gap': 0px,
|
|
5735
|
+
'tooltip-background-color': var(--joy-scheme-highlight),
|
|
5736
|
+
'tooltip-border-color': var(--joy-scheme-highlight),
|
|
5737
|
+
'tooltip-border-radius': var(--joy-layout-radius),
|
|
5738
|
+
'tooltip-border-style': none,
|
|
5739
|
+
'tooltip-border-width': 0px,
|
|
5740
|
+
'tooltip-font-family': var(--joy-font-family),
|
|
5741
|
+
'tooltip-font-letter-spacing': var(--joy-typography-body2-letter-spacing),
|
|
5742
|
+
'tooltip-font-line-height': var(--joy-typography-body2-line-height),
|
|
5743
|
+
'tooltip-font-size': var(--joy-typography-body2-font-size),
|
|
5744
|
+
'tooltip-font-text-decoration': var(--joy-typography-body2-text-decoration),
|
|
5745
|
+
'tooltip-font-text-transform': var(--joy-typography-body2-text-transform),
|
|
5746
|
+
'tooltip-font-weight': var(--joy-typography-body2-font-weight),
|
|
5747
|
+
'tooltip-foreground-color': var(--joy-scheme-foreground),
|
|
5748
|
+
'tooltip-gap': var(--joy-layout-space),
|
|
5749
|
+
'tooltip-padding-bottom': var(--joy-layout-space),
|
|
5750
|
+
'tooltip-padding-left': var(--joy-layout-space),
|
|
5751
|
+
'tooltip-padding-right': var(--joy-layout-space),
|
|
5752
|
+
'tooltip-padding-top': var(--joy-layout-space),
|
|
5753
|
+
'tooltip-shadow': var(--joy-elevation-light),
|
|
5754
|
+
'tooltip-transition-duration': var(--joy-duration-short),
|
|
5755
|
+
'tooltip-transition-mode': ease,
|
|
5756
|
+
'tooltip-transition-property': (background-color, color, border-color, opacity, transform),
|
|
5757
|
+
'track-size': 4px,
|
|
5758
|
+
'transition-duration': var(--joy-duration-short),
|
|
5759
|
+
'transition-mode': ease,
|
|
5760
|
+
'transition-property': (background-color, color, border-color, opacity, transform),
|
|
5761
|
+
'translate': unset
|
|
5762
|
+
);
|
|
5707
5763
|
$search-box-props: (
|
|
5708
5764
|
'background-color': var(--joy-scheme-background),
|
|
5709
5765
|
'border-color': var(--joy-scheme-highlight),
|
package/Themes/retro.scss
CHANGED
|
@@ -5568,6 +5568,67 @@ $scroll-props: (
|
|
|
5568
5568
|
'transition-property': unset,
|
|
5569
5569
|
'translate': unset
|
|
5570
5570
|
);
|
|
5571
|
+
$scrub-slider-props: (
|
|
5572
|
+
'background-color': unset,
|
|
5573
|
+
'border-color': unset,
|
|
5574
|
+
'border-radius': unset,
|
|
5575
|
+
'border-style': unset,
|
|
5576
|
+
'border-width': unset,
|
|
5577
|
+
'component-name-thumb-background-color': unset,
|
|
5578
|
+
'font-family': unset,
|
|
5579
|
+
'font-letter-spacing': unset,
|
|
5580
|
+
'font-line-height': unset,
|
|
5581
|
+
'font-size': unset,
|
|
5582
|
+
'font-text-decoration': unset,
|
|
5583
|
+
'font-text-transform': unset,
|
|
5584
|
+
'font-weight': unset,
|
|
5585
|
+
'foreground-color': unset,
|
|
5586
|
+
'gap': unset,
|
|
5587
|
+
'padding-bottom': unset,
|
|
5588
|
+
'padding-left': unset,
|
|
5589
|
+
'padding-right': unset,
|
|
5590
|
+
'padding-top': unset,
|
|
5591
|
+
'shadow': unset,
|
|
5592
|
+
'thumb-background-color': unset,
|
|
5593
|
+
'thumb-border-color': unset,
|
|
5594
|
+
'thumb-border-radius': unset,
|
|
5595
|
+
'thumb-border-style': unset,
|
|
5596
|
+
'thumb-border-width': unset,
|
|
5597
|
+
'thumb-foreground-color': unset,
|
|
5598
|
+
'thumb-size': unset,
|
|
5599
|
+
'tick-bar-border-color': unset,
|
|
5600
|
+
'tick-bar-foreground-color': unset,
|
|
5601
|
+
'tick-bar-tick-height': unset,
|
|
5602
|
+
'tick-bar-tick-text-gap': unset,
|
|
5603
|
+
'tick-gap': unset,
|
|
5604
|
+
'tooltip-background-color': unset,
|
|
5605
|
+
'tooltip-border-color': unset,
|
|
5606
|
+
'tooltip-border-radius': unset,
|
|
5607
|
+
'tooltip-border-style': unset,
|
|
5608
|
+
'tooltip-border-width': unset,
|
|
5609
|
+
'tooltip-font-family': unset,
|
|
5610
|
+
'tooltip-font-letter-spacing': unset,
|
|
5611
|
+
'tooltip-font-line-height': unset,
|
|
5612
|
+
'tooltip-font-size': unset,
|
|
5613
|
+
'tooltip-font-text-decoration': unset,
|
|
5614
|
+
'tooltip-font-text-transform': unset,
|
|
5615
|
+
'tooltip-font-weight': unset,
|
|
5616
|
+
'tooltip-foreground-color': unset,
|
|
5617
|
+
'tooltip-gap': unset,
|
|
5618
|
+
'tooltip-padding-bottom': unset,
|
|
5619
|
+
'tooltip-padding-left': unset,
|
|
5620
|
+
'tooltip-padding-right': unset,
|
|
5621
|
+
'tooltip-padding-top': unset,
|
|
5622
|
+
'tooltip-shadow': unset,
|
|
5623
|
+
'tooltip-transition-duration': unset,
|
|
5624
|
+
'tooltip-transition-mode': unset,
|
|
5625
|
+
'tooltip-transition-property': unset,
|
|
5626
|
+
'track-size': unset,
|
|
5627
|
+
'transition-duration': unset,
|
|
5628
|
+
'transition-mode': unset,
|
|
5629
|
+
'transition-property': unset,
|
|
5630
|
+
'translate': unset
|
|
5631
|
+
);
|
|
5571
5632
|
$search-box-props: (
|
|
5572
5633
|
'background-color': var(--retro-scheme-background),
|
|
5573
5634
|
'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.
|
|
3
|
+
"version": "0.0.107",
|
|
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.
|
|
18
|
+
"@breadstone/mosaik-elements": "^0.0.107",
|
|
19
19
|
"@ctrl/tinycolor": "^4.1.0",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|