@onemrvapublic/design-system 21.0.0-develop.11 → 21.0.0-develop.13
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 -3
- 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,12 +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.0-develop.
|
|
36
|
+
### 21.0.0-develop.13
|
|
37
37
|
|
|
38
|
-
# [21.0.0-develop.
|
|
38
|
+
# [21.0.0-develop.13](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/compare/v21.0.0-develop.12...v21.0.0-develop.13) (2026-02-13)
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
### Bug Fixes
|
|
42
42
|
|
|
43
|
-
* **
|
|
43
|
+
* **timepicker:** remove the timepicker as it is replaced ([20ebb48](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/20ebb48b3fcc430ad9796797541cb6f99dd2dc07))
|
|
44
44
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@onemrvapublic/design-system",
|
|
3
|
-
"version": "21.0.0-develop.
|
|
3
|
+
"version": "21.0.0-develop.13",
|
|
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"
|