gd-bs 6.6.59 → 6.6.60

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/gd-bs.d.ts CHANGED
@@ -1658,7 +1658,7 @@ declare module 'gd-bs/components/jumbotron/types' {
1658
1658
  */
1659
1659
  export const Jumbotron: (props: IJumbotronProps, template?: string) => IJumbotron;
1660
1660
  export const JumbotronSize: IJumbotronSize;
1661
- export const JumbotronType: IJumbotronTypes;
1661
+ export const JumbotronTypes: IJumbotronTypes;
1662
1662
 
1663
1663
  import { IBaseProps } from "gd-bs/components/types";
1664
1664
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gd-bs",
3
- "version": "6.6.59",
3
+ "version": "6.6.60",
4
4
  "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
5
  "main": "build/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -31,7 +31,7 @@
31
31
  */
32
32
  export const Jumbotron: (props: IJumbotronProps, template?: string) => IJumbotron;
33
33
  export const JumbotronSize: IJumbotronSize;
34
- export const JumbotronType: IJumbotronTypes;
34
+ export const JumbotronTypes: IJumbotronTypes;
35
35
 
36
36
  import { IBaseProps } from "../types";
37
37