@primer/css 19.2.1-rc.fdf2dd67 → 19.3.0-rc.84e905f0

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/css",
3
- "version": "19.2.1-rc.fdf2dd67",
3
+ "version": "19.3.0-rc.84e905f0",
4
4
  "description": "The CSS implementation of GitHub's Primer Design System",
5
5
  "homepage": "https://primer.style/css",
6
6
  "author": "GitHub, Inc.",
@@ -47,18 +47,18 @@
47
47
  "autoprefixer": "10.4.1",
48
48
  "chokidar-cli": "3.0.0",
49
49
  "cssstats": "4.0.2",
50
- "eslint": "8.6.0",
50
+ "eslint": "8.8.0",
51
51
  "eslint-plugin-github": "4.3.5",
52
52
  "eslint-plugin-jest": "25.3.3",
53
53
  "eslint-plugin-prettier": "4.0.0",
54
54
  "filesize": "8.0.6",
55
55
  "front-matter": "4.0.2",
56
56
  "fs-extra": "10.0.0",
57
- "globby": "12.0.2",
57
+ "globby": "13.1.0",
58
58
  "jest": "27.4.5",
59
59
  "js-yaml": "4.1.0",
60
60
  "postcss": "8.4.5",
61
- "postcss-calc": "8.0.0",
61
+ "postcss-calc": "8.2.3",
62
62
  "postcss-import": "14.0.2",
63
63
  "postcss-load-config": "3.1.0",
64
64
  "postcss-scss": "4.0.2",
@@ -1,3 +1,6 @@
1
+ // Deprecated
2
+ // TODO: Replace TableObject with flexbox or a new Table component
3
+
1
4
  // TableObject is a module for creating dynamically resizable elements that
2
5
  // always sit on the same horizontal line (e.g., they never wrap). Using
3
6
  // tables means it's cross browser friendly.
@@ -1,25 +0,0 @@
1
- ---
2
- bundle: "table-object"
3
- generated: true
4
- ---
5
-
6
- # Primer CSS: `table-object` bundle
7
-
8
- ## Usage
9
-
10
- Primer CSS source files are written in [SCSS]. To include this Primer CSS module in your own build, ensure that your `node_modules` directory is listed in your Sass include paths, then import it with:
11
-
12
- ```scss
13
- @import "@primer/css/table-object/index.scss";
14
- ```
15
-
16
- ## Build
17
-
18
- The `@primer/css` npm package includes a standalone CSS build of this module in `dist/table-object.css`.
19
-
20
- ## License
21
-
22
- [MIT](https://github.com/primer/css/blob/main/LICENSE) © [GitHub](https://github.com/)
23
-
24
-
25
- [scss]: https://sass-lang.com/documentation/syntax#scss