@idscan/idvc2 3.1.0 → 3.1.1
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 -0
- package/dist/idvc.js +1 -1
- package/dist/idvc.js.gzip +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -81,6 +81,9 @@ import IDVC from '@idscan/idvc2'
|
|
|
81
81
|
|
|
82
82
|
## Version history
|
|
83
83
|
|
|
84
|
+
- **3.1.1**
|
|
85
|
+
- fix: unscoped styles
|
|
86
|
+
|
|
84
87
|
- **3.1.0**
|
|
85
88
|
- feat: added css variables: Primary brand color of the cube --color-loader-primary* Secondary brand color of the cube* --color-loader-secondary; Tertiary accent color of the cube --color-loader-tertiary
|
|
86
89
|
- feat: filtering of unwanted cameras
|