adminium 1.0.1-beta.5 → 1.0.1-beta.7

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.
@@ -2366,6 +2366,11 @@
2366
2366
  border-inline-end-width: 0px;
2367
2367
  }
2368
2368
  }
2369
+ .\[\&_\[data-slot\=input\]\]\:flex {
2370
+ & [data-slot=input] {
2371
+ display: flex;
2372
+ }
2373
+ }
2369
2374
  .\[\&_\[data-slot\=input\]\]\:h-auto {
2370
2375
  & [data-slot=input] {
2371
2376
  height: auto;
@@ -2519,11 +2524,6 @@
2519
2524
  border-end-end-radius: 0;
2520
2525
  }
2521
2526
  }
2522
- .\[\&_\[data-slot\[input\]\]\]\:flex {
2523
- & [data-slot[input]] {
2524
- display: flex;
2525
- }
2526
- }
2527
2527
  .\[\&_p\]\:mb-2 {
2528
2528
  & p {
2529
2529
  margin-bottom: calc(var(--spacing) * 2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adminium",
3
- "version": "1.0.1-beta.5",
3
+ "version": "1.0.1-beta.7",
4
4
  "description": "Metronic UI Component Library - A beautiful, reusable React component library built with Tailwind CSS",
5
5
  "author": "linkedunion",
6
6
  "license": "MIT",