@primer/css 19.1.0-rc.ff91ca52 → 20.0.0-rc.3b4752c1

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.
@@ -113,29 +113,3 @@
113
113
  .text-medium {
114
114
  font-weight: $font-weight-medium !important;
115
115
  }
116
-
117
- // Pullquote
118
-
119
- @mixin pullquote {
120
- padding-top: 0;
121
- padding-bottom: 0;
122
- padding-left: $spacer;
123
- margin-bottom: $spacer-4;
124
- font-family: $mono-font;
125
- font-size: $h4-size;
126
- line-height: 1.4;
127
- color: var(--color-color-text-secondary);
128
- border-left: 3px solid var(--color-border-default);
129
-
130
- @include breakpoint(md) {
131
- padding-left: $spacer * 1.5;
132
- margin-bottom: $spacer-5;
133
- margin-left: (-$spacer * 1.5) - 3px;
134
- font-size: 18px;
135
- line-height: $lh-default;
136
- }
137
- }
138
-
139
- .pullquote {
140
- @include pullquote;
141
- }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "19.1.0-rc.ff91ca52",
3
+ "version": "20.0.0-rc.3b4752c1",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",
@@ -45,7 +45,7 @@
45
45
  "@primer/stylelint-config": "12.1.1",
46
46
  "autoprefixer": "10.4.0",
47
47
  "cssstats": "4.0.2",
48
- "eslint": "8.3.0",
48
+ "eslint": "8.4.0",
49
49
  "eslint-plugin-github": "4.3.5",
50
50
  "eslint-plugin-jest": "25.3.0",
51
51
  "eslint-plugin-prettier": "4.0.0",
@@ -53,7 +53,7 @@
53
53
  "front-matter": "4.0.2",
54
54
  "fs-extra": "10.0.0",
55
55
  "globby": "12.0.2",
56
- "jest": "27.4.2",
56
+ "jest": "27.4.3",
57
57
  "js-yaml": "4.1.0",
58
58
  "postcss": "8.4.4",
59
59
  "postcss-calc": "8.0.0",
@@ -61,11 +61,11 @@
61
61
  "postcss-load-config": "3.1.0",
62
62
  "postcss-scss": "4.0.2",
63
63
  "postcss-simple-vars": "6.0.3",
64
- "prettier": "2.5.0",
64
+ "prettier": "2.5.1",
65
65
  "semver": "7.3.5",
66
66
  "stylelint": "14.1.0",
67
67
  "stylelint-scss": "4.0.0",
68
- "table": "6.7.3"
68
+ "table": "6.7.5"
69
69
  },
70
70
  "jest": {
71
71
  "testEnvironment": "node",