@hubspot/ui-extensions 0.8.16 → 0.8.17
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/README.md +1 -2227
- package/dist/types.d.ts +3 -1
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -870,10 +870,12 @@ export interface CheckboxProps {
|
|
|
870
870
|
* The current status of the input.
|
|
871
871
|
*/
|
|
872
872
|
checked?: boolean;
|
|
873
|
+
/** @deprecated use readOnly instead */
|
|
874
|
+
readonly?: boolean;
|
|
873
875
|
/**
|
|
874
876
|
* When set to `true`, the option cannot be selected.
|
|
875
877
|
*/
|
|
876
|
-
|
|
878
|
+
readOnly?: boolean;
|
|
877
879
|
/**
|
|
878
880
|
* The string that displays below the toggle.
|
|
879
881
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hubspot/ui-extensions",
|
|
3
|
-
"version": "0.8.
|
|
3
|
+
"version": "0.8.17",
|
|
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": "
|
|
54
|
+
"gitHead": "c056fcf4f48454c6f4cd7986fd1f5b5f619d1605"
|
|
55
55
|
}
|