Граф коммитов

733 Коммитов

Автор SHA1 Сообщение Дата
Chris Holt 4780a9b62a Publish
- @microsoft/fast-components-class-name-contracts-base@4.8.0
 - @microsoft/fast-components-class-name-contracts-msft@4.9.0
 - @microsoft/fast-components-foundation-react@3.2.0
 - @microsoft/fast-components-react-base@4.27.0
 - @microsoft/fast-components-react-msft@4.32.0
 - @microsoft/fast-components-styles-msft@4.29.0
 - @microsoft/fast-jss-manager-react@4.8.0
 - @microsoft/fast-jss-manager@4.2.0
 - @microsoft/fast-jss-utilities@4.8.0
 - @microsoft/fast-layouts-react@4.12.0
 - @microsoft/fast-react-utilities@1.2.0
 - @microsoft/fast-storybook-design-system-addon@1.3.0
 - @microsoft/fast-storybook-presets@1.3.0
 - @microsoft/fast-figma-plugin-msft@0.7.0
 - @microsoft/fast-tooling-react@2.3.0
 - @microsoft/fast-tooling-wasm@1.0.1
 - @microsoft/fast-tooling@0.7.0
 - @microsoft/fast-animation@4.1.0
 - @microsoft/fast-colors@5.1.0
 - @microsoft/eslint-config-fast-dna@1.2.0
 - @microsoft/fast-tslint-rules@3.2.0
 - @microsoft/fast-web-utilities@4.6.0
 - @microsoft/fast-components-msft@1.5.0
 - @microsoft/fast-components@1.5.0
 - @microsoft/fast-element@0.15.0
 - @microsoft/fast-foundation@1.4.0
 - @microsoft/fast-color-explorer@1.6.0
 - @microsoft/fast-component-explorer@0.11.0
 - @microsoft/fast-creator@0.2.0
 - @microsoft/fast-tooling-examples@0.4.0
 - fast-website@1.2.0
 - @microsoft/site-utilities@0.4.0
