@startupjs-ui/span 0.1.12 → 0.1.13

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/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.1.13](https://github.com/startupjs/startupjs-ui/compare/v0.1.12...v0.1.13) (2026-02-03)
7
+
8
+ **Note:** Version bump only for package @startupjs-ui/span
9
+
10
+
11
+
12
+
13
+
6
14
  ## [0.1.12](https://github.com/startupjs/startupjs-ui/compare/v0.1.11...v0.1.12) (2026-01-21)
7
15
 
8
16
 
package/README.mdx CHANGED
@@ -49,9 +49,9 @@ Use `description` prop for secondary text.
49
49
 
50
50
  ## Animations
51
51
 
52
- Div automatically uses React Native Reanimated when a `transition` or `animation` property is detected in the style. This allows you to create smooth animations without any additional setup.
52
+ Span automatically uses React Native Reanimated when a `transition` or `animation` property is detected in the style. This allows you to create smooth animations without any additional setup.
53
53
 
54
- **Note:** When using modifier classes to add transitions/animations dynamically, set `animation: none` in the base styles. This ensures Div uses the animated component from the start.
54
+ **Note:** When using modifier classes to add transitions/animations dynamically, set `animation: none` in the base styles. This ensures Span uses the animated component from the start.
55
55
 
56
56
  ```jsx example
57
57
  const [isActive, setIsActive] = useState(false)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startupjs-ui/span",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -16,5 +16,5 @@
16
16
  "react-native-reanimated": ">=4.0.0",
17
17
  "startupjs": "*"
18
18
  },
19
- "gitHead": "c0b4606437077bb6d170e2c0b16b674801c304fe"
19
+ "gitHead": "5cfdccf2bdae3873e968289a3e6b938fad02101a"
20
20
  }