Skip to content

Releases: aws-amplify/amplify-ui

@aws-amplify/[email protected]

25 Sep 19:07
8822de9
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

25 Sep 19:07
8822de9
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

25 Sep 19:07
8822de9
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

25 Sep 19:07
8822de9
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

25 Sep 19:07
8822de9
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

25 Sep 19:07
8822de9
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

25 Sep 19:07
8822de9
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

25 Sep 19:07
8822de9
Compare
Choose a tag to compare

Patch Changes

@aws-amplify/[email protected]

21 Sep 01:23
c855f47
Compare
Choose a tag to compare

Minor Changes

  • #5812 0ddeea9d4 Thanks @dbanksdesign! - feat(theming) add custom component style rendering

    const customComponentTheme = defineComponentTheme({
      name: 'custom-component',
      theme(tokens) {
        return {
          color: tokens.colors.red[10]
        }
      }
    });
    
    export function CustomComponent() {
      return (
        <>
          <View className={customComponentTheme.className()}>
          </View>
          // This will create a style tag with only the styles in the component theme
          // the styles are scoped to the global theme
          <ComponentStyle theme={theme} componentThemes=[customComponentTheme] />
        </>
      )
    }

Patch Changes

@aws-amplify/[email protected]

21 Sep 01:23
c855f47
Compare
Choose a tag to compare

Patch Changes