@breadstone/mosaik-themes 0.0.127 → 0.0.128
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/CHANGELOG.md +197 -0
- package/Themes/cosmopolitan.scss +31 -5
- package/Themes/joy.scss +49 -5
- package/Themes/retro.scss +31 -5
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,200 @@
|
|
|
1
|
+
## 0.0.127 (2025-08-21)
|
|
2
|
+
|
|
3
|
+
### 🚀 Features
|
|
4
|
+
|
|
5
|
+
- add FormValidator2 and provideForms for enhanced form validation capabilities ([0202e7092e](https://github.com/RueDeRennes/mosaik/commit/0202e7092e))
|
|
6
|
+
|
|
7
|
+
## 0.0.126 (2025-08-21)
|
|
8
|
+
|
|
9
|
+
This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
|
|
10
|
+
|
|
11
|
+
## 0.0.125 (2025-08-20)
|
|
12
|
+
|
|
13
|
+
This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
|
|
14
|
+
|
|
15
|
+
## 0.0.124 (2025-08-20)
|
|
16
|
+
|
|
17
|
+
### 🚀 Features
|
|
18
|
+
|
|
19
|
+
- update ChoiceElement template and styles for additional slot support ([e9d020bdf9](https://github.com/RueDeRennes/mosaik/commit/e9d020bdf9))
|
|
20
|
+
|
|
21
|
+
## 0.0.123 (2025-08-20)
|
|
22
|
+
|
|
23
|
+
### 🚀 Features
|
|
24
|
+
|
|
25
|
+
- add alignment property to HintElement and update template to support it ([985785e116](https://github.com/RueDeRennes/mosaik/commit/985785e116))
|
|
26
|
+
|
|
27
|
+
## 0.0.122 (2025-08-20)
|
|
28
|
+
|
|
29
|
+
### 🩹 Fixes
|
|
30
|
+
|
|
31
|
+
- add missing newline at end of package.json ([d79563d401](https://github.com/RueDeRennes/mosaik/commit/d79563d401))
|
|
32
|
+
|
|
33
|
+
## 0.0.121 (2025-08-20)
|
|
34
|
+
|
|
35
|
+
### 🚀 Features
|
|
36
|
+
|
|
37
|
+
- Add ToggleButtonGroup and DockPanel components with associated styles and tokens ([a9728a1a4e](https://github.com/RueDeRennes/mosaik/commit/a9728a1a4e))
|
|
38
|
+
|
|
39
|
+
## 0.0.120 (2025-08-18)
|
|
40
|
+
|
|
41
|
+
### 🚀 Features
|
|
42
|
+
|
|
43
|
+
- Add ToggleButtonElementValueAccessor and integrate with ToggleButtonComponent ([5e831d7fbd](https://github.com/RueDeRennes/mosaik/commit/5e831d7fbd))
|
|
44
|
+
|
|
45
|
+
## 0.0.119 (2025-08-18)
|
|
46
|
+
|
|
47
|
+
### 🩹 Fixes
|
|
48
|
+
|
|
49
|
+
- **release:** update version to 0.0.118 in release script ([4ac4717314](https://github.com/RueDeRennes/mosaik/commit/4ac4717314))
|
|
50
|
+
|
|
51
|
+
## 0.0.118 (2025-08-18)
|
|
52
|
+
|
|
53
|
+
### 🩹 Fixes
|
|
54
|
+
|
|
55
|
+
- **dialog:** update part name from 'scroller' to 'scroll' in dialog content styles chore: update release version to 0.0.117 in package.json ([b6605f00c0](https://github.com/RueDeRennes/mosaik/commit/b6605f00c0))
|
|
56
|
+
|
|
57
|
+
## 0.0.117 (2025-08-18)
|
|
58
|
+
|
|
59
|
+
### 🩹 Fixes
|
|
60
|
+
|
|
61
|
+
- **dialog): correct part name from 'scroller' to 'scroll' in _DialogContentElement.scss chore(release:** update release script version to 0.0.116 in package.json ([549b90aade](https://github.com/RueDeRennes/mosaik/commit/549b90aade))
|
|
62
|
+
|
|
63
|
+
## 0.0.116 (2025-08-18)
|
|
64
|
+
|
|
65
|
+
This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
|
|
66
|
+
|
|
67
|
+
## 0.0.115 (2025-08-18)
|
|
68
|
+
|
|
69
|
+
This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
|
|
70
|
+
|
|
71
|
+
## 0.0.114 (2025-08-17)
|
|
72
|
+
|
|
73
|
+
This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
|
|
74
|
+
|
|
75
|
+
## 0.0.113 (2025-08-17)
|
|
76
|
+
|
|
77
|
+
### 🚀 Features
|
|
78
|
+
|
|
79
|
+
- **dialog:** implement custom dialog slots and enhance dialog functionality ([dc13b4b8fe](https://github.com/RueDeRennes/mosaik/commit/dc13b4b8fe))
|
|
80
|
+
|
|
81
|
+
## 0.0.112 (2025-08-16)
|
|
82
|
+
|
|
83
|
+
This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
|
|
84
|
+
|
|
85
|
+
## 0.0.111 (2025-08-16)
|
|
86
|
+
|
|
87
|
+
This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
|
|
88
|
+
|
|
89
|
+
## 0.0.110 (2025-08-16)
|
|
90
|
+
|
|
91
|
+
This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
|
|
92
|
+
|
|
93
|
+
## 0.0.109 (2025-08-15)
|
|
94
|
+
|
|
95
|
+
### 🚀 Features
|
|
96
|
+
|
|
97
|
+
- **themes:** add content offset top property to app themes and adjust styles ([4490a7438b](https://github.com/RueDeRennes/mosaik/commit/4490a7438b))
|
|
98
|
+
- **instructions:** add initial blogpost writing guidelines and structure ([03fbd93fd8](https://github.com/RueDeRennes/mosaik/commit/03fbd93fd8))
|
|
99
|
+
|
|
100
|
+
## 0.0.108 (2025-08-15)
|
|
101
|
+
|
|
102
|
+
### 🚀 Features
|
|
103
|
+
|
|
104
|
+
- **chat:** enhance styling and theming for chat components ([b8f5a8f6c6](https://github.com/RueDeRennes/mosaik/commit/b8f5a8f6c6))
|
|
105
|
+
- **dialog): enhance DialogPortalComponent with dynamic properties and update button appearance feat(translator:** improve addTranslations method to merge existing translations chore: update release script version to 0.0.107 ([e6974a901b](https://github.com/RueDeRennes/mosaik/commit/e6974a901b))
|
|
106
|
+
|
|
107
|
+
## 0.0.107 (2025-08-15)
|
|
108
|
+
|
|
109
|
+
### 🚀 Features
|
|
110
|
+
|
|
111
|
+
- **instructions:** add guideline for using "const object + derived union" pattern chore: update release version to 0.0.106 ([28ffdf76fb](https://github.com/RueDeRennes/mosaik/commit/28ffdf76fb))
|
|
112
|
+
|
|
113
|
+
## 0.0.106 (2025-08-15)
|
|
114
|
+
|
|
115
|
+
### 🚀 Features
|
|
116
|
+
|
|
117
|
+
- Add ScrubSlider component with multiple themes and styles ([d1db809262](https://github.com/RueDeRennes/mosaik/commit/d1db809262))
|
|
118
|
+
- **instructions:** add guidelines for self-closing tags and update constructor injection recommendation ([12118c959d](https://github.com/RueDeRennes/mosaik/commit/12118c959d))
|
|
119
|
+
|
|
120
|
+
## 0.0.105 (2025-08-14)
|
|
121
|
+
|
|
122
|
+
This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
|
|
123
|
+
|
|
124
|
+
## 0.0.104 (2025-08-14)
|
|
125
|
+
|
|
126
|
+
This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
|
|
127
|
+
|
|
128
|
+
## 0.0.103 (2025-08-13)
|
|
129
|
+
|
|
130
|
+
This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
|
|
131
|
+
|
|
132
|
+
## 0.0.102 (2025-08-12)
|
|
133
|
+
|
|
134
|
+
### 🩹 Fixes
|
|
135
|
+
|
|
136
|
+
- **release:** update release version to 0.0.101 in package.json ([86223aaef2](https://github.com/RueDeRennes/mosaik/commit/86223aaef2))
|
|
137
|
+
|
|
138
|
+
## 0.0.101 (2025-08-12)
|
|
139
|
+
|
|
140
|
+
### 🩹 Fixes
|
|
141
|
+
|
|
142
|
+
- **release:** update release version to 0.0.100 in package.json ([6b4d2ead65](https://github.com/RueDeRennes/mosaik/commit/6b4d2ead65))
|
|
143
|
+
|
|
144
|
+
## 0.0.100 (2025-08-12)
|
|
145
|
+
|
|
146
|
+
### 🩹 Fixes
|
|
147
|
+
|
|
148
|
+
- update release version to 0.0.99 in package.json ([00ce8821ae](https://github.com/RueDeRennes/mosaik/commit/00ce8821ae))
|
|
149
|
+
|
|
150
|
+
## 0.0.99 (2025-08-11)
|
|
151
|
+
|
|
152
|
+
### 🩹 Fixes
|
|
153
|
+
|
|
154
|
+
- update release version to 0.0.98 in package.json ([7b87750763](https://github.com/RueDeRennes/mosaik/commit/7b87750763))
|
|
155
|
+
|
|
156
|
+
## 0.0.98 (2025-08-11)
|
|
157
|
+
|
|
158
|
+
### 🩹 Fixes
|
|
159
|
+
|
|
160
|
+
- update release version to 0.0.97 in package.json ([332303fb5e](https://github.com/RueDeRennes/mosaik/commit/332303fb5e))
|
|
161
|
+
|
|
162
|
+
## 0.0.97 (2025-08-11)
|
|
163
|
+
|
|
164
|
+
### 🩹 Fixes
|
|
165
|
+
|
|
166
|
+
- update release version to 0.0.96 in package.json ([6837da25c3](https://github.com/RueDeRennes/mosaik/commit/6837da25c3))
|
|
167
|
+
|
|
168
|
+
## 0.0.96 (2025-08-10)
|
|
169
|
+
|
|
170
|
+
### 🩹 Fixes
|
|
171
|
+
|
|
172
|
+
- update @types/node to version 24.2.1 across multiple packages ([1d3b606f14](https://github.com/RueDeRennes/mosaik/commit/1d3b606f14))
|
|
173
|
+
- update release version to 0.0.95 in package.json ([c1d12c2301](https://github.com/RueDeRennes/mosaik/commit/c1d12c2301))
|
|
174
|
+
|
|
175
|
+
## 0.0.95 (2025-08-09)
|
|
176
|
+
|
|
177
|
+
### 🩹 Fixes
|
|
178
|
+
|
|
179
|
+
- update import path for FileCache and increment release version to 0.0.94 ([54601adcea](https://github.com/RueDeRennes/mosaik/commit/54601adcea))
|
|
180
|
+
|
|
181
|
+
## 0.0.94 (2025-08-09)
|
|
182
|
+
|
|
183
|
+
### 🩹 Fixes
|
|
184
|
+
|
|
185
|
+
- add missing newline at end of package.json ([32f8168058](https://github.com/RueDeRennes/mosaik/commit/32f8168058))
|
|
186
|
+
|
|
187
|
+
## 0.0.93 (2025-08-09)
|
|
188
|
+
|
|
189
|
+
### 🚀 Features
|
|
190
|
+
|
|
191
|
+
- enhance executors with additional imports and caching utility integration ([626574efac](https://github.com/RueDeRennes/mosaik/commit/626574efac))
|
|
192
|
+
- implement caching utility and update executors to use it ([109456ef58](https://github.com/RueDeRennes/mosaik/commit/109456ef58))
|
|
193
|
+
|
|
194
|
+
### 🩹 Fixes
|
|
195
|
+
|
|
196
|
+
- update cache enabling logic across multiple executors ([91828dcf26](https://github.com/RueDeRennes/mosaik/commit/91828dcf26))
|
|
197
|
+
|
|
1
198
|
## 0.0.92 (2025-08-08)
|
|
2
199
|
|
|
3
200
|
This was a version bump only for mosaik-themes to align it with other projects, there were no code changes.
|
package/Themes/cosmopolitan.scss
CHANGED
|
@@ -1304,6 +1304,32 @@ $breadcrumb-item-props: (
|
|
|
1304
1304
|
'transition-property': unset,
|
|
1305
1305
|
'translate': unset
|
|
1306
1306
|
);
|
|
1307
|
+
$busy-state-props: (
|
|
1308
|
+
'font-family': unset,
|
|
1309
|
+
'font-letter-spacing': unset,
|
|
1310
|
+
'font-line-height': unset,
|
|
1311
|
+
'font-size': unset,
|
|
1312
|
+
'font-text-decoration': unset,
|
|
1313
|
+
'font-text-transform': unset,
|
|
1314
|
+
'font-weight': unset,
|
|
1315
|
+
'foreground-color': unset,
|
|
1316
|
+
'gap': unset,
|
|
1317
|
+
'header-font-family': unset,
|
|
1318
|
+
'header-font-letter-spacing': unset,
|
|
1319
|
+
'header-font-line-height': unset,
|
|
1320
|
+
'header-font-size': unset,
|
|
1321
|
+
'header-font-text-decoration': unset,
|
|
1322
|
+
'header-font-text-transform': unset,
|
|
1323
|
+
'header-font-weight': unset,
|
|
1324
|
+
'padding-bottom': unset,
|
|
1325
|
+
'padding-left': unset,
|
|
1326
|
+
'padding-right': unset,
|
|
1327
|
+
'padding-top': unset,
|
|
1328
|
+
'transition-duration': unset,
|
|
1329
|
+
'transition-mode': unset,
|
|
1330
|
+
'transition-property': unset,
|
|
1331
|
+
'translate': unset
|
|
1332
|
+
);
|
|
1307
1333
|
$button-props: (
|
|
1308
1334
|
'background-color': var(--cosmopolitan-scheme-background),
|
|
1309
1335
|
'border-color': var(--cosmopolitan-scheme-highlight),
|
|
@@ -1891,11 +1917,11 @@ $chat-input-props: (
|
|
|
1891
1917
|
'font-text-transform': unset,
|
|
1892
1918
|
'font-weight': unset,
|
|
1893
1919
|
'foreground-color': unset,
|
|
1894
|
-
'gap':
|
|
1895
|
-
'padding-bottom':
|
|
1896
|
-
'padding-left':
|
|
1897
|
-
'padding-right':
|
|
1898
|
-
'padding-top':
|
|
1920
|
+
'gap': var(--cosmopolitan-layout-space),
|
|
1921
|
+
'padding-bottom': var(--cosmopolitan-layout-space),
|
|
1922
|
+
'padding-left': calc(var(--cosmopolitan-layout-space) * 1.5),
|
|
1923
|
+
'padding-right': calc(var(--cosmopolitan-layout-space) * 1.5),
|
|
1924
|
+
'padding-top': var(--cosmopolitan-layout-space),
|
|
1899
1925
|
'shadow': unset,
|
|
1900
1926
|
'transition-duration': var(--cosmopolitan-duration-short),
|
|
1901
1927
|
'transition-mode': ease,
|
package/Themes/joy.scss
CHANGED
|
@@ -1928,6 +1928,32 @@ $breadcrumb-item-props: (
|
|
|
1928
1928
|
'transition-property': unset,
|
|
1929
1929
|
'translate': unset
|
|
1930
1930
|
);
|
|
1931
|
+
$busy-state-props: (
|
|
1932
|
+
'font-family': unset,
|
|
1933
|
+
'font-letter-spacing': unset,
|
|
1934
|
+
'font-line-height': unset,
|
|
1935
|
+
'font-size': unset,
|
|
1936
|
+
'font-text-decoration': unset,
|
|
1937
|
+
'font-text-transform': unset,
|
|
1938
|
+
'font-weight': unset,
|
|
1939
|
+
'foreground-color': var(--joy-scheme-middlelight),
|
|
1940
|
+
'gap': var(--joy-layout-space),
|
|
1941
|
+
'header-font-family': var(--joy-font-family),
|
|
1942
|
+
'header-font-letter-spacing': var(--joy-typography-body1-letter-spacing),
|
|
1943
|
+
'header-font-line-height': var(--joy-typography-body1-line-height),
|
|
1944
|
+
'header-font-size': var(--joy-typography-body1-font-size),
|
|
1945
|
+
'header-font-text-decoration': var(--joy-typography-body1-text-decoration),
|
|
1946
|
+
'header-font-text-transform': var(--joy-typography-body1-text-transform),
|
|
1947
|
+
'header-font-weight': var(--joy-typography-body1-font-weight),
|
|
1948
|
+
'padding-bottom': calc(var(--joy-layout-space) * 2),
|
|
1949
|
+
'padding-left': calc(var(--joy-layout-space) * 2),
|
|
1950
|
+
'padding-right': calc(var(--joy-layout-space) * 2),
|
|
1951
|
+
'padding-top': calc(var(--joy-layout-space) * 2),
|
|
1952
|
+
'transition-duration': unset,
|
|
1953
|
+
'transition-mode': unset,
|
|
1954
|
+
'transition-property': unset,
|
|
1955
|
+
'translate': unset
|
|
1956
|
+
);
|
|
1931
1957
|
$button-props: (
|
|
1932
1958
|
'background-color': var(--joy-scheme-background),
|
|
1933
1959
|
'border-color': var(--joy-scheme-highlight),
|
|
@@ -2514,11 +2540,11 @@ $chat-input-props: (
|
|
|
2514
2540
|
'font-text-transform': unset,
|
|
2515
2541
|
'font-weight': unset,
|
|
2516
2542
|
'foreground-color': var(--joy-scheme-foreground),
|
|
2517
|
-
'gap':
|
|
2518
|
-
'padding-bottom':
|
|
2519
|
-
'padding-left':
|
|
2520
|
-
'padding-right':
|
|
2521
|
-
'padding-top':
|
|
2543
|
+
'gap': var(--joy-layout-space),
|
|
2544
|
+
'padding-bottom': var(--joy-layout-space),
|
|
2545
|
+
'padding-left': calc(var(--joy-layout-space) * 1.5),
|
|
2546
|
+
'padding-right': calc(var(--joy-layout-space) * 1.5),
|
|
2547
|
+
'padding-top': var(--joy-layout-space),
|
|
2522
2548
|
'shadow': var(--joy-elevation-none),
|
|
2523
2549
|
'transition-duration': var(--joy-duration-short),
|
|
2524
2550
|
'transition-mode': ease,
|
|
@@ -2611,6 +2637,24 @@ $chat-message-divider-props: (
|
|
|
2611
2637
|
'transition-property': unset,
|
|
2612
2638
|
'translate': unset
|
|
2613
2639
|
);
|
|
2640
|
+
$chat-voice-recorder-tool-props: (
|
|
2641
|
+
'font-family': unset,
|
|
2642
|
+
'font-letter-spacing': unset,
|
|
2643
|
+
'font-line-height': unset,
|
|
2644
|
+
'font-size': unset,
|
|
2645
|
+
'font-text-decoration': unset,
|
|
2646
|
+
'font-text-transform': unset,
|
|
2647
|
+
'font-weight': unset,
|
|
2648
|
+
'gap': unset,
|
|
2649
|
+
'padding-bottom': unset,
|
|
2650
|
+
'padding-left': unset,
|
|
2651
|
+
'padding-right': unset,
|
|
2652
|
+
'padding-top': unset,
|
|
2653
|
+
'transition-duration': unset,
|
|
2654
|
+
'transition-mode': unset,
|
|
2655
|
+
'transition-property': unset,
|
|
2656
|
+
'translate': unset
|
|
2657
|
+
);
|
|
2614
2658
|
$check-box-props: (
|
|
2615
2659
|
'background-color': var(--joy-scheme-background),
|
|
2616
2660
|
'border-color': var(--joy-scheme-highlight),
|
package/Themes/retro.scss
CHANGED
|
@@ -1698,6 +1698,32 @@ $breadcrumb-item-props: (
|
|
|
1698
1698
|
'transition-property': unset,
|
|
1699
1699
|
'translate': unset
|
|
1700
1700
|
);
|
|
1701
|
+
$busy-state-props: (
|
|
1702
|
+
'font-family': unset,
|
|
1703
|
+
'font-letter-spacing': unset,
|
|
1704
|
+
'font-line-height': unset,
|
|
1705
|
+
'font-size': unset,
|
|
1706
|
+
'font-text-decoration': unset,
|
|
1707
|
+
'font-text-transform': unset,
|
|
1708
|
+
'font-weight': unset,
|
|
1709
|
+
'foreground-color': var(--retro-scheme-middlelight),
|
|
1710
|
+
'gap': var(--retro-layout-space),
|
|
1711
|
+
'header-font-family': var(--retro-font-family),
|
|
1712
|
+
'header-font-letter-spacing': var(--retro-typography-body1-letter-spacing),
|
|
1713
|
+
'header-font-line-height': var(--retro-typography-body1-line-height),
|
|
1714
|
+
'header-font-size': var(--retro-typography-body1-font-size),
|
|
1715
|
+
'header-font-text-decoration': var(--retro-typography-body1-text-decoration),
|
|
1716
|
+
'header-font-text-transform': var(--retro-typography-body1-text-transform),
|
|
1717
|
+
'header-font-weight': var(--retro-typography-body1-font-weight),
|
|
1718
|
+
'padding-bottom': calc(var(--retro-layout-space) * 2),
|
|
1719
|
+
'padding-left': calc(var(--retro-layout-space) * 2),
|
|
1720
|
+
'padding-right': calc(var(--retro-layout-space) * 2),
|
|
1721
|
+
'padding-top': calc(var(--retro-layout-space) * 2),
|
|
1722
|
+
'transition-duration': unset,
|
|
1723
|
+
'transition-mode': unset,
|
|
1724
|
+
'transition-property': unset,
|
|
1725
|
+
'translate': unset
|
|
1726
|
+
);
|
|
1701
1727
|
$button-props: (
|
|
1702
1728
|
'background-color': var(--retro-scheme-background),
|
|
1703
1729
|
'border-color': var(--retro-scheme-contrast),
|
|
@@ -2310,11 +2336,11 @@ $chat-input-props: (
|
|
|
2310
2336
|
'font-text-transform': unset,
|
|
2311
2337
|
'font-weight': unset,
|
|
2312
2338
|
'foreground-color': var(--retro-scheme-foreground),
|
|
2313
|
-
'gap':
|
|
2314
|
-
'padding-bottom':
|
|
2315
|
-
'padding-left':
|
|
2316
|
-
'padding-right':
|
|
2317
|
-
'padding-top':
|
|
2339
|
+
'gap': var(--retro-layout-space),
|
|
2340
|
+
'padding-bottom': var(--retro-layout-space),
|
|
2341
|
+
'padding-left': calc(var(--retro-layout-space) * 1.5),
|
|
2342
|
+
'padding-right': calc(var(--retro-layout-space) * 1.5),
|
|
2343
|
+
'padding-top': var(--retro-layout-space),
|
|
2318
2344
|
'shadow-blur': var(--retro-elevation-semilight-blur-0),
|
|
2319
2345
|
'shadow-color': var(--retro-elevation-semilight-color-0),
|
|
2320
2346
|
'shadow-offset-x': var(--retro-elevation-semilight-offset-x-0),
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@breadstone/mosaik-themes",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.128",
|
|
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.128",
|
|
19
19
|
"@ctrl/tinycolor": "^4.1.0",
|
|
20
20
|
"tslib": "^2.8.1"
|
|
21
21
|
},
|