@trustme24/flext 1.9.2 → 1.9.3
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/dist/index.cjs +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -726,6 +726,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
|
|
|
726
726
|
--un-bg-opacity: 100%;
|
|
727
727
|
--un-text-opacity: 100%;
|
|
728
728
|
--un-border-opacity: 100%;
|
|
729
|
+
--un-outline-opacity: 100%;
|
|
729
730
|
--un-ring-opacity: 100%;
|
|
730
731
|
--un-divide-opacity: 100%;
|
|
731
732
|
--un-placeholder-opacity: 100%;
|
package/dist/index.js
CHANGED