@hero-design/rn-work-uikit 1.13.8 → 1.13.10
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 +30 -0
- package/CLAUDE.md +1 -1
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +224 -209
- package/lib/index.js +224 -209
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,35 @@
|
|
|
1
1
|
# @hero-design/rn-work-uikit
|
|
2
2
|
|
|
3
|
+
## 1.13.10
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`8a8a649b3d2ad1fa030be516afb94841ac4d7fa9`](https://github.com/Thinkei/hero-design/commit/8a8a649b3d2ad1fa030be516afb94841ac4d7fa9), [`850eafeaec709444144e6cbe3cc15d53653c2088`](https://github.com/Thinkei/hero-design/commit/850eafeaec709444144e6cbe3cc15d53653c2088), [`16e0cb317529452f5a10523c10b60f66fcba6ee4`](https://github.com/Thinkei/hero-design/commit/16e0cb317529452f5a10523c10b60f66fcba6ee4)]:
|
|
8
|
+
- @hero-design/rn@8.128.1
|
|
9
|
+
|
|
10
|
+
## 1.13.9
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- [#5071](https://github.com/Thinkei/hero-design/pull/5071) [`d1c5aeb6b12e27c3e719158e53a77d56db6dbc0a`](https://github.com/Thinkei/hero-design/commit/d1c5aeb6b12e27c3e719158e53a77d56db6dbc0a) Thanks [@kristellegangano-debug](https://github.com/kristellegangano-debug)! - [UXT-8912] **Button:** reduce default button height and fix horizontal padding
|
|
15
|
+
|
|
16
|
+
- Default button height reduced from `scale(60)` to `scale(48)` to align with the compact/medium sizes.
|
|
17
|
+
- Changed `padding` to `paddingHorizontal` on filled, outline, and text button containers so vertical padding no longer inflates the button height.
|
|
18
|
+
|
|
19
|
+
- [#5074](https://github.com/Thinkei/hero-design/pull/5074) [`a9f1d5613fa357b2c4e3cfddd820a2a122a7e773`](https://github.com/Thinkei/hero-design/commit/a9f1d5613fa357b2c4e3cfddd820a2a122a7e773) Thanks [@kristellegangano-debug](https://github.com/kristellegangano-debug)! - [UXT-9001] [FilterTrigger] Align visual style to web
|
|
20
|
+
|
|
21
|
+
- Icon position moved before label text (was after)
|
|
22
|
+
- Active state backgrounds unified to `highlightedSurface` for all variants
|
|
23
|
+
- Outlined variant border changed from `medium` to `base`, color from `primaryOutline`/`secondaryOutline` to `primary`
|
|
24
|
+
- Label weight fixed to `small` (was `small-bold` when active)
|
|
25
|
+
- Icon intent fixed to `text` (was `inactive` when inactive)
|
|
26
|
+
- Badge intent set to `primary` (was unset)
|
|
27
|
+
- Filter icon SVG updated to match web version
|
|
28
|
+
|
|
29
|
+
- Updated dependencies [[`d1c5aeb6b12e27c3e719158e53a77d56db6dbc0a`](https://github.com/Thinkei/hero-design/commit/d1c5aeb6b12e27c3e719158e53a77d56db6dbc0a), [`a9f1d5613fa357b2c4e3cfddd820a2a122a7e773`](https://github.com/Thinkei/hero-design/commit/a9f1d5613fa357b2c4e3cfddd820a2a122a7e773), [`69f51118368fcc4b49d1cc6f2fe1ed8deb882ea0`](https://github.com/Thinkei/hero-design/commit/69f51118368fcc4b49d1cc6f2fe1ed8deb882ea0)]:
|
|
30
|
+
- @hero-design/rn@8.128.0
|
|
31
|
+
- @hero-design/react-native-month-year-picker@8.45.2
|
|
32
|
+
|
|
3
33
|
## 1.13.8
|
|
4
34
|
|
|
5
35
|
### Patch Changes
|
package/CLAUDE.md
CHANGED
|
@@ -28,7 +28,7 @@ Work-specific React Native component library extending `@hero-design/rn` with wo
|
|
|
28
28
|
## Commands
|
|
29
29
|
|
|
30
30
|
```bash
|
|
31
|
-
yarn turbo run test --filter=@hero-design/rn-work-uikit --
|
|
31
|
+
yarn turbo run test --filter=@hero-design/rn-work-uikit -- ComponentName [--watch|--updateSnapshot]
|
|
32
32
|
yarn workspace @hero-design/rn-work-uikit lint
|
|
33
33
|
yarn workspace @hero-design/rn-work-uikit type-check
|
|
34
34
|
```
|
|
Binary file
|