v6.0 #79
dmcalester
announced in
Announcements
v6.0
#79
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Astro 6.0
Astro 6.0 is a significant overhaul of Astro’s design and development assets to promote broader adoption, more community engagement and faster future releases
With Astro 6.0 we have combined disparate repositories in to a single monorepo. Previous repositories incorporated in to the monorepo have been set to readonly archive mode. If you need release notes for prior versions of Astro please see Astro Release Notes
For existing projects we recommend starting a transition to 6.0, the original LitElement-based components have been updated to 5.3 and are available in their own repository https://github.com/RocketCommunicationsInc/astro-components
Current packages in the monorepo and their archived repositories here:
⭐ Release of Astro’s new Stencil-based components
Astro Web Components have been significantly updated focusing on developer experience, improved documentation and time to start a project. Simple applications can now be initiated with four lines of code in less that 30 seconds.
Note: The Stencil components are a beta release, however they are more mature and better documented than the Lit components. We reccommend any new project start with these components.
🎉 NEW
📝 IMPROVED
The existing Lit/CSS libraries are moving to maintenance mode and only receive bug fixes starting January 1, 2022. We encourage all new projects to start with the new Stencil based components https://github.com/RocketCommunicationsInc/astro/tree/main/packages/web-components(https://github.com/RocketCommunicationsInc/astro/tree/main/packages/web-components)
Figma libraries for Astro’s dark and light theme components
Astro 6.0 design assets and icons are now available in Figma. The Astro Figma libraries use detailed interactive components enabling designers and non-designers alike to craft compelling, interactive prototypes compliant with Enterprise Ground Services other teams in Cross Mission Ground
Monorepo for Astro documentation and components
As you may have noticed we starting with Astro 6.0 all Astro-related repositories have been merged in to a single monorepo to support faster and more consistent releasese and speed up development time.
Additional alignment with programs across ECX
Astro 6.0 introduces updated styling for improved accessibility, aesthetics and alignment with applications across Enterprise Ground Services (EGS) and Kobayashi Maru. These updates are availble in both the older CSS and Lit Web Component libraries and the new Stencil libraries.
The following components have been updated
See below for a detailed changelog for each component
Change Log
Global Color Variables
Changed
--colorPrimaryLighten2
to correct value of#649cbd
--colorSecondaryDarken2
to correct value of#2b659b
--colorTertiaryDarken4
to correct value of#080c11
Added
--colorSnowflakesDarkSurface: #1b2d3e
--colorSnowflakesLightShadow: #828181
--colorSnowflakesDarkSelected: #1c3f5e
--colorSnowflakesLightSelected: #cee9fc
Theme Alias Variabels
Dark Theme Aliases
Changed
--surfaceElements
to#1b2d3e
usingvar(--colorSnowflakesDarkSurface)
Added
--primaryDarker
asvar(--colorSecondaryDarken2, #2e679b)
--darkSelected
asvar(--colorSnowflakesDarkSelected, #1c3f5e)
Light Theme Aliases
Changed
--inputDark
to#080c11
usingvar(--colorTertiaryDarken4)
Added
--primaryLighter
asvar(--colorPrimaryLighten2, #92cbff)
--lightSelected
asvar(--colorSnowflakesLightSelected, #cee9fc)
Dark Theme
Checkbox
Changed
#2e6799
usingvar(--primaryDarker)
#2e6799
usingvar(--primaryDarker)
#ffffff
usingvar(--defalutText)
#2e6799
usingvar(--primaryDarker)
#92cbff
usingvar(--primaryLight)
Added
#101923
usingvar(--backgroundColor)
#101923
usingvar(--backgroundColor)
#101923
usingvar(--backgroundColor)
Input & Text Area
Changed
#101923
usingvar(--backgroundColor)
#2b659b
usingvar(--primaryDarker)
#ffffff
usingvar(--defalutText)
#92cbff
usingvar(--primaryLight)
#ffffff
usingvar(--defalutText)
#4dacff
3px
Added
#1c3f5e
usingvar(--colorSnowflakeDarkSelected)
0.6
Pop-up
Changed
#101923
usingvar(--backgroundColor)
#2b659b
usingvar(--primaryDarker)
#4dacff
usingvar(--primary)
#2b659b
usingvar(--primaryDarker)
4px
Menu Item (used in Pop-up)
Changed
#101923
usingvar(--backgroundColor)
rgba(28, 63, 94, 0.3)
#4dacff
usingvar(--primary)
#4dacff
usingvar(--primary)
Menu Item Divider (used in Pop-up)
Changed
#4dacff
usingvar(--primary)
Radio
Changed
2e6799
usingvar(--primaryDarker)
var(--primaryDarker)
#101923
usingvar(--backgroundColor)
Scroll Bar
Changed
#2B659B
#1B2D3E
16px
16px
8px
Added
inset 3px 3px 3px 0px rgba(0, 0, 0, 0.5)
using--scrollBarVerticalBoxShadow
inset 1px 3px 3px 0px rgba(0, 0, 0, 0.5)
using--scrollBarHorizontalBoxShadow
Segmented Button
Changed
#101923
usingvar(--backgroundColor)
#101923
usingvar(--backgroundColor)
#4dacff
usingvar(--primary)
#1c3f5e
usvar(--colorSnowflakesDarkSelected)
#ffffff
usingvar(--defalutText)
1.625rem
Added
#1c3f5e
#ffffff
usingvar(--defalutText)
#4dacff
usingvar(--primary)
Select
Changed
#1c3f5e
usingvar(--colorSnowflakesDarkSelected)
#2b659b
usingvar(--primaryDarker)
linear-gradient(rgba(28, 63, 94, 1), rgba(28, 63, 94, 1))
#101923
usingvar(--backgroundColor)
#4dacff
usingvar(--primary)
#ff2a04
usingvar(--criticalBorder)
#92cbff
usingvar(--primaryLight)
Slider
Changed
#101923
usingvar(--backgroundColor)
#4dacff
usingvar(--primary)
#101923
usingvar(--backgroundColor)
#92cbff
usingvar(--primaryLight)
#4dacff
usingvar(--primary)
Switch
Changed
#101923
usingvar(--backgroundColor)
#4dacff
usingvar(--primary)
#4dacff
usingvar(--primary)
#4dacff
usingvar(--primary)
#92cbff
usingvar(--primaryLight)
#4dacff
usingvar(--primary)
#d4d8dd
usingvar(--secondaryText)
Added
#2b659b
usingvar(--primaryDarker)
Light Theme
Checkbox
Changed
#92cbff
usingvar(--primaryLighter)
#005a8f
usingvar(--primary)
#004872
usingvar(--primaryDark)
Added
#92cbff
usingvar(--primaryLighter)
#005a8f
usingvar(--primary)
#92cbff
usingvar(--primaryLighter)
#eaeef4
usingvar(--backgroundColor)
#eaeef4
usingvar(--backgroundColor)
Input & Text Area
#eaeef4
usingvar(--backgroundColor)
#92cbff
usingvar(--primaryLighter)
#004872
usingvar(--primaryDark)
#292a2d
usingvar(--defalutText)
#005a8f
3px
Added
#b7dcff
usingvar(--colorSecondaryLighten3)
0.6
Pop-up
Changed
#eaeef4
usingvar(--backgroundColor)
#92cbff
usingvar(--primaryLighter)
#005a8f
usingvar(--primary)
#92cbff
usingvar(--primaryLighter)
4px
Menu Item (used in Pop-up)
Changed
#eaeef4
usingvar(--backgroundColor)
rgba(206, 233, 252, 0.3)
#005a8f
usingvar(--primary)
#2f7aa7
usingvar(--primaryLight)
Menu Item Divider (used in Pop-up)
Changed
#005a8f
usingvar(--primary)
Rux-Radio
#92cbff
usingvar(--primaryLighter)
#92cbff
usingvar(--primaryLighter)
#eaeef4
usingvar(--backgroundColor)
Scroll Bar
Changed
#005a8f
usingvar(--primary)
#ffffff
usingvar(--colorWhite)
16px
16px
8px
Added
inset 3px 3px 3px 0px rgba(47, 72, 99, 0.5)
using--scrollBarVerticalBoxShadow
inset 1px 3px 3px 0px rgba(47, 72, 99, 0.5)
using--scrollBarHorizontalBoxShadow
Segmented Button
Changed
#eaeef4
usingvar(--backgroundColor)
#eaeef4
usingvar(--backgroundColor)
#005a8f
usingvar(--primary)
#cee9fc
#292a2d)
usingvar(--defalutText)
1.625rem
Added
#cee9fc
#292a2d)
usingvar(--defalutText)
#005a8f
usingvar(--primary)
Select
Changed
1c3f5e
usingvar(--colorSnowflakesDarkSelected)
#649cbd
usinglinear-gradient(rgba(206, 233, 252, 1), rgba(206, 233, 252, 1))
#eaeef4
usingvar(--backgroundColor)
#005a8f
usingvar(--primary)
#ff2a04
usingvar(--criticalBorder)
#004872
usingvar(--primaryDark)
Slider
Changed
#eaeef4
usingvar(--backgroundColor)
#005a8f
usingvar(--primary)
#eaeef4
usingvar(--backgroundColor)
#2f7aa7
usingvar(--primaryLight)
#005a8f
usingvar(--primary)
Switch
Changed
#eaeef4
#649cbd
#005a8f
usingvar(--primary)
#005a8f
usingvar(--primary)
#005a8f
usingvar(--primary)
#004872
usingvar(--primaryDark)
#005a8f
usingvar(--primary)
#51555b
usingvar(--secondaryText)
Added
#649cbd
Beta Was this translation helpful? Give feedback.
All reactions