@razorpay/blade 12.97.1 → 12.98.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 (73) hide show
  1. package/build/lib/native/components/ActionList/ActionListItem.js +1 -0
  2. package/build/lib/native/components/ActionList/ActionListItem.js.map +1 -1
  3. package/build/lib/native/components/ActionList/ActionListNoResults.js +1 -0
  4. package/build/lib/native/components/ActionList/ActionListNoResults.js.map +1 -1
  5. package/build/lib/native/components/Alert/Alert.js +1 -0
  6. package/build/lib/native/components/Alert/Alert.js.map +1 -1
  7. package/build/lib/native/components/BaseHeaderFooter/BaseHeader.js +1 -0
  8. package/build/lib/native/components/BaseHeaderFooter/BaseHeader.js.map +1 -1
  9. package/build/lib/native/components/BottomSheet/BottomSheetCommon.js +1 -0
  10. package/build/lib/native/components/BottomSheet/BottomSheetCommon.js.map +1 -1
  11. package/build/lib/native/components/Carousel/NavigationButton/NavigationButton.js +1 -0
  12. package/build/lib/native/components/Carousel/NavigationButton/NavigationButton.js.map +1 -1
  13. package/build/lib/native/components/Collapsible/CollapsibleChevronIcon.native.js +1 -0
  14. package/build/lib/native/components/Collapsible/CollapsibleChevronIcon.native.js.map +1 -1
  15. package/build/lib/native/components/FileUpload/FileUploadItem.js +1 -0
  16. package/build/lib/native/components/FileUpload/FileUploadItem.js.map +1 -1
  17. package/build/lib/native/components/Form/FormHint.js +1 -0
  18. package/build/lib/native/components/Form/FormHint.js.map +1 -1
  19. package/build/lib/native/components/Icons/ReticleIcon/ReticleIcon.js +13 -0
  20. package/build/lib/native/components/Icons/ReticleIcon/ReticleIcon.js.map +1 -0
  21. package/build/lib/native/components/Input/DropdownInputTriggers/Chevron.js +1 -0
  22. package/build/lib/native/components/Input/DropdownInputTriggers/Chevron.js.map +1 -1
  23. package/build/lib/native/components/Input/PasswordInput/PasswordInput.js +1 -0
  24. package/build/lib/native/components/Input/PasswordInput/PasswordInput.js.map +1 -1
  25. package/build/lib/native/components/Input/SearchInput/SearchInput.js +1 -0
  26. package/build/lib/native/components/Input/SearchInput/SearchInput.js.map +1 -1
  27. package/build/lib/native/components/Input/TextArea/TextArea.js +1 -0
  28. package/build/lib/native/components/Input/TextArea/TextArea.js.map +1 -1
  29. package/build/lib/native/components/Input/TextInput/TextInput.js +1 -0
  30. package/build/lib/native/components/Input/TextInput/TextInput.js.map +1 -1
  31. package/build/lib/native/components/Popover/PopoverCloseButton.js +1 -0
  32. package/build/lib/native/components/Popover/PopoverCloseButton.js.map +1 -1
  33. package/build/lib/native/components/QuickFilters/QuickFilter.js +1 -0
  34. package/build/lib/native/components/QuickFilters/QuickFilter.js.map +1 -1
  35. package/build/lib/native/components/Table/tokens.js +1 -0
  36. package/build/lib/native/components/Table/tokens.js.map +1 -1
  37. package/build/lib/native/components/Tag/Tag.js +1 -0
  38. package/build/lib/native/components/Tag/Tag.js.map +1 -1
  39. package/build/lib/native/components/index.js +1 -0
  40. package/build/lib/native/components/index.js.map +1 -1
  41. package/build/lib/web/development/_virtual/cloneDeep.js +1 -1
  42. package/build/lib/web/development/_virtual/cloneDeep3.js +1 -1
  43. package/build/lib/web/development/components/ActionList/ActionListBox.web.js +45 -21
  44. package/build/lib/web/development/components/ActionList/ActionListBox.web.js.map +1 -1
  45. package/build/lib/web/development/components/Icons/ReticleIcon/ReticleIcon.js +42 -0
  46. package/build/lib/web/development/components/Icons/ReticleIcon/ReticleIcon.js.map +1 -0
  47. package/build/lib/web/development/components/Icons/ReticleIcon/index.js +2 -0
  48. package/build/lib/web/development/components/Icons/ReticleIcon/index.js.map +1 -0
  49. package/build/lib/web/development/components/Icons/index.js +1 -0
  50. package/build/lib/web/development/components/Icons/index.js.map +1 -1
  51. package/build/lib/web/development/components/Input/PhoneNumberInput/CountrySelector.web.js +1 -1
  52. package/build/lib/web/development/components/Input/PhoneNumberInput/CountrySelector.web.js.map +1 -1
  53. package/build/lib/web/development/components/index.js +1 -0
  54. package/build/lib/web/development/components/index.js.map +1 -1
  55. package/build/lib/web/development/node_modules/es-toolkit/dist/compat/object/cloneDeep.js +1 -1
  56. package/build/lib/web/development/node_modules/es-toolkit/dist/compat/predicate/matches.js +2 -2
  57. package/build/lib/web/development/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.js +2 -2
  58. package/build/lib/web/development/node_modules/es-toolkit/dist/object/cloneDeep.js +1 -1
  59. package/build/lib/web/production/components/ActionList/ActionListBox.web.js +45 -21
  60. package/build/lib/web/production/components/ActionList/ActionListBox.web.js.map +1 -1
  61. package/build/lib/web/production/components/Icons/ReticleIcon/ReticleIcon.js +42 -0
  62. package/build/lib/web/production/components/Icons/ReticleIcon/ReticleIcon.js.map +1 -0
  63. package/build/lib/web/production/components/Icons/ReticleIcon/index.js +2 -0
  64. package/build/lib/web/production/components/Icons/ReticleIcon/index.js.map +1 -0
  65. package/build/lib/web/production/components/Icons/index.js +1 -0
  66. package/build/lib/web/production/components/Icons/index.js.map +1 -1
  67. package/build/lib/web/production/components/Input/PhoneNumberInput/CountrySelector.web.js +1 -1
  68. package/build/lib/web/production/components/Input/PhoneNumberInput/CountrySelector.web.js.map +1 -1
  69. package/build/lib/web/production/components/index.js +1 -0
  70. package/build/lib/web/production/components/index.js.map +1 -1
  71. package/build/types/components/index.d.ts +3 -1
  72. package/build/types/components/index.native.d.ts +3 -1
  73. 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.97.1",
4
+ "version": "12.98.0",
5
5
  "license": "MIT",
6
6
  "engines": {
7
7
  "node": ">=18.12.1"