@breadstone/mosaik-themes 0.0.120 → 0.0.122

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.
@@ -2849,6 +2849,24 @@ $divider-props: (
2849
2849
  'transition-property': unset,
2850
2850
  'translate': unset
2851
2851
  );
2852
+ $dock-panel-props: (
2853
+ 'font-family': unset,
2854
+ 'font-letter-spacing': unset,
2855
+ 'font-line-height': unset,
2856
+ 'font-size': unset,
2857
+ 'font-text-decoration': unset,
2858
+ 'font-text-transform': unset,
2859
+ 'font-weight': unset,
2860
+ 'gap': unset,
2861
+ 'padding-bottom': unset,
2862
+ 'padding-left': unset,
2863
+ 'padding-right': unset,
2864
+ 'padding-top': unset,
2865
+ 'transition-duration': unset,
2866
+ 'transition-mode': unset,
2867
+ 'transition-property': unset,
2868
+ 'translate': unset
2869
+ );
2852
2870
  $dot-props: (
2853
2871
  'background-color': unset,
2854
2872
  'border-color': unset,
@@ -6216,6 +6234,30 @@ $toggle-button-props: (
6216
6234
  'translate': none,
6217
6235
  'width': auto
6218
6236
  );
6237
+ $toggle-button-group-props: (
6238
+ 'background-color': unset,
6239
+ 'border-color': unset,
6240
+ 'border-radius': unset,
6241
+ 'border-style': unset,
6242
+ 'border-width': unset,
6243
+ 'font-family': unset,
6244
+ 'font-letter-spacing': unset,
6245
+ 'font-line-height': unset,
6246
+ 'font-size': unset,
6247
+ 'font-text-decoration': unset,
6248
+ 'font-text-transform': unset,
6249
+ 'font-weight': unset,
6250
+ 'foreground-color': unset,
6251
+ 'gap': unset,
6252
+ 'padding-bottom': unset,
6253
+ 'padding-left': unset,
6254
+ 'padding-right': unset,
6255
+ 'padding-top': unset,
6256
+ 'transition-duration': unset,
6257
+ 'transition-mode': unset,
6258
+ 'transition-property': (unset),
6259
+ 'translate': unset
6260
+ );
6219
6261
  $toggle-switch-props: (
6220
6262
  'background-color': unset,
6221
6263
  'border-color': unset,
package/Themes/joy.scss CHANGED
@@ -3466,6 +3466,24 @@ $divider-props: (
3466
3466
  'transition-property': (background-color, color),
3467
3467
  'translate': unset
3468
3468
  );
3469
+ $dock-panel-props: (
3470
+ 'font-family': unset,
3471
+ 'font-letter-spacing': unset,
3472
+ 'font-line-height': unset,
3473
+ 'font-size': unset,
3474
+ 'font-text-decoration': unset,
3475
+ 'font-text-transform': unset,
3476
+ 'font-weight': unset,
3477
+ 'gap': unset,
3478
+ 'padding-bottom': unset,
3479
+ 'padding-left': unset,
3480
+ 'padding-right': unset,
3481
+ 'padding-top': unset,
3482
+ 'transition-duration': unset,
3483
+ 'transition-mode': unset,
3484
+ 'transition-property': unset,
3485
+ 'translate': unset
3486
+ );
3469
3487
  $dot-props: (
3470
3488
  'background-color': var(--joy-color-neutral-500),
3471
3489
  'border-color': var(--joy-scheme-highlight),
@@ -5372,9 +5390,9 @@ $qr-code-props: (
5372
5390
  'translate': unset
5373
5391
  );
5374
5392
  $radio-props: (
5375
- 'background-color': var(--joy-color-neutral-50),
5393
+ 'background-color': var(--joy-scheme-background),
5376
5394
  'border-color': var(--joy-scheme-highlight),
5377
- 'border-radius': var(--joy-layout-radius),
5395
+ 'border-radius': calc(var(--joy-layout-radius) / 2),
5378
5396
  'border-style': solid,
5379
5397
  'border-width': var(--joy-layout-thickness),
5380
5398
  'font-family': var(--joy-font-family),
@@ -5390,10 +5408,10 @@ $radio-props: (
5390
5408
  'padding-left': 12px,
5391
5409
  'padding-right': 12px,
5392
5410
  'padding-top': 8px,
5393
- 'shadow': unset,
5411
+ 'shadow': var(--joy-elevation-none),
5394
5412
  'transition-duration': var(--joy-duration-short),
5395
5413
  'transition-mode': ease,
5396
- 'transition-property': all,
5414
+ 'transition-property': (background-color, color, border-color, opacity, box-shadow),
5397
5415
  'translate': unset
5398
5416
  );
5399
5417
  $radio-group-props: (
@@ -6653,11 +6671,11 @@ $tile-list-props: (
6653
6671
  'translate': unset
6654
6672
  );
6655
6673
  $tile-list-item-props: (
6656
- 'bg-color': #f0f0f0,
6657
- 'border': 1px solid #ccc,
6658
- 'content-padding': 10px,
6659
- 'dragging-opacity': .5,
6660
- 'dragover-border-color': #2196f3,
6674
+ 'bg-color': var(--joy-scheme-background),
6675
+ 'border': 1px solid var(--joy-scheme-highlight),
6676
+ 'content-padding': 8px,
6677
+ 'dragging-opacity': .6,
6678
+ 'dragover-border-color': red,
6661
6679
  'font-family': unset,
6662
6680
  'font-letter-spacing': unset,
6663
6681
  'font-line-height': unset,
@@ -6666,8 +6684,8 @@ $tile-list-item-props: (
6666
6684
  'font-text-transform': unset,
6667
6685
  'font-weight': unset,
6668
6686
  'gap': unset,
6669
- 'header-bg-color': #ddd,
6670
- 'header-padding': 10px,
6687
+ 'header-bg-color': var(--joy-scheme-background),
6688
+ 'header-padding': 8px,
6671
6689
  'padding-bottom': unset,
6672
6690
  'padding-left': unset,
6673
6691
  'padding-right': unset,
@@ -6804,6 +6822,30 @@ $toggle-button-props: (
6804
6822
  'translate': none,
6805
6823
  'width': auto
6806
6824
  );
6825
+ $toggle-button-group-props: (
6826
+ 'background-color': var(--joy-scheme-background),
6827
+ 'border-color': var(--joy-scheme-highlight),
6828
+ 'border-radius': var(--joy-layout-radius),
6829
+ 'border-style': solid,
6830
+ 'border-width': var(--joy-layout-thickness),
6831
+ 'font-family': var(--joy-font-family),
6832
+ 'font-letter-spacing': var(--joy-typography-button-letter-spacing),
6833
+ 'font-line-height': var(--joy-typography-button-line-height),
6834
+ 'font-size': var(--joy-typography-button-font-size),
6835
+ 'font-text-decoration': var(--joy-typography-button-text-decoration),
6836
+ 'font-text-transform': var(--joy-typography-button-text-transform),
6837
+ 'font-weight': var(--joy-typography-button-font-weight),
6838
+ 'foreground-color': var(--joy-scheme-foreground),
6839
+ 'gap': 0,
6840
+ 'padding-bottom': 0,
6841
+ 'padding-left': 0,
6842
+ 'padding-right': 0,
6843
+ 'padding-top': 0,
6844
+ 'transition-duration': var(--joy-duration-short),
6845
+ 'transition-mode': ease,
6846
+ 'transition-property': (background-color, color, border-color, opacity),
6847
+ 'translate': unset
6848
+ );
6807
6849
  $toggle-switch-props: (
6808
6850
  'border-color': unset,
6809
6851
  'border-radius': var(--joy-layout-radius),
package/Themes/retro.scss CHANGED
@@ -3287,6 +3287,24 @@ $divider-props: (
3287
3287
  'transition-property': (background-color, color),
3288
3288
  'translate': unset
3289
3289
  );
3290
+ $dock-panel-props: (
3291
+ 'font-family': unset,
3292
+ 'font-letter-spacing': unset,
3293
+ 'font-line-height': unset,
3294
+ 'font-size': unset,
3295
+ 'font-text-decoration': unset,
3296
+ 'font-text-transform': unset,
3297
+ 'font-weight': unset,
3298
+ 'gap': unset,
3299
+ 'padding-bottom': unset,
3300
+ 'padding-left': unset,
3301
+ 'padding-right': unset,
3302
+ 'padding-top': unset,
3303
+ 'transition-duration': unset,
3304
+ 'transition-mode': unset,
3305
+ 'transition-property': unset,
3306
+ 'translate': unset
3307
+ );
3290
3308
  $dot-props: (
3291
3309
  'background-color': var(--retro-color-neutral-500),
3292
3310
  'border-color': var(--retro-scheme-highlight),
@@ -6723,6 +6741,35 @@ $toggle-button-props: (
6723
6741
  'translate': none,
6724
6742
  'width': auto
6725
6743
  );
6744
+ $toggle-button-group-props: (
6745
+ 'background-color': var(--retro-scheme-background),
6746
+ 'border-color': var(--retro-scheme-contrast),
6747
+ 'border-radius': var(--retro-layout-radius),
6748
+ 'border-style': solid,
6749
+ 'border-width': var(--retro-layout-thickness),
6750
+ 'font-family': var(--retro-font-family),
6751
+ 'font-letter-spacing': var(--retro-typography-button-letter-spacing),
6752
+ 'font-line-height': var(--retro-typography-button-line-height),
6753
+ 'font-size': var(--retro-typography-button-font-size),
6754
+ 'font-text-decoration': var(--retro-typography-button-text-decoration),
6755
+ 'font-text-transform': var(--retro-typography-button-text-transform),
6756
+ 'font-weight': var(--retro-typography-button-font-weight),
6757
+ 'foreground-color': var(--retro-scheme-foreground),
6758
+ 'gap': 0,
6759
+ 'padding-bottom': 0,
6760
+ 'padding-left': 0,
6761
+ 'padding-right': 0,
6762
+ 'padding-top': 0,
6763
+ 'shadow-blur': unset,
6764
+ 'shadow-color': unset,
6765
+ 'shadow-offset-x': unset,
6766
+ 'shadow-offset-y': unset,
6767
+ 'shadow-spread': unset,
6768
+ 'transition-duration': .2s,
6769
+ 'transition-mode': ease,
6770
+ 'transition-property': (background-color, color, border-color, opacity, box-shadow),
6771
+ 'translate': unset
6772
+ );
6726
6773
  $toggle-switch-props: (
6727
6774
  'border-color': unset,
6728
6775
  'border-radius': var(--retro-layout-radius),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-themes",
3
- "version": "0.0.120",
3
+ "version": "0.0.122",
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.120",
18
+ "@breadstone/mosaik-elements": "^0.0.122",
19
19
  "@ctrl/tinycolor": "^4.1.0",
20
20
  "tslib": "^2.8.1"
21
21
  },