Skip to content

Commit

Permalink
Bump up packages; update images
Browse files Browse the repository at this point in the history
  • Loading branch information
huayunh committed Mar 21, 2021
1 parent 9a8830c commit 6668e60
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
"@pxblue/colors": "^3.0.0",
"@pxblue/colors-branding": "^3.0.0",
"@pxblue/icons-mui": "^2.2.1",
"@pxblue/react-components": "^5.0.1-beta.0",
"@pxblue/react-components": "^5.0.1-beta.1",
"@pxblue/react-progress-icons": "^2.1.0",
"@pxblue/react-themes": "^6.0.0-beta.1",
"@pxblue/react-themes": "^6.0.0-beta.2",
"axios": "^0.19.2",
"clsx": "^1.1.0",
"color": "^3.1.3",
Expand Down
Binary file modified src/app/assets/styles/themes/dark-theme-colors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/assets/styles/themes/dark-theme-example.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/assets/styles/themes/light-theme-colors.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/docs/style/themes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ You are also encouraged to explore our more detailed theme examples where you ca

The blue theme is the default theme for all PX Blue applications. With a clean color vibrance and high text legibility, it is well-suited for everyday use on a computer monitor, on-site facility inspection on a tablet, or on a mobile phone screen.

The light theme uses our iconic [Blue 500](/style/color) color (`#007bc1`) throughout the application, notably in toolbars, buttons, and icons. In some places, Light Blue 500 is applied as an accent/secondary color on interactive UI elements such as form controls. The light theme's base background color is White 200, although the surface elements are often shaded in White 50 (pure white).
The light theme uses our iconic [Blue 500](/style/color) color (`#007bc1`) throughout the application, notably in toolbars, buttons, and icons. In some places, Light Blue 500 is applied as a secondary color on interactive UI elements such as form controls. The light theme's base background color is White 200, although the surface elements are often shaded in White 50 (pure white).

<ImageGrid images={[LightThemeColors]} regularWidth />
<Divider />
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2074,10 +2074,10 @@
resolved "https://registry.yarnpkg.com/@pxblue/prettier-config/-/prettier-config-1.0.2.tgz#fb00503df6557b66c3d91d43c9101e614c35d2ec"
integrity sha512-/3cLBoTjZs3kV1ATPA/Sp0tsL7XmlV/b8HW/qt0jqR/uP5+cdXL2YIhMXQngLRa7PhpSkEiRIYK5sl0rKsXTUg==

"@pxblue/react-components@^5.0.1-beta.0":
version "5.0.1-beta.0"
resolved "https://registry.yarnpkg.com/@pxblue/react-components/-/react-components-5.0.1-beta.0.tgz#158fcdb0c3b7d2017ae161c4fc7a7d40f2b3c5f5"
integrity sha512-Q5NdFUQ2+RXIIP+FoEisocXmcLQ3yUUq9W1xYlmiZaPY9+KB9ZrmACsBOnvOXFW8EWFp6XDv9oy/F6ReglEa5g==
"@pxblue/react-components@^5.0.1-beta.1":
version "5.0.1-beta.1"
resolved "https://registry.yarnpkg.com/@pxblue/react-components/-/react-components-5.0.1-beta.1.tgz#dffffe7f9352eb9e56f737e1fec874f280cd99df"
integrity sha512-RuqD4jkaMfx2SCrFleUijFvdmsZzg0T7lm9qJQ9Mf5EjEQPC5tAxpZ45IAF5AXlMTkoFGa5D0Fl2P8hMQ7fkGw==
dependencies:
"@pxblue/colors" "^3.0.0"
color "^3.1.2"
Expand All @@ -2091,10 +2091,10 @@
color "^3.1.2"
react-jss "^10.4.0"

"@pxblue/react-themes@^6.0.0-beta.1":
version "6.0.0-beta.1"
resolved "https://registry.yarnpkg.com/@pxblue/react-themes/-/react-themes-6.0.0-beta.1.tgz#46d13a5186527cc3186e8d267d1d8d3ec7b0c8b0"
integrity sha512-DWxS0r37KiK0cvkK5SxVmUMK8wmoYxdKPvDu958nmxy4Zu2+Dr1IyCfJVVpcRlOPsiRShbkQtvFIg4jph5eWzQ==
"@pxblue/react-themes@^6.0.0-beta.2":
version "6.0.0-beta.2"
resolved "https://registry.yarnpkg.com/@pxblue/react-themes/-/react-themes-6.0.0-beta.2.tgz#38926da93816bc503e2df73d4084dc192fe0f2cb"
integrity sha512-VcVrbWMq/78TtmjOTQI0pE6tpP02gIOGLURzdB4YxmENgWtRS1QH9xNFRxr3YBFQxDaqRMWP1P0Le1vysYjRdA==
dependencies:
"@fontsource/open-sans" "^4.1.0"
"@pxblue/colors" "^3.0.0"
Expand Down

0 comments on commit 6668e60

Please sign in to comment.