Skip to content

Commit 16af782

Browse files
authored
chore: remove react and react native auth packages (#6556)
1 parent abea091 commit 16af782

File tree

106 files changed

+2
-4380
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

106 files changed

+2
-4380
lines changed

.github/workflows/reusable-e2e.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,9 +375,7 @@ jobs:
375375
commit: ${{ inputs.commit }}
376376
packages: |
377377
packages/react-native
378-
packages/react-native-auth
379378
packages/react-core
380-
packages/react-core-auth
381379
packages/react-core-notifications
382380
packages/ui
383381
packages/e2e

.github/workflows/reusable-unit.yml

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,11 @@ jobs:
2424
- angular
2525
- react
2626
- react-ai
27-
- react-auth
2827
- react-core
29-
- react-core-auth
3028
- react-core-notifications
3129
- react-geo
3230
- react-liveness
3331
- react-native
34-
- react-native-auth
3532
- react-notifications
3633
- react-storage
3734
- ui
@@ -87,45 +84,29 @@ jobs:
8784
if: |
8885
matrix.package == 'react' ||
8986
matrix.package == 'react-ai' ||
90-
matrix.package == 'react-auth' ||
91-
matrix.package == 'react-core-auth' ||
9287
matrix.package == 'react-core-notifications' ||
9388
matrix.package == 'react-geo' ||
9489
matrix.package == 'react-liveness' ||
9590
matrix.package == 'react-native' ||
96-
matrix.package == 'react-native-auth' ||
9791
matrix.package == 'react-notifications' ||
9892
matrix.package == 'react-storage'
9993
run: yarn react-core build
10094

10195
- name: Build react-core-notifications package
10296
if: |
10397
matrix.package == 'react-native' ||
104-
matrix.package == 'react-native-auth' ||
10598
matrix.package == 'react-notifications'
10699
run: yarn react-core-notifications build
107100

108-
- name: Build react-core-auth package
109-
if: |
110-
matrix.package == 'react-auth' ||
111-
matrix.package == 'react-native-auth'
112-
run: yarn react-core-auth build
113-
114101
- name: Build react package
115102
if: |
116-
matrix.package == 'react-auth' ||
117103
matrix.package == 'react-ai' ||
118104
matrix.package == 'react-geo' ||
119105
matrix.package == 'react-liveness' ||
120106
matrix.package == 'react-notifications' ||
121107
matrix.package == 'react-storage'
122108
run: yarn react build
123109

124-
- name: Build react-native package
125-
if: |
126-
matrix.package == 'react-native-auth'
127-
run: yarn react-native build
128-
129110
- name: Build ${{ matrix.package }} package
130111
if: ${{ matrix.package != 'ui' }}
131112
run: yarn ${{ matrix.package }} build
@@ -139,15 +120,13 @@ jobs:
139120
- name: Validate ${{ matrix.package }} package esm modules
140121
if: |
141122
matrix.package != 'angular' &&
142-
matrix.package != 'react-native' &&
143-
matrix.package != 'react-native-auth'
123+
matrix.package != 'react-native'
144124
run: yarn ${{ matrix.package }} check:esm
145125

146126
- name: Check ${{ matrix.package }} bundle size
147127
if: |
148128
matrix.package == 'react' ||
149129
matrix.package == 'react-ai' ||
150-
matrix.package == 'react-auth' ||
151130
matrix.package == 'react-geo' ||
152131
matrix.package == 'react-liveness' ||
153132
matrix.package == 'react-notifications' ||

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,11 @@
1414
"angular": "yarn workspace @aws-amplify/ui-angular",
1515
"react": "yarn workspace @aws-amplify/ui-react",
1616
"react-ai": "yarn workspace @aws-amplify/ui-react-ai",
17-
"react-auth": "yarn workspace @aws-amplify/ui-react-auth",
1817
"react-core": "yarn workspace @aws-amplify/ui-react-core",
19-
"react-core-auth": "yarn workspace @aws-amplify/ui-react-core-auth",
2018
"react-core-notifications": "yarn workspace @aws-amplify/ui-react-core-notifications",
2119
"react-geo": "yarn workspace @aws-amplify/ui-react-geo",
2220
"react-liveness": "yarn workspace @aws-amplify/ui-react-liveness",
2321
"react-native": "yarn workspace @aws-amplify/ui-react-native",
24-
"react-native-auth": "yarn workspace @aws-amplify/ui-react-native-auth",
2522
"react-notifications": "yarn workspace @aws-amplify/ui-react-notifications",
2623
"react-storage": "yarn workspace @aws-amplify/ui-react-storage",
2724
"test-utils": "yarn workspace @aws-amplify/ui-test-utils",

packages/react-auth/.eslintrc.js

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/react-auth/.gitignore

Lines changed: 0 additions & 4 deletions
This file was deleted.

packages/react-auth/.lintstagedrc.js

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)