@primer/css 20.3.0-rc.ff783703 → 20.3.0

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 CHANGED
@@ -6,6 +6,12 @@
6
6
 
7
7
  - [#2147](https://github.com/primer/css/pull/2147) [`9dd2a49e`](https://github.com/primer/css/commit/9dd2a49e2633f337c2316a43907f17dfd5c3173b) Thanks [@vdepizzol](https://github.com/vdepizzol)! - Add AppFrame component
8
8
 
9
+ ### Patch Changes
10
+
11
+ - [#2083](https://github.com/primer/css/pull/2083) [`13be7ef1`](https://github.com/primer/css/commit/13be7ef18d2d9874e7a08f20d9f93538752517c6) Thanks [@simurai](https://github.com/simurai)! - Add `SegmentedControl` component
12
+
13
+ * [#2171](https://github.com/primer/css/pull/2171) [`d2b4d698`](https://github.com/primer/css/commit/d2b4d698882f57a6c4a08e66c10bdca27924046f) Thanks [@khiga8](https://github.com/khiga8)! - Add .tooltipped to deprecations json
14
+
9
15
  ## 20.2.4
10
16
 
11
17
  ### Patch Changes
@@ -68,7 +68,6 @@
68
68
  margin-right: 3px;
69
69
  }
70
70
 
71
- // stylelint-disable-next-line selector-max-specificity
72
71
  .avatar:nth-child(n+4) {
73
72
  display: flex;
74
73
  opacity: 1;
package/core/index.scss CHANGED
@@ -22,6 +22,7 @@
22
22
  @import '../links/index.scss';
23
23
  @import '../navigation/index.scss';
24
24
  @import '../pagination/index.scss';
25
+ @import '../segmented-control/index.scss';
25
26
  @import '../tooltips/index.scss';
26
27
  @import '../truncate/index.scss';
27
28
  @import '../overlay/index.scss';
package/deprecations.json CHANGED
@@ -340,6 +340,7 @@
340
340
  "btn-outline-mktg": "btn-muted-mktg",
341
341
  "btn-transparent": "btn-subtle-mktg",
342
342
  "text-pending": "text-yellow",
343
+ "tooltipped": null,
343
344
  "bg-pending": "bg-yellow-dark",
344
345
  "container": null,
345
346
  "columns": null,