simurai
ef2f3f00e6
Add note about loading the "latest" Primer CSS version ( #1784 )
2021-12-08 20:47:06 +09:00
Katie Langerman
cdd9728c7e
UnderlineNav :focus
styles ( #1764 )
...
* add pseudo selectors
* adjustments
* add stories, cleanup
* update mixin
* fix mixin
* lint
* add back overflow styles
* adjust focus for better overflow state, scrollsnap
* post test adjustments, move hacks to primer css
* Stylelint auto-fixes
* hover state desktop only
* document data-content hack
* Create nice-days-jog.md
Co-authored-by: Actions Auto Build <actions@github.com>
Co-authored-by: simurai <simurai@github.com>
2021-12-07 12:13:49 -08:00
simurai
b1c43f1f8d
Use counter-border for LHC ( #1792 )
...
* Use counter-border for LHC
* Create orange-ties-sin.md
* Remove fallback
2021-12-07 14:56:48 +09:00
Cole Bemis
4a003873a6
Use reusable release_canary workflow ( #1811 )
...
* Use reusable release_canary workflow
* Install with yarn
Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2021-12-06 17:37:20 +00:00
dependabot[bot]
17102e0679
Bump table from 6.7.3 to 6.7.5 ( #1815 )
...
Bumps [table](https://github.com/gajus/table ) from 6.7.3 to 6.7.5.
- [Release notes](https://github.com/gajus/table/releases )
- [Commits](https://github.com/gajus/table/compare/v6.7.3...v6.7.5 )
---
updated-dependencies:
- dependency-name: table
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2021-12-06 17:25:00 +00:00
dependabot[bot]
65905d0d35
Bump eslint from 8.3.0 to 8.4.0 ( #1814 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.3.0 to 8.4.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.3.0...v8.4.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2021-12-06 17:23:29 +00:00
dependabot[bot]
604fa209e5
Bump jest from 27.4.2 to 27.4.3 ( #1813 )
...
Bumps [jest](https://github.com/facebook/jest ) from 27.4.2 to 27.4.3.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/compare/v27.4.2...v27.4.3 )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2021-12-06 09:22:02 -08:00
Jon Rohan
42fb7a7e7f
Only try and commit if changes exist
2021-12-06 09:19:11 -08:00
dependabot[bot]
ba7d503b4a
Bump prettier from 2.5.0 to 2.5.1 ( #1812 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.5.0...2.5.1 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2021-12-06 17:14:11 +00:00
Emil Nikov
13a4654fa0
Marketing: add link components ( #1807 )
...
* Initial setup for marketing links
* Create short-pugs-press.md
* Rename .mktg-link to .link-mktg
* Update the link underline style
* Update the usage examples
* Clean up the SCSS
* Add animated octicon-chevrow
* Add underline-pale variant
* Improve docs
* Lint ignore the use of currentColor
* Reduce the examples, refactor the chevrow animation
* Refactor the octicon chevrow positioning and sizing
* Less absolute positioning
* Update the docs
* Document link colors
* Define underline offset with ems
* Update marketing-links.md
* Update chevrow position animation
* Rename underline-pale to link-emphasis-mktg
* Fix stylelint errors
* Reduce the :active state chevrow position
* Fix stylelint-disable comments
* Obey the stylelint!
* Rename octicon-chevrow to link-arrow-mktg
* Extract the animated arrow as utility
* Stylelint auto-fixes
* Remove markdown leftover
* Fix positioning in marketing buttons and links
* Stylelint ignore marketing button line-height
* Stylelint auto-fixes
* Expand the arrow-target-mktg selector to cover btn-mktg and link-mktg
Co-authored-by: Tobias Ahlin <hello@tobiasahlin.com>
* Update the btn-mktg line height
* Revert the btn-mktg padding changes
* Remove stylelint ignore rule
* Expand the changelog
* Improve the link-emphasis-mktg docs
* Add prefers-reduced-motion media queries
* Stylelint disable max-nesting-depth
Co-authored-by: Tobias Ahlin <hello@tobiasahlin.com>
Co-authored-by: Actions Auto Build <actions@github.com>
2021-12-06 08:50:14 +00:00
Tobias Ahlin
4abb1af95b
Marketing: Add disabled states for buttons (and tweak hover) ( #1768 )
...
* Add disabled styles
* Make sure links aren't decorated
* Create orange-camels-heal.md
* Stylelint auto-fixes
Co-authored-by: Actions Auto Build <actions@github.com>
2021-12-06 08:37:43 +00:00
Katie Langerman
8e9ba62d30
ActionList followup ( #1780 )
...
* collapse state updates
* inset variant
* pseudo, you fine as you are
* tree view pattern draft
* tree view structure
* move treeview to new pr
* Stylelint auto-fixes
* Create fresh-schools-pull.md
Co-authored-by: Actions Auto Build <actions@github.com>
2021-12-03 08:50:31 -08:00
Manuel Puyol
ee27583f59
Add hover and active states to btn-invisible ( #1808 )
...
Related to https://github.com/github/primer/issues/253 and https://github.com/github/primer/issues/263
Adds hover and active states to `btn-invisible`, as proposed by `@vdepizzol`.
https://user-images.githubusercontent.com/11280312/144511801-2a320990-36ca-4d67-b583-877ce540ed8a.mov
2021-12-03 09:27:03 -06:00
dependabot[bot]
b0544e27d7
Bump babel-preset-gatsby from 2.0.0 to 2.2.0 in /docs ( #1802 )
...
Bumps [babel-preset-gatsby](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/babel-preset-gatsby ) from 2.0.0 to 2.2.0.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases )
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/babel-preset-gatsby/CHANGELOG.md )
- [Commits](https://github.com/gatsbyjs/gatsby/commits/babel-preset-gatsby@2.2.0/packages/babel-preset-gatsby )
---
updated-dependencies:
- dependency-name: babel-preset-gatsby
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: simurai <simurai@github.com>
2021-12-03 12:46:32 +09:00
simurai
689d6e84b6
yarn add @primer/primitives@^7.2.0 ( #1809 )
2021-12-03 11:25:57 +09:00
dependabot[bot]
8645000072
Bump postcss from 8.3.11 to 8.4.4 in /docs ( #1801 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.3.11 to 8.4.4.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.3.11...8.4.4 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: simurai <simurai@github.com>
2021-12-03 11:13:56 +09:00
simurai
4d8dcf24bc
Reformat rgba()
colors ( #1781 )
...
* Reformat rgba() colors
* Create nasty-bananas-drive.md
2021-12-03 00:03:15 +00:00
Tobias Ahlin
99537d317f
Fix local dev (revert webpack 5.5.0 → 6.0.0) ( #1805 )
...
* Revert webpack to 5.5.0
* Create long-panthers-provide.md
2021-12-02 11:16:16 -08:00
simurai
ecb671f616
Fix details-overlay-dark docs ( #1782 )
2021-12-02 06:03:36 +00:00
dependabot[bot]
539e1fa6e5
Bump @storybook/addon-a11y from 6.4.2 to 6.4.3 in /docs ( #1800 )
...
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y ) from 6.4.2 to 6.4.3.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.4.3/addons/a11y )
---
updated-dependencies:
- dependency-name: "@storybook/addon-a11y"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 08:23:02 +00:00
dependabot[bot]
8a8f7251e8
Bump @storybook/react from 6.3.12 to 6.4.3 in /docs ( #1799 )
...
Bumps [@storybook/react](https://github.com/storybookjs/storybook/tree/HEAD/app/react ) from 6.3.12 to 6.4.3.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.4.3/app/react )
---
updated-dependencies:
- dependency-name: "@storybook/react"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 08:07:15 +00:00
dependabot[bot]
185aa20aa4
Bump @storybook/addon-links from 6.4.2 to 6.4.3 in /docs ( #1797 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.4.2 to 6.4.3.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.4.3/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 08:05:08 +00:00
dependabot[bot]
233cd3ac8e
Bump core-js from 3.19.0 to 3.19.2 in /docs ( #1795 )
...
Bumps [core-js](https://github.com/zloirock/core-js ) from 3.19.0 to 3.19.2.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/compare/v3.19.0...v3.19.2 )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 07:17:42 +00:00
dependabot[bot]
509c34f675
Bump @primer/primitives from 6.1.0 to 7.1.1 in /docs ( #1796 )
...
Bumps [@primer/primitives](https://github.com/primer/primitives ) from 6.1.0 to 7.1.1.
- [Release notes](https://github.com/primer/primitives/releases )
- [Changelog](https://github.com/primer/primitives/blob/main/CHANGELOG.md )
- [Commits](https://github.com/primer/primitives/compare/v6.1.0...v7.1.1 )
---
updated-dependencies:
- dependency-name: "@primer/primitives"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 07:13:55 +00:00
dependabot[bot]
fe56f6aef2
Bump @storybook/addon-essentials from 6.3.12 to 6.4.3 in /docs ( #1798 )
...
Bumps [@storybook/addon-essentials](https://github.com/storybookjs/storybook/tree/HEAD/addons/essentials ) from 6.3.12 to 6.4.3.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.4.3/addons/essentials )
---
updated-dependencies:
- dependency-name: "@storybook/addon-essentials"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 07:11:44 +00:00
dependabot[bot]
bb5609ee89
Bump @primer/components from 31.1.0 to 32.1.0 in /docs ( #1794 )
...
Bumps [@primer/components](https://github.com/primer/react ) from 31.1.0 to 32.1.0.
- [Release notes](https://github.com/primer/react/releases )
- [Changelog](https://github.com/primer/react/blob/main/CHANGELOG.md )
- [Commits](https://github.com/primer/react/compare/v31.1.0...v32.1.0 )
---
updated-dependencies:
- dependency-name: "@primer/components"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 07:06:17 +00:00
dependabot[bot]
dfd9f96e6f
Bump @storybook/addon-a11y from 6.3.12 to 6.4.2 in /docs ( #1791 )
...
Bumps [@storybook/addon-a11y](https://github.com/storybookjs/storybook/tree/HEAD/addons/a11y ) from 6.3.12 to 6.4.2.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.4.2/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.4.2/addons/a11y )
---
updated-dependencies:
- dependency-name: "@storybook/addon-a11y"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 07:01:42 +00:00
dependabot[bot]
b64b675e76
Bump @svgr/webpack from 5.5.0 to 6.0.0 in /docs ( #1790 )
...
Bumps [@svgr/webpack](https://github.com/gregberge/svgr ) from 5.5.0 to 6.0.0.
- [Release notes](https://github.com/gregberge/svgr/releases )
- [Changelog](https://github.com/gregberge/svgr/blob/main/CHANGELOG.md )
- [Commits](https://github.com/gregberge/svgr/compare/v5.5.0...v6.0.0 )
---
updated-dependencies:
- dependency-name: "@svgr/webpack"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 06:59:28 +00:00
dependabot[bot]
9956c5f71e
Bump @primer/gatsby-theme-doctocat from 2.0.0 to 3.0.1 in /docs ( #1789 )
...
Bumps @primer/gatsby-theme-doctocat from 2.0.0 to 3.0.1.
---
updated-dependencies:
- dependency-name: "@primer/gatsby-theme-doctocat"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 06:57:26 +00:00
dependabot[bot]
e856539483
Bump @primer/primitives from 7.1.0 to 7.1.1 ( #1776 )
...
Bumps [@primer/primitives](https://github.com/primer/primitives ) from 7.1.0 to 7.1.1.
- [Release notes](https://github.com/primer/primitives/releases )
- [Changelog](https://github.com/primer/primitives/blob/main/CHANGELOG.md )
- [Commits](https://github.com/primer/primitives/compare/v7.1.0...v7.1.1 )
---
updated-dependencies:
- dependency-name: "@primer/primitives"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 06:31:21 +00:00
dependabot[bot]
3ab82675bf
Bump @storybook/addon-links from 6.3.12 to 6.4.2 in /docs ( #1788 )
...
Bumps [@storybook/addon-links](https://github.com/storybookjs/storybook/tree/HEAD/addons/links ) from 6.3.12 to 6.4.2.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/v6.4.2/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v6.4.2/addons/links )
---
updated-dependencies:
- dependency-name: "@storybook/addon-links"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 06:28:40 +00:00
dependabot[bot]
b333748549
Bump storybook-color-picker from 2.1.4 to 2.1.5 in /docs ( #1787 )
...
Bumps [storybook-color-picker](https://github.com/adrianbielawski/storybook-color-picker ) from 2.1.4 to 2.1.5.
- [Release notes](https://github.com/adrianbielawski/storybook-color-picker/releases )
- [Changelog](https://github.com/adrianbielawski/storybook-color-picker/blob/master/CHANGELOG.md )
- [Commits](https://github.com/adrianbielawski/storybook-color-picker/commits )
---
updated-dependencies:
- dependency-name: storybook-color-picker
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 06:23:06 +00:00
dependabot[bot]
f41aa9efff
Bump jest from 27.3.1 to 27.4.2 ( #1785 )
...
Bumps [jest](https://github.com/facebook/jest ) from 27.3.1 to 27.4.2.
- [Release notes](https://github.com/facebook/jest/releases )
- [Changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/facebook/jest/compare/v27.3.1...v27.4.2 )
---
updated-dependencies:
- dependency-name: jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 06:09:06 +00:00
dependabot[bot]
7bdd77a5e3
Bump prettier from 2.4.1 to 2.5.0 ( #1786 )
...
Bumps [prettier](https://github.com/prettier/prettier ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.4.1...2.5.0 )
---
updated-dependencies:
- dependency-name: prettier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 04:41:49 +00:00
dependabot[bot]
9103567bfd
Bump eslint-plugin-jest from 25.2.4 to 25.3.0 ( #1774 )
...
Bumps [eslint-plugin-jest](https://github.com/jest-community/eslint-plugin-jest ) from 25.2.4 to 25.3.0.
- [Release notes](https://github.com/jest-community/eslint-plugin-jest/releases )
- [Changelog](https://github.com/jest-community/eslint-plugin-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jest-community/eslint-plugin-jest/compare/v25.2.4...v25.3.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 04:38:51 +00:00
dependabot[bot]
4980f6d43a
Bump @changesets/cli from 2.18.0 to 2.18.1 ( #1773 )
...
Bumps [@changesets/cli](https://github.com/changesets/changesets ) from 2.18.0 to 2.18.1.
- [Release notes](https://github.com/changesets/changesets/releases )
- [Changelog](https://github.com/atlassian/changesets/blob/main/docs/modifying-changelog-format.md )
- [Commits](https://github.com/changesets/changesets/compare/@changesets/cli@2.18.0...@changesets/cli@2.18.1 )
---
updated-dependencies:
- dependency-name: "@changesets/cli"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: simurai <simurai@github.com>
2021-12-01 13:36:15 +09:00
dependabot[bot]
50e2b56ff4
Bump postcss from 8.3.11 to 8.4.4 ( #1777 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.3.11 to 8.4.4.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.3.11...8.4.4 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: simurai <simurai@github.com>
2021-12-01 11:11:45 +09:00
dependabot[bot]
791ba99a90
Bump @changesets/changelog-github from 0.4.1 to 0.4.2 ( #1775 )
...
Bumps [@changesets/changelog-github](https://github.com/changesets/changesets ) from 0.4.1 to 0.4.2.
- [Release notes](https://github.com/changesets/changesets/releases )
- [Changelog](https://github.com/atlassian/changesets/blob/main/docs/modifying-changelog-format.md )
- [Commits](https://github.com/changesets/changesets/compare/@changesets/changelog-github@0.4.1...@changesets/changelog-github@0.4.2 )
---
updated-dependencies:
- dependency-name: "@changesets/changelog-github"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-12-01 01:36:23 +00:00
Adrián Bolonio
3979793677
Improve the JS code in for the theme picker in the storybook decorator ( #1769 )
...
* Improve the js code in for the theme picker in storybook
* Fix npm execution error in the storybook documentation
Co-authored-by: Katie Langerman <langermank@github.com>
2021-11-30 11:05:26 -08:00
Katie Langerman
504813c7c0
!important ( #1766 )
2021-11-29 11:23:43 -08:00
Katie Langerman
c65be7f0c8
Doc updates: develop + action list ( #1743 )
...
* sentence case + contrib doc
* update develop guide
* fix path
* update actionlist a11y semantics
* update docs, revert develop change
* reformat actionlist stories to use inline-radio
2021-11-23 11:00:58 -08:00
Katie Langerman
74724ce7c7
Remove popover
responsive hack ( #1759 )
...
* add story, spec hack
* remove responsive wrap + stories
* update docs
* fix docs
* Create neat-cheetahs-rescue.md
Co-authored-by: Jon Rohan <yes@jonrohan.codes>
2021-11-22 11:23:30 -08:00
dependabot[bot]
2be74ce110
Bump eslint-plugin-github from 4.3.4 to 4.3.5 ( #1761 )
...
Bumps [eslint-plugin-github](https://github.com/github/eslint-plugin-github ) from 4.3.4 to 4.3.5.
- [Release notes](https://github.com/github/eslint-plugin-github/releases )
- [Commits](https://github.com/github/eslint-plugin-github/compare/v4.3.4...v4.3.5 )
---
updated-dependencies:
- dependency-name: eslint-plugin-github
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-22 17:18:32 +00:00
dependabot[bot]
04bdc64c31
Bump eslint from 8.2.0 to 8.3.0 ( #1762 )
...
Bumps [eslint](https://github.com/eslint/eslint ) from 8.2.0 to 8.3.0.
- [Release notes](https://github.com/eslint/eslint/releases )
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/eslint/eslint/compare/v8.2.0...v8.3.0 )
---
updated-dependencies:
- dependency-name: eslint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-22 16:17:26 +00:00
dependabot[bot]
f5ced01338
Bump @primer/stylelint-config from 12.1.0 to 12.1.1 ( #1760 )
...
Bumps [@primer/stylelint-config](https://github.com/primer/stylelint-config ) from 12.1.0 to 12.1.1.
- [Release notes](https://github.com/primer/stylelint-config/releases )
- [Changelog](https://github.com/primer/stylelint-config/blob/main/CHANGELOG.md )
- [Commits](https://github.com/primer/stylelint-config/compare/v12.1.0...v12.1.1 )
---
updated-dependencies:
- dependency-name: "@primer/stylelint-config"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-22 16:15:38 +00:00
GitHub Design Systems Bot
4f8cb4f867
Version Packages ( #1745 )
...
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2021-11-19 09:27:26 -08:00
simurai
3476f5e691
Update docs bg utilities ( #1758 )
2021-11-19 10:58:37 +01:00
Kevin Heis
ece7a3e68c
Update mark tag to use background-color: var(--color-attention-subtle); ( #1756 )
...
* Update mark tag to use background-color: var(--color-attention-subtle);
* Create lazy-snails-try.md
Co-authored-by: Katie Langerman <langermank@github.com>
2021-11-19 10:34:17 +09:00
Jon Rohan
fc514d0b6a
Fixing lint with autofix ( #1757 )
...
* Fixing lint with autofix
* Change again
* last fix
* Fix needless disables
2021-11-18 16:48:37 -08:00
Jon Rohan
1714778af7
Updating primer/primitives@7.1.0 and adding Light High Contrast theme ( #1755 )
...
* Updating primer/primitives
* Adding light high contrast theme
* Adding light high contrast theme
* Create quiet-spiders-help.md
2021-11-17 17:11:54 -08:00