@razorpay/blade 8.9.0 → 8.10.0
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/build/components/index.d.ts +110 -3
- package/build/components/index.native.d.ts +110 -3
- package/build/components/index.native.js +341 -317
- package/build/components/index.native.js.map +1 -1
- package/build/components/index.web.js +2486 -1773
- package/build/components/index.web.js.map +1 -1
- package/build/css/bankingThemeDarkDesktop.css +1 -1
- package/build/css/bankingThemeDarkMobile.css +1 -1
- package/build/css/bankingThemeLightDesktop.css +1 -1
- package/build/css/bankingThemeLightMobile.css +1 -1
- package/build/css/paymentThemeDarkDesktop.css +1 -1
- package/build/css/paymentThemeDarkMobile.css +1 -1
- package/build/css/paymentThemeLightDesktop.css +1 -1
- package/build/css/paymentThemeLightMobile.css +1 -1
- package/build/tokens/index.d.ts +8 -0
- package/build/tokens/index.native.d.ts +8 -0
- package/build/tokens/index.native.js +1 -1
- package/build/tokens/index.native.js.map +1 -1
- package/build/tokens/index.web.js +13 -1
- package/build/tokens/index.web.js.map +1 -1
- package/build/utils/index.d.ts +7 -0
- package/build/utils/index.native.d.ts +7 -0
- package/build/utils/index.native.js +1 -1
- package/build/utils/index.native.js.map +1 -1
- package/build/utils/index.web.js +7 -0
- package/build/utils/index.web.js.map +1 -1
- package/package.json +6 -3
package/build/utils/index.web.js
CHANGED
|
@@ -2788,6 +2788,9 @@ function cloneDeep(value) {
|
|
|
2788
2788
|
var cloneDeep_1 = cloneDeep;
|
|
2789
2789
|
|
|
2790
2790
|
var MetaConstants = {
|
|
2791
|
+
Accordion: 'accordion',
|
|
2792
|
+
AccordionButton: 'accordion-button',
|
|
2793
|
+
AccordionItem: 'accordion-item',
|
|
2791
2794
|
ActionList: 'action-list',
|
|
2792
2795
|
ActionListFooter: 'action-list-footer',
|
|
2793
2796
|
ActionListHeader: 'action-list-header',
|
|
@@ -2827,6 +2830,10 @@ var MetaConstants = {
|
|
|
2827
2830
|
CardBody: 'card-body',
|
|
2828
2831
|
CardHeader: 'card-header',
|
|
2829
2832
|
CardFooter: 'card-footer',
|
|
2833
|
+
Collapsible: 'collapsible',
|
|
2834
|
+
CollapsibleBody: 'collapsible-body',
|
|
2835
|
+
CollapsibleButton: 'collapsible-button',
|
|
2836
|
+
CollapsibleLink: 'collapsible-link',
|
|
2830
2837
|
Modal: 'modal',
|
|
2831
2838
|
ModalBody: 'modal-body',
|
|
2832
2839
|
ModalHeader: 'modal-header',
|