dozy 1.0.25 → 1.0.26

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.
@@ -1,5 +1,6 @@
1
1
  @utility xaibar {
2
- @apply absolute w-full h-13;
2
+ height: 52px;
3
+ @apply absolute w-full;
3
4
  @apply flex justify-evenly items-center border-t-1 border-b-1;
4
5
  @apply backdrop-blur-xs bg-(--xai-primary-light)/40;
5
6
  /* @apply shadow-[0_0_2px_1px_#0005]; */
package/dist/index.d.ts CHANGED
@@ -187,7 +187,7 @@ export declare class StringObfuscator {
187
187
  export type Items<T> = {
188
188
  [key: string]: T;
189
189
  };
190
- export declare const DOZY = "1.0.25";
190
+ export declare const DOZY = "1.0.26";
191
191
  export * from "axios";
192
192
  export * from "zod";
193
193