@club-employes/utopia 2.16.0 → 3.0.0
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/icons-list.json +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +1473 -1122
- package/dist/utopia.css +1 -1
- package/package.json +1 -1
package/dist/icons-list.json
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -183,6 +183,8 @@ export declare const InputCode: DefineComponent<InputCodeProps>
|
|
|
183
183
|
export declare const DataTable: DefineComponent<DataTableProps>
|
|
184
184
|
export declare const ThemeProvider: DefineComponent<ThemeProviderProps>
|
|
185
185
|
export declare const DefaultLayout: DefineComponent<{}>
|
|
186
|
+
export declare const AuthLayout: DefineComponent<{}>
|
|
187
|
+
export declare const Slider: DefineComponent<{}>
|
|
186
188
|
|
|
187
189
|
// Theme exports
|
|
188
190
|
export declare const clubEmployesLight: ThemeConfig
|