@openmrs/esm-styleguide 5.3.3-pre.1261 → 5.3.3-pre.1263

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 983545404dc1f912
1
+ @openmrs/esm-styleguide:build: cache hit, replaying output bc3498c7ab1ac2b7
2
2
  @openmrs/esm-styleguide:build: Browserslist: caniuse-lite is outdated. Please run:
3
3
  @openmrs/esm-styleguide:build:  npx update-browserslist-db@latest
4
4
  @openmrs/esm-styleguide:build:  Why you should do it regularly: https://github.com/browserslist/update-db#readme
@@ -53,4 +53,4 @@
53
53
  @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.
54
54
  @openmrs/esm-styleguide:build: For more info visit https://webpack.js.org/guides/code-splitting/
55
55
  @openmrs/esm-styleguide:build: 
56
- @openmrs/esm-styleguide:build: webpack 5.88.0 compiled with 3 warnings in 15811 ms
56
+ @openmrs/esm-styleguide:build: webpack 5.88.0 compiled with 3 warnings in 16171 ms
package/README.md CHANGED
@@ -4,6 +4,4 @@ The styleguide for OpenMRS.
4
4
 
5
5
  All our frontend UI development is based on [Carbon Design System](https://www.carbondesignsystem.com/).
6
6
 
7
- Please see the Developer Documentation page [Using Carbon and the Styleguide](https://openmrs.github.io/openmrs-esm-core/#/main/carbon).
8
-
9
7
  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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openmrs/esm-styleguide",
3
- "version": "5.3.3-pre.1261",
3
+ "version": "5.3.3-pre.1263",
4
4
  "license": "MPL-2.0",
5
5
  "description": "The styleguide for OpenMRS SPA",
6
6
  "browser": "dist/openmrs-esm-styleguide.js",
@@ -60,9 +60,9 @@
60
60
  "rxjs": "6.x"
61
61
  },
62
62
  "devDependencies": {
63
- "@openmrs/esm-extensions": "5.3.3-pre.1261",
64
- "@openmrs/esm-react-utils": "5.3.3-pre.1261",
65
- "@openmrs/esm-state": "5.3.3-pre.1261",
63
+ "@openmrs/esm-extensions": "5.3.3-pre.1263",
64
+ "@openmrs/esm-react-utils": "5.3.3-pre.1263",
65
+ "@openmrs/esm-state": "5.3.3-pre.1263",
66
66
  "autoprefixer": "^9.8.8",
67
67
  "css-minimizer-webpack-plugin": "^1.2.0",
68
68
  "i18next": "^21.10.0",