-Yes! We have standardized on Figma as our preferred tool for designing Brightlayer UI applications. We have a [Component Sticker Sheet](https://www.figma.com/community/file/1024360297793425107) as well as a [Design Pattern Sticker Sheet](https://www.figma.com/community/file/1023327014725714313) that give you access to a wide array of design elements that you can use to kick start your projects.
+Yes! We have standardized on Figma as our preferred tool for designing Brightlayer UI applications. We have a {/* */}[Component Sticker Sheet](https://www.figma.com/community/file/1024360297793425107){/* */} as well as a {/* */}[Design Pattern Sticker Sheet](https://www.figma.com/community/file/1023327014725714313){/* */} that give you access to a wide array of design elements that you can use to kick start your projects.
diff --git a/src/docs/community/our-team.mdx b/src/docs/community/our-team.mdx
index e9c7073fa..e7c8a849b 100644
--- a/src/docs/community/our-team.mdx
+++ b/src/docs/community/our-team.mdx
@@ -18,5 +18,5 @@ import { Divider, MaintainersCards } from '../../app/components';
- In February of **2018**, PX Blue 2.0 launches with support for Angular and React.
- In September **2018**, PX Blue goes open source and makes all of the resources and materials available to the world. We also added support for developing mobile applications in addition to web.
- In **2019**, PX Blue ramped up development of custom component libraries to supplement the components available from Material Design.
-- In **2020**, the team released an updated CLI for automatically starting new projects with PX Blue integration and began working on new multi-screen re-usable workflows. The team also won [two awards](https://www.designinnovationglobal.com/design-thinking/articles/di-global-awards-winners): Brand transformation and Enterprise Design Transformation.
+- In **2020**, the team released an updated CLI for automatically starting new projects with PX Blue integration and began working on new multi-screen re-usable workflows. The team also won {/* */}[two awards](https://www.designinnovationglobal.com/design-thinking/articles/di-global-awards-winners){/* */}: Brand transformation and Enterprise Design Transformation.
- In **2021**, Power Xpert Blue was renamed to Brightlayer User Interface (Brightlayer UI) to better align with the larger Eaton digital strategy.
diff --git a/src/docs/design/accessibility.mdx b/src/docs/design/accessibility.mdx
index c27e97f0d..263fee971 100644
--- a/src/docs/design/accessibility.mdx
+++ b/src/docs/design/accessibility.mdx
@@ -103,7 +103,7 @@ Most Brightlayer UI text elements use the Black 500 color, with some headlines u
## Checking Contrast
-Low contrast makes it difficult for all users to view your product, especially for individuals with visual impairments. You can test your contrast ratios using free [online tools](https://webaim.org/resources/contrastchecker/) and [Figma plugins](https://www.figma.com/community/plugin/732603254453395948/Stark).
+Low contrast makes it difficult for all users to view your product, especially for individuals with visual impairments. You can test your contrast ratios using free [online tools](https://webaim.org/resources/contrastchecker/) and {/* */}[Figma plugins](https://www.figma.com/community/plugin/732603254453395948/Stark){/* */}.
diff --git a/src/docs/development/frameworks-mobile/react-native.mdx b/src/docs/development/frameworks-mobile/react-native.mdx
index 699156329..82f26a8a0 100644
--- a/src/docs/development/frameworks-mobile/react-native.mdx
+++ b/src/docs/development/frameworks-mobile/react-native.mdx
@@ -85,7 +85,7 @@ npm install --save @brightlayer-ui/react-native-themes
yarn add @brightlayer-ui/react-native-themes
```
-> Using the Brightlayer UI React Native theme **requires** that you add the Open Sans font to your application. You can learn how to do this by reading the instructions for [Vanilla React Native](https://medium.com/react-native-training/react-native-custom-fonts-ccc9aacf9e5e). You can find the fonts [here](https://github.com/etn-ccis/blui-react-native-cli-templates/tree/master/blank-typescript/fonts).
+> Using the Brightlayer UI React Native theme **requires** that you add the Open Sans font to your application. You can learn how to do this by reading the instructions for [Vanilla React Native](https://medium.com/react-native-training/react-native-custom-fonts-ccc9aacf9e5e). You can find the fonts [here](https://github.com/etn-ccis/blui-react-native-cli-templates/tree/master/blank-typescript/template/assets/fonts).
## Applying the Theme
diff --git a/src/docs/development/testing.mdx b/src/docs/development/testing.mdx
index e4076026d..e25d694f5 100644
--- a/src/docs/development/testing.mdx
+++ b/src/docs/development/testing.mdx
@@ -7,7 +7,7 @@ import { DemoCard, ImageGrid, MaterialDesignDescription, Divider } from '../../a
Testing is a critical component of successfully building and releasing an application. Despite the value and importance of testing, it is common for teams to overlook or neglect it. Testing should be considered from the very beginning of development, not as an afterthought once development is complete. In general, every time you write a new piece of code or update existing code, you should also write a test that verifies that your code is correct.
-There are many [varieties of tests](https://www.atlassian.com/continuous-delivery/software-testing/types-of-software-testing), each with their own intended purpose. The most common types of tests are:
+There are many [varieties of tests](https://www.geeksforgeeks.org/types-software-testing/), each with their own intended purpose. The most common types of tests are:
- **Unit Tests**: verify individual methods, functions, or components.
- **Integration Tests**: verify that different modules or services in your application work together.
diff --git a/src/docs/patterns/user-auth.mdx b/src/docs/patterns/user-auth.mdx
index 5be6c3687..60cda0483 100644
--- a/src/docs/patterns/user-auth.mdx
+++ b/src/docs/patterns/user-auth.mdx
@@ -223,7 +223,7 @@ Some applications, especially consumer-facing ones, can be authorized via third-
- [Login with Amazon](https://developer.amazon.com/docs/login-with-amazon/brand.html)
- [Google Sign-in](https://developers.google.com/identity/sign-in/web/sign-in)
- [Sign in with Apple](https://developer.apple.com/sign-in-with-apple)
-- [Facebook Login](http://developers.facebook.com/docs/facebook-login/)
+- {/* */}[Facebook Login](http://developers.facebook.com/docs/facebook-login/){/* */}
- [Sign in with Microsoft](https://developer.microsoft.com/en-us/identity)
## Forgot / Change Password
diff --git a/src/docs/patterns/visualizations.mdx b/src/docs/patterns/visualizations.mdx
index b8e704621..ef7037bab 100644
--- a/src/docs/patterns/visualizations.mdx
+++ b/src/docs/patterns/visualizations.mdx
@@ -91,7 +91,7 @@ Maps are usually full-screen elements and are interactive via scrolling, panning
# Mobile Charting
-There are not as many charting libraries available for React Native applications as there are for web apps. Additionally, the feature-set of mobile charting libraries may not be as rich as their web counterparts. Brightlayer UI recommends [Victory Native](https://formidable.com/open-source/victory/docs/native/) as a viable library to consider when implementing graphs within a mobile app due to its relative popularity and clear documentation.
+There are not as many charting libraries available for React Native applications as there are for web apps. Additionally, the feature-set of mobile charting libraries may not be as rich as their web counterparts. Brightlayer UI recommends [Victory Native](https://commerce.nearform.com/open-source/victory/docs/react-native) as a viable library to consider when implementing graphs within a mobile app due to its relative popularity and clear documentation.
@@ -107,4 +107,4 @@ There are many libraries and services for data visualizations. Brightlayer UI cu
- Charts & Graphs
- - [Victory Native](https://formidable.com/open-source/victory/docs/native/)
+ - [Victory Native](https://commerce.nearform.com/open-source/victory/docs/react-native)
diff --git a/src/docs/release-notes/R16/FullNotes.mdx b/src/docs/release-notes/R16/FullNotes.mdx
index 4d77d290b..4e68b1aba 100644
--- a/src/docs/release-notes/R16/FullNotes.mdx
+++ b/src/docs/release-notes/R16/FullNotes.mdx
@@ -24,5 +24,5 @@ The first version of the [PX Blue CLI](https://www.npmjs.com/package/@pxblue/cli
### Miscellaneous
- Added search capability to documentation site
-- [Sticker Sheet](https://www.figma.com/community/file/852558784352181868) published to the Figma Community
+- {/* */}[Sticker Sheet](https://www.figma.com/community/file/852558784352181868){/* */} published to the Figma Community
- Bug fixes and improvements
diff --git a/src/docs/release-notes/R16/Summary.mdx b/src/docs/release-notes/R16/Summary.mdx
index 3a01f9b67..665d51d2c 100644
--- a/src/docs/release-notes/R16/Summary.mdx
+++ b/src/docs/release-notes/R16/Summary.mdx
@@ -1 +1 @@
-Added new components to our [Angular](https://brightlayer-ui-components.github.io/angular) and [React Native](https://brightlayer-ui-components.github.io/react-native) component libraries, added the React Design Pattern mono repo, introduced the [PX Blue CLI](https://www.npmjs.com/package/@pxblue/cli), added search functionality to our documentation site, introduced reusable [Authentication Workflow](https://www.npmjs.com/package/@pxblue/react-native-auth-workflow) for React Native, and published our [sticker sheet](https://www.figma.com/community/file/852558784352181868) to the Figma community.
+Added new components to our [Angular](https://brightlayer-ui-components.github.io/angular) and [React Native](https://brightlayer-ui-components.github.io/react-native) component libraries, added the React Design Pattern mono repo, introduced the [PX Blue CLI](https://www.npmjs.com/package/@pxblue/cli), added search functionality to our documentation site, introduced reusable [Authentication Workflow](https://www.npmjs.com/package/@pxblue/react-native-auth-workflow) for React Native, and published our {/* */}[sticker sheet](https://www.figma.com/community/file/852558784352181868){/* */} to the Figma community.
diff --git a/src/docs/release-notes/R17/FullNotes.mdx b/src/docs/release-notes/R17/FullNotes.mdx
index 88bb8ee21..c82be72a6 100644
--- a/src/docs/release-notes/R17/FullNotes.mdx
+++ b/src/docs/release-notes/R17/FullNotes.mdx
@@ -2,7 +2,7 @@ import React from 'react';
### Component Sticker Sheet
-- Added PX Blue components (Scorecard, Empty State, Channel Value, Heroes, List Item Tag, Info List Item, Nav Rail, Drawer, Dropdown Toolbar) to our [Sticker Sheet](https://www.figma.com/community/file/852558784352181868)
+- Added PX Blue components (Scorecard, Empty State, Channel Value, Heroes, List Item Tag, Info List Item, Nav Rail, Drawer, Dropdown Toolbar) to our {/* */}[Sticker Sheet](https://www.figma.com/community/file/852558784352181868){/* */}
- Added several PX Blue design patterns (Progress Indicators, Pagers, Panels)
- Added more Material UI components (Bottom Sheets, Chips, Snackbars, Cards, Sliders, Tooltips, Switches, Avatars, FABs)
diff --git a/src/docs/release-notes/R17/Summary.mdx b/src/docs/release-notes/R17/Summary.mdx
index 4c6fe7386..f5ebfbf19 100644
--- a/src/docs/release-notes/R17/Summary.mdx
+++ b/src/docs/release-notes/R17/Summary.mdx
@@ -1 +1 @@
-Updated content for the [design pattern pages](/patterns), added more components to the PX Blue [Figma sticker sheet](https://www.figma.com/community/file/852558784352181868), new Angular components for Dropdown Toolbar and [Navigation Rail](https://brightlayer-ui-components.github.io/angular/components/drawer/layout/examples), new React component for Dropdown Toolbar, new React Native components for [Spacer](https://brightlayer-ui-components.github.io/react-native/?path=/info/components-documentation--spacer) and [List Item Tag](https://brightlayer-ui-components.github.io/react-native/?path=/info/components-documentation--list-item-tag), built a re-usable authentication workflow for React.
+Updated content for the [design pattern pages](/patterns), added more components to the PX Blue {/* */}[Figma sticker sheet](https://www.figma.com/community/file/852558784352181868){/* */}, new Angular components for Dropdown Toolbar and [Navigation Rail](https://brightlayer-ui-components.github.io/angular/components/drawer/layout/examples), new React component for Dropdown Toolbar, new React Native components for [Spacer](https://brightlayer-ui-components.github.io/react-native/?path=/info/components-documentation--spacer) and [List Item Tag](https://brightlayer-ui-components.github.io/react-native/?path=/info/components-documentation--list-item-tag), built a re-usable authentication workflow for React.
diff --git a/src/docs/release-notes/R18/FullNotes.mdx b/src/docs/release-notes/R18/FullNotes.mdx
index 99426a668..2e27abcf1 100644
--- a/src/docs/release-notes/R18/FullNotes.mdx
+++ b/src/docs/release-notes/R18/FullNotes.mdx
@@ -9,7 +9,7 @@ import React from 'react';
### Design Patterns
- Updated content for [Navigation](/patterns/navigation) and [Visualizations](/patterns/visualizations)
-- Released a new [Design Pattern Sticker Sheet](https://www.figma.com/community/file/926189711301522231) that will include many examples of all of our [Design Patterns](/patterns), starting with [forms](/patterns/forms), [side sheet](/patterns/overlay) and [lists](/patterns/lists).
+- Released a new {/* */}[Design Pattern Sticker Sheet](https://www.figma.com/community/file/926189711301522231){/* */} that will include many examples of all of our [Design Patterns](/patterns), starting with [forms](/patterns/forms), [side sheet](/patterns/overlay) and [lists](/patterns/lists).
### Documentation Site
diff --git a/src/docs/release-notes/R19/FullNotes.mdx b/src/docs/release-notes/R19/FullNotes.mdx
index 310c1a534..d9819c1a6 100644
--- a/src/docs/release-notes/R19/FullNotes.mdx
+++ b/src/docs/release-notes/R19/FullNotes.mdx
@@ -14,14 +14,14 @@ import React from 'react';
### Component Sticker Sheet
-- Figma [Component Sticker Sheet](https://www.figma.com/community/file/852558784352181868) updated to reflect latest theme changes.
+- Figma {/* */}[Component Sticker Sheet](https://www.figma.com/community/file/852558784352181868){/* */} updated to reflect latest theme changes.
- Updated iconography and typography.
- New components for pager, steppers, tables, and more.
### Design Patterns
- New design pattern for [Account Menu](/patterns/account-menu).
-- [Design Pattern Library](https://www.figma.com/community/file/926189711301522231) in Figma updated with examples of all of our [Design Patterns](/patterns).
+- {/* */}[Design Pattern Library](https://www.figma.com/community/file/926189711301522231){/* */} in Figma updated with examples of all of our [Design Patterns](/patterns).
### Reusable Workflows
diff --git a/src/docs/release-notes/R19/Summary.mdx b/src/docs/release-notes/R19/Summary.mdx
index 1049b4dcc..951cc82be 100644
--- a/src/docs/release-notes/R19/Summary.mdx
+++ b/src/docs/release-notes/R19/Summary.mdx
@@ -1 +1 @@
-Added new patterns to Figma [Design Pattern library](https://www.figma.com/community/file/926189711301522231), updates to allow authentication workflow customizations, overhauled dark themes, new CLI templates, and our first PX Blue [training video](https://www.youtube.com/watch?v=CESJ9BKLWco)!
+Added new patterns to Figma {/* */}[Design Pattern library](https://www.figma.com/community/file/926189711301522231){/* */}, updates to allow authentication workflow customizations, overhauled dark themes, new CLI templates, and our first PX Blue [training video](https://www.youtube.com/watch?v=CESJ9BKLWco)!
diff --git a/src/docs/release-notes/R20/FullNotes.mdx b/src/docs/release-notes/R20/FullNotes.mdx
index 57e1c3f85..e0cc82fa5 100644
--- a/src/docs/release-notes/R20/FullNotes.mdx
+++ b/src/docs/release-notes/R20/FullNotes.mdx
@@ -9,9 +9,9 @@ import React from 'react';
### Component Sticker Sheet
-- Updated Figma [Component Sticker Sheet](https://www.figma.com/community/file/852558784352181868) to include dark theme variants for all components
+- Updated Figma {/* */}[Component Sticker Sheet](https://www.figma.com/community/file/852558784352181868){/* */} to include dark theme variants for all components
- Added latest icons from Material Design and PX Blue.
-- Released [Variant Switcher](https://www.figma.com/community/plugin/971482182464094790) plugin that allows you to convert your designs between light and dark themes with one click.
+- Released {/* */}[Variant Switcher](https://www.figma.com/community/plugin/971482182464094790){/* */} plugin that allows you to convert your designs between light and dark themes with one click.
### Documentation Site
diff --git a/src/docs/release-notes/R20/Summary.mdx b/src/docs/release-notes/R20/Summary.mdx
index 77bd3a0e0..20989a294 100644
--- a/src/docs/release-notes/R20/Summary.mdx
+++ b/src/docs/release-notes/R20/Summary.mdx
@@ -1 +1 @@
-Added dark-themed components to Figma [Component Sticker Sheet](https://www.figma.com/community/file/852558784352181868) and a [plugin](https://www.figma.com/community/plugin/971482182464094790) to quickly change the theme for your designs, new components for collapsible App Bars across all frameworks, updated dark theme and internationalization support in the Authentication workflows, updated documentation site content, and more.
+Added dark-themed components to Figma {/* */}[Component Sticker Sheet](https://www.figma.com/community/file/852558784352181868){/* */} and a {/* */}[plugin](https://www.figma.com/community/plugin/971482182464094790){/* */} to quickly change the theme for your designs, new components for collapsible App Bars across all frameworks, updated dark theme and internationalization support in the Authentication workflows, updated documentation site content, and more.
diff --git a/src/docs/release-notes/R21/FullNotes.mdx b/src/docs/release-notes/R21/FullNotes.mdx
index 4eabbd861..d1be3ae02 100644
--- a/src/docs/release-notes/R21/FullNotes.mdx
+++ b/src/docs/release-notes/R21/FullNotes.mdx
@@ -13,7 +13,7 @@ Check out our release announcement videos for [developers](https://youtu.be/4RVk
### Component Sticker Sheet
-- Updated Figma [Component Sticker Sheet](https://www.figma.com/community/file/1024360297793425107) to include 57 new device- and channel-related icons. You can also find all of them in our [iconography](/style/icon-library) page.
+- Updated Figma {/* */}[Component Sticker Sheet](https://www.figma.com/community/file/1024360297793425107){/* */} to include 57 new device- and channel-related icons. You can also find all of them in our [iconography](/style/icon-library) page.
- All icons (Material Design and PX Blue icons) are now searchable by their aliases in Figma.
- Added more system components, including: phone keyboard, phone keypad, status bar, browser window, cursor, system dialog box and time picker.
- Added table components.
diff --git a/src/docs/release-notes/R23/FullNotes.mdx b/src/docs/release-notes/R23/FullNotes.mdx
index e41b21f1b..78b675e4c 100644
--- a/src/docs/release-notes/R23/FullNotes.mdx
+++ b/src/docs/release-notes/R23/FullNotes.mdx
@@ -32,8 +32,8 @@ Check out our [release announcement video](https://youtu.be/Ud8ZNSEVxvc)!
### Design Resources
-- Added more card components to the [Component Sticker Sheet](https://www.figma.com/community/file/1024360297793425107) on Figma.
-- Added more customization options for the Figma plugin [Variant Switcher](https://www.figma.com/community/plugin/971482182464094790).
+- Added more card components to the {/* */}[Component Sticker Sheet](https://www.figma.com/community/file/1024360297793425107){/* */} on Figma.
+- Added more customization options for the Figma plugin {/* */}[Variant Switcher](https://www.figma.com/community/plugin/971482182464094790){/* */}.
- Added a [video tutorial](https://www.youtube.com/watch?v=JBiuas4_Occ) for Variant Switcher.
### Miscellaneous
diff --git a/src/docs/release-notes/R24/FullNotes.mdx b/src/docs/release-notes/R24/FullNotes.mdx
index 279b45162..164e3e8c1 100644
--- a/src/docs/release-notes/R24/FullNotes.mdx
+++ b/src/docs/release-notes/R24/FullNotes.mdx
@@ -14,7 +14,7 @@ Check out our release announcement video for [developers](https://youtu.be/qUAMy
### Training Materials
- Created content for our first educational boot camp, an introduction to Brightlayer UI for developers. [Contact us](/community/contactus) to sign up!
-- Created [a new Figma community file](https://www.figma.com/community/file/1108703646592220015) to help onboarding designers new to Eaton.
+- Created {/* */}[a new Figma community file](https://www.figma.com/community/file/1108703646592220015){/* */} to help onboarding designers new to Eaton.
### Package Summary
diff --git a/src/docs/release-notes/R29/FullNotes.mdx b/src/docs/release-notes/R29/FullNotes.mdx
index 0d67f5cc5..11c0d2197 100644
--- a/src/docs/release-notes/R29/FullNotes.mdx
+++ b/src/docs/release-notes/R29/FullNotes.mdx
@@ -13,7 +13,7 @@ import React from 'react';
## Figma Component Sticker Sheet
-- Added a new [Figma component sticker sheet](https://www.figma.com/community/file/1293308181354933598/brightlayer-ui-tokens-components-in-material-design-3) following Material Design 3.
+- Added a new {/* */}[Figma component sticker sheet](https://www.figma.com/community/file/1293308181354933598/brightlayer-ui-tokens-components-in-material-design-3){/* */} following Material Design 3.
## Themes
diff --git a/src/docs/release-notes/R29/Summary.mdx b/src/docs/release-notes/R29/Summary.mdx
index ad9232877..0b822d228 100644
--- a/src/docs/release-notes/R29/Summary.mdx
+++ b/src/docs/release-notes/R29/Summary.mdx
@@ -1 +1 @@
-Rearchitected [React Auth Workflow](https://www.npmjs.com/package/@brightlayer-ui/react-auth-workflow) package for greater flexibility and customization of the flows, added new [Figma Component Sticker Sheet](https://www.figma.com/community/file/1293308181354933598/brightlayer-ui-tokens-components-in-material-design-3) following Material Design 3, and minor fixes for Angular Themes package.
+Rearchitected [React Auth Workflow](https://www.npmjs.com/package/@brightlayer-ui/react-auth-workflow) package for greater flexibility and customization of the flows, added new {/* */}[Figma Component Sticker Sheet](https://www.figma.com/community/file/1293308181354933598/brightlayer-ui-tokens-components-in-material-design-3){/* */} following Material Design 3, and minor fixes for Angular Themes package.
diff --git a/src/docs/release-notes/R32/FullNotes.mdx b/src/docs/release-notes/R32/FullNotes.mdx
new file mode 100644
index 000000000..6bf540166
--- /dev/null
+++ b/src/docs/release-notes/R32/FullNotes.mdx
@@ -0,0 +1,38 @@
+import React from 'react';
+
+## React Native Reusable Workflows
+
+- Finished re-architecting the React Native auth workflow package to allow for greater control and flexibility from the application side.
+
+## Documentation site
+
+- Developed a new and improved documentation site for React Native.
+ - Added documentation and example for all components.
+ - Set up as a monorepo with nx for future repository consolidation.
+
+## Package Summary
+
+### React Native
+
+- @brightlayer-ui/react-native-auth-workflow v6.0.1 ([Changelog](https://www.npmjs.com/package/@brightlayer-ui/react-native-auth-workflow))
+- @brightlayer-ui/react-native-components v8.0.4 ([Changelog](https://github.com/etn-ccis/blui-react-native-component-library/blob/master/CHANGELOG.md))
+- @brightlayer-ui/react-native-themes v7.0.1 ([Changelog](https://github.com/etn-ccis/blui-react-native-themes/blob/master/CHANGELOG.md))
+
+### React
+
+- @brightlayer-ui/react-auth-workflow v4.0.3 ([Changelog](https://github.com/etn-ccis/blui-react-workflows/blob/master/login-workflow/CHANGELOG.md))
+
+### Icons
+
+- @brightlayer-ui/icons v2.3.0 ([Changelog](https://github.com/etn-ccis/blui-icons/blob/master/packages/icon-font/CHANGELOG.md))
+- @brightlayer-ui/react-native-vector-icons v2.4.0 ([Changelog](https://github.com/etn-ccis/blui-icons/blob/master/packages/rn-vector/CHANGELOG.md))
+- @brightlayer-ui/icons-mui v3.6.0 ([Changelog](https://github.com/etn-ccis/blui-icons/blob/master/packages/mui/CHANGELOG.md))
+- @brightlayer-ui/icons-svg v1.15.1 ([Changelog](https://github.com/etn-ccis/blui-icons/blob/master/packages/svg/CHANGELOG.md))
+
+### Colors
+
+- @brightlayer-ui/colors v4.0.0 ([Changelog](https://github.com/etn-ccis/blui-colors/blob/master/CHANGELOG.md))
+
+### Templates
+
+- @brightlayer-ui/cli v4.1.0 ([Changelog](https://github.com/etn-ccis/blui-cli/blob/master/CHANGELOG.md))
\ No newline at end of file
diff --git a/src/docs/release-notes/R32/Summary.mdx b/src/docs/release-notes/R32/Summary.mdx
new file mode 100644
index 000000000..67d793af6
--- /dev/null
+++ b/src/docs/release-notes/R32/Summary.mdx
@@ -0,0 +1 @@
+Rearchitected [React Native Auth Workflow](https://www.npmjs.com/package/@brightlayer-ui/react-native-auth-workflow) package for greater flexibility and customization of the flows. A new and enhanced React Native documentation site, offering extensive guides and examples for mobile app components.
diff --git a/src/docs/release-notes/index.tsx b/src/docs/release-notes/index.tsx
index f14a98e9a..2e1c1b5eb 100644
--- a/src/docs/release-notes/index.tsx
+++ b/src/docs/release-notes/index.tsx
@@ -1,6 +1,7 @@
import React from 'react';
// Full Release Notes
+import R32 from './R32/FullNotes.mdx';
import R31 from './R31/FullNotes.mdx';
import R30 from './R30/FullNotes.mdx';
import R29 from './R29/FullNotes.mdx';
@@ -28,6 +29,7 @@ import R8 from './R8/FullNotes.mdx';
import R7 from './R7/FullNotes.mdx';
// Summaries (for Landing Page)
+import R32Summary from './R32/Summary.mdx';
import R31Summary from './R31/Summary.mdx';
import R30Summary from './R30/Summary.mdx';
import R29Summary from './R29/Summary.mdx';
@@ -63,6 +65,13 @@ export type ReleaseInfo = {
};
const Releases: ReleaseInfo[] = [
+ {
+ title: 'R32',
+ date: 'July 2024',
+ version: '4.2.0',
+ details:
,
+ summary:
,
+ },
{
title: 'R31',
date: 'April 2024',
diff --git a/src/docs/style/color.mdx b/src/docs/style/color.mdx
index 7140c1511..72461dd8e 100644
--- a/src/docs/style/color.mdx
+++ b/src/docs/style/color.mdx
@@ -22,6 +22,8 @@ Brightlayer UI offers a variety of different colors for use in your applications
Our color sets are divided into sections as outlined below. User Interface and Status colors are available in a single package ([@brightlayer-ui/colors](https://www.npmjs.com/package/@brightlayer-ui/colors)). Branding (Charts and Graphs) colors are available as an additional package ([@brightlayer-ui/colors-branding](https://www.npmjs.com/package/@brightlayer-ui/colors-branding)).
+> This color palette depicts Material Design 2 (MD2) compatible colors — Material Design 3 (MD3) will use a new color system. If you are using @brightlayer-ui/colors, version 3 follows the structure below and version 4 follows the newer MD3 structure. Only React Native projects using React Native Paper version 5 should use the MD3 colors at this time. Other projects should continue to use the MD2 colors below. When using colors, we highly recommend you use semantic colors from our themes whenever possible instead of using colors directly from the colors package.
+
# User Interface Colors
diff --git a/src/docs/style/illustrations.mdx b/src/docs/style/illustrations.mdx
index 15a7ff63b..2b8e61208 100644
--- a/src/docs/style/illustrations.mdx
+++ b/src/docs/style/illustrations.mdx
@@ -12,7 +12,7 @@ import AnimationImage from '../../app/assets/styles/illustrations/animation.gif'
Illustrations are design elements that should be used mostly for onboarding screens and [empty states](/patterns/empty-states). Do not use illustrations where you are supposed to use icons.
-You should adhere to these guidelines when creating your own illustrations. Alternatively, you may also use existing illustrations / artwork from repositories such as [Icons8](https://icons8.com), [Adobe Stock](https://stock.adobe.com/vectors), or [Humaaans Figma plugin](https://www.figma.com/community/plugin/739503328703046360). We recommend finalizing your illustrations with {/* */}[Adobe Illustrator](https://www.adobe.com/products/illustrator.html){/* */}, as it provides more export options than other tools.
+You should adhere to these guidelines when creating your own illustrations. Alternatively, you may also use existing illustrations / artwork from repositories such as [Icons8](https://icons8.com), [Adobe Stock](https://stock.adobe.com/vectors), or {/* */}[Humaaans Figma plugin](https://www.figma.com/community/plugin/739503328703046360){/* */}. We recommend finalizing your illustrations with {/* */}[Adobe Illustrator](https://www.adobe.com/products/illustrator.html){/* */}, as it provides more export options than other tools.
*/}(such as a [color blindness simulator](https://pilestone.com/pages/color-blindness-simulator-1)){/* */} to simulate viewing your illustrations under different colorblind conditions. Ensure that your illustrations are still visible and effective.
*/}[Figma Component Sticker Sheet](https://www.figma.com/community/file/1024360297793425107){/* */} also includes a component called "App Logo Template"
## Background
diff --git a/yarn.lock b/yarn.lock
index 5c999b3db..8f3ab9da5 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1924,13 +1924,12 @@
unist-util-visit "^4.0.0"
vfile "^5.0.0"
-"@mdx-js/react@^2.1.5":
- version "2.3.0"
- resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.3.0.tgz#4208bd6d70f0d0831def28ef28c26149b03180b3"
- integrity sha512-zQH//gdOmuu7nt2oJR29vFhDv88oGPmVw6BggmrHeMI+xgEkp1B2dX9/bMBSYtK0dyLX/aOmesKS09g222K1/g==
+"@mdx-js/react@^3.0.1":
+ version "3.0.1"
+ resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-3.0.1.tgz#997a19b3a5b783d936c75ae7c47cfe62f967f746"
+ integrity sha512-9ZrPIU4MGf6et1m1ov3zKf+q9+deetI51zprKB1D/z3NOb+rUxxtEl3mCjW5wTGh6VhRdwPueh1oRzi6ezkA8A==
dependencies:
"@types/mdx" "^2.0.0"
- "@types/react" ">=16"
"@mui/base@5.0.0-alpha.121":
version "5.0.0-alpha.121"
@@ -2430,10 +2429,10 @@
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
-"@types/color@^3.0.3":
- version "3.0.3"
- resolved "https://registry.yarnpkg.com/@types/color/-/color-3.0.3.tgz#e6d8d72b7aaef4bb9fe80847c26c7c786191016d"
- integrity sha512-X//qzJ3d3Zj82J9sC/C18ZY5f43utPbAJ6PhYt/M7uG6etcF6MRpKdN880KBy43B0BMzSfeT96MzrsNjFI3GbA==
+"@types/color@^3.0.6":
+ version "3.0.6"
+ resolved "https://registry.yarnpkg.com/@types/color/-/color-3.0.6.tgz#29c27a99d4de2975e1676712679a0bd7f646a3fb"
+ integrity sha512-NMiNcZFRUAiUUCCf7zkAelY8eV3aKqfbzyFQlXpPIEeoNDbsEHGpb854V3gzTsGKYj830I5zPuOwU/TP5/cW6A==
dependencies:
"@types/color-convert" "*"
@@ -2729,7 +2728,7 @@
dependencies:
"@types/react" "*"
-"@types/react@*", "@types/react@>=16", "@types/react@^18.2.18":
+"@types/react@*", "@types/react@^18.2.18":
version "18.2.18"
resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.18.tgz#c8b233919eef1bdc294f6f34b37f9727ad677516"
integrity sha512-da4NTSeBv/P34xoZPhtcLkmZuJ+oYaCxHmyHzwaDQo9RQPBeXV+06gEk2FpqEcsX9XrnNLvRpVh6bdavDSjtiQ==
@@ -3698,11 +3697,11 @@ brace-expansion@^2.0.1:
balanced-match "^1.0.0"
braces@^3.0.2, braces@~3.0.2:
- version "3.0.2"
- resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.2.tgz#3454e1a462ee8d599e236df336cd9ea4f8afe107"
- integrity sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==
+ version "3.0.3"
+ resolved "https://registry.yarnpkg.com/braces/-/braces-3.0.3.tgz#490332f40919452272d55a8480adc0c441358789"
+ integrity sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==
dependencies:
- fill-range "^7.0.1"
+ fill-range "^7.1.1"
browser-process-hrtime@^1.0.0:
version "1.0.0"
@@ -5578,10 +5577,10 @@ filesize@^8.0.6:
resolved "https://registry.yarnpkg.com/filesize/-/filesize-8.0.7.tgz#695e70d80f4e47012c132d57a059e80c6b580bd8"
integrity sha512-pjmC+bkIF8XI7fWaH8KxHcZL3DPybs1roSKP4rKDvy20tAWwIObE4+JIseG2byfGKhud5ZnM4YSGKBz7Sh0ndQ==
-fill-range@^7.0.1:
- version "7.0.1"
- resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.0.1.tgz#1919a6a7c75fe38b2c7c77e5198535da9acdda40"
- integrity sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==
+fill-range@^7.1.1:
+ version "7.1.1"
+ resolved "https://registry.yarnpkg.com/fill-range/-/fill-range-7.1.1.tgz#44265d3cac07e3ea7dc247516380643754a05292"
+ integrity sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==
dependencies:
to-regex-range "^5.0.1"
@@ -12000,14 +11999,14 @@ write-file-atomic@^3.0.0:
typedarray-to-buffer "^3.1.5"
ws@^7.4.6:
- version "7.5.9"
- resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.9.tgz#54fa7db29f4c7cec68b1ddd3a89de099942bb591"
- integrity sha512-F+P9Jil7UiSKSkppIiD94dN07AwvFixvLIj1Og1Rl9GGMuNipJnV9JzjD6XuqmAeiswGvUmNLjr5cFuXwNS77Q==
+ version "7.5.10"
+ resolved "https://registry.yarnpkg.com/ws/-/ws-7.5.10.tgz#58b5c20dc281633f6c19113f39b349bd8bd558d9"
+ integrity sha512-+dbF1tHwZpXcbOJdVOkzLDxZP1ailvSxM6ZweXTegylPny803bFhA+vqBYw4s31NSAk4S2Qz+AKXK9a4wkdjcQ==
ws@^8.13.0:
- version "8.13.0"
- resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
- integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==
+ version "8.17.1"
+ resolved "https://registry.yarnpkg.com/ws/-/ws-8.17.1.tgz#9293da530bb548febc95371d90f9c878727d919b"
+ integrity sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==
xml-name-validator@^3.0.0:
version "3.0.0"