@sbaiahmed1/react-native-blur 4.5.2 → 4.5.3

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/README.md CHANGED
@@ -265,7 +265,7 @@ The library uses native Android blur with automatic platform detection. No addit
265
265
  > 📦 **Dependency**: The library uses [QmBlurView](https://github.com/QmDeve/QmBlurView) from Maven Central:
266
266
  >
267
267
  > ```gradle
268
- > implementation 'com.qmdeve.blurview:core:1.0.5'
268
+ > implementation 'com.qmdeve.blurview:core:1.1.3'
269
269
  > ```
270
270
 
271
271
  The implementation automatically handles different Android versions:
@@ -74,7 +74,7 @@ def kotlin_version = getExtOrDefault("kotlinVersion")
74
74
  dependencies {
75
75
  implementation "com.facebook.react:react-android"
76
76
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
77
- implementation 'com.qmdeve.blurview:core:1.1.1'
77
+ implementation 'com.qmdeve.blurview:core:1.1.3'
78
78
  }
79
79
 
80
80
  react {
@@ -9,25 +9,25 @@ import android.graphics.Color
9
9
  enum class BlurType(val overlayColor: Int) {
10
10
  XLIGHT(Color.argb(140, 240, 240, 240)),
11
11
  LIGHT(Color.argb(42, 255, 255, 255)),
12
- DARK(Color.argb(120, 26, 22, 22)),
13
- EXTRA_DARK(Color.argb(102, 35, 35, 35)),
12
+ DARK(Color.argb(120, 25, 25, 25)),
13
+ EXTRA_DARK(Color.argb(160, 35, 35, 35)),
14
14
  REGULAR(Color.argb(35, 255, 255, 255)),
15
- PROMINENT(Color.argb(140, 240, 240, 240)),
15
+ PROMINENT(Color.argb(130, 240, 240, 240)),
16
16
  SYSTEM_ULTRA_THIN_MATERIAL(Color.argb(75, 240, 240, 240)),
17
17
  SYSTEM_ULTRA_THIN_MATERIAL_LIGHT(Color.argb(77, 240, 240, 240)),
18
18
  SYSTEM_ULTRA_THIN_MATERIAL_DARK(Color.argb(65, 40, 40, 40)),
19
19
  SYSTEM_THIN_MATERIAL(Color.argb(102, 240, 240, 240)),
20
20
  SYSTEM_THIN_MATERIAL_LIGHT(Color.argb(105, 240, 240, 240)),
21
21
  SYSTEM_THIN_MATERIAL_DARK(Color.argb(102, 35, 35, 35)),
22
- SYSTEM_MATERIAL(Color.argb(140, 245, 245, 245)),
23
- SYSTEM_MATERIAL_LIGHT(Color.argb(140, 248, 248, 248)),
22
+ SYSTEM_MATERIAL(Color.argb(130, 242, 242, 242)),
23
+ SYSTEM_MATERIAL_LIGHT(Color.argb(130, 245, 245, 245)),
24
24
  SYSTEM_MATERIAL_DARK(Color.argb(215, 65, 60, 60)),
25
- SYSTEM_THICK_MATERIAL(Color.argb(210, 248, 248, 248)),
26
- SYSTEM_THICK_MATERIAL_LIGHT(Color.argb(212, 248, 248, 248)),
27
- SYSTEM_THICK_MATERIAL_DARK(Color.argb(165, 35, 35, 35)),
28
- SYSTEM_CHROME_MATERIAL(Color.argb(165, 248, 248, 248)),
29
- SYSTEM_CHROME_MATERIAL_LIGHT(Color.argb(167, 248, 248, 248)),
30
- SYSTEM_CHROME_MATERIAL_DARK(Color.argb(100, 32, 32, 32));
25
+ SYSTEM_THICK_MATERIAL(Color.argb(160, 240, 240, 240)),
26
+ SYSTEM_THICK_MATERIAL_LIGHT(Color.argb(160, 242, 242, 242)),
27
+ SYSTEM_THICK_MATERIAL_DARK(Color.argb(160, 35, 35, 35)),
28
+ SYSTEM_CHROME_MATERIAL(Color.argb(135, 240, 240, 240)),
29
+ SYSTEM_CHROME_MATERIAL_LIGHT(Color.argb(135, 242, 242, 242)),
30
+ SYSTEM_CHROME_MATERIAL_DARK(Color.argb(90, 32, 32, 32));
31
31
 
32
32
  companion object {
33
33
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sbaiahmed1/react-native-blur",
3
- "version": "4.5.2",
3
+ "version": "4.5.3",
4
4
  "description": "React native modern blur view",
5
5
  "main": "./lib/module/index.js",
6
6
  "types": "./lib/typescript/src/index.d.ts",
@@ -86,7 +86,7 @@
86
86
  "react": "19.0.0",
87
87
  "react-native": "0.79.2",
88
88
  "react-native-builder-bob": "^0.40.11",
89
- "release-it": "^19.0.4",
89
+ "release-it": "^19.2.4",
90
90
  "turbo": "^1.10.7",
91
91
  "typescript": "^5.8.3"
92
92
  },
@@ -116,7 +116,7 @@
116
116
  "tagName": "v${version}"
117
117
  },
118
118
  "npm": {
119
- "publish": false
119
+ "publish": true
120
120
  },
121
121
  "github": {
122
122
  "release": true