@primer/css 18.0.0-rc.a38652d9 → 18.0.0-rc.b65a06b6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -2
- package/dist/color-modes.css +1 -1
- package/dist/color-modes.css.map +1 -1
- package/dist/core.css +1 -1
- package/dist/core.css.map +1 -1
- package/dist/markdown.css +1 -1
- package/dist/markdown.css.map +1 -1
- package/dist/marketing-type.css +1 -1
- package/dist/marketing.css +1 -1
- package/dist/meta.json +100 -100
- package/dist/primer.css +4 -4
- package/dist/primer.css.map +1 -1
- package/dist/product.css +1 -1
- package/dist/product.css.map +1 -1
- package/dist/stats/color-modes.json +1 -1
- package/dist/stats/core.json +1 -1
- package/dist/stats/markdown.json +1 -1
- package/dist/stats/marketing-type.json +1 -1
- package/dist/stats/marketing.json +1 -1
- package/dist/stats/primer.json +1 -1
- package/dist/stats/product.json +1 -1
- package/dist/stats/utilities.json +1 -1
- package/dist/utilities.css +1 -1
- package/dist/utilities.css.map +1 -1
- package/dist/variables.json +3 -3
- package/markdown/footnotes.scss +37 -0
- package/markdown/index.scss +1 -0
- package/markdown/markdown-body.scss +8 -0
- package/marketing/type/typography.scss +1 -1
- package/package.json +9 -9
- package/postcss.config.cjs +22 -0
- package/stylelint.config.cjs +1 -3
- package/support/mixins/misc.scss +1 -1
- package/support/variables/misc.scss +1 -1
- package/utilities/details.scss +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -22,10 +22,24 @@
|
|
|
22
22
|
|
|
23
23
|
- [#1601](https://github.com/primer/css/pull/1601) [`410c1d63`](https://github.com/primer/css/commit/410c1d638b7bec92798268dcf815f94b1dca7cff) Thanks [@jonrohan](https://github.com/jonrohan)! - Add light & dark colorblind themes
|
|
24
24
|
|
|
25
|
+
* [#1626](https://github.com/primer/css/pull/1626) [`4d00d51d`](https://github.com/primer/css/commit/4d00d51d00fd2c1d3efdd50b36e261c5cc15cb10) Thanks [@jonrohan](https://github.com/jonrohan)! - Changing to @primer/stylelint-config and upgrading @primer/primitives to 5.0 rc
|
|
26
|
+
|
|
27
|
+
- [#1616](https://github.com/primer/css/pull/1616) [`afac04bc`](https://github.com/primer/css/commit/afac04bcdf9c59e2768548069c8d6f7fd6f1e58c) Thanks [@talum](https://github.com/talum)! - Adding footnote styles to markdown-body.
|
|
28
|
+
|
|
25
29
|
* [#1617](https://github.com/primer/css/pull/1617) [`e47324fa`](https://github.com/primer/css/commit/e47324faa436e892b8621a6dac1fcb2cbad3cdf1) Thanks [@jonrohan](https://github.com/jonrohan)! - Convert postcss build tool, from node-sass to dart-sass.
|
|
26
30
|
|
|
27
31
|
- [#1603](https://github.com/primer/css/pull/1603) [`21c5ebc0`](https://github.com/primer/css/commit/21c5ebc01be58454735eb671e3adace0228ef548) Thanks [@simurai](https://github.com/simurai)! - Update docs with V2 colors
|
|
28
32
|
|
|
33
|
+
### Patch Changes
|
|
34
|
+
|
|
35
|
+
- [#1628](https://github.com/primer/css/pull/1628) [`ce197c9f`](https://github.com/primer/css/commit/ce197c9ff18cedd842893186953b68805eed637d) Thanks [@edokoa](https://github.com/edokoa)! - Update flash alert icons
|
|
36
|
+
|
|
37
|
+
* [#1629](https://github.com/primer/css/pull/1629) [`54d3068b`](https://github.com/primer/css/commit/54d3068bd628f771aacae6b1ce269a5a2cc2d8a1) Thanks [@jdanyow](https://github.com/jdanyow)! - remove remaining color-border-primary refs
|
|
38
|
+
|
|
39
|
+
- [#1631](https://github.com/primer/css/pull/1631) [`5f3689b9`](https://github.com/primer/css/commit/5f3689b907163f7be9e78abb9fc762978beda06d) Thanks [@jonrohan](https://github.com/jonrohan)! - Updating @primer/stylelint-config and @primer/primitives to 5.0
|
|
40
|
+
|
|
41
|
+
* [#1658](https://github.com/primer/css/pull/1658) [`0ed0307b`](https://github.com/primer/css/commit/0ed0307b7b79ae59a898c3e8b5e1c9bd2dcd4a7d) Thanks [@koddsson](https://github.com/koddsson)! - Increase the z-index value for the details dialog overlay.
|
|
42
|
+
|
|
29
43
|
## 17.11.0
|
|
30
44
|
|
|
31
45
|
### Minor Changes
|
|
@@ -1553,7 +1567,7 @@
|
|
|
1553
1567
|
|
|
1554
1568
|
- Storybook. We've added a storybook prototyping environment for testing components in seclusion. To start the server run `npm start`
|
|
1555
1569
|
- Adding yeoman generator for creating a primer module. `generator-primer-module`
|
|
1556
|
-
- Importing `stylelint-config-primer` from https://github.com/primer/stylelint-config
|
|
1570
|
+
- Importing `stylelint-config-primer` from https://github.com/primer/stylelint-config/ into monorepo.
|
|
1557
1571
|
- Importing `stylelint-selector-no-utility` from https://github.com/primer/stylelint-selector-no-utility into monorepo.
|
|
1558
1572
|
|
|
1559
1573
|
### Changes
|
|
@@ -1643,7 +1657,7 @@ This release updates primer modules to use variables for spacing units instead o
|
|
|
1643
1657
|
|
|
1644
1658
|
# 9.1.0
|
|
1645
1659
|
|
|
1646
|
-
This release updates our [stylelint config](/primer/stylelint-config-primer) to [v2.0.0](https://github.com/primer/stylelint-config
|
|
1660
|
+
This release updates our [stylelint config](/primer/stylelint-config-primer) to [v2.0.0](https://github.com/primer/stylelint-config/releases/tag/v2.0.0), and to stylelint v7.13.0. Each module also now has a `lint` npm script, and there are top-level `test` and `lint` scripts that you can use to lint and test all modules in one go.
|
|
1647
1661
|
|
|
1648
1662
|
This release also includes major improvements to our Travis build scripts to automatically publish PR builds, release candidates, and the "final" versions to npm.
|
|
1649
1663
|
|