Commit 9c25f80
Merge flattened css into main branch (#1772)
* flatten angular css (#1739)
* flatten angular css
* add existence checks
* remove commented code
Co-authored-by: Jacob Logan <[email protected]>
* flatten css to 010 specificity (#1742)
* flatten css to 010 specificity
* update styling based on PR feedback
* add comments in code and additional instruction to the ui contributing page
* move styling to more consistant block
* Update packages/ui/CONTRIBUTING.md
Co-authored-by: Scott Rees <[email protected]>
* Update packages/ui/CONTRIBUTING.md
Co-authored-by: Scott Rees <[email protected]>
* Update packages/ui/CONTRIBUTING.md
Co-authored-by: Scott Rees <[email protected]>
* Update packages/ui/src/theme/css/component/loader.scss
Co-authored-by: Scott Rees <[email protected]>
Co-authored-by: Jacob Logan <[email protected]>
Co-authored-by: Scott Rees <[email protected]>
* update react code to use the flattened css selectors (#1741)
* update react code to use the flattened css selectors
* add ComponentClasses type and separate logic in classNameModifier
* updates based on PR feedback
Co-authored-by: Jacob Logan <[email protected]>
* use flattened css in vue (#1740)
* use flattened css in vue
* Update federated-sign-in.vue
* fix type, update button disabled attr, update header classes
* move augmented class attribute to overwrite the passed in class
Co-authored-by: Jacob Logan <[email protected]>
* updating tests
* update vue disabled type
* update togglebutton styling
* Create new-years-itch.md
* Update packages/angular/projects/ui-angular/src/lib/primitives/button/button.component.ts
* Update packages/angular/projects/ui-angular/src/lib/primitives/button/button.component.ts
* Update packages/react/src/primitives/shared/utils.ts
* correct checkbox checked and disabled classes
* remove linear height variable from loader styling
* pass through isDisabled on view and update button disabled styles
* add amplify-heading--{level} classes to react authenticator
* update divider label
* adding tests to check that correct classes are added
* update togglebutton styling to use flattened css for all states
* remove extra code
* add unit tests for primitive classes
Co-authored-by: Jacob Logan <[email protected]>
Co-authored-by: Scott Rees <[email protected]>1 parent 2f91ec7 commit 9c25f80
File tree
115 files changed
+2335
-762
lines changed- .changeset
- packages
- angular/projects/ui-angular/src/lib
- components/authenticator/components
- confirm-reset-password
- confirm-sign-in
- confirm-sign-up
- confirm-verify-user
- federated-sign-in
- force-new-password
- form-field
- reset-password
- setup-totp
- sign-in
- verify-user
- primitives
- button
- checkbox
- error
- select
- react/src/primitives
- Alert
- __tests__
- Badge
- __tests__
- Button
- __tests__
- Card
- __test__
- CheckboxField
- Checkbox
- __tests__
- Divider
- __tests__
- FieldGroup
- __tests__
- Heading
- __tests__
- Input
- __tests__
- Loader
- __tests__
- Menu
- Pagination
- Placeholder
- __tests__
- Radio
- Rating
- __test__
- ScrollView
- __tests__
- Select
- __tests__
- SliderField
- __tests__
- StepperField
- __tests__
- SwitchField
- __tests__
- Table
- __tests__
- TextArea
- TextField
- __tests__
- Text
- __test__
- ToggleButton
- __tests__
- View
- types
- ui
- src/theme/css
- component
- vue/src/components
- primitives
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
115 files changed
+2335
-762
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | 105 | | |
107 | | - | |
| 106 | + | |
108 | 107 | | |
109 | 108 | | |
110 | 109 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
0 commit comments