@particle-network/ui-native 0.4.2-beta.24 → 0.4.2-beta.25

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.
@@ -202,6 +202,7 @@ const UXSlider = ({ color = 'primary', minValue = 0, maxValue = 100, defaultValu
202
202
  style: styles.tooltip,
203
203
  children: [
204
204
  /*#__PURE__*/ jsx(Text, {
205
+ color: "white",
205
206
  children: getTooltipText()
206
207
  }),
207
208
  /*#__PURE__*/ jsx(View, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@particle-network/ui-native",
3
- "version": "0.4.2-beta.24",
3
+ "version": "0.4.2-beta.25",
4
4
  "main": "./entry.js",
5
5
  "react-native": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -90,8 +90,8 @@
90
90
  "vite": "^6.3.5",
91
91
  "zustand": "^5.0.8",
92
92
  "@particle-network/icons": "0.4.2-beta.9",
93
- "@particle-network/lintstaged-config": "0.1.0",
94
- "@particle-network/eslint-config": "0.3.0"
93
+ "@particle-network/eslint-config": "0.3.0",
94
+ "@particle-network/lintstaged-config": "0.1.0"
95
95
  },
96
96
  "overrides": {
97
97
  "react-docgen-typescript": "2.2.2",