@trustme24/flext 1.9.2 → 1.9.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.
package/dist/index.cjs CHANGED
@@ -726,6 +726,8 @@ 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%;
730
+ --un-outline-style: solid;
729
731
  --un-ring-opacity: 100%;
730
732
  --un-divide-opacity: 100%;
731
733
  --un-placeholder-opacity: 100%;
package/dist/index.js CHANGED
@@ -433,6 +433,8 @@ ${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%;
437
+ --un-outline-style: solid;
436
438
  --un-ring-opacity: 100%;
437
439
  --un-divide-opacity: 100%;
438
440
  --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.4",
4
4
  "description": "A Powerful Templating Engine",
5
5
  "keywords": ["templates", "templating engine", "modular templates", "handlebars"],
6
6
  "type": "module",