@razorpay/blade 12.5.1 → 12.7.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/lib/native/components/Icons/ArrowSquareDownIcon/ArrowSquareDownIcon.js +12 -0
- package/build/lib/native/components/Icons/ArrowSquareDownIcon/ArrowSquareDownIcon.js.map +1 -0
- package/build/lib/native/components/Icons/ArrowSquareDownLeftIcon/ArrowSquareDownLeftIcon.js +12 -0
- package/build/lib/native/components/Icons/ArrowSquareDownLeftIcon/ArrowSquareDownLeftIcon.js.map +1 -0
- package/build/lib/native/components/Icons/ArrowSquareDownRightIcon/ArrowSquareDownRightIcon.js +12 -0
- package/build/lib/native/components/Icons/ArrowSquareDownRightIcon/ArrowSquareDownRightIcon.js.map +1 -0
- package/build/lib/native/components/Icons/ArrowSquareLeftIcon/ArrowSquareLeftIcon.js +12 -0
- package/build/lib/native/components/Icons/ArrowSquareLeftIcon/ArrowSquareLeftIcon.js.map +1 -0
- package/build/lib/native/components/Icons/ArrowSquareRightIcon/ArrowSquareRightIcon.js +12 -0
- package/build/lib/native/components/Icons/ArrowSquareRightIcon/ArrowSquareRightIcon.js.map +1 -0
- package/build/lib/native/components/Icons/ArrowSquareUpIcon/ArrowSquareUpIcon.js +12 -0
- package/build/lib/native/components/Icons/ArrowSquareUpIcon/ArrowSquareUpIcon.js.map +1 -0
- package/build/lib/native/components/Icons/ArrowSquareUpLeftIcon/ArrowSquareUpLeftIcon.js +12 -0
- package/build/lib/native/components/Icons/ArrowSquareUpLeftIcon/ArrowSquareUpLeftIcon.js.map +1 -0
- package/build/lib/native/components/Icons/ArrowSquareUpRightIcon/ArrowSquareUpRightIcon.js +12 -0
- package/build/lib/native/components/Icons/ArrowSquareUpRightIcon/ArrowSquareUpRightIcon.js.map +1 -0
- package/build/lib/native/components/Icons/LeftCircularCornerIcon/LeftCircularCornerIcon.js +12 -0
- package/build/lib/native/components/Icons/LeftCircularCornerIcon/LeftCircularCornerIcon.js.map +1 -0
- package/build/lib/native/components/Icons/TopLeftRoundedCornerIcon/TopLeftRoundedCornerIcon.js +12 -0
- package/build/lib/native/components/Icons/TopLeftRoundedCornerIcon/TopLeftRoundedCornerIcon.js.map +1 -0
- package/build/lib/native/components/Icons/TopLeftSharpCornerIcon/TopLeftSharpCornerIcon.js +12 -0
- package/build/lib/native/components/Icons/TopLeftSharpCornerIcon/TopLeftSharpCornerIcon.js.map +1 -0
- package/build/lib/native/components/index.js +11 -0
- package/build/lib/native/components/index.js.map +1 -1
- package/build/lib/web/development/components/Icons/ArrowSquareDownIcon/ArrowSquareDownIcon.js +47 -0
- package/build/lib/web/development/components/Icons/ArrowSquareDownIcon/ArrowSquareDownIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/ArrowSquareDownIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/ArrowSquareDownIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/ArrowSquareDownLeftIcon/ArrowSquareDownLeftIcon.js +42 -0
- package/build/lib/web/development/components/Icons/ArrowSquareDownLeftIcon/ArrowSquareDownLeftIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/ArrowSquareDownLeftIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/ArrowSquareDownLeftIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/ArrowSquareDownRightIcon/ArrowSquareDownRightIcon.js +42 -0
- package/build/lib/web/development/components/Icons/ArrowSquareDownRightIcon/ArrowSquareDownRightIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/ArrowSquareDownRightIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/ArrowSquareDownRightIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/ArrowSquareLeftIcon/ArrowSquareLeftIcon.js +47 -0
- package/build/lib/web/development/components/Icons/ArrowSquareLeftIcon/ArrowSquareLeftIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/ArrowSquareLeftIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/ArrowSquareLeftIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/ArrowSquareRightIcon/ArrowSquareRightIcon.js +47 -0
- package/build/lib/web/development/components/Icons/ArrowSquareRightIcon/ArrowSquareRightIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/ArrowSquareRightIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/ArrowSquareRightIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/ArrowSquareUpIcon/ArrowSquareUpIcon.js +47 -0
- package/build/lib/web/development/components/Icons/ArrowSquareUpIcon/ArrowSquareUpIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/ArrowSquareUpIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/ArrowSquareUpIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/ArrowSquareUpLeftIcon/ArrowSquareUpLeftIcon.js +42 -0
- package/build/lib/web/development/components/Icons/ArrowSquareUpLeftIcon/ArrowSquareUpLeftIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/ArrowSquareUpLeftIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/ArrowSquareUpLeftIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/ArrowSquareUpRightIcon/ArrowSquareUpRightIcon.js +42 -0
- package/build/lib/web/development/components/Icons/ArrowSquareUpRightIcon/ArrowSquareUpRightIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/ArrowSquareUpRightIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/ArrowSquareUpRightIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/LeftCircularCornerIcon/LeftCircularCornerIcon.js +39 -0
- package/build/lib/web/development/components/Icons/LeftCircularCornerIcon/LeftCircularCornerIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/LeftCircularCornerIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/LeftCircularCornerIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/TopLeftRoundedCornerIcon/TopLeftRoundedCornerIcon.js +39 -0
- package/build/lib/web/development/components/Icons/TopLeftRoundedCornerIcon/TopLeftRoundedCornerIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/TopLeftRoundedCornerIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/TopLeftRoundedCornerIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/TopLeftSharpCornerIcon/TopLeftSharpCornerIcon.js +39 -0
- package/build/lib/web/development/components/Icons/TopLeftSharpCornerIcon/TopLeftSharpCornerIcon.js.map +1 -0
- package/build/lib/web/development/components/Icons/TopLeftSharpCornerIcon/index.js +2 -0
- package/build/lib/web/development/components/Icons/TopLeftSharpCornerIcon/index.js.map +1 -0
- package/build/lib/web/development/components/Icons/index.js +11 -0
- package/build/lib/web/development/components/Icons/index.js.map +1 -1
- package/build/lib/web/development/components/Scale/Scale.web.js +2 -2
- package/build/lib/web/development/components/Scale/Scale.web.js.map +1 -1
- package/build/lib/web/development/components/index.js +11 -0
- package/build/lib/web/development/components/index.js.map +1 -1
- package/build/lib/web/production/components/Icons/ArrowSquareDownIcon/ArrowSquareDownIcon.js +47 -0
- package/build/lib/web/production/components/Icons/ArrowSquareDownIcon/ArrowSquareDownIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/ArrowSquareDownIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/ArrowSquareDownIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/ArrowSquareDownLeftIcon/ArrowSquareDownLeftIcon.js +42 -0
- package/build/lib/web/production/components/Icons/ArrowSquareDownLeftIcon/ArrowSquareDownLeftIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/ArrowSquareDownLeftIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/ArrowSquareDownLeftIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/ArrowSquareDownRightIcon/ArrowSquareDownRightIcon.js +42 -0
- package/build/lib/web/production/components/Icons/ArrowSquareDownRightIcon/ArrowSquareDownRightIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/ArrowSquareDownRightIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/ArrowSquareDownRightIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/ArrowSquareLeftIcon/ArrowSquareLeftIcon.js +47 -0
- package/build/lib/web/production/components/Icons/ArrowSquareLeftIcon/ArrowSquareLeftIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/ArrowSquareLeftIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/ArrowSquareLeftIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/ArrowSquareRightIcon/ArrowSquareRightIcon.js +47 -0
- package/build/lib/web/production/components/Icons/ArrowSquareRightIcon/ArrowSquareRightIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/ArrowSquareRightIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/ArrowSquareRightIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/ArrowSquareUpIcon/ArrowSquareUpIcon.js +47 -0
- package/build/lib/web/production/components/Icons/ArrowSquareUpIcon/ArrowSquareUpIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/ArrowSquareUpIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/ArrowSquareUpIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/ArrowSquareUpLeftIcon/ArrowSquareUpLeftIcon.js +42 -0
- package/build/lib/web/production/components/Icons/ArrowSquareUpLeftIcon/ArrowSquareUpLeftIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/ArrowSquareUpLeftIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/ArrowSquareUpLeftIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/ArrowSquareUpRightIcon/ArrowSquareUpRightIcon.js +42 -0
- package/build/lib/web/production/components/Icons/ArrowSquareUpRightIcon/ArrowSquareUpRightIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/ArrowSquareUpRightIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/ArrowSquareUpRightIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/LeftCircularCornerIcon/LeftCircularCornerIcon.js +39 -0
- package/build/lib/web/production/components/Icons/LeftCircularCornerIcon/LeftCircularCornerIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/LeftCircularCornerIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/LeftCircularCornerIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/TopLeftRoundedCornerIcon/TopLeftRoundedCornerIcon.js +39 -0
- package/build/lib/web/production/components/Icons/TopLeftRoundedCornerIcon/TopLeftRoundedCornerIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/TopLeftRoundedCornerIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/TopLeftRoundedCornerIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/TopLeftSharpCornerIcon/TopLeftSharpCornerIcon.js +39 -0
- package/build/lib/web/production/components/Icons/TopLeftSharpCornerIcon/TopLeftSharpCornerIcon.js.map +1 -0
- package/build/lib/web/production/components/Icons/TopLeftSharpCornerIcon/index.js +2 -0
- package/build/lib/web/production/components/Icons/TopLeftSharpCornerIcon/index.js.map +1 -0
- package/build/lib/web/production/components/Icons/index.js +11 -0
- package/build/lib/web/production/components/Icons/index.js.map +1 -1
- package/build/lib/web/production/components/Scale/Scale.web.js +2 -2
- package/build/lib/web/production/components/Scale/Scale.web.js.map +1 -1
- package/build/lib/web/production/components/index.js +11 -0
- package/build/lib/web/production/components/index.js.map +1 -1
- package/build/types/components/index.d.ts +23 -1
- package/build/types/components/index.native.d.ts +23 -1
- package/package.json +1 -1