@trustme24/flext 1.9.3 → 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
@@ -727,6 +727,7 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
727
727
  --un-text-opacity: 100%;
728
728
  --un-border-opacity: 100%;
729
729
  --un-outline-opacity: 100%;
730
+ --un-outline-style: solid;
730
731
  --un-ring-opacity: 100%;
731
732
  --un-divide-opacity: 100%;
732
733
  --un-placeholder-opacity: 100%;
package/dist/index.js CHANGED
@@ -434,6 +434,7 @@ ${u.join(`
434
434
  --un-text-opacity: 100%;
435
435
  --un-border-opacity: 100%;
436
436
  --un-outline-opacity: 100%;
437
+ --un-outline-style: solid;
437
438
  --un-ring-opacity: 100%;
438
439
  --un-divide-opacity: 100%;
439
440
  --un-placeholder-opacity: 100%;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trustme24/flext",
3
- "version": "1.9.3",
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",