@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.
Files changed (127) hide show
  1. package/build/lib/native/components/Icons/ArrowSquareDownIcon/ArrowSquareDownIcon.js +12 -0
  2. package/build/lib/native/components/Icons/ArrowSquareDownIcon/ArrowSquareDownIcon.js.map +1 -0
  3. package/build/lib/native/components/Icons/ArrowSquareDownLeftIcon/ArrowSquareDownLeftIcon.js +12 -0
  4. package/build/lib/native/components/Icons/ArrowSquareDownLeftIcon/ArrowSquareDownLeftIcon.js.map +1 -0
  5. package/build/lib/native/components/Icons/ArrowSquareDownRightIcon/ArrowSquareDownRightIcon.js +12 -0
  6. package/build/lib/native/components/Icons/ArrowSquareDownRightIcon/ArrowSquareDownRightIcon.js.map +1 -0
  7. package/build/lib/native/components/Icons/ArrowSquareLeftIcon/ArrowSquareLeftIcon.js +12 -0
  8. package/build/lib/native/components/Icons/ArrowSquareLeftIcon/ArrowSquareLeftIcon.js.map +1 -0
  9. package/build/lib/native/components/Icons/ArrowSquareRightIcon/ArrowSquareRightIcon.js +12 -0
  10. package/build/lib/native/components/Icons/ArrowSquareRightIcon/ArrowSquareRightIcon.js.map +1 -0
  11. package/build/lib/native/components/Icons/ArrowSquareUpIcon/ArrowSquareUpIcon.js +12 -0
  12. package/build/lib/native/components/Icons/ArrowSquareUpIcon/ArrowSquareUpIcon.js.map +1 -0
  13. package/build/lib/native/components/Icons/ArrowSquareUpLeftIcon/ArrowSquareUpLeftIcon.js +12 -0
  14. package/build/lib/native/components/Icons/ArrowSquareUpLeftIcon/ArrowSquareUpLeftIcon.js.map +1 -0
  15. package/build/lib/native/components/Icons/ArrowSquareUpRightIcon/ArrowSquareUpRightIcon.js +12 -0
  16. package/build/lib/native/components/Icons/ArrowSquareUpRightIcon/ArrowSquareUpRightIcon.js.map +1 -0
  17. package/build/lib/native/components/Icons/LeftCircularCornerIcon/LeftCircularCornerIcon.js +12 -0
  18. package/build/lib/native/components/Icons/LeftCircularCornerIcon/LeftCircularCornerIcon.js.map +1 -0
  19. package/build/lib/native/components/Icons/TopLeftRoundedCornerIcon/TopLeftRoundedCornerIcon.js +12 -0
  20. package/build/lib/native/components/Icons/TopLeftRoundedCornerIcon/TopLeftRoundedCornerIcon.js.map +1 -0
  21. package/build/lib/native/components/Icons/TopLeftSharpCornerIcon/TopLeftSharpCornerIcon.js +12 -0
  22. package/build/lib/native/components/Icons/TopLeftSharpCornerIcon/TopLeftSharpCornerIcon.js.map +1 -0
  23. package/build/lib/native/components/index.js +11 -0
  24. package/build/lib/native/components/index.js.map +1 -1
  25. package/build/lib/web/development/components/Icons/ArrowSquareDownIcon/ArrowSquareDownIcon.js +47 -0
  26. package/build/lib/web/development/components/Icons/ArrowSquareDownIcon/ArrowSquareDownIcon.js.map +1 -0
  27. package/build/lib/web/development/components/Icons/ArrowSquareDownIcon/index.js +2 -0
  28. package/build/lib/web/development/components/Icons/ArrowSquareDownIcon/index.js.map +1 -0
  29. package/build/lib/web/development/components/Icons/ArrowSquareDownLeftIcon/ArrowSquareDownLeftIcon.js +42 -0
  30. package/build/lib/web/development/components/Icons/ArrowSquareDownLeftIcon/ArrowSquareDownLeftIcon.js.map +1 -0
  31. package/build/lib/web/development/components/Icons/ArrowSquareDownLeftIcon/index.js +2 -0
  32. package/build/lib/web/development/components/Icons/ArrowSquareDownLeftIcon/index.js.map +1 -0
  33. package/build/lib/web/development/components/Icons/ArrowSquareDownRightIcon/ArrowSquareDownRightIcon.js +42 -0
  34. package/build/lib/web/development/components/Icons/ArrowSquareDownRightIcon/ArrowSquareDownRightIcon.js.map +1 -0
  35. package/build/lib/web/development/components/Icons/ArrowSquareDownRightIcon/index.js +2 -0
  36. package/build/lib/web/development/components/Icons/ArrowSquareDownRightIcon/index.js.map +1 -0
  37. package/build/lib/web/development/components/Icons/ArrowSquareLeftIcon/ArrowSquareLeftIcon.js +47 -0
  38. package/build/lib/web/development/components/Icons/ArrowSquareLeftIcon/ArrowSquareLeftIcon.js.map +1 -0
  39. package/build/lib/web/development/components/Icons/ArrowSquareLeftIcon/index.js +2 -0
  40. package/build/lib/web/development/components/Icons/ArrowSquareLeftIcon/index.js.map +1 -0
  41. package/build/lib/web/development/components/Icons/ArrowSquareRightIcon/ArrowSquareRightIcon.js +47 -0
  42. package/build/lib/web/development/components/Icons/ArrowSquareRightIcon/ArrowSquareRightIcon.js.map +1 -0
  43. package/build/lib/web/development/components/Icons/ArrowSquareRightIcon/index.js +2 -0
  44. package/build/lib/web/development/components/Icons/ArrowSquareRightIcon/index.js.map +1 -0
  45. package/build/lib/web/development/components/Icons/ArrowSquareUpIcon/ArrowSquareUpIcon.js +47 -0
  46. package/build/lib/web/development/components/Icons/ArrowSquareUpIcon/ArrowSquareUpIcon.js.map +1 -0
  47. package/build/lib/web/development/components/Icons/ArrowSquareUpIcon/index.js +2 -0
  48. package/build/lib/web/development/components/Icons/ArrowSquareUpIcon/index.js.map +1 -0
  49. package/build/lib/web/development/components/Icons/ArrowSquareUpLeftIcon/ArrowSquareUpLeftIcon.js +42 -0
  50. package/build/lib/web/development/components/Icons/ArrowSquareUpLeftIcon/ArrowSquareUpLeftIcon.js.map +1 -0
  51. package/build/lib/web/development/components/Icons/ArrowSquareUpLeftIcon/index.js +2 -0
  52. package/build/lib/web/development/components/Icons/ArrowSquareUpLeftIcon/index.js.map +1 -0
  53. package/build/lib/web/development/components/Icons/ArrowSquareUpRightIcon/ArrowSquareUpRightIcon.js +42 -0
  54. package/build/lib/web/development/components/Icons/ArrowSquareUpRightIcon/ArrowSquareUpRightIcon.js.map +1 -0
  55. package/build/lib/web/development/components/Icons/ArrowSquareUpRightIcon/index.js +2 -0
  56. package/build/lib/web/development/components/Icons/ArrowSquareUpRightIcon/index.js.map +1 -0
  57. package/build/lib/web/development/components/Icons/LeftCircularCornerIcon/LeftCircularCornerIcon.js +39 -0
  58. package/build/lib/web/development/components/Icons/LeftCircularCornerIcon/LeftCircularCornerIcon.js.map +1 -0
  59. package/build/lib/web/development/components/Icons/LeftCircularCornerIcon/index.js +2 -0
  60. package/build/lib/web/development/components/Icons/LeftCircularCornerIcon/index.js.map +1 -0
  61. package/build/lib/web/development/components/Icons/TopLeftRoundedCornerIcon/TopLeftRoundedCornerIcon.js +39 -0
  62. package/build/lib/web/development/components/Icons/TopLeftRoundedCornerIcon/TopLeftRoundedCornerIcon.js.map +1 -0
  63. package/build/lib/web/development/components/Icons/TopLeftRoundedCornerIcon/index.js +2 -0
  64. package/build/lib/web/development/components/Icons/TopLeftRoundedCornerIcon/index.js.map +1 -0
  65. package/build/lib/web/development/components/Icons/TopLeftSharpCornerIcon/TopLeftSharpCornerIcon.js +39 -0
  66. package/build/lib/web/development/components/Icons/TopLeftSharpCornerIcon/TopLeftSharpCornerIcon.js.map +1 -0
  67. package/build/lib/web/development/components/Icons/TopLeftSharpCornerIcon/index.js +2 -0
  68. package/build/lib/web/development/components/Icons/TopLeftSharpCornerIcon/index.js.map +1 -0
  69. package/build/lib/web/development/components/Icons/index.js +11 -0
  70. package/build/lib/web/development/components/Icons/index.js.map +1 -1
  71. package/build/lib/web/development/components/Scale/Scale.web.js +2 -2
  72. package/build/lib/web/development/components/Scale/Scale.web.js.map +1 -1
  73. package/build/lib/web/development/components/index.js +11 -0
  74. package/build/lib/web/development/components/index.js.map +1 -1
  75. package/build/lib/web/production/components/Icons/ArrowSquareDownIcon/ArrowSquareDownIcon.js +47 -0
  76. package/build/lib/web/production/components/Icons/ArrowSquareDownIcon/ArrowSquareDownIcon.js.map +1 -0
  77. package/build/lib/web/production/components/Icons/ArrowSquareDownIcon/index.js +2 -0
  78. package/build/lib/web/production/components/Icons/ArrowSquareDownIcon/index.js.map +1 -0
  79. package/build/lib/web/production/components/Icons/ArrowSquareDownLeftIcon/ArrowSquareDownLeftIcon.js +42 -0
  80. package/build/lib/web/production/components/Icons/ArrowSquareDownLeftIcon/ArrowSquareDownLeftIcon.js.map +1 -0
  81. package/build/lib/web/production/components/Icons/ArrowSquareDownLeftIcon/index.js +2 -0
  82. package/build/lib/web/production/components/Icons/ArrowSquareDownLeftIcon/index.js.map +1 -0
  83. package/build/lib/web/production/components/Icons/ArrowSquareDownRightIcon/ArrowSquareDownRightIcon.js +42 -0
  84. package/build/lib/web/production/components/Icons/ArrowSquareDownRightIcon/ArrowSquareDownRightIcon.js.map +1 -0
  85. package/build/lib/web/production/components/Icons/ArrowSquareDownRightIcon/index.js +2 -0
  86. package/build/lib/web/production/components/Icons/ArrowSquareDownRightIcon/index.js.map +1 -0
  87. package/build/lib/web/production/components/Icons/ArrowSquareLeftIcon/ArrowSquareLeftIcon.js +47 -0
  88. package/build/lib/web/production/components/Icons/ArrowSquareLeftIcon/ArrowSquareLeftIcon.js.map +1 -0
  89. package/build/lib/web/production/components/Icons/ArrowSquareLeftIcon/index.js +2 -0
  90. package/build/lib/web/production/components/Icons/ArrowSquareLeftIcon/index.js.map +1 -0
  91. package/build/lib/web/production/components/Icons/ArrowSquareRightIcon/ArrowSquareRightIcon.js +47 -0
  92. package/build/lib/web/production/components/Icons/ArrowSquareRightIcon/ArrowSquareRightIcon.js.map +1 -0
  93. package/build/lib/web/production/components/Icons/ArrowSquareRightIcon/index.js +2 -0
  94. package/build/lib/web/production/components/Icons/ArrowSquareRightIcon/index.js.map +1 -0
  95. package/build/lib/web/production/components/Icons/ArrowSquareUpIcon/ArrowSquareUpIcon.js +47 -0
  96. package/build/lib/web/production/components/Icons/ArrowSquareUpIcon/ArrowSquareUpIcon.js.map +1 -0
  97. package/build/lib/web/production/components/Icons/ArrowSquareUpIcon/index.js +2 -0
  98. package/build/lib/web/production/components/Icons/ArrowSquareUpIcon/index.js.map +1 -0
  99. package/build/lib/web/production/components/Icons/ArrowSquareUpLeftIcon/ArrowSquareUpLeftIcon.js +42 -0
  100. package/build/lib/web/production/components/Icons/ArrowSquareUpLeftIcon/ArrowSquareUpLeftIcon.js.map +1 -0
  101. package/build/lib/web/production/components/Icons/ArrowSquareUpLeftIcon/index.js +2 -0
  102. package/build/lib/web/production/components/Icons/ArrowSquareUpLeftIcon/index.js.map +1 -0
  103. package/build/lib/web/production/components/Icons/ArrowSquareUpRightIcon/ArrowSquareUpRightIcon.js +42 -0
  104. package/build/lib/web/production/components/Icons/ArrowSquareUpRightIcon/ArrowSquareUpRightIcon.js.map +1 -0
  105. package/build/lib/web/production/components/Icons/ArrowSquareUpRightIcon/index.js +2 -0
  106. package/build/lib/web/production/components/Icons/ArrowSquareUpRightIcon/index.js.map +1 -0
  107. package/build/lib/web/production/components/Icons/LeftCircularCornerIcon/LeftCircularCornerIcon.js +39 -0
  108. package/build/lib/web/production/components/Icons/LeftCircularCornerIcon/LeftCircularCornerIcon.js.map +1 -0
  109. package/build/lib/web/production/components/Icons/LeftCircularCornerIcon/index.js +2 -0
  110. package/build/lib/web/production/components/Icons/LeftCircularCornerIcon/index.js.map +1 -0
  111. package/build/lib/web/production/components/Icons/TopLeftRoundedCornerIcon/TopLeftRoundedCornerIcon.js +39 -0
  112. package/build/lib/web/production/components/Icons/TopLeftRoundedCornerIcon/TopLeftRoundedCornerIcon.js.map +1 -0
  113. package/build/lib/web/production/components/Icons/TopLeftRoundedCornerIcon/index.js +2 -0
  114. package/build/lib/web/production/components/Icons/TopLeftRoundedCornerIcon/index.js.map +1 -0
  115. package/build/lib/web/production/components/Icons/TopLeftSharpCornerIcon/TopLeftSharpCornerIcon.js +39 -0
  116. package/build/lib/web/production/components/Icons/TopLeftSharpCornerIcon/TopLeftSharpCornerIcon.js.map +1 -0
  117. package/build/lib/web/production/components/Icons/TopLeftSharpCornerIcon/index.js +2 -0
  118. package/build/lib/web/production/components/Icons/TopLeftSharpCornerIcon/index.js.map +1 -0
  119. package/build/lib/web/production/components/Icons/index.js +11 -0
  120. package/build/lib/web/production/components/Icons/index.js.map +1 -1
  121. package/build/lib/web/production/components/Scale/Scale.web.js +2 -2
  122. package/build/lib/web/production/components/Scale/Scale.web.js.map +1 -1
  123. package/build/lib/web/production/components/index.js +11 -0
  124. package/build/lib/web/production/components/index.js.map +1 -1
  125. package/build/types/components/index.d.ts +23 -1
  126. package/build/types/components/index.native.d.ts +23 -1
  127. package/package.json +1 -1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@razorpay/blade",
3
3
  "description": "The Design System that powers Razorpay",
4
- "version": "12.5.1",
4
+ "version": "12.7.0",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": ">=18.12.1"