@ithinkdt/ui 4.0.16 → 4.0.17

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/esm/design.d.ts CHANGED
@@ -163,12 +163,6 @@ export declare const AppAccount: (
163
163
  },
164
164
  ) => VNode
165
165
 
166
- export declare const AppFullscreen: (
167
- props: PublicProps & {
168
- onChange?: ((isFullscreen: boolean) => void) | undefined
169
- },
170
- ) => VNode
171
-
172
166
  export declare const AppAppearance: (
173
167
  props: PublicProps & {
174
168
  'mode'?: 'auto' | 'light' | 'dark' | undefined
package/esm/directives.js CHANGED
@@ -1,2 +1,2 @@
1
- import { i as e, n as t, r as n, t as r } from "./directives-g3YmS-dM.js";
1
+ import { i as e, n as t, r as n, t as r } from "./directives-Chz4DK1u.js";
2
2
  export { r as SpinDirectiveProvider, n as TooltipDirectiveProvider, t as vSpin, e as vTooltip };