@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 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
@@ -433,6 +433,7 @@ ${u.join(`
433
433
  --un-bg-opacity: 100%;
434
434
  --un-text-opacity: 100%;
435
435
  --un-border-opacity: 100%;
436
+ --un-outline-opacity: 100%;
436
437
  --un-ring-opacity: 100%;
437
438
  --un-divide-opacity: 100%;
438
439
  --un-placeholder-opacity: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustme24/flext",
3
- "version": "1.9.2",
3
+ "version": "1.9.3",
4
4
  "description": "A Powerful Templating Engine",
5
5
  "keywords": ["templates", "templating engine", "modular templates", "handlebars"],
6
6
  "type": "module",