Skip to content

Commit 3bfaf88

Browse files
authored
Merge pull request #2300 from gluestack/release/@gluestack-ui/overlay@0.1.15
release: @gluestack-ui/overlay version 0.1.15
2 parents 9eff527 + 5223f9a commit 3bfaf88

File tree

10 files changed

+40
-14
lines changed

10 files changed

+40
-14
lines changed

example/storybook-nativewind/.storybook/preview.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,11 @@ export const parameters = {
119119
name: 'BookOpen',
120120
headerTitle: 'Guides',
121121
},
122+
{
123+
source: 'lucide-react-native',
124+
name: 'Anchor',
125+
headerTitle: 'Hooks',
126+
},
122127
],
123128
},
124129
},

example/storybook-nativewind/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"@gluestack-style/animation-resolver": "^1.0.4",
3333
"@gluestack-style/react": "^1.0.57",
3434
"@gluestack-ui/config": "^1.1.19",
35-
"@gluestack-ui/themed": "^1.1.37",
35+
"@gluestack-ui/themed": "^1.1.38",
3636
"@gluestack/design-system": "^0.5.36",
3737
"@gorhom/bottom-sheet": "^5.0.0-alpha.10",
3838
"@legendapp/motion": "^2.2.0",

example/storybook-nativewind/src/hooks/useMediaQuery/index.nw.stories.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ import Wrapper from '../../core-components/nativewind/Wrapper';
8080
(isTablet ? 'border-green-500 bg-green-50' : '')
8181
}
8282
>
83-
<Icon as={Tablet} />
83+
<Icon as={Tablet} size="sm" />
8484
<Text size="sm">medium</Text>
8585
</Box>
8686
<Box
@@ -89,7 +89,7 @@ import Wrapper from '../../core-components/nativewind/Wrapper';
8989
(isSmallScreen ? 'border-green-500 bg-green-50' : '')
9090
}
9191
>
92-
<Icon as={Laptop} />
92+
<Icon as={Laptop} size="sm" />
9393
<Text size="sm">Large</Text>
9494
</Box>
9595
<Box
@@ -98,7 +98,7 @@ import Wrapper from '../../core-components/nativewind/Wrapper';
9898
(isLargeScreen ? 'border-green-500 bg-green-50' : '')
9999
}
100100
>
101-
<Icon as={Tv} />
101+
<Icon as={Tv} size="sm" />
102102
<Text size="sm">Extra Large</Text>
103103
</Box>
104104
</Box>

packages/config/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@gluestack-ui/link": "0.1.21",
5555
"@gluestack-ui/menu": "0.2.34",
5656
"@gluestack-ui/modal": "0.1.34",
57-
"@gluestack-ui/overlay": "0.1.14",
58-
"@gluestack-ui/popover": "0.1.36",
57+
"@gluestack-ui/overlay": "0.1.15",
58+
"@gluestack-ui/popover": "0.1.37",
5959
"@gluestack-ui/pressable": "0.1.16",
6060
"@gluestack-ui/progress": "0.1.15",
6161
"@gluestack-ui/provider": "0.1.12",
@@ -66,14 +66,14 @@
6666
"@gluestack-ui/switch": "0.1.22",
6767
"@gluestack-ui/tabs": "0.1.16",
6868
"@gluestack-ui/textarea": "0.1.23",
69-
"@gluestack-ui/themed": "1.1.37",
69+
"@gluestack-ui/themed": "1.1.38",
7070
"@gluestack-ui/toast": "1.0.7",
7171
"@gluestack-ui/tooltip": "0.1.32",
7272
"@legendapp/motion": "latest"
7373
},
7474
"peerDependencies": {
7575
"@gluestack-style/react": ">=1.0.57",
76-
"@gluestack-ui/themed": ">=1.1.37"
76+
"@gluestack-ui/themed": ">=1.1.38"
7777
},
7878
"release-it": {
7979
"git": {

packages/themed/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @gluestack-ui/themed
22

3+
## 1.1.38
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @gluestack-ui/overlay@0.1.15
9+
- @gluestack-ui/popover@0.1.37
10+
311
## 1.1.37
412

513
### Patch Changes

packages/themed/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluestack-ui/themed",
3-
"version": "1.1.37",
3+
"version": "1.1.38",
44
"main": "build/index.js",
55
"types": "build/index.d.ts",
66
"module": "build/index",
@@ -53,8 +53,8 @@
5353
"@gluestack-ui/link": "0.1.21",
5454
"@gluestack-ui/menu": "0.2.34",
5555
"@gluestack-ui/modal": "0.1.34",
56-
"@gluestack-ui/overlay": "0.1.14",
57-
"@gluestack-ui/popover": "0.1.36",
56+
"@gluestack-ui/overlay": "0.1.15",
57+
"@gluestack-ui/popover": "0.1.37",
5858
"@gluestack-ui/pressable": "0.1.16",
5959
"@gluestack-ui/progress": "0.1.15",
6060
"@gluestack-ui/provider": "0.1.12",

packages/unstyled/overlay/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @gluestack-ui/overlay
22

3+
## 0.1.15
4+
5+
### Patch Changes
6+
7+
- fix: style in array
8+
39
## 0.1.14
410

511
### Patch Changes

packages/unstyled/overlay/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@gluestack-ui/overlay",
33
"description": "A universal headless overlay component for React Native, Next.js & React",
4-
"version": "0.1.14",
4+
"version": "0.1.15",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",
77
"types": "lib/typescript/index.d.ts",

packages/unstyled/popover/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @gluestack-ui/popover
22

3+
## 0.1.37
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
- @gluestack-ui/overlay@0.1.15
9+
310
## 0.1.36
411

512
### Patch Changes

packages/unstyled/popover/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@gluestack-ui/popover",
3-
"version": "0.1.36",
3+
"version": "0.1.37",
44
"main": "lib/commonjs/index",
55
"module": "lib/module/index",
66
"types": "lib/typescript/index.d.ts",
@@ -44,7 +44,7 @@
4444
},
4545
"dependencies": {
4646
"@gluestack-ui/hooks": "0.1.11",
47-
"@gluestack-ui/overlay": "0.1.14",
47+
"@gluestack-ui/overlay": "0.1.15",
4848
"@gluestack-ui/utils": "^0.1.12",
4949
"@react-native-aria/dialog": "^0.0.4",
5050
"@react-native-aria/focus": "^0.2.9",

0 commit comments

Comments
 (0)