@razorpay/blade 12.59.0 → 12.60.1
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/CounterInput/CounterInput.native.js +12 -0
- package/build/lib/native/components/CounterInput/CounterInput.native.js.map +1 -0
- package/build/lib/native/components/CounterInput/CounterInputContext.js +6 -0
- package/build/lib/native/components/CounterInput/CounterInputContext.js.map +1 -0
- package/build/lib/native/components/Form/CharacterCounter/CharacterCounter.js.map +1 -1
- package/build/lib/native/components/Form/FormHint.js.map +1 -1
- package/build/lib/native/components/Form/FormLabel.js.map +1 -1
- package/build/lib/native/components/Form/formTokens.js +1 -1
- package/build/lib/native/components/Form/formTokens.js.map +1 -1
- package/build/lib/native/components/Input/BaseInput/BaseInput.js +2 -1
- package/build/lib/native/components/Input/BaseInput/BaseInput.js.map +1 -1
- package/build/lib/native/components/Input/BaseInput/BaseInputVisuals.js +1 -1
- package/build/lib/native/components/Input/BaseInput/BaseInputVisuals.js.map +1 -1
- package/build/lib/native/components/Input/BaseInput/baseInputStyles.js +2 -2
- package/build/lib/native/components/Input/BaseInput/baseInputStyles.js.map +1 -1
- package/build/lib/native/components/Input/BaseInput/baseInputTokens.js +2 -2
- package/build/lib/native/components/Input/BaseInput/baseInputTokens.js.map +1 -1
- package/build/lib/native/components/ProgressBar/ProgressBar.js +1 -1
- package/build/lib/native/components/ProgressBar/ProgressBar.js.map +1 -1
- 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/Box/BaseBox/types/propsTypes.js.map +1 -1
- package/build/lib/web/development/components/CounterInput/CounterInput.web.js +348 -0
- package/build/lib/web/development/components/CounterInput/CounterInput.web.js.map +1 -0
- package/build/lib/web/development/components/CounterInput/CounterInputContext.js +12 -0
- package/build/lib/web/development/components/CounterInput/CounterInputContext.js.map +1 -0
- package/build/lib/web/development/components/CounterInput/StyledCounterInput.js +22 -0
- package/build/lib/web/development/components/CounterInput/StyledCounterInput.js.map +1 -0
- package/build/lib/web/development/components/CounterInput/index.js +2 -0
- package/build/lib/web/development/components/CounterInput/index.js.map +1 -0
- package/build/lib/web/development/components/CounterInput/token.js +50 -0
- package/build/lib/web/development/components/CounterInput/token.js.map +1 -0
- package/build/lib/web/development/components/Form/CharacterCounter/CharacterCounter.js.map +1 -1
- package/build/lib/web/development/components/Form/FormHint.js.map +1 -1
- package/build/lib/web/development/components/Form/FormLabel.js.map +1 -1
- package/build/lib/web/development/components/Form/formTokens.js +9 -0
- package/build/lib/web/development/components/Form/formTokens.js.map +1 -1
- package/build/lib/web/development/components/Input/BaseInput/BaseInput.js +13 -3
- package/build/lib/web/development/components/Input/BaseInput/BaseInput.js.map +1 -1
- package/build/lib/web/development/components/Input/BaseInput/BaseInputVisuals.js +2 -0
- package/build/lib/web/development/components/Input/BaseInput/BaseInputVisuals.js.map +1 -1
- package/build/lib/web/development/components/Input/BaseInput/StyledBaseInput.web.js +12 -3
- package/build/lib/web/development/components/Input/BaseInput/StyledBaseInput.web.js.map +1 -1
- package/build/lib/web/development/components/Input/BaseInput/baseInputStyles.js +80 -30
- package/build/lib/web/development/components/Input/BaseInput/baseInputStyles.js.map +1 -1
- package/build/lib/web/development/components/Input/BaseInput/baseInputTokens.js +30 -1
- package/build/lib/web/development/components/Input/BaseInput/baseInputTokens.js.map +1 -1
- package/build/lib/web/development/components/Input/PhoneNumberInput/CountrySelector.web.js +1 -0
- package/build/lib/web/development/components/Input/PhoneNumberInput/CountrySelector.web.js.map +1 -1
- package/build/lib/web/development/components/ProgressBar/ProgressBar.js +6 -2
- package/build/lib/web/development/components/ProgressBar/ProgressBar.js.map +1 -1
- package/build/lib/web/development/components/ProgressBar/ProgressBarFilled.web.js +10 -4
- package/build/lib/web/development/components/ProgressBar/ProgressBarFilled.web.js.map +1 -1
- package/build/lib/web/development/components/TopNav/TopNav.web.js +0 -1
- package/build/lib/web/development/components/TopNav/TopNav.web.js.map +1 -1
- 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 +28 -0
- package/build/lib/web/development/tokens/global/size.js.map +1 -1
- package/build/lib/web/development/utils/metaAttribute/metaConstants.js +1 -0
- package/build/lib/web/development/utils/metaAttribute/metaConstants.js.map +1 -1
- package/build/lib/web/production/components/Box/BaseBox/types/propsTypes.js.map +1 -1
- package/build/lib/web/production/components/CounterInput/CounterInput.web.js +348 -0
- package/build/lib/web/production/components/CounterInput/CounterInput.web.js.map +1 -0
- package/build/lib/web/production/components/CounterInput/CounterInputContext.js +12 -0
- package/build/lib/web/production/components/CounterInput/CounterInputContext.js.map +1 -0
- package/build/lib/web/production/components/CounterInput/StyledCounterInput.js +22 -0
- package/build/lib/web/production/components/CounterInput/StyledCounterInput.js.map +1 -0
- package/build/lib/web/production/components/CounterInput/index.js +2 -0
- package/build/lib/web/production/components/CounterInput/index.js.map +1 -0
- package/build/lib/web/production/components/CounterInput/token.js +50 -0
- package/build/lib/web/production/components/CounterInput/token.js.map +1 -0
- package/build/lib/web/production/components/Form/CharacterCounter/CharacterCounter.js.map +1 -1
- package/build/lib/web/production/components/Form/FormHint.js.map +1 -1
- package/build/lib/web/production/components/Form/FormLabel.js.map +1 -1
- package/build/lib/web/production/components/Form/formTokens.js +9 -0
- package/build/lib/web/production/components/Form/formTokens.js.map +1 -1
- package/build/lib/web/production/components/Input/BaseInput/BaseInput.js +13 -3
- package/build/lib/web/production/components/Input/BaseInput/BaseInput.js.map +1 -1
- package/build/lib/web/production/components/Input/BaseInput/BaseInputVisuals.js +2 -0
- package/build/lib/web/production/components/Input/BaseInput/BaseInputVisuals.js.map +1 -1
- package/build/lib/web/production/components/Input/BaseInput/StyledBaseInput.web.js +12 -3
- package/build/lib/web/production/components/Input/BaseInput/StyledBaseInput.web.js.map +1 -1
- package/build/lib/web/production/components/Input/BaseInput/baseInputStyles.js +80 -30
- package/build/lib/web/production/components/Input/BaseInput/baseInputStyles.js.map +1 -1
- package/build/lib/web/production/components/Input/BaseInput/baseInputTokens.js +30 -1
- package/build/lib/web/production/components/Input/BaseInput/baseInputTokens.js.map +1 -1
- package/build/lib/web/production/components/Input/PhoneNumberInput/CountrySelector.web.js +1 -0
- package/build/lib/web/production/components/Input/PhoneNumberInput/CountrySelector.web.js.map +1 -1
- package/build/lib/web/production/components/ProgressBar/ProgressBar.js +6 -2
- package/build/lib/web/production/components/ProgressBar/ProgressBar.js.map +1 -1
- package/build/lib/web/production/components/ProgressBar/ProgressBarFilled.web.js +10 -4
- package/build/lib/web/production/components/ProgressBar/ProgressBarFilled.web.js.map +1 -1
- package/build/lib/web/production/components/TopNav/TopNav.web.js +0 -1
- package/build/lib/web/production/components/TopNav/TopNav.web.js.map +1 -1
- 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 +28 -0
- package/build/lib/web/production/tokens/global/size.js.map +1 -1
- package/build/lib/web/production/utils/metaAttribute/metaConstants.js +1 -0
- package/build/lib/web/production/utils/metaAttribute/metaConstants.js.map +1 -1
- package/build/types/components/index.d.ts +1052 -577
- package/build/types/components/index.native.d.ts +324 -254
- package/build/types/tokens/index.d.ts +28 -0
- package/build/types/tokens/index.native.d.ts +28 -0
- package/package.json +1 -1
|
@@ -789,6 +789,8 @@ declare const size: {
|
|
|
789
789
|
readonly 20: 20;
|
|
790
790
|
/** 24 px */
|
|
791
791
|
readonly 24: 24;
|
|
792
|
+
/** 26 px */
|
|
793
|
+
readonly 26: 26;
|
|
792
794
|
/** 28 px */
|
|
793
795
|
readonly 28: 28;
|
|
794
796
|
/** 30 px */
|
|
@@ -799,14 +801,22 @@ declare const size: {
|
|
|
799
801
|
readonly 32: 32;
|
|
800
802
|
/** 33 px */
|
|
801
803
|
readonly 33: 33;
|
|
804
|
+
/** 34 px */
|
|
805
|
+
readonly 34: 34;
|
|
802
806
|
/** 36 px */
|
|
803
807
|
readonly 36: 36;
|
|
808
|
+
/** 38 px */
|
|
809
|
+
readonly 38: 38;
|
|
804
810
|
/** 40 px */
|
|
805
811
|
readonly 40: 40;
|
|
806
812
|
/** 44 px */
|
|
807
813
|
readonly 44: 44;
|
|
814
|
+
/** 46 px */
|
|
815
|
+
readonly 46: 46;
|
|
808
816
|
/** 48 px */
|
|
809
817
|
readonly 48: 48;
|
|
818
|
+
/** 50 px */
|
|
819
|
+
readonly 50: 50;
|
|
810
820
|
/** 52 px */
|
|
811
821
|
readonly 52: 52;
|
|
812
822
|
/** 56 px */
|
|
@@ -819,14 +829,32 @@ declare const size: {
|
|
|
819
829
|
readonly 66: 66;
|
|
820
830
|
/** 72 px */
|
|
821
831
|
readonly 72: 72;
|
|
832
|
+
/** 78px */
|
|
833
|
+
readonly 78: 78;
|
|
822
834
|
/** 80 px */
|
|
823
835
|
readonly 80: 80;
|
|
824
836
|
/** 82 px */
|
|
825
837
|
readonly 82: 82;
|
|
838
|
+
/** 84 px */
|
|
839
|
+
readonly 84: 84;
|
|
840
|
+
/** 86 px */
|
|
841
|
+
readonly 86: 86;
|
|
842
|
+
/** 90 px */
|
|
843
|
+
readonly 90: 90;
|
|
844
|
+
/** 94 px */
|
|
845
|
+
readonly 94: 94;
|
|
846
|
+
/** 96 px */
|
|
847
|
+
readonly 96: 96;
|
|
826
848
|
/** 100 px */
|
|
827
849
|
readonly 100: 100;
|
|
850
|
+
/** 114 px */
|
|
851
|
+
readonly 114: 114;
|
|
828
852
|
/** 120 px */
|
|
829
853
|
readonly 120: 120;
|
|
854
|
+
/** 122 px */
|
|
855
|
+
readonly 122: 122;
|
|
856
|
+
/** 124 px */
|
|
857
|
+
readonly 124: 124;
|
|
830
858
|
/** 132 px */
|
|
831
859
|
readonly 132: 132;
|
|
832
860
|
/** 140 px */
|
|
@@ -789,6 +789,8 @@ declare const size: {
|
|
|
789
789
|
readonly 20: 20;
|
|
790
790
|
/** 24 px */
|
|
791
791
|
readonly 24: 24;
|
|
792
|
+
/** 26 px */
|
|
793
|
+
readonly 26: 26;
|
|
792
794
|
/** 28 px */
|
|
793
795
|
readonly 28: 28;
|
|
794
796
|
/** 30 px */
|
|
@@ -799,14 +801,22 @@ declare const size: {
|
|
|
799
801
|
readonly 32: 32;
|
|
800
802
|
/** 33 px */
|
|
801
803
|
readonly 33: 33;
|
|
804
|
+
/** 34 px */
|
|
805
|
+
readonly 34: 34;
|
|
802
806
|
/** 36 px */
|
|
803
807
|
readonly 36: 36;
|
|
808
|
+
/** 38 px */
|
|
809
|
+
readonly 38: 38;
|
|
804
810
|
/** 40 px */
|
|
805
811
|
readonly 40: 40;
|
|
806
812
|
/** 44 px */
|
|
807
813
|
readonly 44: 44;
|
|
814
|
+
/** 46 px */
|
|
815
|
+
readonly 46: 46;
|
|
808
816
|
/** 48 px */
|
|
809
817
|
readonly 48: 48;
|
|
818
|
+
/** 50 px */
|
|
819
|
+
readonly 50: 50;
|
|
810
820
|
/** 52 px */
|
|
811
821
|
readonly 52: 52;
|
|
812
822
|
/** 56 px */
|
|
@@ -819,14 +829,32 @@ declare const size: {
|
|
|
819
829
|
readonly 66: 66;
|
|
820
830
|
/** 72 px */
|
|
821
831
|
readonly 72: 72;
|
|
832
|
+
/** 78px */
|
|
833
|
+
readonly 78: 78;
|
|
822
834
|
/** 80 px */
|
|
823
835
|
readonly 80: 80;
|
|
824
836
|
/** 82 px */
|
|
825
837
|
readonly 82: 82;
|
|
838
|
+
/** 84 px */
|
|
839
|
+
readonly 84: 84;
|
|
840
|
+
/** 86 px */
|
|
841
|
+
readonly 86: 86;
|
|
842
|
+
/** 90 px */
|
|
843
|
+
readonly 90: 90;
|
|
844
|
+
/** 94 px */
|
|
845
|
+
readonly 94: 94;
|
|
846
|
+
/** 96 px */
|
|
847
|
+
readonly 96: 96;
|
|
826
848
|
/** 100 px */
|
|
827
849
|
readonly 100: 100;
|
|
850
|
+
/** 114 px */
|
|
851
|
+
readonly 114: 114;
|
|
828
852
|
/** 120 px */
|
|
829
853
|
readonly 120: 120;
|
|
854
|
+
/** 122 px */
|
|
855
|
+
readonly 122: 122;
|
|
856
|
+
/** 124 px */
|
|
857
|
+
readonly 124: 124;
|
|
830
858
|
/** 132 px */
|
|
831
859
|
readonly 132: 132;
|
|
832
860
|
/** 140 px */
|