gd-bs 5.2.7 → 5.2.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gd-bs",
3
- "version": "5.2.7",
3
+ "version": "5.2.8",
4
4
  "description": "Bootstrap JavaScript, TypeScript and Web Components library.",
5
5
  "main": "build/index.js",
6
6
  "typings": "src/index.d.ts",
@@ -198,7 +198,7 @@ class _Tooltip extends Base<ITooltipProps> {
198
198
  // See if a button exists
199
199
  if (this.props.btnProps && this.props.btnProps.type > 0) {
200
200
  // Match the theme to the button type
201
- switch (this.props.type) {
201
+ switch (this.props.btnProps.type) {
202
202
  // Danger
203
203
  case ButtonTypes.Danger:
204
204
  case ButtonTypes.OutlineDanger: