@juligc99/loro-ui 0.0.1 → 0.0.7
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 +2 -0
- package/fesm2022/juligc99-loro-ui.mjs +194 -61
- package/fesm2022/juligc99-loro-ui.mjs.map +1 -1
- package/package.json +20 -3
- package/styles/_breakpoints.scss +10 -6
- package/types/juligc99-loro-ui.d.ts +64 -24
package/README.md
CHANGED
|
@@ -41,6 +41,8 @@ Once the project is built, you can publish your library by following these steps
|
|
|
41
41
|
npm publish
|
|
42
42
|
```
|
|
43
43
|
|
|
44
|
+
4194ceb188576bc286d666413ed1d95a86034d43bb196f536a59fa97b431c32c
|
|
45
|
+
|
|
44
46
|
## Running unit tests
|
|
45
47
|
|
|
46
48
|
To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command:
|