@hubspot/ui-extensions 0.8.36 → 0.8.37

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.
@@ -1,4 +1,7 @@
1
1
  import type * as types from './types';
2
+ /**
3
+ * @link https://developers.hubspot.com/beta-docs/reference/ui-components/standard-components/alert
4
+ */
2
5
  export declare const Alert: "Alert" & {
3
6
  readonly type?: "Alert" | undefined;
4
7
  readonly props?: types.AlertProps | undefined;
@@ -1,4 +1,7 @@
1
1
  import { createRemoteReactComponent } from '@remote-ui/react';
2
+ /**
3
+ * @link https://developers.hubspot.com/beta-docs/reference/ui-components/standard-components/alert
4
+ */
2
5
  export const Alert = createRemoteReactComponent('Alert');
3
6
  export const Button = createRemoteReactComponent('Button', {
4
7
  fragmentProps: ['overlay'],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/ui-extensions",
3
- "version": "0.8.36",
3
+ "version": "0.8.37",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -51,5 +51,5 @@
51
51
  "devDependencies": {
52
52
  "typescript": "5.0.4"
53
53
  },
54
- "gitHead": "ddabeaecc8e396c607c92cf8b6643b7bae31fc35"
54
+ "gitHead": "d1c0d81115c16b53ed5b9d2da2992be27181330f"
55
55
  }