Skip to content

Commit

Permalink
Merge pull request #718 from gluestack/revert-716-release/@gluestack-…
Browse files Browse the repository at this point in the history
…ui/-@tsconfig-updates@-

Revert "Release/@gluestack UI/ @tsconfig updates@ "
  • Loading branch information
makkarMeenu authored Jun 29, 2023
2 parents 6cee450 + 49c520a commit 07b1eec
Show file tree
Hide file tree
Showing 73 changed files with 166 additions and 449 deletions.
44 changes: 22 additions & 22 deletions example/storybook/junit.xml
Original file line number Diff line number Diff line change
@@ -1,47 +1,47 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="19" failures="0" errors="0" time="9.378">
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2023-06-29T06:12:39" time="6.419" tests="1">
<testcase classname=" renders correctly" name=" renders correctly" time="0.036">
<testsuites name="jest tests" tests="19" failures="0" errors="0" time="10.996">
<testsuite name="undefined" errors="0" failures="0" skipped="0" timestamp="2023-06-29T05:49:49" time="7.771" tests="1">
<testcase classname=" renders correctly" name=" renders correctly" time="0.044">
</testcase>
</testsuite>
<testsuite name="Checkbox component" errors="0" failures="0" skipped="0" timestamp="2023-06-29T06:12:39" time="6.531" tests="6">
<testcase classname="Checkbox component size sm" name="Checkbox component size sm" time="0.07">
<testsuite name="Checkbox component" errors="0" failures="0" skipped="0" timestamp="2023-06-29T05:49:49" time="8.101" tests="6">
<testcase classname="Checkbox component size sm" name="Checkbox component size sm" time="0.066">
</testcase>
<testcase classname="Checkbox component size md" name="Checkbox component size md" time="0.015">
<testcase classname="Checkbox component size md" name="Checkbox component size md" time="0.017">
</testcase>
<testcase classname="Checkbox component size lg" name="Checkbox component size lg" time="0.017">
<testcase classname="Checkbox component size lg" name="Checkbox component size lg" time="0.016">
</testcase>
<testcase classname="Checkbox component isInvalid" name="Checkbox component isInvalid" time="0.021">
<testcase classname="Checkbox component isInvalid" name="Checkbox component isInvalid" time="0.014">
</testcase>
<testcase classname="Checkbox component isDisabled" name="Checkbox component isDisabled" time="0.018">
</testcase>
<testcase classname="Checkbox component isReadOnly" name="Checkbox component isReadOnly" time="0.016">
<testcase classname="Checkbox component isReadOnly" name="Checkbox component isReadOnly" time="0.019">
</testcase>
</testsuite>
<testsuite name="Button component" errors="0" failures="0" skipped="0" timestamp="2023-06-29T06:12:39" time="8.226" tests="12">
<testcase classname="Button component action primary" name="Button component action primary" time="0.06">
<testsuite name="Button component" errors="0" failures="0" skipped="0" timestamp="2023-06-29T05:49:49" time="9.967" tests="12">
<testcase classname="Button component action primary" name="Button component action primary" time="0.051">
</testcase>
<testcase classname="Button component action secondary" name="Button component action secondary" time="0.007">
<testcase classname="Button component action secondary" name="Button component action secondary" time="0.005">
</testcase>
<testcase classname="Button component action positive" name="Button component action positive" time="0.004">
<testcase classname="Button component action positive" name="Button component action positive" time="0.007">
</testcase>
<testcase classname="Button component action negative" name="Button component action negative" time="0.005">
<testcase classname="Button component action negative" name="Button component action negative" time="0.004">
</testcase>
<testcase classname="Button component variant link" name="Button component variant link" time="0.007">
<testcase classname="Button component variant link" name="Button component variant link" time="0.004">
</testcase>
<testcase classname="Button component variant outline" name="Button component variant outline" time="0.005">
<testcase classname="Button component variant outline" name="Button component variant outline" time="0.004">
</testcase>
<testcase classname="Button component variant solid" name="Button component variant solid" time="0.004">
<testcase classname="Button component variant solid" name="Button component variant solid" time="0.007">
</testcase>
<testcase classname="Button component size xs" name="Button component size xs" time="0.006">
<testcase classname="Button component size xs" name="Button component size xs" time="0.004">
</testcase>
<testcase classname="Button component size sm" name="Button component size sm" time="0.005">
<testcase classname="Button component size sm" name="Button component size sm" time="0.004">
</testcase>
<testcase classname="Button component size md" name="Button component size md" time="0.005">
<testcase classname="Button component size md" name="Button component size md" time="0.008">
</testcase>
<testcase classname="Button component size lg" name="Button component size lg" time="0.007">
<testcase classname="Button component size lg" name="Button component size lg" time="0.004">
</testcase>
<testcase classname="Button component size xl" name="Button component size xl" time="0.006">
<testcase classname="Button component size xl" name="Button component size xl" time="0.004">
</testcase>
</testsuite>
</testsuites>
8 changes: 4 additions & 4 deletions example/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"@expo/html-elements": "^0.4.2",
"@gluestack-style/animation-plugin": "latest",
"@gluestack-style/react": "0.1.24",
"@gluestack-ui/actionsheet": "^0.2.10",
"@gluestack-ui/alert-dialog": "^0.1.11",
"@gluestack-ui/pressable": "^0.1.9",
"@gluestack/design-system": "0.4.25",
"@gluestack-ui/actionsheet": "^0.2.9",
"@gluestack-ui/alert-dialog": "^0.1.10",
"@gluestack-ui/pressable": "^0.1.8",
"@gluestack/design-system": "0.4.23",
"@legendapp/motion": "^2.2.0",
"@react-aria/button": "^3.7.0",
"@react-aria/focus": "^3.11.0",
Expand Down
11 changes: 0 additions & 11 deletions packages/actionsheet/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
# @gluestack-ui/actionsheet

