@breadstone/mosaik-themes 0.0.107 → 0.0.108
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 +11 -3
- package/Themes/joy.scss +11 -3
- package/Themes/retro.scss +15 -3
- package/package.json +2 -2
package/Themes/cosmopolitan.scss
CHANGED
|
@@ -1845,6 +1845,7 @@ $chat-props: (
|
|
|
1845
1845
|
'font-weight': unset,
|
|
1846
1846
|
'foreground-color': unset,
|
|
1847
1847
|
'gap': unset,
|
|
1848
|
+
'line-thickness': var(--cosmopolitan-layout-thickness),
|
|
1848
1849
|
'padding-bottom': unset,
|
|
1849
1850
|
'padding-left': unset,
|
|
1850
1851
|
'padding-right': unset,
|
|
@@ -1875,6 +1876,11 @@ $chat-header-props: (
|
|
|
1875
1876
|
'translate': unset
|
|
1876
1877
|
);
|
|
1877
1878
|
$chat-input-props: (
|
|
1879
|
+
'background-color': unset,
|
|
1880
|
+
'border-color': unset,
|
|
1881
|
+
'border-radius': unset,
|
|
1882
|
+
'border-style': unset,
|
|
1883
|
+
'border-width': unset,
|
|
1878
1884
|
'emoji-background-color': unset,
|
|
1879
1885
|
'font-family': unset,
|
|
1880
1886
|
'font-letter-spacing': unset,
|
|
@@ -1883,14 +1889,16 @@ $chat-input-props: (
|
|
|
1883
1889
|
'font-text-decoration': unset,
|
|
1884
1890
|
'font-text-transform': unset,
|
|
1885
1891
|
'font-weight': unset,
|
|
1892
|
+
'foreground-color': unset,
|
|
1886
1893
|
'gap': unset,
|
|
1887
1894
|
'padding-bottom': unset,
|
|
1888
1895
|
'padding-left': unset,
|
|
1889
1896
|
'padding-right': unset,
|
|
1890
1897
|
'padding-top': unset,
|
|
1891
|
-
'
|
|
1892
|
-
'transition-
|
|
1893
|
-
'transition-
|
|
1898
|
+
'shadow': unset,
|
|
1899
|
+
'transition-duration': var(--cosmopolitan-duration-short),
|
|
1900
|
+
'transition-mode': ease,
|
|
1901
|
+
'transition-property': (background-color, color, border-color, opacity, box-shadow),
|
|
1894
1902
|
'translate': unset
|
|
1895
1903
|
);
|
|
1896
1904
|
$chat-marker-props: (
|
package/Themes/joy.scss
CHANGED
|
@@ -2468,6 +2468,7 @@ $chat-props: (
|
|
|
2468
2468
|
'font-weight': var(--joy-typography-body1-font-weight),
|
|
2469
2469
|
'foreground-color': var(--joy-scheme-foreground),
|
|
2470
2470
|
'gap': var(--joy-layout-space),
|
|
2471
|
+
'line-thickness': var(--joy-layout-thickness),
|
|
2471
2472
|
'padding-bottom': var(--joy-layout-space),
|
|
2472
2473
|
'padding-left': calc(var(--joy-layout-space) * 2),
|
|
2473
2474
|
'padding-right': calc(var(--joy-layout-space) * 2),
|
|
@@ -2498,6 +2499,11 @@ $chat-header-props: (
|
|
|
2498
2499
|
'translate': unset
|
|
2499
2500
|
);
|
|
2500
2501
|
$chat-input-props: (
|
|
2502
|
+
'background-color': var(--joy-scheme-background),
|
|
2503
|
+
'border-color': var(--joy-scheme-highlight),
|
|
2504
|
+
'border-radius': var(--joy-layout-radius),
|
|
2505
|
+
'border-style': solid,
|
|
2506
|
+
'border-width': var(--joy-layout-thickness),
|
|
2501
2507
|
'emoji-background-color': unset,
|
|
2502
2508
|
'font-family': unset,
|
|
2503
2509
|
'font-letter-spacing': unset,
|
|
@@ -2506,14 +2512,16 @@ $chat-input-props: (
|
|
|
2506
2512
|
'font-text-decoration': unset,
|
|
2507
2513
|
'font-text-transform': unset,
|
|
2508
2514
|
'font-weight': unset,
|
|
2515
|
+
'foreground-color': var(--joy-scheme-foreground),
|
|
2509
2516
|
'gap': unset,
|
|
2510
2517
|
'padding-bottom': unset,
|
|
2511
2518
|
'padding-left': unset,
|
|
2512
2519
|
'padding-right': unset,
|
|
2513
2520
|
'padding-top': unset,
|
|
2514
|
-
'
|
|
2515
|
-
'transition-
|
|
2516
|
-
'transition-
|
|
2521
|
+
'shadow': var(--joy-elevation-none),
|
|
2522
|
+
'transition-duration': var(--joy-duration-short),
|
|
2523
|
+
'transition-mode': ease,
|
|
2524
|
+
'transition-property': (background-color, color, border-color, opacity, box-shadow),
|
|
2517
2525
|
'translate': unset
|
|
2518
2526
|
);
|
|
2519
2527
|
$chat-marker-props: (
|
package/Themes/retro.scss
CHANGED
|
@@ -2264,6 +2264,7 @@ $chat-props: (
|
|
|
2264
2264
|
'font-weight': unset,
|
|
2265
2265
|
'foreground-color': unset,
|
|
2266
2266
|
'gap': unset,
|
|
2267
|
+
'line-thickness': var(--retro-layout-thickness),
|
|
2267
2268
|
'padding-bottom': unset,
|
|
2268
2269
|
'padding-left': unset,
|
|
2269
2270
|
'padding-right': unset,
|
|
@@ -2294,6 +2295,11 @@ $chat-header-props: (
|
|
|
2294
2295
|
'translate': unset
|
|
2295
2296
|
);
|
|
2296
2297
|
$chat-input-props: (
|
|
2298
|
+
'background-color': var(--retro-scheme-background),
|
|
2299
|
+
'border-color': var(--retro-scheme-highlight),
|
|
2300
|
+
'border-radius': var(--retro-layout-radius),
|
|
2301
|
+
'border-style': solid,
|
|
2302
|
+
'border-width': var(--retro-layout-thickness),
|
|
2297
2303
|
'emoji-background-color': unset,
|
|
2298
2304
|
'font-family': unset,
|
|
2299
2305
|
'font-letter-spacing': unset,
|
|
@@ -2302,14 +2308,20 @@ $chat-input-props: (
|
|
|
2302
2308
|
'font-text-decoration': unset,
|
|
2303
2309
|
'font-text-transform': unset,
|
|
2304
2310
|
'font-weight': unset,
|
|
2311
|
+
'foreground-color': var(--retro-scheme-foreground),
|
|
2305
2312
|
'gap': unset,
|
|
2306
2313
|
'padding-bottom': unset,
|
|
2307
2314
|
'padding-left': unset,
|
|
2308
2315
|
'padding-right': unset,
|
|
2309
2316
|
'padding-top': unset,
|
|
2310
|
-
'
|
|
2311
|
-
'
|
|
2312
|
-
'
|
|
2317
|
+
'shadow-blur': var(--retro-elevation-semilight-blur-0),
|
|
2318
|
+
'shadow-color': var(--retro-elevation-semilight-color-0),
|
|
2319
|
+
'shadow-offset-x': var(--retro-elevation-semilight-offset-x-0),
|
|
2320
|
+
'shadow-offset-y': var(--retro-elevation-semilight-offset-y-0),
|
|
2321
|
+
'shadow-spread': var(--retro-elevation-semilight-spread-0),
|
|
2322
|
+
'transition-duration': var(--retro-duration-short),
|
|
2323
|
+
'transition-mode': ease,
|
|
2324
|
+
'transition-property': (background-color, color, border-color, opacity, box-shadow),
|
|
2313
2325
|
'translate': unset
|
|
2314
2326
|
);
|
|
2315
2327
|
$chat-marker-props: (
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.108",
|
|
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.108",
|
|
19
19
|
"@ctrl/tinycolor": "^4.1.0",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|