2020-07-14 16:45:17 -07:00
Jane Chu 8706afbeda
chore: update the configuration and definition files for tree view (#3502)
<!--- Provide a summary of your changes in the title field above. For guidance on formatting, see the comment at the bottom of this template. -->

# Description

<!--- Describe your changes. -->
This PR solves the following:
- Removes `<fast-tree-item>` from the component explorer
- Corrects a definition file and config file for `<fast-tree-view>`

## Issue type checklist

<!--- What type of change are you submitting? Put an x in the box that applies: -->

- [ ] **Chore**: A change that does not impact distributed packages.
- [x] **Bug fix**: A change that fixes an issue, link to the issue above.
- [ ] **New feature**: A change that adds functionality.

**Is this a breaking change?**
- [ ] This change causes current functionality to break.

<!--- If yes, describe the impact. -->

**Adding or modifying component(s) in `@microsoft/fast-components` checklist**

<!-- Do your changes add or modify components in the @microsoft/fast-components package? Put an x in the box that applies: -->

- [ ] I have added a new component
- [x] I have modified an existing component
- [ ] I have updated the [definition file](https://github.com/Microsoft/fast/blob/master/packages/web-components/fast-components/CONTRIBUTING.md#definition)
- [x] I have updated the [configuration file](https://github.com/Microsoft/fast/blob/master/packages/web-components/fast-components/CONTRIBUTING.md#configuration)

## Process & policy checklist

<!--- Review the list and check the boxes that apply. -->

- [ ] I have added tests for my changes.
- [x] I have tested my changes.
- [ ] I have updated the project documentation to reflect my changes.
- [x] I have read the [CONTRIBUTING](https://github.com/Microsoft/fast/blob/master/CONTRIBUTING.md) documentation and followed the [standards](https://www.fast.design/docs/en/contributing/standards) for this project.

<!---
Formatting guidelines:

Accepted peer review title format:
<type>: <description>

Example titles:
    chore: add unit tests for all components
    feat: add a border radius to button
    fix: update design system to use 3px border radius

    <type> is required to be one of the following:

        - chore: A change that does not impact distributed packages.
        - fix: A change which fixes an issue.
        - feat: A that adds functionality.

    <description> is required for the CHANGELOG and speaks to what the user gets from this PR:

        - Be concise.
        - Use all lowercase characters. 
        - Use imperative, present tense (e.g. `add` not `adds`.)
        - Do not end your description with a period.
        - Avoid redundant words.

For additional information regarding working on FAST, check out our documentation site:
https://www.fast.design/docs/en/contributing/working
-->
2020-07-14 15:55:56 -07:00
Stephane Comeau 0530a42309
fix: correct web component menu keyboarding and aria-expanded (#3496)
* fix issue with checking roles before the child could assign it, changed how aria-expanded handled

* update definition

* typo

* fix prevent default handling

* remove unnecessary preventDefault calls

* prettier
2020-07-14 11:10:02 -07:00
Abhishek Jakhar 1984b806d9
fix: rename role attribute value of fast-divider from seperator to separator (#3492) 2020-07-13 22:15:45 -07:00
Jane Chu 2e3dd92404
chore: add html to prettier for packages that include html files (#3501) 2020-07-13 13:15:34 -07:00
Jane Chu 5140a7834f
chore: remove the the generate:icons script from prepare (#3499)
Co-authored-by: Aaron Wentzel <16669785+awentzel@users.noreply.github.com>
2020-07-11 16:54:19 -07:00
Nicholas Rice d939f5d805
chore: adds React integration guide to documentation (#3488)
* write react integration doc

* add additional notes

* cleanup and add doc to sidebar

* update json code blocks to allow comments

* Update packages/web-components/fast-foundation/docs/integrations/react.md

Co-authored-by: Rob Eisenberg <EisenbergEffect@users.noreply.github.com>

* Update packages/web-components/fast-foundation/docs/integrations/react.md

Co-authored-by: Rob Eisenberg <EisenbergEffect@users.noreply.github.com>

* Update packages/web-components/fast-foundation/docs/integrations/react.md

Co-authored-by: Rob Eisenberg <EisenbergEffect@users.noreply.github.com>

* Update packages/web-components/fast-foundation/docs/integrations/react.md

Co-authored-by: Rob Eisenberg <EisenbergEffect@users.noreply.github.com>
2020-07-10 16:06:08 -07:00
Jeff Smith 13b883d91b
feat: adds menu and menu item styling to MSFT web component package (#3484)
* feat: adds menu and menu item styling to msft

* addresssed HC

* fixed elevation line

* fixed all elvations
2020-07-10 12:23:24 -07:00
Jane Chu ecfcc75a0d
chore: ensure the origin is checked in the tooling test app, creator and component explorer (#3475) 2020-07-10 09:55:39 -07:00
gpresland 48fdb9822c
chore: correct GitHub spelling (#3486)
* Github > GitHub in docs and READMEs

* Github > GitHub on website

Co-authored-by: Greg Presland <gpresland+gitlab@gmail.com>
Co-authored-by: Nicholas Rice <nicholas.rice119@gmail.com>
Co-authored-by: Rob Eisenberg <EisenbergEffect@users.noreply.github.com>
2020-07-10 09:02:01 -04:00
Kham Udom cdb871e075
fix: add aria label to the components in fast frame section on the website (#3482)
* add aria label to the components in fast frame

* change aria label to read hex color on background-color and accent-color radio items

* decides to also add the string background color and accent color
2020-07-09 21:14:49 -07:00
Nicholas Rice ffc59f8016
feat: export MatchMediaStylesheetBehavior constructor (#3445)
* refactor and export MatchMediaStylesheetBehavior

* update API files

* update accuracy of doc comment
2020-07-07 09:12:36 -07:00
Jane Chu 683cadafdc
fix: update the favicon to use an svg (#3430) 2020-07-06 15:14:17 -07:00
Chris Holt 09d07b580c
feat: update typescript version and remove utility types dependencies for react packages (#3422)
* fix: update utility types dependencies for react packages

* chore: update typescript versions

* remove most utility types and update typings

* update tooling package.json

* adadress typing issues

* update msft package of utility-types

* fix issue with missing coverage

* remove utility-types from all packages

* adds onFinish getter required by api-extractor

* update react tests

* wrap timers in act to drop warning

* fix intersection observer test type

* update test coverage

Co-authored-by: Jane Chu <7559015+janechu@users.noreply.github.com>
Co-authored-by: nicholasrice <nicholas.rice119@gmail.com>
2020-07-02 17:04:04 -07:00
Jane Chu 0fafba5ac6 Publish
- @microsoft/fast-components-react-base@4.26.4
 - @microsoft/fast-components-react-msft@4.31.2
 - @microsoft/fast-components-styles-msft@4.28.15
 - @microsoft/fast-jss-utilities@4.7.18
 - @microsoft/fast-layouts-react@4.11.16
 - @microsoft/fast-storybook-design-system-addon@1.2.40
 - @microsoft/fast-storybook-presets@1.2.8
 - @microsoft/fast-figma-plugin-msft@0.6.10
 - @microsoft/fast-tooling-react@2.2.5
 - @microsoft/fast-animation@4.0.17
 - @microsoft/fast-colors@5.0.12
 - @microsoft/fast-components-msft@1.4.0
 - @microsoft/fast-components@1.4.0
 - @microsoft/fast-element@0.14.0
 - @microsoft/fast-foundation@1.3.0
 - @microsoft/fast-color-explorer@1.5.37
 - @microsoft/fast-component-explorer@0.10.0
 - @microsoft/fast-creator@0.1.0
 - @microsoft/fast-tooling-examples@0.3.2
 - fast-website@1.1.2
 - @microsoft/site-utilities@0.3.0
2020-07-01 18:02:45 -07:00
Jane Chu c6cd0dd2ce
chore: add a test to ensure yarn can build the package and fix an output file directory (#3428) 2020-07-01 12:26:21 -07:00
Jane Chu 020c3ba62f
chore: add the favicon.ico file to the root of all sites instead of referring to the CDN (#3421) 2020-07-01 10:50:15 -07:00
Rob Eisenberg 1776c6f953
docs(integrations): add an angular integration doc (#3419) 2020-06-30 19:25:27 -04:00
SamanthaAO 34742de380
fix: for scroll indicator #3404 (#3407)
* fix scroll indicator issue on large screens/with new section heights by updating intersection function

* update naming in section data to be mroe specific, breakout functions for cleaner code and reduce the amount of times that currentSection is assigned, add function that checks scroll direction before assigning current section

* uncomment code so that indicators are displayed

* add concat so that reverse does not update this.sectionDataArray
2020-06-30 12:28:41 -07:00
Rob Eisenberg ab5ac36bdf
docs(getting-started): add missing script tag end (#3416) 2020-06-30 14:42:49 -04:00
Jane Chu 7b7ab18248
chore: after some testing it would appear that the manifest is being added as a link which was not intended (#3412) 2020-06-29 16:58:36 -07:00
Kham Udom 9c4bb72daf
add placeholder example to the fast-text-field example (#3413) 2020-06-29 16:03:56 -07:00
Mark Jones 57eaa83293
feat: add tree-vew and tree-item components (#3240)
Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-29 12:59:21 -07:00
Jane Chu ad8d25899f
fix: update the sites to use the same favicon, update the logo (#3406) 2020-06-29 12:33:47 -07:00
Rob Eisenberg 423c80ff5f
docs(integrations): add vue integration doc (#3411) 2020-06-29 14:37:15 -04:00
Jane Chu 39383c89a2
feat: adds a wrapper to the active component (#3371) 2020-06-29 11:04:25 -07:00
Nicholas Rice e5e0f5c870
chore: remove cdn-test image (#3379)
Co-authored-by: Chris Holt <chhol@microsoft.com>
Co-authored-by: Jane Chu <7559015+janechu@users.noreply.github.com>
Co-authored-by: Aaron Wentzel <16669785+awentzel@users.noreply.github.com>
2020-06-29 10:19:19 -07:00
Kham Udom a06d00dfc0
add hover style to github logo to be accent foreground rest (#3403)
Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-26 22:16:34 -07:00
Kham Udom 735bc7f802
add margin top to hero section (#3408)
Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-26 21:28:37 -07:00
Jane Chu 26aa09f7d3
fix: addresses an issue where website will not show on safari (#3409) 2020-06-26 17:52:46 -07:00
Jane Chu 7ee3e73d13 Publish
- @microsoft/fast-components-class-name-contracts-base@4.7.3
 - @microsoft/fast-components-class-name-contracts-msft@4.8.9
 - @microsoft/fast-components-foundation-react@3.1.11
 - @microsoft/fast-components-react-base@4.26.3
 - @microsoft/fast-components-react-msft@4.31.1
 - @microsoft/fast-components-styles-msft@4.28.14
 - @microsoft/fast-jss-manager-react@4.7.7
 - @microsoft/fast-jss-manager@4.1.21
 - @microsoft/fast-jss-utilities@4.7.17
 - @microsoft/fast-layouts-react@4.11.15
 - @microsoft/fast-react-utilities@1.1.8
 - @microsoft/fast-storybook-design-system-addon@1.2.39
 - @microsoft/fast-storybook-presets@1.2.7
 - @microsoft/fast-figma-plugin-msft@0.6.9
 - @microsoft/fast-tooling-react@2.2.4
 - @microsoft/fast-tooling@0.6.1
 - @microsoft/fast-animation@4.0.16
 - @microsoft/fast-colors@5.0.11
 - @microsoft/eslint-config-fast-dna@1.1.4
 - @microsoft/fast-tslint-rules@3.1.4
 - @microsoft/fast-web-utilities@4.5.2
 - @microsoft/fast-components-msft@1.3.0
 - @microsoft/fast-components@1.3.0
 - @microsoft/fast-element@0.13.0
 - @microsoft/fast-foundation@1.2.2
 - @microsoft/fast-color-explorer@1.5.36
 - @microsoft/fast-component-explorer@0.9.2
 - @microsoft/fast-creator@0.0.9
 - @microsoft/fast-tooling-examples@0.3.1
 - fast-website@1.1.1
 - @microsoft/site-utilities@0.2.0
2020-06-26 16:20:48 -07:00
Chris Holt 2c48d6f5a2
chore: comment out side navigation indicators and add todo (#3405) 2020-06-26 15:35:15 -07:00
Chris Holt 5ccfea7bb2
fix: update standard luminance values for fast-components (#3400) 2020-06-26 12:16:43 -07:00
Chris Holt 653f70164b
chore: remove target _blank from website social links (#3399) 2020-06-26 10:06:54 -07:00
Chris Holt ab21203330
chore: update website adaptive ui slider values (#3396) 2020-06-26 09:05:41 -07:00
Chris Holt 4106bf485e
chore: update website social links (#3395)
* chore: update website social links

* add oxford comma
2020-06-26 00:46:58 -07:00
Jane Chu 83b4ff86b2
chore: correct the location of the favicon for docusaurus and the sizing on the inline logo, remove old logo files (#3394) 2020-06-25 23:33:32 -07:00
Rob Eisenberg f1a039a30b
docs(introduction): fix links (#3393)
Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-25 22:05:37 -07:00
Chris Holt 03e7825aa4
chore: initial cta for website should be fast-anchor (#3392)
* chore: initial cta for website should be fast-anchor

* oops
2020-06-25 21:43:52 -07:00
Kham Udom c6d0bcbc97
fix: add focus to header and footer logo (#3390)
* add focus to header and footer logo

* using focus-visible
2020-06-25 21:07:56 -07:00
SamanthaAO 9a278fe098
chore: add favicon (#3388)
* add favicon png and webpack favicon plugin and assiciated code

* add Jane's code to webpack and remove png

* update docusaurus config file and delete old logo static favicons

* remove favicons-webpack-plugin and switch over to using cdn

Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-25 20:43:49 -07:00
Rob Eisenberg c1050679f8
chore: change all instances of fast-dna to fast (#3381)
* chore: change all instances of fast-dna to fast

* chore: revert cloudinary url changes

* chore: revert medium blog url change

* docs: fix some broken links in the intro
2020-06-25 20:17:56 -07:00
Michael Benson 1bfd36b261
change icon visibility to opacity (#3387)
Co-authored-by: Michael Benson <v-mbenso@microsoft.com>
Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-25 19:41:14 -07:00
Chris Holt d6b5071dfb
chore: update website text and links (#3384)
* chore: update website text and links

* capitalize fixes and update content based on feedback

* alphabetize frameworks

* fix - again....net capitalization

* update angular wording
2020-06-25 19:13:21 -07:00
Nicholas Rice 8dc25061d0
chore: default to dark mode and enable theme switcher in documentation (#3380)
* default to dark mode and enable theme switcher

* rename logo to match
2020-06-25 18:52:28 -07:00
Kham Udom 1be6fe16af
fix: update the color on the navigation links (#3378)
* update navigation link color

* update hover to change foreground color only set focus to add underline

* removed underline hover from github

* update site-navigation hover and focus to effect footer links too

Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-25 17:57:33 -07:00
Jane Chu 7cc3b42d5e
feat: add icon files to be sent to CDN and importable manifest files (#3383) 2020-06-25 17:18:20 -07:00
Jane Chu 7e675fc866
fix: updates the current component when the browser back button is pressed (#3373) 2020-06-25 16:52:33 -07:00
Jane Chu d2b9d65f34
fix: updates the background of the design system provider when transparency is set (#3372) 2020-06-25 16:27:38 -07:00
Jeff Smith 3d1094aa1a
fix: accent color selection, slider backgrounds and tab reorganization (#3385)
* fix: accent color picker, slider bg, background

* ran prettier

* removed console log
2020-06-25 16:03:14 -07:00
Kham Udom 97e3b7b227
removed underline from logo anchor (#3377)
Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-25 15:40:26 -07:00
Michael Benson 182e36a637
fix: display underline in anchors (#3382)
* display underline in anchors

* fix hover style for underline

Co-authored-by: Michael Benson <v-mbenso@microsoft.com>
2020-06-25 15:13:26 -07:00
Kham Udom c5c274f2ba
adjust spacing height between the sections (#3369) 2020-06-25 12:48:29 -07:00
SamanthaAO 51273525c2
fix: fix nav-menu content scroll issue and fix nav-bar to top of the screen on mobile (#3342)
* redo changes with John's guidance to remove nested fixed positions and remove scroll all togther when menu is present

* fix logo issue after rebase

* add space
2020-06-25 11:25:58 -07:00
Rob Eisenberg 8c683cccf9
docs(faq): make headers all the same level (#3364)
Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-25 13:06:57 -04:00
SamanthaAO eb55269537
chore: add aktiv-grotesk font-family (#3368)
* add cdn for font and assign font in css

* move link below title

Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-25 09:28:36 -07:00
Michael Benson 079fa5edad
chore: add transition and update card hover styling (#3366)
* add transition and update card hover styling

* fix transition settings

* remove separators from framework section

* adjust elevation

Co-authored-by: Michael Benson <v-mbenso@microsoft.com>
2020-06-24 21:01:06 -07:00
Nicholas Rice d7324e58b7
chore: adds API docs for fast-colors and fast-animation (#3359)
* wire api-extractor to library

* wire animation packge to doc prep script

* wire docs to build and ci

* add api extractor to fast-colors

* document fast-animation

* export animate so that it can be properly documented

* hook up build and test to doc generation

* document fast-colors

* sort sidebar
2020-06-24 19:13:42 -07:00
SamanthaAO 528c1610fa
chore: remove height and width from svg file and add to specific icon's css (#3365)
* remove height and width from svg file and add to specific icons css

* add flex to github so it lines up better in anchor

* remove underline on left side-nav
2020-06-24 17:17:30 -07:00
John Kreitlow 9a173de528
fix components with dom dependencies (#3367)
- set chunks: all in webpack prod config
2020-06-24 15:23:38 -07:00
John Kreitlow c19b06a9b0
fix: site nav accessibility (#3360)
* Swap menu list and button

- Hide menu when not expanded

* Fix nav menu tabbing and display order

Co-authored-by: Jane Chu <7559015+janechu@users.noreply.github.com>
Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-24 13:57:34 -07:00
Michael Benson 9b65980799
remove pointer from cards (#3363)
Co-authored-by: Michael Benson <v-mbenso@microsoft.com>
2020-06-24 13:16:33 -07:00
Michael Benson b36c48b85d
chore: add anchor text to features data and template (#3301)
* add anchor text to features data and template

* Remove outdated cards, update links

* add TODO for missing urls

* Remove unused anchors from feature

* fix feature column widths in full screen

* add links to first three cards

* update Technology feature text

Co-authored-by: Michael Benson <v-mbenso@microsoft.com>
2020-06-24 12:12:33 -07:00
Nicholas Rice c776557af0
fix: fixing link to documentation (#3362) 2020-06-24 10:31:36 -07:00
John Kreitlow 35693109a3
Switch logo text to use SVG (#3355)
- Fix underline on logo hover
- Optimize icon svg

Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-23 16:13:34 -07:00
SamanthaAO 7fa85f5568
chore: update side-nav scroll styles and remove scroll indicator click behavior (#3338)
* made changes from users/v-sorcut/side-nav-update branch into feat/fast-frame

* add container and update styling so that both side nav sections are alligned at their tops

* simplify sidenav template

- Fix z-index layering issue
- Shorten animation duration

* increase timing of transition and remove border on ul so side-navs line up

* update scroll-indicator and scroll-indicator-active height to hard coded per chris' request

Co-authored-by: John Kreitlow <john.kreitlow@microsoft.com>
Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-23 15:42:17 -07:00
Chris Holt cece0e585f
chore: inject website bundle script into the head to prevent flash of unstyled content (#3358) 2020-06-23 15:14:13 -07:00
Rob Eisenberg 77558dcb13
docs: grammar and style corrections (#3354)
* docs: grammar fixes in fast-components and fast-element

* docs: grammar fixes to fast-foundation docs

* docs: grammar fixes in readmes

* docs: grammar fixes to other docs

* docs: apply guidance from style guide

* Update packages/web-components/fast-components-msft/README.md

Co-authored-by: Chris Holt <chhol@microsoft.com>

* docs: fix up some design language wording to make fluent clearer

* docs: adjust explanation in faq for fluent, fluent ui, and fast

* docs(faq): fix typo

* docs(faq): messaging clarity after discussion

Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-23 16:42:42 -04:00
SamanthaAO 9a8b8e7679
chore: add opacity to ::before style for cards (#3353)
* update color of borders to use divider color recipe

* remove divider color recipe and use opacity
2020-06-23 11:59:11 -07:00
Chris Holt 1f47b046d2
chore: fix api-documenter package version and update docusaurus versions (#3352) 2020-06-23 07:50:08 -07:00
Michael Benson 53e73803fb
chore: fix line-height and font-size mismatch on website (#3351)
Co-authored-by: Michael Benson <v-mbenso@microsoft.com>
2020-06-22 12:26:49 -07:00
Kham Udom fc7c1ff218
fix: resolve the issue where navigation overlaps with the window and extend logo and GitHub link out (#3344)
* fix navigation overlap with window and extend logo and github link out

* update header grid column to 1/-1
2020-06-22 11:34:24 -07:00
Michael Benson 7366eef63b
chore: constrain site-section-header in non-mobile width (#3347)
* constrain site-section-header in non-mobile width

* fix class designation on fast-frame header

Co-authored-by: Michael Benson <v-mbenso@microsoft.com>
2020-06-22 10:50:12 -07:00
SamanthaAO b921fdeddd
chore: add divider to footer and darken link text (#3346)
* add divider to footer and darken link text

* update footer-divider margin to navbar-height
2020-06-22 10:18:27 -07:00
Seth Donohue af1881556e
fix: add overflow auto to controlPane (#3314)
Co-authored-by: Seth Donohue <sethdonohue@Admins-MBP.guest.corp.microsoft.com>
2020-06-22 09:44:25 -07:00
Jane Chu 168ac1bd69
chore: add definitions as a tab in component explorer (#3326) 2020-06-22 09:07:22 -07:00
Kham Udom c1b5d15db4
fix: add aria label for screen reader on anchors and buttons and fix tab focus inside fast-frame component (#3334)
* add aria label to icon buttons. fixed tab focus inside fast frame

* removed aria on feature card. switch to actionText for aria in side navigation link

* remove aria and tabindex from flipper. add actionText for Medium

* update Medium action text to Read more on Medium

* update the tabindex event
2020-06-19 18:36:29 -07:00
Rob Eisenberg dda159573c
docs: readme fixes, doc site content correction and additions (#3315)
* doc(readme): improvements to several project readme files

* docs(fast-element): add section on working without decorators

* docs(website): various fixes to content throughout

* docs(readme): re-organize badges

* docs(readme): add back contact section

* docs(readme): add status section

* docs(fast-element): add docs on slotted/children filters

* docs: restructure toc, improve organization and urls, metadata, script

* docs: more readme consistency, content improvement, configuration update

* docs: fixing various content for consistency

* docs: add basic tools docs

* docs: revert package script dev mistake

* docs: link corrections in readmes

* doc(fast-element): add undefined element style recommendation

* docs: ensure all component explorer docs reference fast-components

* docs(readme): remove stack overflow link

* docs(match-media-stylesheets): fix edit url

* docs(faq): add answer to fast vs. fluent community question
2020-06-19 17:08:54 -04:00
Kham Udom 9dcbc50e3a
fix: update to left align github link inside the navigation flyout (#3336) 2020-06-19 13:19:45 -07:00
Jane Chu ccc34f6939
chore: replace relative paths with absolute paths when README files are converted (#3325) 2020-06-18 19:12:06 -07:00
Michael Benson ce2d7f65b5
fix: footer overlap below 750px wide (#3339)
* fix footer overlap below 800px wide

* fix code spacing due to tabs instead of spaces

Co-authored-by: Michael Benson <v-mbenso@microsoft.com>
Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-18 17:12:30 -07:00
Chris Holt caa1049ea7
chore: update website nav close svg viewbox to improve vertical alignment (#3341) 2020-06-18 16:51:02 -07:00
SamanthaAO a67a6355dd
chore: update badge style and section spacing (#3335)
* move changes in users/v-sorcut/badge-styles onto master and add part styling to badge

* update color varable from accent to primary to match fill variable

Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-18 15:52:25 -07:00
John Kreitlow 7105481ef5
chore: dim website bg overlay when page scrolls beyond hero (#3333)
Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-06-18 14:35:46 -07:00
Nicholas Rice 8050a3d5e8
chore: adds tsdoc comments to fast-components-msft (#3332)
* api report

* update all exports

* add doc process to ci

* pretty pretty

* update docs
2020-06-18 10:15:47 -07:00
Jane Chu 599b6ca18f
chore: add the new logo and inline logo for FAST as the favicon and inline logo in Creator, Component Explorer and Tooling examples (#3313) 2020-06-17 16:58:15 -07:00
Jane Chu e21266ffb7 Publish
- @microsoft/fast-components-react-msft@4.31.0
 - @microsoft/fast-figma-plugin-msft@0.6.8
 - @microsoft/fast-components-msft@1.2.1
 - @microsoft/fast-components@1.2.1
 - @microsoft/fast-element@0.12.0
 - @microsoft/fast-foundation@1.2.1
 - @microsoft/fast-color-explorer@1.5.35
 - @microsoft/fast-component-explorer@0.9.1
 - @microsoft/fast-creator@0.0.8
 - @microsoft/fast-tooling-examples@0.3.0
 - fast-website@1.1.0
 - @microsoft/site-utilities@0.1.1
2020-06-17 12:35:53 -07:00
Aaron Wentzel 35e67bbf27
chore: update to resolve documentation issues (#3329)
* update to reconcile api files not being ignored and cleanup

* update to change build path to build from static

* update to tidy up for future name changes and correct static refs

* remove obsolete files

* update to increment minor not patch version
2020-06-17 10:36:57 -07:00
Chris Holt 7317b4169d
chore: fix broken ui in fast-website, various content fixes, update to use new color vars (#3324)
* fix regression where buttons went full width on section headers

* update cstyles to use behavior vars and fix card regression due to inheritance

* add aria-labels for content

* update api docs
2020-06-16 19:53:08 -07:00
Jane Chu 38cb821116
feat: add codesandbox examples to the tooling examples site (#3303) 2020-06-16 15:25:08 -07:00
Nicholas Rice 3fb5043cb5
chore: add API docs for fast-components (#3321)
* Document component implementations

* document recipes

* update the rest of the elements

* update site

* wire docs to ci

* pretty pretty
2020-06-16 14:34:33 -07:00
Michael Benson 0333bee9f7 add :focus-within to all cards (#3284)
Co-authored-by: Michael Benson <v-mbenso@microsoft.com>
2020-06-16 11:43:18 -07:00
John Kreitlow c57c064491 Add script to copy homepage into website dir (#3295) 2020-06-16 11:43:18 -07:00
Chris Holt 1e0af4ecb6 chore: ensure package dependencies are opted into semver 2020-06-16 11:43:18 -07:00
John Kreitlow d29f2ee8ad feat: add animated background (#3266)
* Add animated background

* fix footer logo collision

* fix section height and account for header and footer

* improve background animation

- Switch to ref directive to target canvas element
- Use built-in rAF timing
- Fix slow frametime rejection
2020-06-16 11:43:18 -07:00
Michael Benson 2cc5f9ec68 chore: refactor repeat select template by section (#3259)
* implement template select for reusability

* fix feature card columns

* fix feature counter number placement

* fix hover styling in feature section

* update framework template

* Update design system imports

* Consolidate css

Co-authored-by: Michael Benson <v-mbenso@microsoft.com>
2020-06-16 11:43:17 -07:00
Michael Benson d08fd3f691 fix: overflow issue between 661px and 800px widths (#3237)
* fix overflow issue at specific screen width range

* fix spacing in fast-frame styles

* change max-width on fast-frame

* remove section class on fast-frame-section

Co-authored-by: Michael Benson <v-mbenso@microsoft.com>
2020-06-16 11:43:17 -07:00
SamanthaAO 7f28caec0a chore: update card/content styling to match figma (#3228)
* grey out links on non hovered community cards, display numbers on feature cards using index instead of data file, add header subscript to framework cards

* change numbering on feature cards from index to css and make styling changes associated witht it. change span for headingSubscript to small

* remove positioning in feature since we no longer use index
2020-06-16 11:43:17 -07:00
Jeff Smith 4997ad0312 chore: adds backdrop to tablist in fast-frame (#3245)
* feat: adds backdrop to tablist in fast-frame

* updated design based on feedback from Jason
2020-06-16 11:43:17 -07:00
John Kreitlow 932208ad9b chore: update copy (#3227)
* Update copy

* Update index.html
2020-06-16 11:43:17 -07:00
Michael Benson b6658cb75a chore: responsive layout modification of cards sections (#3212)
* framework section inner border and responsiveness

* refactor community card section responsiveness

* remove stray tag, condense styling

* fix feature section hover behavior

* Adjust grid properties on feature-cards

Co-authored-by: Michael Benson <v-mbenso@microsoft.com>
2020-06-16 11:43:17 -07:00
SamanthaAO 08b5f3a2a1 fix small screen scroll issue, add typescript to click event handler, remove special styling for section-hero (#3222) 2020-06-16 11:43:17 -07:00
Kham Udom 1bfee5c671 fix: update anchor styles and add destination to links (#3208)
* add destination to footer links

* add url to links. update font color and sizes to links in header and footer. update logo

* fix wrong class after a merge

* align logo with label and update logo size

* update hash link on logo anchor. changed div to footer

* add left-right padding to footer for mobile
2020-06-16 11:43:17 -07:00
SamanthaAO 08c8e9b871 feat: add side navigation for social links and scroll (#3199)
* create side-navigation component, update main index and style, add svg for medium, update community data and content-placement-container community data

* have section array pull from document to increate reuse

* add parent attributes to repeat in template to reduce styles

* update naming for greater reusability

* update section id's in index to be the names of section and update functions accordingly

* add intersection observer, add click events fro link so that event.prevent default removes hash from url, update display to flex

* add id's after rebase and add updateScrollIncreasing function for stutter on scroll when scrolling from the bottom to the top of the page

* moved intersection observer into constructor and removed eventListerners. Made style changes to scroll indicators so they change size less

* make styling changes recomended in comments

Co-authored-by: Sam Orcutt <v-sorcut@microsoft.com>
2020-06-16 11:43:17 -07:00
Jeff Smith 8cfcbd9d10 feat: responsive layouts for fast-frame (#3210)
* feat: add responsive layouts to fast-frame

* ran prettier

* addressed PR comments
2020-06-16 11:43:17 -07:00
John Kreitlow 9be0ca468f feat: add background image and preliminary effects (#3185)
* Update eslintrc rule

* Add background-design component

* Revert webpack dev settings

* Compress background svg

* Fix background container structure

* Remove scrolling filter effect
2020-06-16 11:43:17 -07:00
Michael Benson 5b42f8cf81 chore: update single column and hover styles on feature cards (#3180)
* update styles to match design changes

* Add siteBreakpoints constants array

* change card hover background to design system

* add neutralFillHoverBehavior

* fix incorrect with on before pseudo element

* fix card grid following rebase

* revert container styles --flow assignment

* revert media queries to fixed numbers

Co-authored-by: Michael Benson <v-mbenso@microsoft.com>
2020-06-16 11:43:16 -07:00
Kham Udom a3f1fd7b41 change section header font size for mobile (#3201) 2020-06-16 11:43:16 -07:00
SamanthaAO ebd374dece chore: add feature card to content-placement-container and update hover styles (#3177)
* add svg, update padding and text variables, add borders to framework to align with design

* remove class's for framework content placement and use nth-of-type. update h3 style. update section container class naming function

* add feature-card to content-placement-container

* removed comented out text from index, make style changes needed post rebase, and remove unused imports

* add updated hover design to features and community

* switched box-shadow for elevation algorithm. removed back shadow on individual cards

* add with behaviors to styles

* update comment

* fix layout issue after rebase
2020-06-16 11:43:16 -07:00
Kham Udom 6449ba8248 chore: add responsive navigation to marketing site (#3164)
* put links in ul and li. add media query and responsive styles. removed styles for start and end template in navigation component.

* update use of svg. add brand icon. add responsive footer

* add menu icon

* update navigation template and component implementation inside index.html. move click handler inside the template. use ::before instead of dummy div

* fix footer for mobile

* update menu button to toggle icon from menu to close. add class to svgs

* Adjust stacking context and debounce for menu on mobile

* prettier

* fix logo size in footer

Co-authored-by: John Kreitlow <john.kreitlow@microsoft.com>
2020-06-16 11:43:16 -07:00
Jeff Smith 8ba91a1253 feat: remainder of design system knobs (#3171)
* feat: hook up design sytem controls

* added hue and sat sliders

* typed signatures
2020-06-16 11:43:16 -07:00
SamanthaAO a8b4c192b3 chore: update styles for framework and community sections (#3162)
* add svg, update padding and text variables, add borders to framework to align with design

* switch twitter and github icons so they are assigned correctly

* remove class's for framework content placement and use nth-of-type. update h3 style. update section container class naming function

* update container naming function

* add border variable

* update borders to be more reusable

* Change grid borders to be mobile-first

Co-authored-by: John Kreitlow <john.kreitlow@microsoft.com>
2020-06-16 11:43:16 -07:00
Jeff Smith cb6b12b680 feat: adds density slider to marketing site (#3166)
* feat: adds density slider to marketing site

* ran prettier
2020-06-16 11:43:16 -07:00
John Kreitlow 2e3a1699a2 Update package.json (#3161) 2020-06-16 11:43:16 -07:00
John Kreitlow 54d9f718dc Add svg-inline-loader (#3146) 2020-06-16 11:43:16 -07:00
Jeff Smith bdff98be04 fix: gets feature branch back to a working state (#3153)
* intial setup

* more work

* fremoved import

* refactored repeat

* updated refrences after rebase, fixed styles

* revert fast component chnage
2020-06-16 11:43:15 -07:00
Michael Benson 7ebd643765 feat: add feature-card and card-section components (#3119)
* Add feature card component

* Add feature card section

* Add feature card section to index.html

* Update card styles

* change links slot to footer

* Add neutralForegroundRestBehavior to feature-card

* Remove unused css custom property

* Add ::before separator element to cards

* feat: add accent color and background color selection (#3123)

* feat: add color pickers and preview

* formatting

* added dark / light mode

* add prettier

* ran prettier

* saved last index for selecting background

* addressed Rob's comments

* ran prettier

* addressed comments

* styling fixes

* fix file formatting

* fix import

* formatting issue

* formatting

* fix tabs to spaces

* change selector from h5 to :first-child

* Append Site prefix

* make feature-card responsive

* remove style property

* fix import and closing tags

* remove fast-anchor color

* refactor card elements

* modify class extension

Co-authored-by: Michael Benson <v-mbenso@microsoft.com>
Co-authored-by: Jeff Smith <37851214+eljefe223@users.noreply.github.com>
2020-06-16 11:43:15 -07:00
SamanthaAO b843689176 feat: create content-placement-container to generate content from data files (#3134)
* add content-placement-container

* run lint, alphabatize data, update display in styles

* run prettier

* remove unused imports

* fix issue with box shadow being blocked from overflowing container
2020-06-16 11:43:15 -07:00
Jeff Smith eb108fdeef feat: add accent color and background color selection (#3123)
* feat: add color pickers and preview

* formatting

* added dark / light mode

* add prettier

* ran prettier

* saved last index for selecting background

* addressed Rob's comments

* ran prettier

* addressed comments
2020-06-16 11:43:15 -07:00
Kham Udom ac1cbfef5d update the page content width (#3128) 2020-06-16 11:43:15 -07:00
SamanthaAO e569794f0e feat: create content-placement component for marketing site (#3105)
* add hover-card component

* add components to index.html, update component index exports to include hover-card, update main styles so that cards wrap

* updated style to be more layout centric

* rename component and update spacing in styles

* change component name to content-placement

* made style updates so all cards are the same height and body stretches

* replace FAST prefix with site

* update divider attribute to boolean mode and remove true for divider in public index

* updated styles to work woth changes in feature and changes icon styling so there is no unneeded space when slot is not used

* update color for links to match figma using design system
2020-06-16 11:43:15 -07:00
Kham Udom 4ab354c8c4 feat: add navigation menu component (#3111)
* create initial files for navigation component

* add slotted for nav items

* use the prefix site for the components, addressed rtl, removed adding role attribute

* rebased. add start and end template, removed slotted directive and observable, add withBehavior to styles file
2020-06-16 11:43:15 -07:00
John Kreitlow 4dcf66d548 chore: add design system provider components to fast-website (#3104)
* Update webpack dev and prod configs

- Add mini-css-extract-plugin
- Add optimization packages for prod config
- Rename dist files to include cache hash

* Add design system providers
2020-06-16 11:43:14 -07:00
Jeff Smith 17881fe7b2 feat: stub in preview section (#3108)
* feat: stub in preview section

* addressed PR comments
2020-06-16 11:43:14 -07:00
Jeff Smith c7cb9a10ed feat: adds preview component (#3097)
* feat: adds preview component

* removed style override
2020-06-16 11:43:14 -07:00
Kham Udom df92ec54d4 feat: create section-header component for marketing site (#3070)
* adding section header component

* add pseudo class part

* rename attribute

* changed short attribute to a <p> tag

* removed attributes to use slots

* Update hero and page section to use section-header component. Removed global background and color style

* changed subheading to badge

* swap default with badge slot. update component implementation on page
2020-06-16 11:43:14 -07:00
Kham Udom fa48c99764 chore: add section layout to the website (#3068)
* add layout to the website

* switch to use fast-anchor. update naming to use BEM. update comment naming
2020-06-16 11:43:14 -07:00
John Kreitlow 83a3aa66bf chore: load all the fast-components (#3062)
* Load all the fast-components

* Add custom fast-elements structure

* Fix prod folder output and add build command
2020-06-16 11:43:14 -07:00
Jeff Smith a6cd64459e chore: add new marketing website (#3060)
* feat: allow linked data attached to other linked data to be added to a data dictionary (#3049)

* add eisenberg as codeowner (#3055)

* Sets up intial fast-frame project

* restored website files and renamed new site

Co-authored-by: Jane Chu <7559015+janechu@users.noreply.github.com>
Co-authored-by: Aaron Wentzel <16669785+awentzel@users.noreply.github.com>
2020-06-16 11:43:14 -07:00
Chris Holt 252953884e Publish
- @microsoft/fast-components-class-name-contracts-base@4.7.2
 - @microsoft/fast-components-class-name-contracts-msft@4.8.8
 - @microsoft/fast-components-react-base@4.26.2
 - @microsoft/fast-components-react-msft@4.30.14
 - @microsoft/fast-components-styles-msft@4.28.13
 - @microsoft/fast-jss-manager-react@4.7.6
 - @microsoft/fast-jss-manager@4.1.20
 - @microsoft/fast-jss-utilities@4.7.16
 - @microsoft/fast-layouts-react@4.11.14
 - @microsoft/fast-storybook-design-system-addon@1.2.38
 - @microsoft/fast-storybook-presets@1.2.6
 - @microsoft/fast-figma-plugin-msft@0.6.7
 - @microsoft/fast-tooling-react@2.2.3
 - @microsoft/fast-tooling@0.6.0
 - @microsoft/fast-components-msft@1.2.0
 - @microsoft/fast-components@1.2.0
 - @microsoft/fast-element@0.11.0
 - @microsoft/fast-foundation@1.2.0
 - @microsoft/fast-color-explorer@1.5.34
 - @microsoft/fast-component-explorer@0.9.0
 - @microsoft/fast-creator@0.0.7
 - @microsoft/fast-tooling-examples@0.2.0
 - @microsoft/site-utilities@0.1.0
2020-06-15 15:23:02 -07:00
Chris Holt fa6a20d8bd
chore: remove live code examples from design system provider readme (#3294) 2020-06-15 11:41:49 -07:00
Rob Eisenberg 13d9d14f0e
doc(website): update doc cdn urls to be based on future location (#3293) 2020-06-12 22:17:54 -04:00
Jeff Smith f0d4ad4557
feat: update definitions and add more examples to component explorer (#3283)
* feat: update definitions and add more examples

* removed console.logs
2020-06-12 14:22:34 -07:00
Rob Eisenberg 7b3efc7bf5
doc(website): switch FAST-DNA to FAST (#3290) 2020-06-12 14:23:39 -04:00
Jane Chu d7a962db57
feat: add a conversion script for fast-tooling and fast-tooling react into the tooling-examples site (#3288) 2020-06-12 09:45:28 -07:00
Nicholas Rice 8e97ac4aae
feat: design-system-provider now paints CSS color and background color (#3278)
* wiring and testing behavior

* add code-comments

* bring changes over to components-msft

* pretty pretty

* update documentation
2020-06-11 12:42:04 -07:00
Chris Holt 763054f364
feat: add live code examples to docs site (#3216)
* add docusaurus live code extension

* feat: add live code examples to docs

* api run/update

* update example code in fast-foundation readme

* update sidebar to include accordion

* update dialog example

* update tabs example

* add note syntax

* update card example
2020-06-11 11:37:44 -07:00
Jeff Smith 5e972caed8
feat: adds accordion config to component explorer (#3276)
* acordion config

* latest

* more work

* more work

* feat: add accordion example to component explorer

* adds heading level

* fixed linting errors

* changed textSchema import
2020-06-11 09:00:23 -07:00
Jane Chu 66ce1ad40d
chore: consolidate text schemas and native element definitions between the creator and component explorer site (#3254) 2020-06-10 18:35:56 -07:00
Jane Chu 440c3f1251 Publish
- @microsoft/fast-components-class-name-contracts-base@4.7.1
 - @microsoft/fast-components-class-name-contracts-msft@4.8.7
 - @microsoft/fast-components-foundation-react@3.1.10
 - @microsoft/fast-components-react-base@4.26.1
 - @microsoft/fast-components-react-msft@4.30.13
 - @microsoft/fast-components-styles-msft@4.28.12
 - @microsoft/fast-jss-manager-react@4.7.5
 - @microsoft/fast-jss-manager@4.1.19
 - @microsoft/fast-jss-utilities@4.7.15
 - @microsoft/fast-layouts-react@4.11.13
 - @microsoft/fast-react-utilities@1.1.7
 - @microsoft/fast-storybook-design-system-addon@1.2.37
 - @microsoft/fast-storybook-presets@1.2.5
 - @microsoft/fast-figma-plugin-msft@0.6.6
 - @microsoft/fast-tooling-react@2.2.2
 - @microsoft/fast-tooling@0.5.1
 - @microsoft/fast-animation@4.0.15
 - @microsoft/fast-colors@5.0.10
 - @microsoft/eslint-config-fast-dna@1.1.3
 - @microsoft/fast-tslint-rules@3.1.3
 - @microsoft/fast-web-utilities@4.5.1
 - @microsoft/fast-components-msft@1.1.2
 - @microsoft/fast-components@1.1.2
 - @microsoft/fast-element@0.10.2
 - @microsoft/fast-foundation@1.1.2
 - @microsoft/fast-color-explorer@1.5.33
 - @microsoft/fast-component-explorer@0.8.24
 - @microsoft/fast-creator@0.0.6
 - @microsoft/fast-tooling-examples@0.1.3
 - @microsoft/site-utilities@0.0.5
2020-06-09 14:44:11 -07:00
Chris Holt bc8e3747c5 Publish
- @microsoft/fast-layouts-react@4.11.12
 - @microsoft/fast-figma-plugin-msft@0.6.5
 - @microsoft/fast-tooling-react@2.2.1
 - @microsoft/fast-animation@4.0.14
 - @microsoft/fast-components-msft@1.1.1
 - @microsoft/fast-components@1.1.1
 - @microsoft/fast-element@0.10.1
 - @microsoft/fast-foundation@1.1.1
 - @microsoft/fast-color-explorer@1.5.32
 - @microsoft/fast-component-explorer@0.8.23
 - @microsoft/fast-creator@0.0.5
 - @microsoft/fast-tooling-examples@0.1.2
 - @microsoft/site-utilities@0.0.4
2020-06-09 14:24:45 -07:00
Mark Jones 339e09bca7
chore: pass through radio-group, radio, slider and slider-label component site definitions (#3251) 2020-06-09 12:13:46 -07:00
Rob Eisenberg ad07adb752
docs(website): add introduction (#3241)
* doc(introduction): begin writing intro

* chore(docs): remove generated api.json files from git

* chore(docs): fix some build issues

* doc(website): finish intro

* doc(website): some working improvements in the intro

* docs(website): wording tweak in introduction

* docs(introduction): fix some typos
2020-06-09 14:32:23 -04:00
Jane Chu ae87fe53ba
chore: sync webpack-dev-server dependency versions, update websocket-extensions to safe version (#3243) 2020-06-08 17:02:11 -07:00
Jane Chu b6cdc2d4cd
chore: update pull request template and contributing files for components in the @microsoft/fast-components package (#3249) 2020-06-08 13:30:49 -07:00
Jane Chu 297126ba56
chore: additional styling tweaks and editing of component configs (#3244) 2020-06-05 19:54:43 -07:00
Jane Chu 79d5aeb6e8
chore: update the Component Explorer to use web components and native HTML elements (#3238)
* chore: update explorer site to tooling v2 (#3026)

* chore: consolidate schema and component dictionaries (#3040)

* fix: ensure data cannot be updated until the preview is initialized, clean up logic with transparency and use site-utilities for widgets (#3117)

* chore: remove style overrides and bring style parity with Creator (#3141)

* chore: replace react components in Component Explorer with web components (#3178)

* chore: add the theme switcher (#3191)

* chore: reference component definitions from the site-utilities package (#3209)

* chore: remove unused files

* chore: address merge conflict, PR comment
2020-06-05 16:39:06 -07:00
nicholasrice cb339f9282 Publish
- @microsoft/fast-components-class-name-contracts-base@4.7.0
 - @microsoft/fast-components-class-name-contracts-msft@4.8.6
 - @microsoft/fast-components-react-base@4.26.0
 - @microsoft/fast-components-react-msft@4.30.12
 - @microsoft/fast-components-styles-msft@4.28.11
 - @microsoft/fast-jss-manager-react@4.7.4
 - @microsoft/fast-jss-manager@4.1.18
 - @microsoft/fast-jss-utilities@4.7.14
 - @microsoft/fast-layouts-react@4.11.11
 - @microsoft/fast-storybook-design-system-addon@1.2.36
 - @microsoft/fast-storybook-presets@1.2.4
 - @microsoft/fast-figma-plugin-msft@0.6.4
 - @microsoft/fast-tooling-react@2.2.0
 - @microsoft/fast-tooling@0.5.0
 - @microsoft/fast-components-msft@1.1.0
 - @microsoft/fast-components@1.1.0
 - @microsoft/fast-element@0.10.0
 - @microsoft/fast-foundation@1.1.0
 - @microsoft/fast-color-explorer@1.5.31
 - @microsoft/fast-component-explorer@0.8.22
 - @microsoft/fast-creator@0.0.4
 - @microsoft/fast-tooling-examples@0.1.1
 - @microsoft/site-utilities@0.0.3
2020-06-05 13:22:39 -07:00
Jane Chu d9dbe0fdd6
chore: remove react components from creator and replace with web components and native elements (#3226) 2020-06-04 11:01:07 -07:00
Jane Chu 1ef9903c5e
chore: add additional native element definitions to the site-utilities (#3218) 2020-06-03 10:00:59 -07:00
Nicholas Rice a5c66e7969
chore: adds getting started documentation (#3217)
* adding getting-started docs

* add description of packages

* revert coppied files

* address comments
2020-06-02 16:10:10 -07:00
Rob Eisenberg 4c8c868f2f
docs: site build corrections, shared doc scrub, and new content (#3215)
* doc(website): improve build to merge root docs

* feat(website): filter specified components out of docs

* fix(website): remove unnecessary intermediary copy location

* doc(website): add writing documentation docs

* doc: improve contributing.md to include machine setup

* chore(website): update generated files

* chore(website): remove docs folder from git tracking

* chore(website): improve docs build to handle non-existent docs folders

* doc(website): add minimal browser support info

* doc(website): add some basic glossary definitions

* doc(fast-element): re-organize and fill out guides

* docs(website): add a few questions to the faq

* docs(website): add acknowledgements to the resource section
2020-06-02 15:44:29 -04:00
Jane Chu e12ef2acfd
chore: bundle component definitions and native element definitions as named exports (#3207) 2020-06-01 12:40:53 -07:00
Aaron Wentzel 3b89d26374
chore: add documentation to new docs folder (#3196)
* add writing style to documentation

* add testing documentation

* add policy to documentation

* add standards to documentation

* update to migrate sauce labs to internal only in build/testing
2020-05-30 08:31:29 -07:00
Jane Chu f0070627ea
chore: add definition files to the site utilities (#3200) 2020-05-29 14:30:35 -07:00
Nicholas Rice 3ab443d899
chore: add color recipe documentation (#3187)
* add internal tag to math functions

* fill out other color function documentation

* address feedback

* clarify document

* move document

* move styling components docs to fast-components

* update metadata of doc files

* wire docs to sidebar

* adding generated files to docs

* re-format styling-components into sub parts

* update coppied doc

* remove title from type-ramp
2020-05-29 13:19:16 -07:00
Aaron Wentzel b9b8aec056
chore: update to add actions to deploy sites (#3175)
* update to publishing profile correcting syntax error

* update to change event back to push

* add explore updates w/final pull_request test

* add server.js to be used across all sites

* update to create required server.js file and dist it

* install required node_modules that must be on the server

* update to fix syntax error

* break out into separate cli steps

* remove failing --production flag

* update to fix pathing issue with new step which starts at root

* add file listing for debug sake

* remove accidental file creation

* add package.json to manage server dependencies

* update to copy all files

* update to copy both files

* update to make private and also add repo

* update to change event to use 'push'

* update to dynamic and locally supported port

* remove 'path' dep because it's already part of node

* add step to upload assets to cdn

* update to fix pathing issue

* add cdn test image

* update github event to trigger on push of master

* update to move into site-utilities per request
2020-05-27 11:06:07 -07:00
Rob Eisenberg c61084679f
chore(website): ensure docusaurus cache isn't tracked by git (#3168) 2020-05-20 14:06:16 -04:00
Rob Eisenberg f12ba1687b
feat(website): new docusaurus v2 setup with launch toc configuration (#3159)
* feat(website):  new docusaurus v2 setup with launch toc configuration

* feat(website): separate out the site docs source for the generated docs

* doc(website): fixed the readme commands

* fix(website): remove redundant documentation link in header

* fix(website): use component readmes for individual component doc pages

* fix(website): remove special extension where not needed

* fix(website): correct docs inconsistencies

* feat(website): add build script
2020-05-20 12:46:05 -04:00
Jane Chu 28d4ced8ec
chore: add simple React example using the Form (#3152) 2020-05-18 18:49:06 -07:00
Jane Chu d320a949e8
chore: add an example of a native element interacting with the message system (#3149) 2020-05-18 18:11:11 -07:00
Chris Holt a508de4e24 Publish
- @microsoft/fast-components-class-name-contracts-base@4.6.5
 - @microsoft/fast-components-class-name-contracts-msft@4.8.5
 - @microsoft/fast-components-foundation-react@3.1.9
 - @microsoft/fast-components-react-base@4.25.11
 - @microsoft/fast-components-react-msft@4.30.11
 - @microsoft/fast-components-styles-msft@4.28.10
 - @microsoft/fast-jss-manager-react@4.7.3
 - @microsoft/fast-jss-manager@4.1.17
 - @microsoft/fast-jss-utilities@4.7.13
 - @microsoft/fast-layouts-react@4.11.10
 - @microsoft/fast-react-utilities@1.1.6
 - @microsoft/fast-storybook-design-system-addon@1.2.35
 - @microsoft/fast-storybook-presets@1.2.3
 - @microsoft/fast-figma-plugin-msft@0.6.3
 - @microsoft/fast-tooling-react@2.1.0
 - @microsoft/fast-tooling@0.4.0
 - @microsoft/fast-animation@4.0.13
 - @microsoft/fast-colors@5.0.9
 - @microsoft/eslint-config-fast-dna@1.1.2
 - @microsoft/fast-web-utilities@4.5.0
 - @microsoft/fast-components-msft@1.0.0
 - @microsoft/fast-components@1.0.0
 - @microsoft/fast-element@0.9.0
 - @microsoft/fast-foundation@1.0.0
 - @microsoft/fast-color-explorer@1.5.30
 - @microsoft/fast-component-explorer@0.8.21
 - @microsoft/fast-creator@0.0.3
 - @microsoft/fast-tooling-examples@0.1.0
 - @microsoft/site-utilities@0.0.2
2020-05-18 14:50:48 -07:00
Jane Chu bdfffaead3 chore: remove unused styles (#3142) 2020-05-18 14:47:21 -07:00
Jane Chu ee333e3b0c chore: add basic example wiring for both web components and react (#3140) 2020-05-18 14:46:42 -07:00
Jane Chu 17c609d79d chore: move the transparency toggle and chevron icons to the site utilities to be used by both packages (#3120) 2020-05-18 14:46:41 -07:00
Brian Heston 0dd89c2c01 fix: update colors for 3:1 accessibility on checkbox, radio, and toggle (#3073)
Updated colors for 3:1 accessibility on checkbox, radio, and toggle
Updated to support external focus indicator
2020-05-18 14:46:41 -07:00
Jane Chu 97254fdf67
feat: add navigational items on the page, toolbar and menu (#3115) 2020-05-13 19:47:10 -07:00
Jane Chu 8cf8a66ee4
fix: ensure there are no errors when initializing creator (#3112) 2020-05-12 11:27:32 -07:00
Jane Chu 8321d8c4e7
feat: add initial files for a tooling examples site (#3109) 2020-05-11 22:32:51 -07:00
Jane Chu 93d988d2b9
chore: move shared components and icons to site-utilities (#3075) 2020-05-11 12:53:02 -07:00
Aaron Wentzel 26d42caa4a
chore: upgrade and cleanup files (#3058)
* update to improve speed of filing PR

* Revert "update to improve speed of filing PR"

This reverts commit 83c177ed77.

* update branch policy for feature/s

* Revert "update branch policy for feature/s"

This reverts commit 6cd0e8804c.

* chore: upgrade and cleanup files

* update to reconcile lock file

* remove per code review request lint-staged

* update to reconcile yarn.lock

* testing pre-commit
2020-05-07 20:29:47 -07:00
Aaron Wentzel 1776c0757b
fix: update to unblock CI failures by prettier (#3057)
* update to improve speed of filing PR

* Revert "update to improve speed of filing PR"

This reverts commit 83c177ed77.

* add ignore for .tmp folders

* update to fix prettier breakages due ignored folders

* update to add trailing slash
2020-05-05 07:01:32 -07:00
Aaron Wentzel 5297ed5fb5
update to fix the pathing issue for code coverage (#3029) 2020-04-30 11:52:19 -07:00
Aaron Wentzel e3bab735ad
chore: remove babel-jest given it's now comes with jest (#3036)
* update to improve speed of filing PR

* Revert "update to improve speed of filing PR"

This reverts commit 83c177ed77.

* remove babel-jest given it's now comes with jest

* remove extra line
2020-04-29 17:33:43 -07:00
Jane Chu 1eb458143a
fix: updates an incorrect git repository link in the package JSON file (#3032) 2020-04-29 13:37:29 -07:00
Chris Holt 1e2f25db73 Publish
- @microsoft/fast-components-foundation-react@3.1.8
 - @microsoft/fast-components-react-base@4.25.10
 - @microsoft/fast-components-react-msft@4.30.10
 - @microsoft/fast-components-styles-msft@4.28.9
 - @microsoft/fast-jss-manager-react@4.7.2
 - @microsoft/fast-jss-manager@4.1.16
 - @microsoft/fast-jss-utilities@4.7.12
 - @microsoft/fast-layouts-react@4.11.9
 - @microsoft/fast-react-utilities@1.1.5
 - @microsoft/fast-storybook-design-system-addon@1.2.34
 - @microsoft/fast-storybook-presets@1.2.2
 - @microsoft/fast-figma-plugin-msft@0.6.2
 - @microsoft/fast-tooling-react@2.0.4
 - @microsoft/fast-tooling@0.3.1
 - @microsoft/fast-animation@4.0.12
 - @microsoft/fast-colors@5.0.8
 - @microsoft/fast-web-utilities@4.4.5
 - @microsoft/fast-components@0.10.1
 - @microsoft/fast-element@0.8.1
 - @microsoft/fast-color-explorer@1.5.29
 - @microsoft/fast-component-explorer@0.8.20
 - @microsoft/fast-creator@0.0.2
 - @microsoft/site-utilities@0.0.1
2020-04-29 12:45:53 -07:00
Jane Chu 3147f70601
chore: add a site utilities private package to consolidate logic between the Creator and Component Explorer sites (#3030) 2020-04-29 11:11:06 -07:00
Aaron Wentzel 74ced803db
chore: update github action code climate (#3020)
* update to improve speed of filing PR

* Revert "update to improve speed of filing PR"

This reverts commit 83c177ed77.

* update to try code climate reporter GH Action

* update to next minor version

* update string array

* update to install latest lerna

* update coverageCommand

* update to not run helpers unit testing so I can validate issues with coverage

* update to run tests on packages only

* update to properly format for an 'action' input string

* added testing script

* updated to use new format provided by MartinNuc

* updated to test alternative option

* update version for codeclimate-action

* update jest configurations to support monorepositories

* update documentation for testing

* update ci-daily with performance improvements

* update to declutter, cleanup, and perf improvements

* update to mark with a branch so hopefully does not fire a run

* updates to resolve broken coverage mappings

* update configuration to reduce errors

* remove prettier upgrade as dev dep

* remove produciton flag

* update to revert back to working pipeline

* update to coverage locations

* update formatting mishap
2020-04-28 11:06:23 -07:00
Chris Holt 526e002ac7 Publish
- @microsoft/fast-components-foundation-react@3.1.7
 - @microsoft/fast-components-react-base@4.25.9
 - @microsoft/fast-components-react-msft@4.30.9
 - @microsoft/fast-components-styles-msft@4.28.8
 - @microsoft/fast-jss-manager-react@4.7.1
 - @microsoft/fast-jss-manager@4.1.15
 - @microsoft/fast-jss-utilities@4.7.11
 - @microsoft/fast-layouts-react@4.11.8
 - @microsoft/fast-react-utilities@1.1.4
 - @microsoft/fast-storybook-design-system-addon@1.2.33
 - @microsoft/fast-storybook-presets@1.2.1
 - @microsoft/fast-figma-plugin-msft@0.6.1
 - @microsoft/fast-tooling-react@2.0.3
 - @microsoft/fast-tooling@0.3.0
 - @microsoft/fast-animation@4.0.11
 - @microsoft/fast-colors@5.0.7
 - @microsoft/fast-web-utilities@4.4.4
 - @microsoft/fast-components@0.10.0
 - @microsoft/fast-element@0.8.0
 - @microsoft/fast-color-explorer@1.5.28
 - @microsoft/fast-component-explorer@0.8.19
 - @microsoft/fast-creator@0.0.1
2020-04-27 14:37:55 -07:00
Jane Chu 0302bb42eb
chore: add an initial version of the Creator site (#2998) 2020-04-24 11:49:54 -07:00
Aaron Wentzel 6999674f96
update to latest jest versions (#2989)
Co-authored-by: Chris Holt <chhol@microsoft.com>
2020-04-23 10:02:12 -07:00
Chris Holt d23405bdc1 Publish
- @microsoft/fast-components-class-name-contracts-base@4.6.4
 - @microsoft/fast-components-class-name-contracts-msft@4.8.4
 - @microsoft/fast-components-foundation-react@3.1.6
 - @microsoft/fast-components-react-base@4.25.8
 - @microsoft/fast-components-react-msft@4.30.8
 - @microsoft/fast-components-styles-msft@4.28.7
 - @microsoft/fast-jss-manager-react@4.7.0
 - @microsoft/fast-jss-manager@4.1.14
 - @microsoft/fast-jss-utilities@4.7.10
 - @microsoft/fast-layouts-react@4.11.7
 - @microsoft/fast-react-utilities@1.1.3
 - @microsoft/fast-storybook-design-system-addon@1.2.32
 - @microsoft/fast-storybook-presets@1.2.0
 - @microsoft/fast-figma-plugin-msft@0.6.0
 - @microsoft/fast-tooling-react@2.0.2
 - @microsoft/fast-tooling@0.2.0
 - @microsoft/fast-animation@4.0.10
 - @microsoft/fast-colors@5.0.6
 - @microsoft/eslint-config-fast-dna@1.1.1
 - @microsoft/fast-tslint-rules@3.1.2
 - @microsoft/fast-web-utilities@4.4.3
 - @microsoft/fast-components@0.9.0
 - @microsoft/fast-element@0.7.0
 - @microsoft/fast-color-explorer@1.5.27
 - @microsoft/fast-component-explorer@0.8.18
2020-04-22 13:37:10 -07:00
Chris Holt 9c605c7686
chore: reorganize repository structure and workspaces (#2927)
* initial move of files into new sub directories

* modify pathing for tsconfig, package.json references

* move website to sites folder

* update build steps for website

* ensure old docusaurus files stay ignored

* move jss-utils to react and figma plugin to tooling
2020-04-14 14:48:12 -07:00