gd-bs 5.8.3 → 5.8.6
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/build/bs.js +1 -1
- package/build/components/modal/index.js +36 -4
- package/build/components/offcanvas/index.js +36 -4
- package/dist/gd-bs-icons.js +2 -24070
- package/dist/gd-bs-icons.js.LICENSE.txt +8755 -0
- package/dist/gd-bs-icons.min.js +1 -1
- package/dist/gd-bs.d.ts +5 -0
- package/dist/gd-bs.js +2 -3706
- package/dist/gd-bs.js.LICENSE.txt +1367 -0
- package/dist/gd-bs.min.js +1 -1
- package/package.json +61 -60
- package/pnpm-lock.yaml +3 -63
- package/src/components/modal/index.ts +34 -4
- package/src/components/offcanvas/index.ts +34 -4
- package/src/components/offcanvas/types.d.ts +5 -0
package/dist/gd-bs.d.ts
CHANGED
|
@@ -2200,6 +2200,11 @@ declare module 'gd-bs/components/offcanvas/types' {
|
|
|
2200
2200
|
*/
|
|
2201
2201
|
export const Offcanvas: (props: IOffcanvasProps, template?: string) => IOffcanvas;
|
|
2202
2202
|
|
|
2203
|
+
/**
|
|
2204
|
+
* Offcanvas Sizes
|
|
2205
|
+
*/
|
|
2206
|
+
export const OffcanvasSize: IOffcanvasSize;
|
|
2207
|
+
|
|
2203
2208
|
/**
|
|
2204
2209
|
* Offcanvas Types
|
|
2205
2210
|
*/
|