@razorpay/blade 12.53.0 → 12.54.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/Box/BaseBox/types/propsTypes.js.map +1 -1
- package/build/lib/native/components/Dropdown/dropdownUtils.js +1 -1
- package/build/lib/native/components/Dropdown/dropdownUtils.js.map +1 -1
- package/build/lib/native/components/Input/BaseInput/BaseInput.js +1 -1
- package/build/lib/native/components/Input/BaseInput/BaseInput.js.map +1 -1
- package/build/lib/native/components/Input/DropdownInputTriggers/AutoComplete.js +1 -1
- package/build/lib/native/components/Input/DropdownInputTriggers/AutoComplete.js.map +1 -1
- package/build/lib/native/components/TimePicker/TimePicker.native.js +7 -0
- package/build/lib/native/components/TimePicker/TimePicker.native.js.map +1 -0
- package/build/lib/native/components/index.js +1 -0
- package/build/lib/native/components/index.js.map +1 -1
- package/build/lib/native/tokens/global/size.js +1 -1
- package/build/lib/native/tokens/global/size.js.map +1 -1
- package/build/lib/native/utils/metaAttribute/metaConstants.js +1 -1
- package/build/lib/native/utils/metaAttribute/metaConstants.js.map +1 -1
- package/build/lib/web/development/components/BottomSheet/BottomSheet.web.js +14 -1
- package/build/lib/web/development/components/BottomSheet/BottomSheet.web.js.map +1 -1
- package/build/lib/web/development/components/Box/BaseBox/types/propsTypes.js.map +1 -1
- package/build/lib/web/development/components/DatePicker/usePopup.js.map +1 -1
- package/build/lib/web/development/components/Dropdown/dropdownUtils.js +1 -1
- package/build/lib/web/development/components/Dropdown/dropdownUtils.js.map +1 -1
- package/build/lib/web/development/components/Input/BaseInput/BaseInput.js +4 -2
- package/build/lib/web/development/components/Input/BaseInput/BaseInput.js.map +1 -1
- package/build/lib/web/development/components/Input/BaseInput/StyledBaseInput.web.js +41 -2
- package/build/lib/web/development/components/Input/BaseInput/StyledBaseInput.web.js.map +1 -1
- package/build/lib/web/development/components/Input/DropdownInputTriggers/AutoComplete.js +1 -1
- package/build/lib/web/development/components/Input/DropdownInputTriggers/AutoComplete.js.map +1 -1
- package/build/lib/web/development/components/TimePicker/BaseTimePicker.web.js +262 -0
- package/build/lib/web/development/components/TimePicker/BaseTimePicker.web.js.map +1 -0
- package/build/lib/web/development/components/TimePicker/SpinWheel.web.js +188 -0
- package/build/lib/web/development/components/TimePicker/SpinWheel.web.js.map +1 -0
- package/build/lib/web/development/components/TimePicker/TimeInput.web.js +256 -0
- package/build/lib/web/development/components/TimePicker/TimeInput.web.js.map +1 -0
- package/build/lib/web/development/components/TimePicker/TimePicker.web.js +13 -0
- package/build/lib/web/development/components/TimePicker/TimePicker.web.js.map +1 -0
- package/build/lib/web/development/components/TimePicker/TimePickerContent.web.js +200 -0
- package/build/lib/web/development/components/TimePicker/TimePickerContent.web.js.map +1 -0
- package/build/lib/web/development/components/TimePicker/TimePickerFooter.web.js +49 -0
- package/build/lib/web/development/components/TimePicker/TimePickerFooter.web.js.map +1 -0
- package/build/lib/web/development/components/TimePicker/index.js +2 -0
- package/build/lib/web/development/components/TimePicker/index.js.map +1 -0
- package/build/lib/web/development/components/TimePicker/useTimePickerState.js +146 -0
- package/build/lib/web/development/components/TimePicker/useTimePickerState.js.map +1 -0
- package/build/lib/web/development/components/TimePicker/utils.js +252 -0
- package/build/lib/web/development/components/TimePicker/utils.js.map +1 -0
- package/build/lib/web/development/components/index.js +2 -0
- package/build/lib/web/development/components/index.js.map +1 -1
- package/build/lib/web/development/tokens/global/size.js +16 -0
- package/build/lib/web/development/tokens/global/size.js.map +1 -1
- package/build/lib/web/development/utils/metaAttribute/metaConstants.js +2 -1
- package/build/lib/web/development/utils/metaAttribute/metaConstants.js.map +1 -1
- package/build/lib/web/production/components/BottomSheet/BottomSheet.web.js +14 -1
- package/build/lib/web/production/components/BottomSheet/BottomSheet.web.js.map +1 -1
- package/build/lib/web/production/components/Box/BaseBox/types/propsTypes.js.map +1 -1
- package/build/lib/web/production/components/DatePicker/usePopup.js.map +1 -1
- package/build/lib/web/production/components/Dropdown/dropdownUtils.js +1 -1
- package/build/lib/web/production/components/Dropdown/dropdownUtils.js.map +1 -1
- package/build/lib/web/production/components/Input/BaseInput/BaseInput.js +4 -2
- package/build/lib/web/production/components/Input/BaseInput/BaseInput.js.map +1 -1
- package/build/lib/web/production/components/Input/BaseInput/StyledBaseInput.web.js +41 -2
- package/build/lib/web/production/components/Input/BaseInput/StyledBaseInput.web.js.map +1 -1
- package/build/lib/web/production/components/Input/DropdownInputTriggers/AutoComplete.js +1 -1
- package/build/lib/web/production/components/Input/DropdownInputTriggers/AutoComplete.js.map +1 -1
- package/build/lib/web/production/components/TimePicker/BaseTimePicker.web.js +262 -0
- package/build/lib/web/production/components/TimePicker/BaseTimePicker.web.js.map +1 -0
- package/build/lib/web/production/components/TimePicker/SpinWheel.web.js +188 -0
- package/build/lib/web/production/components/TimePicker/SpinWheel.web.js.map +1 -0
- package/build/lib/web/production/components/TimePicker/TimeInput.web.js +256 -0
- package/build/lib/web/production/components/TimePicker/TimeInput.web.js.map +1 -0
- package/build/lib/web/production/components/TimePicker/TimePicker.web.js +13 -0
- package/build/lib/web/production/components/TimePicker/TimePicker.web.js.map +1 -0
- package/build/lib/web/production/components/TimePicker/TimePickerContent.web.js +200 -0
- package/build/lib/web/production/components/TimePicker/TimePickerContent.web.js.map +1 -0
- package/build/lib/web/production/components/TimePicker/TimePickerFooter.web.js +49 -0
- package/build/lib/web/production/components/TimePicker/TimePickerFooter.web.js.map +1 -0
- package/build/lib/web/production/components/TimePicker/index.js +2 -0
- package/build/lib/web/production/components/TimePicker/index.js.map +1 -0
- package/build/lib/web/production/components/TimePicker/useTimePickerState.js +146 -0
- package/build/lib/web/production/components/TimePicker/useTimePickerState.js.map +1 -0
- package/build/lib/web/production/components/TimePicker/utils.js +252 -0
- package/build/lib/web/production/components/TimePicker/utils.js.map +1 -0
- package/build/lib/web/production/components/index.js +2 -0
- package/build/lib/web/production/components/index.js.map +1 -1
- package/build/lib/web/production/tokens/global/size.js +16 -0
- package/build/lib/web/production/tokens/global/size.js.map +1 -1
- package/build/lib/web/production/utils/metaAttribute/metaConstants.js +2 -1
- package/build/lib/web/production/utils/metaAttribute/metaConstants.js.map +1 -1
- package/build/types/components/index.d.ts +426 -242
- package/build/types/components/index.native.d.ts +148 -144
- package/build/types/tokens/index.d.ts +16 -0
- package/build/types/tokens/index.native.d.ts +16 -0
- package/package.json +5 -1
|
@@ -815,20 +815,34 @@ declare const size: {
|
|
|
815
815
|
readonly 60: 60;
|
|
816
816
|
/** 64 px */
|
|
817
817
|
readonly 64: 64;
|
|
818
|
+
/** 66 px */
|
|
819
|
+
readonly 66: 66;
|
|
818
820
|
/** 72 px */
|
|
819
821
|
readonly 72: 72;
|
|
820
822
|
/** 80 px */
|
|
821
823
|
readonly 80: 80;
|
|
824
|
+
/** 82 px */
|
|
825
|
+
readonly 82: 82;
|
|
822
826
|
/** 100 px */
|
|
823
827
|
readonly 100: 100;
|
|
824
828
|
/** 120 px */
|
|
825
829
|
readonly 120: 120;
|
|
830
|
+
/** 132 px */
|
|
831
|
+
readonly 132: 132;
|
|
826
832
|
/** 140 px */
|
|
827
833
|
readonly 140: 140;
|
|
828
834
|
/** 160 px */
|
|
829
835
|
readonly 160: 160;
|
|
836
|
+
/** 172 px */
|
|
837
|
+
readonly 172: 172;
|
|
830
838
|
/** 176 px */
|
|
831
839
|
readonly 176: 176;
|
|
840
|
+
/** 196 px */
|
|
841
|
+
readonly 196: 196;
|
|
842
|
+
/** 192 px */
|
|
843
|
+
readonly 192: 192;
|
|
844
|
+
/** 198 px */
|
|
845
|
+
readonly 198: 198;
|
|
832
846
|
/** 200 px */
|
|
833
847
|
readonly 200: 200;
|
|
834
848
|
/** 208 px */
|
|
@@ -837,6 +851,8 @@ declare const size: {
|
|
|
837
851
|
readonly 240: 240;
|
|
838
852
|
/** 245 px */
|
|
839
853
|
readonly 245: 245;
|
|
854
|
+
/** 250 px */
|
|
855
|
+
readonly 250: 250;
|
|
840
856
|
/** 256 px */
|
|
841
857
|
readonly 256: 256;
|
|
842
858
|
/** 264 px */
|
|
@@ -815,20 +815,34 @@ declare const size: {
|
|
|
815
815
|
readonly 60: 60;
|
|
816
816
|
/** 64 px */
|
|
817
817
|
readonly 64: 64;
|
|
818
|
+
/** 66 px */
|
|
819
|
+
readonly 66: 66;
|
|
818
820
|
/** 72 px */
|
|
819
821
|
readonly 72: 72;
|
|
820
822
|
/** 80 px */
|
|
821
823
|
readonly 80: 80;
|
|
824
|
+
/** 82 px */
|
|
825
|
+
readonly 82: 82;
|
|
822
826
|
/** 100 px */
|
|
823
827
|
readonly 100: 100;
|
|
824
828
|
/** 120 px */
|
|
825
829
|
readonly 120: 120;
|
|
830
|
+
/** 132 px */
|
|
831
|
+
readonly 132: 132;
|
|
826
832
|
/** 140 px */
|
|
827
833
|
readonly 140: 140;
|
|
828
834
|
/** 160 px */
|
|
829
835
|
readonly 160: 160;
|
|
836
|
+
/** 172 px */
|
|
837
|
+
readonly 172: 172;
|
|
830
838
|
/** 176 px */
|
|
831
839
|
readonly 176: 176;
|
|
840
|
+
/** 196 px */
|
|
841
|
+
readonly 196: 196;
|
|
842
|
+
/** 192 px */
|
|
843
|
+
readonly 192: 192;
|
|
844
|
+
/** 198 px */
|
|
845
|
+
readonly 198: 198;
|
|
832
846
|
/** 200 px */
|
|
833
847
|
readonly 200: 200;
|
|
834
848
|
/** 208 px */
|
|
@@ -837,6 +851,8 @@ declare const size: {
|
|
|
837
851
|
readonly 240: 240;
|
|
838
852
|
/** 245 px */
|
|
839
853
|
readonly 245: 245;
|
|
854
|
+
/** 250 px */
|
|
855
|
+
readonly 250: 250;
|
|
840
856
|
/** 256 px */
|
|
841
857
|
readonly 256: 256;
|
|
842
858
|
/** 264 px */
|
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.
|
|
4
|
+
"version": "12.54.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": ">=18.12.1"
|
|
@@ -147,6 +147,10 @@
|
|
|
147
147
|
"@mantine/core": "6.0.21",
|
|
148
148
|
"@mantine/dates": "6.0.21",
|
|
149
149
|
"@mantine/hooks": "6.0.21",
|
|
150
|
+
"@react-aria/i18n": "3.12.2",
|
|
151
|
+
"@react-aria/datepicker": "3.15.1",
|
|
152
|
+
"@react-stately/datepicker": "3.15.1",
|
|
153
|
+
"@internationalized/date": "3.9.0",
|
|
150
154
|
"dayjs": "1.11.10",
|
|
151
155
|
"react-window": "1.8.11",
|
|
152
156
|
"react-zoom-pan-pinch": "3.7.0",
|