@onemrvapublic/design-system 21.0.1 → 21.0.3
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/README.md +3 -8
- package/package.json +2 -6
- package/fesm2022/onemrvapublic-design-system-mat-timepicker.mjs +0 -1296
- package/fesm2022/onemrvapublic-design-system-mat-timepicker.mjs.map +0 -1
- package/mat-timepicker/src/clock/clock.component.scss +0 -144
- package/mat-timepicker/src/timepicker-dialog/timepicker-dialog.component.scss +0 -64
- package/mat-timepicker/src/timepicker-toggle/timepicker-toggle.component.scss +0 -32
- package/types/onemrvapublic-design-system-mat-timepicker.d.ts +0 -370
package/README.md
CHANGED
|
@@ -33,17 +33,12 @@ If you need access to our design system board, send us a message.
|
|
|
33
33
|
@Bram Decuypere (NL / EN)
|
|
34
34
|
## Changelog
|
|
35
35
|
|
|
36
|
-
### 21.0.
|
|
36
|
+
### 21.0.3
|
|
37
37
|
|
|
38
|
-
## [21.0.
|
|
38
|
+
## [21.0.3](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/compare/v21.0.2...v21.0.3) (2026-02-13)
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
### Bug Fixes
|
|
42
42
|
|
|
43
|
-
* **
|
|
44
|
-
* **darkmode:** completely remove dark mode ([73ee991](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/73ee99169953acba795c59591a943b9710a24805))
|
|
45
|
-
* **label-font:** move label to poppins ([61c87e3](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/61c87e3e89b08e6ef84acc9f5bfafd34e081aadf))
|
|
46
|
-
* **darkmode:** remove dark mode from layout html ([06d5664](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/06d5664f94961d50666d3e323bcba1ceddaef5d4))
|
|
47
|
-
* **darkmode:** remove from global theme.onemrva ([286cd96](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/286cd969401d7af388db2750ca30a6b53e3cd390))
|
|
48
|
-
* **typography:** update font styles and align demo configuration with design system ([548f4fb](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/548f4fbe32faba37329e7c19bea7a59001962b0f))
|
|
43
|
+
* **timepicker:** remove the timepicker as it is replaced ([20ebb48](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/20ebb48b3fcc430ad9796797541cb6f99dd2dc07))
|
|
49
44
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onemrvapublic/design-system",
|
|
3
|
-
"version": "21.0.
|
|
3
|
+
"version": "21.0.3",
|
|
4
4
|
"description": "Design System Onem/Rva without theme included",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@ngx-translate/core": "^17.0.0",
|
|
21
21
|
"luxon": "^3.5.0",
|
|
22
22
|
"@ngrx/component-store": "^21.0.0",
|
|
23
|
-
"ngx-mask": "^
|
|
23
|
+
"ngx-mask": "^21.0.0",
|
|
24
24
|
"ibantools": "^4.5.1",
|
|
25
25
|
"libphonenumber-js": "^1.11.15"
|
|
26
26
|
},
|
|
@@ -192,10 +192,6 @@
|
|
|
192
192
|
"types": "./types/onemrvapublic-design-system-mat-task-list.d.ts",
|
|
193
193
|
"default": "./fesm2022/onemrvapublic-design-system-mat-task-list.mjs"
|
|
194
194
|
},
|
|
195
|
-
"./mat-timepicker": {
|
|
196
|
-
"types": "./types/onemrvapublic-design-system-mat-timepicker.d.ts",
|
|
197
|
-
"default": "./fesm2022/onemrvapublic-design-system-mat-timepicker.mjs"
|
|
198
|
-
},
|
|
199
195
|
"./mat-toast": {
|
|
200
196
|
"types": "./types/onemrvapublic-design-system-mat-toast.d.ts",
|
|
201
197
|
"default": "./fesm2022/onemrvapublic-design-system-mat-toast.mjs"
|