@capillarytech/creatives-library 8.0.122 → 8.0.123

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "8.0.122",
4
+ "version": "8.0.123",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
@@ -327,7 +327,6 @@ const CapDeviceContent = (props) => {
327
327
  options={BUTTON_RADIO_OPTIONS}
328
328
  value={buttonType}
329
329
  onChange={onChangeButtonType}
330
- disabled={!isAndroid}
331
330
  className="inapp-btn-radio-group"
332
331
  />
333
332
  {isBtnTypeCta && (
@@ -131,6 +131,7 @@ export const BUTTON_RADIO_OPTIONS = [
131
131
  </div>
132
132
  </>
133
133
  ),
134
+ disabled: true,
134
135
  },
135
136
  ];
136
137