@onemrvapublic/design-system 21.1.1-develop.2 → 21.1.1-develop.4

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 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.1.1-develop.2
36
+ ### 21.1.1-develop.4
37
37
 
38
- ## [21.1.1-develop.2](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/compare/v21.1.1-develop.1...v21.1.1-develop.2) (2026-02-27)
38
+ ## [21.1.1-develop.4](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/compare/v21.1.1-develop.3...v21.1.1-develop.4) (2026-03-05)
39
39
 
40
40
 
41
41
  ### Bug Fixes
42
42
 
43
- * **empty-row:** make reset filters optional ([09a86f0](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/09a86f0e6073d5ff0fccd121a5af2a04855f71c2))
43
+ * **ds-version:** update internal version ([c305ee2](https://rvaonem.ghe.com/AS-DESIGN-SYSTEM/core/commit/c305ee29f3940e2306eaffda8f90465151437cc7))
44
44
 
@@ -1,4 +1,4 @@
1
- const DS_VERSION = '1.0.0';
1
+ const DS_VERSION = '21.1.1-develop.4_';
2
2
 
3
3
  const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;
4
4
 
@@ -1 +1 @@
1
- {"version":3,"file":"onemrvapublic-design-system.mjs","sources":["../../../../projects/onemrva/design-system/version.ts","../../../../projects/onemrva/design-system/index.ts","../../../../projects/onemrva/design-system/onemrvapublic-design-system.ts"],"sourcesContent":["export const DS_VERSION = '__VERSION__';\n","export { DS_VERSION } from './version';\n\nexport const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAO,MAAM,UAAU,GAAG;;ACEnB,MAAM,yCAAyC,GAAG;;ACFzD;;AAEG;;;;"}
1
+ {"version":3,"file":"onemrvapublic-design-system.mjs","sources":["../../../../projects/onemrva/design-system/version.ts","../../../../projects/onemrva/design-system/index.ts","../../../../projects/onemrva/design-system/onemrvapublic-design-system.ts"],"sourcesContent":["export const DS_VERSION = '__VERSION___';\n","export { DS_VERSION } from './version';\n\nexport const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;\n","/**\n * Generated bundle index. Do not edit.\n */\n\nexport * from './index';\n"],"names":[],"mappings":"AAAO,MAAM,UAAU,GAAG;;ACEnB,MAAM,yCAAyC,GAAG;;ACFzD;;AAEG;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onemrvapublic/design-system",
3
- "version": "21.1.1-develop.2",
3
+ "version": "21.1.1-develop.4",
4
4
  "description": "Design System Onem/Rva without theme included",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -1,4 +1,4 @@
1
- declare const DS_VERSION = "__VERSION__";
1
+ declare const DS_VERSION = "__VERSION___";
2
2
 
3
3
  declare const ɵɵtsModuleIndicatorApiExtractorWorkaround = true;
4
4