@razorpay/blade 8.13.0 → 8.14.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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 30 Jun 2023 10:16:07 GMT
3
+ * Generated on Tue, 04 Jul 2023 04:44:16 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -12,6 +12,7 @@
12
12
  --border-radius-max: 9999px;
13
13
  --border-radius-round: 50%;
14
14
  --border-width-none: 0px;
15
+ --border-width-thinner: 0.5px;
15
16
  --border-width-thin: 1px;
16
17
  --border-width-thick: 1.5px;
17
18
  --breakpoints-base: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 30 Jun 2023 10:16:07 GMT
3
+ * Generated on Tue, 04 Jul 2023 04:44:16 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -12,6 +12,7 @@
12
12
  --border-radius-max: 9999px;
13
13
  --border-radius-round: 50%;
14
14
  --border-width-none: 0px;
15
+ --border-width-thinner: 0.5px;
15
16
  --border-width-thin: 1px;
16
17
  --border-width-thick: 1.5px;
17
18
  --breakpoints-base: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 30 Jun 2023 10:16:07 GMT
3
+ * Generated on Tue, 04 Jul 2023 04:44:16 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -12,6 +12,7 @@
12
12
  --border-radius-max: 9999px;
13
13
  --border-radius-round: 50%;
14
14
  --border-width-none: 0px;
15
+ --border-width-thinner: 0.5px;
15
16
  --border-width-thin: 1px;
16
17
  --border-width-thick: 1.5px;
17
18
  --breakpoints-base: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 30 Jun 2023 10:16:07 GMT
3
+ * Generated on Tue, 04 Jul 2023 04:44:16 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -12,6 +12,7 @@
12
12
  --border-radius-max: 9999px;
13
13
  --border-radius-round: 50%;
14
14
  --border-width-none: 0px;
15
+ --border-width-thinner: 0.5px;
15
16
  --border-width-thin: 1px;
16
17
  --border-width-thick: 1.5px;
17
18
  --breakpoints-base: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 30 Jun 2023 10:16:07 GMT
3
+ * Generated on Tue, 04 Jul 2023 04:44:16 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -12,6 +12,7 @@
12
12
  --border-radius-max: 9999px;
13
13
  --border-radius-round: 50%;
14
14
  --border-width-none: 0px;
15
+ --border-width-thinner: 0.5px;
15
16
  --border-width-thin: 1px;
16
17
  --border-width-thick: 1.5px;
17
18
  --breakpoints-base: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 30 Jun 2023 10:16:07 GMT
3
+ * Generated on Tue, 04 Jul 2023 04:44:16 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -12,6 +12,7 @@
12
12
  --border-radius-max: 9999px;
13
13
  --border-radius-round: 50%;
14
14
  --border-width-none: 0px;
15
+ --border-width-thinner: 0.5px;
15
16
  --border-width-thin: 1px;
16
17
  --border-width-thick: 1.5px;
17
18
  --breakpoints-base: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 30 Jun 2023 10:16:07 GMT
3
+ * Generated on Tue, 04 Jul 2023 04:44:16 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -12,6 +12,7 @@
12
12
  --border-radius-max: 9999px;
13
13
  --border-radius-round: 50%;
14
14
  --border-width-none: 0px;
15
+ --border-width-thinner: 0.5px;
15
16
  --border-width-thin: 1px;
16
17
  --border-width-thick: 1.5px;
17
18
  --breakpoints-base: 0px;
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Fri, 30 Jun 2023 10:16:07 GMT
3
+ * Generated on Tue, 04 Jul 2023 04:44:16 GMT
4
4
  */
5
5
 
6
6
  :root {
@@ -12,6 +12,7 @@
12
12
  --border-radius-max: 9999px;
13
13
  --border-radius-round: 50%;
14
14
  --border-width-none: 0px;
15
+ --border-width-thinner: 0.5px;
15
16
  --border-width-thin: 1px;
16
17
  --border-width-thick: 1.5px;
17
18
  --breakpoints-base: 0px;
@@ -15,6 +15,8 @@ declare type BorderRadius$1 = Readonly<{
15
15
  declare type BorderWidth$1 = Readonly<{
16
16
  /** none: 0(px/rem/pt) */
17
17
  none: 0;
18
+ /** thinner: 0.5(px/rem/pt) */
19
+ thinner: 0.5;
18
20
  /** thin: 1(px/rem/pt) */
19
21
  thin: 1;
20
22
  /** thick: 1.5(px/rem/pt) */
@@ -397,6 +399,8 @@ type BorderRadius = Readonly<{
397
399
  type BorderWidth = Readonly<{
398
400
  /** none: 0(px/rem/pt) */
399
401
  none: 0;
402
+ /** thinner: 0.5(px/rem/pt) */
403
+ thinner: 0.5;
400
404
  /** thin: 1(px/rem/pt) */
401
405
  thin: 1;
402
406
  /** thick: 1.5(px/rem/pt) */
@@ -15,6 +15,8 @@ declare type BorderRadius$1 = Readonly<{
15
15
  declare type BorderWidth$1 = Readonly<{
16
16
  /** none: 0(px/rem/pt) */
17
17
  none: 0;
18
+ /** thinner: 0.5(px/rem/pt) */
19
+ thinner: 0.5;
18
20
  /** thin: 1(px/rem/pt) */
19
21
  thin: 1;
20
22
  /** thick: 1.5(px/rem/pt) */
@@ -397,6 +399,8 @@ type BorderRadius = Readonly<{
397
399
  type BorderWidth = Readonly<{
398
400
  /** none: 0(px/rem/pt) */
399
401
  none: 0;
402
+ /** thinner: 0.5(px/rem/pt) */
403
+ thinner: 0.5;
400
404
  /** thin: 1(px/rem/pt) */
401
405
  thin: 1;
402
406
  /** thick: 1.5(px/rem/pt) */
@@ -3,7 +3,7 @@ import { Platform } from 'react-native';
3
3
  import { Easing } from 'react-native-reanimated';
4
4
  import _slicedToArray from '@babel/runtime/helpers/slicedToArray';
5
5
 
6
- var border={radius:{none:0,small:2,medium:4,large:8,max:9999,round:'50%'},width:{none:0,thin:1,thick:1.5}};
6
+ var border={radius:{none:0,small:2,medium:4,large:8,max:9999,round:'50%'},width:{none:0,thinner:0.5,thin:1,thick:1.5}};
7
7
 
8
8
  var breakpoints={base:0,xs:320,s:480,m:768,l:1024,xl:1200};
9
9