jfs-components 0.1.54 → 0.1.55

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.
@@ -4,7 +4,7 @@
4
4
  * Auto-generated from SVG files in src/icons/
5
5
  * DO NOT EDIT MANUALLY - Run "npm run icons:generate" to regenerate
6
6
  *
7
- * Generated: 2026-07-27T15:45:41.882Z
7
+ * Generated: 2026-07-27T16:45:55.755Z
8
8
  */
9
9
  export declare const iconRegistry: Record<string, {
10
10
  path: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jfs-components",
3
- "version": "0.1.54",
3
+ "version": "0.1.55",
4
4
  "description": "React Native Jio Finance Components Library",
5
5
  "author": "sunshuaiqi@gmail.com",
6
6
  "license": "MIT",
@@ -140,7 +140,7 @@ function CircularProgressBarDoted({
140
140
 
141
141
  const dotShadowSize = toNumber(getVariableByName('circularProgressBarDoted/dot/shadow/size', modes), 6)
142
142
  const baseDotSize = toNumber(getVariableByName('circularProgressBarDoted/dot/size', modes), 6)
143
- const dotSize = baseDotSize + dotShadowSize
143
+ const dotSize = baseDotSize + dotShadowSize*2
144
144
  const outerDotSize = dotSize
145
145
  const ringSize = layoutSize
146
146
  const ringRadius = Math.max(0, (ringSize - outerDotSize) / 2)
@@ -4,7 +4,7 @@
4
4
  * Auto-generated from SVG files in src/icons/
5
5
  * DO NOT EDIT MANUALLY - Run "npm run icons:generate" to regenerate
6
6
  *
7
- * Generated: 2026-07-27T15:45:41.882Z
7
+ * Generated: 2026-07-27T16:45:55.755Z
8
8
  */
9
9
 
10
10
  // Icon name to SVG data mapping