## 0.2.10

### Patch Changes

- component typing fixes
- Updated dependencies
- @gluestack-ui/transitions@0.1.9
- @gluestack-ui/overlay@0.1.8
- @gluestack-ui/hooks@0.1.3
- @gluestack-ui/utils@0.1.6

## 0.2.9

### Patch Changes
Expand Down
10 changes: 5 additions & 5 deletions packages/actionsheet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "0.2.10",
"version": "0.2.9",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -43,10 +43,10 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@gluestack-ui/hooks": "^0.1.3",
"@gluestack-ui/overlay": "^0.1.8",
"@gluestack-ui/transitions": "^0.1.9",
"@gluestack-ui/utils": "^0.1.6",
"@gluestack-ui/hooks": "^0.1.2",
"@gluestack-ui/overlay": "^0.1.7",
"@gluestack-ui/transitions": "^0.1.8",
"@gluestack-ui/utils": "^0.1.5",
"@react-native-aria/dialog": "0.1.1",
"@react-native-aria/focus": "^0.2.8",
"@react-native-aria/interactions": "^0.2.10"
Expand Down
10 changes: 0 additions & 10 deletions packages/alert-dialog/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,5 @@
# @gluestack-ui/alert-dialog

## 0.1.11

### Patch Changes

- component typing fixes
- Updated dependencies
- @gluestack-ui/overlay@0.1.8
- @gluestack-ui/hooks@0.1.3
- @gluestack-ui/utils@0.1.6

## 0.1.10

### Patch Changes
Expand Down
8 changes: 4 additions & 4 deletions packages/alert-dialog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "0.1.11",
"version": "0.1.10",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -43,9 +43,9 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@gluestack-ui/hooks": "^0.1.3",
"@gluestack-ui/overlay": "^0.1.8",
"@gluestack-ui/utils": "^0.1.6",
"@gluestack-ui/hooks": "^0.1.2",
"@gluestack-ui/overlay": "^0.1.7",
"@gluestack-ui/utils": "^0.1.5",
"@react-native-aria/dialog": "^0.1.1",
"@react-native-aria/focus": "^0.2.8",
"@react-native-aria/interactions": "^0.2.10"
Expand Down
6 changes: 0 additions & 6 deletions packages/alert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @gluestack-ui/alert

## 0.1.7

### Patch Changes

- component typing fixes

