@openmrs/esm-styleguide 4.2.0 → 4.2.1-pre.611

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.
@@ -1,4 +1,4 @@
1
- @openmrs/esm-styleguide:build: cache hit, replaying output 54aec375e9ee7977
1
+ @openmrs/esm-styleguide:build: cache hit, replaying output abaa0df76b5a9a19
2
2
  @openmrs/esm-styleguide:build: assets by info 2.4 MiB [immutable]
3
3
  @openmrs/esm-styleguide:build:  assets by path *.woff 1.35 MiB
4
4
  @openmrs/esm-styleguide:build:  asset d96e5a614e96c351c453.woff 24.5 KiB [emitted] [immutable] [from: ../../../node_modules/@ibm/plex/IBM-Plex-Serif/fonts/split/woff/IBMPlexSerif-SemiBoldItalic-Cyrillic.woff] (auxiliary name: main)
@@ -46,4 +46,4 @@
46
46
  @openmrs/esm-styleguide:build: You can limit the size of your bundles by using import() or require.ensure to lazy load some parts of your application.
47
47
  @openmrs/esm-styleguide:build: For more info visit https://webpack.js.org/guides/code-splitting/
48
48
  @openmrs/esm-styleguide:build: 
49
- @openmrs/esm-styleguide:build: webpack 5.74.0 compiled with 3 warnings in 16820 ms
49
+ @openmrs/esm-styleguide:build: webpack 5.74.0 compiled with 3 warnings in 18297 ms
package/README.md CHANGED
@@ -6,4 +6,4 @@ All our frontend UI development is based on [Carbon Design System](https://www.c
6
6
 
7
7
  Please see the Developer Documentation page [Using Carbon and the Styleguide](https://openmrs.github.io/openmrs-esm-core/#/main/carbon).
8
8
 
9
- See also the [full, detailed styleguide in Zeplin here](https://app.zeplin.io/styleguide/60d5ecb9efdcd81256117e7d/components) (let us know if you require an invitation)
9
+ Check out the [full, detailed styleguide in Zeplin here](https://app.zeplin.io/styleguide/60d5ecb9efdcd81256117e7d/components) (let us know if you require an invitation) and our [design documentation](https://zeroheight.com/23a080e38/p/880723--introduction).
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "4.2.0",
3
+ "version": "4.2.1-pre.611",
4
4
  "license": "MPL-2.0",
5
5
  "description": "The styleguide for OpenMRS SPA",
6
6
  "browser": "dist/openmrs-esm-styleguide.js",
@@ -52,9 +52,9 @@
52
52
  "rxjs": "6.x"
53
53
  },
54
54
  "devDependencies": {
55
- "@openmrs/esm-extensions": "^4.2.0",
56
- "@openmrs/esm-react-utils": "^4.2.0",
57
- "@openmrs/esm-state": "^4.2.0",
55
+ "@openmrs/esm-extensions": "^4.2.1-pre.611",
56
+ "@openmrs/esm-react-utils": "^4.2.1-pre.611",
57
+ "@openmrs/esm-state": "^4.2.1-pre.611",
58
58
  "autoprefixer": "^9.8.8",
59
59
  "css-minimizer-webpack-plugin": "^1.2.0",
60
60
  "i18next": "^19.6.0",
@@ -65,5 +65,5 @@
65
65
  "react-dom": "^18.1.0",
66
66
  "rxjs": "^6.5.3"
67
67
  },
68
- "gitHead": "40db66e8cb9c115b06d0511979417ce5ea5c7543"
68
+ "gitHead": "4ba675a74592f2b1c1035f8d55117b0957825a37"
69
69
  }