Skip to content

Commit

Permalink
Merge branch 'master' into next
Browse files Browse the repository at this point in the history
  • Loading branch information
dmcalester committed Oct 21, 2021
2 parents ad4195a + 3921122 commit 82a5cb0
Show file tree
Hide file tree
Showing 5 changed files with 22,843 additions and 22,666 deletions.
23 changes: 12 additions & 11 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
const path = require('path')

module.exports = {
// stories: ['../stories/**/*.stories.js'], // load stories via preview.js per: https://github.com/storybookjs/storybook/issues/9793
addons: [
'storybook-readme',
'storybook-addon-themes', // preview-only theme picker
'@storybook/addon-knobs',
'@storybook/addon-a11y',
'@storybook/addon-links',
'@storybook/addon-actions',
// '@storybook/addon-viewport', bug present, enabled when fixed: https://github.com/storybookjs/storybook/issues/10204
],
}
// stories: ['../stories/**/*.stories.js'], // load stories via preview.js per: https://github.com/storybookjs/storybook/issues/9793
addons: [
'storybook-readme',
'storybook-addon-themes', // preview-only theme picker
'@storybook/addon-knobs',
'@storybook/addon-a11y',
'@storybook/addon-links',
'@storybook/addon-actions',
'@storybook/addon-google-analytics',
// '@storybook/addon-viewport', bug present, enabled when fixed: https://github.com/storybookjs/storybook/issues/10204
]
};
18 changes: 10 additions & 8 deletions .storybook/manager.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
import themes from './theme'
import { addons } from '@storybook/addons'
addons.setConfig({
panelPosition: 'right',
selectedPanel: 'REACT_STORYBOOK/readme/panel',
theme: themes.dark,
enableShortcuts: false,
sidebar: {
showRoots: true,
},
})
panelPosition: 'right',
selectedPanel: 'REACT_STORYBOOK/readme/panel',
theme: themes.dark,
enableShortcuts: false,
sidebar: {
showRoots: true
},
});
window.STORYBOOK_GA_ID = "UA-114182957-1"
window.STORYBOOK_REACT_GA_OPTIONS = {}
13 changes: 8 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
# NOTE: The Astro Component using Lit Element are in maintenace mode

Please see new improved Stencil based components available at https://github.com/RocketCommunicationsInc/astro/blob/main/packages/web-components/readme.md and have your voice heard before release. The updated components are quite mature and we would encourage new projects to seriously consider using the updated Stencil components moving forward.

- If you find any bugs or issues, please file them here https://github.com/RocketCommunicationsInc/astro/issues
- If you have any questions or requests please ask them here https://github.com/RocketCommunicationsInc/astro/discussions


# Astro Web Component and CSS Library

The Astro Web Component and CSS Library provides a starting point to begin developing Astro-compliant applications.

> NOTE: The Astro Component Library is still new and tends to release breaking changes, but follows semver so you can control when you incorporate them. We typically follow a 6 month release schedule which includes two major release per year with breaking changes, and intermediate patch releases with bug fixes.
#### New to Astro 4

- All components have been updated to [LitElement](https://lit-element.polymer-project.org) from Polymer
- Updated documentation
- [Storybook Component Sandbox](https://astro-components.netlify.com)
- Merged Astro Style Library in to Astro Components

## Download and Install for all Astro Web Components and Styles

Expand Down
Loading

0 comments on commit 82a5cb0

Please sign in to comment.