## 0.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/alert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/alert",
"version": "0.1.7",
"version": "0.1.6",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down
8 changes: 0 additions & 8 deletions packages/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @gluestack-ui/avatar

## 0.1.8

### Patch Changes

- component typing fixes
- Updated dependencies
- @gluestack-ui/utils@0.1.6

## 0.1.7

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gluestack-ui/avatar",
"description": "A universal headless avatar component for React Native, Next.js & React",
"version": "0.1.8",
"version": "0.1.7",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@gluestack-ui/utils": "^0.1.6"
"@gluestack-ui/utils": "^0.1.5"
},
"peerDependencies": {
"react": "*",
Expand Down
8 changes: 0 additions & 8 deletions packages/button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @gluestack-ui/button

## 0.1.19

### Patch Changes

- component typing fixes
- Updated dependencies
- @gluestack-ui/utils@0.1.6

## 0.1.18

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/button/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/button",
"version": "0.1.19",
"version": "0.1.18",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@react-native-aria/focus": "^0.2.8",
"@react-native-aria/interactions": "^0.2.10",
"@gluestack-ui/utils": "0.1.6"
"@gluestack-ui/utils": "0.1.5"
},
"peerDependencies": {
"react": ">=16",
Expand Down
9 changes: 0 additions & 9 deletions packages/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
# @gluestack-ui/checkbox

## 0.1.16

### Patch Changes

- component typing fixes
- Updated dependencies
- @gluestack-ui/form-control@0.1.9
- @gluestack-ui/utils@0.1.6

## 0.1.15

### Patch Changes
Expand Down
6 changes: 3 additions & 3 deletions packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/checkbox",
"version": "0.1.16",
"version": "0.1.15",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -43,8 +43,8 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@gluestack-ui/form-control": "^0.1.9",
"@gluestack-ui/utils": "^0.1.6",
"@gluestack-ui/form-control": "^0.1.8",
"@gluestack-ui/utils": "^0.1.5",
"@react-aria/visually-hidden": "^3.8.1",
"@react-native-aria/checkbox": "^0.2.3",
"@react-native-aria/focus": "^0.2.8",
Expand Down
6 changes: 0 additions & 6 deletions packages/divider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @gluestack-ui/divider

## 0.1.5

### Patch Changes

- component typing fixes

## 0.1.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/divider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/divider",
"version": "0.1.5",
"version": "0.1.4",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down
8 changes: 0 additions & 8 deletions packages/fab/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @gluestack-ui/fab

## 0.1.10

### Patch Changes

- component typing fixes
- Updated dependencies
- @gluestack-ui/utils@0.1.6

## 0.1.9

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/fab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"ios",
"nextjs"
],
"version": "0.1.10",
"version": "0.1.9",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -43,7 +43,7 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@gluestack-ui/utils": "^0.1.6",
"@gluestack-ui/utils": "^0.1.5",
"@react-native-aria/focus": "^0.2.8",
"@react-native-aria/interactions": "^0.2.10",
"react-native-svg": "13.4.0"
Expand Down
8 changes: 0 additions & 8 deletions packages/form-control/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
# @gluestack-ui/form-control

## 0.1.9

### Patch Changes

- component typing fixes
- Updated dependencies
- @gluestack-ui/utils@0.1.6

## 0.1.8

### Patch Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/form-control/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gluestack-ui/form-control",
"description": "A universal headless form-control component for React Native, Next.js & React",
"version": "0.1.9",
"version": "0.1.8",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down Expand Up @@ -29,7 +29,7 @@
"typescript": "^4.9.4"
},
"dependencies": {
"@gluestack-ui/utils": "^0.1.6",
"@gluestack-ui/utils": "^0.1.5",
"@react-native-aria/focus": "^0.2.7"
},
"peerDependencies": {
Expand Down
6 changes: 0 additions & 6 deletions packages/hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
# @gluestack-ui/hooks

## 0.1.3

### Patch Changes

- component typing fixes

## 0.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hooks/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@gluestack-ui/hooks",
"description": "Provides hooks used in gluestack-ui",
"version": "0.1.3",
"version": "0.1.2",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/index.d.ts",
Expand Down
Loading

0 comments on commit 07b1eec

Please sign in to comment.