@uxf/styles 11.78.0 → 11.80.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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -189,3 +189,4 @@ const example = withUnit(80, "vh") /* returns "80vh" */
189
189
 
190
190
  - typed css units
191
191
  - shared types for utils
192
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxf/styles",
3
- "version": "11.78.0",
3
+ "version": "11.80.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -15,7 +15,7 @@
15
15
  "url": "git+https://gitlab.com/uxf-npm/styles.git"
16
16
  },
17
17
  "dependencies": {
18
- "@uxf/core": "11.78.0",
18
+ "@uxf/core": "11.80.4",
19
19
  "color2k": "2.0.3"
20
20
  },
21
21
  "devDependencies": {