@breadstone/mosaik-themes 0.0.29 → 0.0.31

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.
@@ -1366,7 +1366,9 @@ $box-props: (
1366
1366
  'border-radius': unset,
1367
1367
  'border-style': unset,
1368
1368
  'border-width': unset,
1369
- 'foreground-color': unset
1369
+ 'foreground-color': unset,
1370
+ 'height': auto,
1371
+ 'width': auto
1370
1372
  );
1371
1373
 
1372
1374
  $breadcrumb-props: (
@@ -1429,6 +1431,7 @@ $button-props: (
1429
1431
  'border-radius': var(--cosmopolitan-layout-radius),
1430
1432
  'border-style': solid,
1431
1433
  'border-width': var(--cosmopolitan-layout-thickness),
1434
+ 'focus-ring-color': var(--cosmopolitan-scheme-highlight),
1432
1435
  'foreground-color': var(--cosmopolitan-scheme-foreground),
1433
1436
  'height': auto,
1434
1437
  'progress-thickness': var(--cosmopolitan-layout-thickness),
@@ -3159,11 +3162,11 @@ $empty-state-props: (
3159
3162
  'font-letter-spacing': "unset",
3160
3163
  'font-text-decoration': "unset",
3161
3164
  'font-text-transform': "unset",
3162
- 'padding-top': "unset",
3163
- 'padding-right': "unset",
3164
- 'padding-bottom': "unset",
3165
- 'padding-left': "unset",
3166
- 'gap': "unset",
3165
+ 'padding-top': unset,
3166
+ 'padding-right': unset,
3167
+ 'padding-bottom': unset,
3168
+ 'padding-left': unset,
3169
+ 'gap': unset,
3167
3170
  'transition-duration': "unset",
3168
3171
  'transition-mode': "unset",
3169
3172
  'transition-property': unset,
@@ -3175,8 +3178,7 @@ $empty-state-props: (
3175
3178
  'header-font-size': unset,
3176
3179
  'header-font-text-decoration': unset,
3177
3180
  'header-font-text-transform': unset,
3178
- 'header-font-weight': unset,
3179
- 'icon-foreground-color': unset
3181
+ 'header-font-weight': unset
3180
3182
  );
3181
3183
 
3182
3184
  $error-props: (
@@ -3213,15 +3215,16 @@ $error-state-props: (
3213
3215
  'font-letter-spacing': "unset",
3214
3216
  'font-text-decoration': "unset",
3215
3217
  'font-text-transform': "unset",
3216
- 'padding-top': "unset",
3217
- 'padding-right': "unset",
3218
- 'padding-bottom': "unset",
3219
- 'padding-left': "unset",
3220
- 'gap': "unset",
3218
+ 'padding-top': unset,
3219
+ 'padding-right': unset,
3220
+ 'padding-bottom': unset,
3221
+ 'padding-left': unset,
3222
+ 'gap': unset,
3221
3223
  'transition-duration': "unset",
3222
3224
  'transition-mode': "unset",
3223
3225
  'transition-property': unset,
3224
3226
  'translate': "unset",
3227
+ 'foreground-color': unset,
3225
3228
  'header-font-family': unset,
3226
3229
  'header-font-letter-spacing': unset,
3227
3230
  'header-font-line-height': unset,
@@ -5499,15 +5502,16 @@ $success-state-props: (
5499
5502
  'font-letter-spacing': "unset",
5500
5503
  'font-text-decoration': "unset",
5501
5504
  'font-text-transform': "unset",
5502
- 'padding-top': "unset",
5503
- 'padding-right': "unset",
5504
- 'padding-bottom': "unset",
5505
- 'padding-left': "unset",
5506
- 'gap': "unset",
5505
+ 'padding-top': unset,
5506
+ 'padding-right': unset,
5507
+ 'padding-bottom': unset,
5508
+ 'padding-left': unset,
5509
+ 'gap': unset,
5507
5510
  'transition-duration': "unset",
5508
5511
  'transition-mode': "unset",
5509
5512
  'transition-property': unset,
5510
5513
  'translate': "unset",
5514
+ 'foreground-color': unset,
5511
5515
  'header-font-family': unset,
5512
5516
  'header-font-letter-spacing': unset,
5513
5517
  'header-font-line-height': unset,
@@ -5761,6 +5765,32 @@ $table-cell-props: (
5761
5765
  'shadow': unset
5762
5766
  );
5763
5767
 
5768
+ $table-footer-props: (
5769
+ 'font-family': unset,
5770
+ 'font-size': unset,
5771
+ 'font-line-height': "unset",
5772
+ 'font-weight': unset,
5773
+ 'font-letter-spacing': "unset",
5774
+ 'font-text-decoration': "unset",
5775
+ 'font-text-transform': "unset",
5776
+ 'padding-top': unset,
5777
+ 'padding-right': unset,
5778
+ 'padding-bottom': unset,
5779
+ 'padding-left': unset,
5780
+ 'gap': unset,
5781
+ 'transition-duration': unset,
5782
+ 'transition-mode': unset,
5783
+ 'transition-property': unset,
5784
+ 'translate': "unset",
5785
+ 'background-color': unset,
5786
+ 'border-color': unset,
5787
+ 'border-radius': unset,
5788
+ 'border-style': unset,
5789
+ 'border-width': unset,
5790
+ 'foreground-color': unset,
5791
+ 'shadow': unset
5792
+ );
5793
+
5764
5794
  $table-header-props: (
5765
5795
  'font-family': unset,
5766
5796
  'font-size': unset,
package/Themes/joy.scss CHANGED
@@ -1985,7 +1985,9 @@ $box-props: (
1985
1985
  'border-radius': 0,
1986
1986
  'border-style': solid,
1987
1987
  'border-width': 0,
1988
- 'foreground-color': unset
1988
+ 'foreground-color': unset,
1989
+ 'height': auto,
1990
+ 'width': auto
1989
1991
  );
1990
1992
 
1991
1993
  $breadcrumb-props: (
@@ -2048,6 +2050,7 @@ $button-props: (
2048
2050
  'border-radius': var(--joy-layout-radius),
2049
2051
  'border-style': solid,
2050
2052
  'border-width': var(--joy-layout-thickness),
2053
+ 'focus-ring-color': var(--joy-scheme-highlight),
2051
2054
  'foreground-color': var(--joy-scheme-foreground),
2052
2055
  'height': calc(calc(var(--joy-layout-space) * 5) - calc(var(--joy-layout-space) / 2)),
2053
2056
  'progress-thickness': var(--joy-layout-thickness),
@@ -3769,11 +3772,11 @@ $empty-state-props: (
3769
3772
  'font-letter-spacing': "unset",
3770
3773
  'font-text-decoration': "unset",
3771
3774
  'font-text-transform': "unset",
3772
- 'padding-top': "unset",
3773
- 'padding-right': "unset",
3774
- 'padding-bottom': "unset",
3775
- 'padding-left': "unset",
3776
- 'gap': "unset",
3775
+ 'padding-top': calc(var(--joy-layout-space) * 2),
3776
+ 'padding-right': calc(var(--joy-layout-space) * 2),
3777
+ 'padding-bottom': calc(var(--joy-layout-space) * 2),
3778
+ 'padding-left': calc(var(--joy-layout-space) * 2),
3779
+ 'gap': var(--joy-layout-space),
3777
3780
  'transition-duration': "unset",
3778
3781
  'transition-mode': "unset",
3779
3782
  'transition-property': unset,
@@ -3970,15 +3973,16 @@ $error-state-props: (
3970
3973
  'font-letter-spacing': "unset",
3971
3974
  'font-text-decoration': "unset",
3972
3975
  'font-text-transform': "unset",
3973
- 'padding-top': "unset",
3974
- 'padding-right': "unset",
3975
- 'padding-bottom': "unset",
3976
- 'padding-left': "unset",
3977
- 'gap': "unset",
3976
+ 'padding-top': calc(var(--joy-layout-space) * 2),
3977
+ 'padding-right': calc(var(--joy-layout-space) * 2),
3978
+ 'padding-bottom': calc(var(--joy-layout-space) * 2),
3979
+ 'padding-left': calc(var(--joy-layout-space) * 2),
3980
+ 'gap': var(--joy-layout-space),
3978
3981
  'transition-duration': "unset",
3979
3982
  'transition-mode': "unset",
3980
3983
  'transition-property': unset,
3981
3984
  'translate': "unset",
3985
+ 'foreground-color': unset,
3982
3986
  'header-font-family': var(--joy-font-family),
3983
3987
  'header-font-letter-spacing': var(--joy-typography-body1-letter-spacing),
3984
3988
  'header-font-line-height': var(--joy-typography-body1-line-height),
@@ -6235,15 +6239,16 @@ $success-state-props: (
6235
6239
  'font-letter-spacing': "unset",
6236
6240
  'font-text-decoration': "unset",
6237
6241
  'font-text-transform': "unset",
6238
- 'padding-top': "unset",
6239
- 'padding-right': "unset",
6240
- 'padding-bottom': "unset",
6241
- 'padding-left': "unset",
6242
- 'gap': "unset",
6242
+ 'padding-top': calc(var(--joy-layout-space) * 2),
6243
+ 'padding-right': calc(var(--joy-layout-space) * 2),
6244
+ 'padding-bottom': calc(var(--joy-layout-space) * 2),
6245
+ 'padding-left': calc(var(--joy-layout-space) * 2),
6246
+ 'gap': var(--joy-layout-space),
6243
6247
  'transition-duration': "unset",
6244
6248
  'transition-mode': "unset",
6245
6249
  'transition-property': unset,
6246
6250
  'translate': "unset",
6251
+ 'foreground-color': unset,
6247
6252
  'header-font-family': var(--joy-font-family),
6248
6253
  'header-font-letter-spacing': var(--joy-typography-body1-letter-spacing),
6249
6254
  'header-font-line-height': var(--joy-typography-body1-line-height),
@@ -6400,9 +6405,9 @@ $tab-strip-item-props: (
6400
6405
  'font-text-decoration': var(--joy-typography-button-text-decoration),
6401
6406
  'font-text-transform': var(--joy-typography-button-text-transform),
6402
6407
  'padding-top': calc(var(--joy-layout-space) * 2),
6403
- 'padding-right': var(--joy-layout-space),
6408
+ 'padding-right': calc(var(--joy-layout-space) * 3),
6404
6409
  'padding-bottom': calc(var(--joy-layout-space) * 2),
6405
- 'padding-left': var(--joy-layout-space),
6410
+ 'padding-left': calc(var(--joy-layout-space) * 3),
6406
6411
  'gap': var(--joy-layout-space),
6407
6412
  'transition-duration': .2s,
6408
6413
  'transition-mode': ease,
@@ -6496,6 +6501,32 @@ $table-cell-props: (
6496
6501
  'shadow': var(--joy-elevation-none)
6497
6502
  );
6498
6503
 
6504
+ $table-footer-props: (
6505
+ 'font-family': var(--joy-font-family),
6506
+ 'font-size': var(--joy-typography-body2-font-size),
6507
+ 'font-line-height': "unset",
6508
+ 'font-weight': bold,
6509
+ 'font-letter-spacing': "unset",
6510
+ 'font-text-decoration': "unset",
6511
+ 'font-text-transform': "unset",
6512
+ 'padding-top': calc(var(--joy-layout-space) / 2),
6513
+ 'padding-right': var(--joy-layout-space),
6514
+ 'padding-bottom': calc(var(--joy-layout-space) / 2),
6515
+ 'padding-left': var(--joy-layout-space),
6516
+ 'gap': var(--joy-layout-space),
6517
+ 'transition-duration': .2s,
6518
+ 'transition-mode': ease,
6519
+ 'transition-property': all,
6520
+ 'translate': "unset",
6521
+ 'background-color': var(--joy-scheme-background),
6522
+ 'border-color': var(--joy-scheme-highlight),
6523
+ 'border-radius': var(--joy-layout-radius),
6524
+ 'border-style': solid,
6525
+ 'border-width': 0px,
6526
+ 'foreground-color': var(--joy-scheme-foreground),
6527
+ 'shadow': var(--joy-elevation-none)
6528
+ );
6529
+
6499
6530
  $table-header-props: (
6500
6531
  'font-family': var(--joy-font-family),
6501
6532
  'font-size': var(--joy-typography-body2-font-size),
package/Themes/retro.scss CHANGED
@@ -1765,7 +1765,9 @@ $box-props: (
1765
1765
  'border-radius': 0,
1766
1766
  'border-style': solid,
1767
1767
  'border-width': 0,
1768
- 'foreground-color': unset
1768
+ 'foreground-color': unset,
1769
+ 'height': auto,
1770
+ 'width': auto
1769
1771
  );
1770
1772
 
1771
1773
  $breadcrumb-props: (
@@ -1828,6 +1830,7 @@ $button-props: (
1828
1830
  'border-radius': var(--retro-layout-radius),
1829
1831
  'border-style': solid,
1830
1832
  'border-width': var(--retro-layout-thickness),
1833
+ 'focus-ring-color': var(--retro-scheme-highlight),
1831
1834
  'foreground-color': var(--retro-scheme-foreground),
1832
1835
  'height': calc(calc(var(--retro-layout-space) * 5) - calc(var(--retro-layout-space) / 2)),
1833
1836
  'progress-thickness': var(--retro-layout-thickness),
@@ -3593,11 +3596,11 @@ $empty-state-props: (
3593
3596
  'font-letter-spacing': "unset",
3594
3597
  'font-text-decoration': "unset",
3595
3598
  'font-text-transform': "unset",
3596
- 'padding-top': "unset",
3597
- 'padding-right': "unset",
3598
- 'padding-bottom': "unset",
3599
- 'padding-left': "unset",
3600
- 'gap': "unset",
3599
+ 'padding-top': calc(var(--retro-layout-space) * 2),
3600
+ 'padding-right': calc(var(--retro-layout-space) * 2),
3601
+ 'padding-bottom': calc(var(--retro-layout-space) * 2),
3602
+ 'padding-left': calc(var(--retro-layout-space) * 2),
3603
+ 'gap': var(--retro-layout-space),
3601
3604
  'transition-duration': "unset",
3602
3605
  'transition-mode': "unset",
3603
3606
  'transition-property': unset,
@@ -3646,15 +3649,16 @@ $error-state-props: (
3646
3649
  'font-letter-spacing': "unset",
3647
3650
  'font-text-decoration': "unset",
3648
3651
  'font-text-transform': "unset",
3649
- 'padding-top': "unset",
3650
- 'padding-right': "unset",
3651
- 'padding-bottom': "unset",
3652
- 'padding-left': "unset",
3653
- 'gap': "unset",
3652
+ 'padding-top': calc(var(--retro-layout-space) * 2),
3653
+ 'padding-right': calc(var(--retro-layout-space) * 2),
3654
+ 'padding-bottom': calc(var(--retro-layout-space) * 2),
3655
+ 'padding-left': calc(var(--retro-layout-space) * 2),
3656
+ 'gap': var(--retro-layout-space),
3654
3657
  'transition-duration': "unset",
3655
3658
  'transition-mode': "unset",
3656
3659
  'transition-property': unset,
3657
3660
  'translate': "unset",
3661
+ 'foreground-color': unset,
3658
3662
  'header-font-family': var(--retro-font-family),
3659
3663
  'header-font-letter-spacing': var(--retro-typography-body1-letter-spacing),
3660
3664
  'header-font-line-height': var(--retro-typography-body1-line-height),
@@ -5986,15 +5990,16 @@ $success-state-props: (
5986
5990
  'font-letter-spacing': "unset",
5987
5991
  'font-text-decoration': "unset",
5988
5992
  'font-text-transform': "unset",
5989
- 'padding-top': "unset",
5990
- 'padding-right': "unset",
5991
- 'padding-bottom': "unset",
5992
- 'padding-left': "unset",
5993
- 'gap': "unset",
5993
+ 'padding-top': calc(var(--retro-layout-space) * 2),
5994
+ 'padding-right': calc(var(--retro-layout-space) * 2),
5995
+ 'padding-bottom': calc(var(--retro-layout-space) * 2),
5996
+ 'padding-left': calc(var(--retro-layout-space) * 2),
5997
+ 'gap': var(--retro-layout-space),
5994
5998
  'transition-duration': "unset",
5995
5999
  'transition-mode': "unset",
5996
6000
  'transition-property': unset,
5997
6001
  'translate': "unset",
6002
+ 'foreground-color': unset,
5998
6003
  'header-font-family': var(--retro-font-family),
5999
6004
  'header-font-letter-spacing': var(--retro-typography-body1-letter-spacing),
6000
6005
  'header-font-line-height': var(--retro-typography-body1-line-height),
@@ -6252,6 +6257,32 @@ $table-cell-props: (
6252
6257
  'shadow': var(--retro-elevation-none)
6253
6258
  );
6254
6259
 
6260
+ $table-footer-props: (
6261
+ 'font-family': var(--retro-font-family),
6262
+ 'font-size': var(--retro-typography-body2-font-size),
6263
+ 'font-line-height': "unset",
6264
+ 'font-weight': bold,
6265
+ 'font-letter-spacing': "unset",
6266
+ 'font-text-decoration': "unset",
6267
+ 'font-text-transform': "unset",
6268
+ 'padding-top': calc(var(--retro-layout-space) / 2),
6269
+ 'padding-right': var(--retro-layout-space),
6270
+ 'padding-bottom': calc(var(--retro-layout-space) / 2),
6271
+ 'padding-left': var(--retro-layout-space),
6272
+ 'gap': var(--retro-layout-space),
6273
+ 'transition-duration': .2s,
6274
+ 'transition-mode': ease,
6275
+ 'transition-property': all,
6276
+ 'translate': "unset",
6277
+ 'background-color': var(--retro-scheme-background),
6278
+ 'border-color': var(--retro-scheme-contrast),
6279
+ 'border-radius': var(--retro-layout-radius),
6280
+ 'border-style': solid,
6281
+ 'border-width': 0px,
6282
+ 'foreground-color': var(--retro-scheme-foreground),
6283
+ 'shadow': var(--retro-elevation-none)
6284
+ );
6285
+
6255
6286
  $table-header-props: (
6256
6287
  'font-family': var(--retro-font-family),
6257
6288
  'font-size': var(--retro-typography-body2-font-size),
@@ -6481,7 +6512,6 @@ $time-box-props: (
6481
6512
  'border-radius': unset,
6482
6513
  'border-style': unset,
6483
6514
  'border-width': unset,
6484
- 'calnedar-item-background-color': unset,
6485
6515
  'color': unset,
6486
6516
  'foreground-color': unset,
6487
6517
  'height': unset,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@breadstone/mosaik-themes",
3
- "version": "0.0.29",
3
+ "version": "0.0.31",
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.0.29",
17
+ "@breadstone/mosaik-elements": "^0.0.31",
18
18
  "@ctrl/tinycolor": "^4.1.0",
19
19
  "tslib": "^2.8.1"
20
20
  }
@@ -1,10 +0,0 @@
1
- /**
2
- * Do not edit directly, this file was auto-generated.
3
- */
4
- export declare const NAME = "default";
5
- export declare const FONT_FAMILY = "'Inter', Roboto, Helvetica, sans-serif";
6
- export declare const LAYOUT_RADIUS = "12px";
7
- export declare const LAYOUT_SPACE = "8px";
8
- export declare const LAYOUT_THICKNESS = "2px";
9
- export declare const ELEVATION_NONE = "none";
10
- //# sourceMappingURL=DefaultTokens.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DefaultTokens.d.ts","sourceRoot":"","sources":["../../../src/Theming/Tokens/DefaultTokens.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,eAAO,MAAM,IAAI,YAAY,CAAC;AAC9B,eAAO,MAAM,WAAW,2CAA2C,CAAC;AACpE,eAAO,MAAM,aAAa,SAAS,CAAC;AACpC,eAAO,MAAM,YAAY,QAAQ,CAAC;AAClC,eAAO,MAAM,gBAAgB,QAAQ,CAAC;AACtC,eAAO,MAAM,cAAc,SAAS,CAAC"}
@@ -1,10 +0,0 @@
1
- /**
2
- * Do not edit directly, this file was auto-generated.
3
- */
4
- export const NAME = "default";
5
- export const FONT_FAMILY = "'Inter', Roboto, Helvetica, sans-serif";
6
- export const LAYOUT_RADIUS = "12px";
7
- export const LAYOUT_SPACE = "8px";
8
- export const LAYOUT_THICKNESS = "2px";
9
- export const ELEVATION_NONE = "none";
10
- //# sourceMappingURL=DefaultTokens.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"DefaultTokens.js","sourceRoot":"","sources":["../../../src/Theming/Tokens/DefaultTokens.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,MAAM,CAAC,MAAM,IAAI,GAAG,SAAS,CAAC;AAC9B,MAAM,CAAC,MAAM,WAAW,GAAG,wCAAwC,CAAC;AACpE,MAAM,CAAC,MAAM,aAAa,GAAG,MAAM,CAAC;AACpC,MAAM,CAAC,MAAM,YAAY,GAAG,KAAK,CAAC;AAClC,MAAM,CAAC,MAAM,gBAAgB,GAAG,KAAK,CAAC;AACtC,MAAM,CAAC,MAAM,cAAc,GAAG,MAAM,CAAC"}