@react-md/material-icons 6.0.0-next.15 → 6.0.0-next.16

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.
@@ -1,8 +1,8 @@
1
-
2
- > @react-md/material-icons@6.0.0-next.14 build /home/mlaursen/code/react-md/packages/material-icons
3
- > pnpm run run-script scripts/build.ts
4
-
5
-
6
- > @react-md/material-icons@6.0.0-next.14 run-script /home/mlaursen/code/react-md/packages/material-icons
7
- > tsx --tsconfig scripts/tsconfig.json "scripts/build.ts"
8
-
1
+
2
+ > @react-md/material-icons@6.0.0-next.15 build /home/mlaursen/code/react-md/packages/material-icons
3
+ > pnpm run run-script scripts/build.ts
4
+
5
+
6
+ > @react-md/material-icons@6.0.0-next.15 run-script /home/mlaursen/code/react-md/packages/material-icons
7
+ > tsx --tsconfig scripts/tsconfig.json "scripts/build.ts"
8
+
@@ -1,4 +1,4 @@
1
1
 
2
- > @react-md/material-icons@6.0.0-next.14 lint /home/mlaursen/code/react-md/packages/material-icons
2
+ > @react-md/material-icons@6.0.0-next.15 lint /home/mlaursen/code/react-md/packages/material-icons
3
3
  > eslint -c scripts/.eslintrc.cjs "scripts/**/*.ts"
4
4
 
@@ -0,0 +1,4 @@
1
+
2
+ > @react-md/material-icons@6.0.0-next.15 typecheck /home/mlaursen/code/react-md/packages/material-icons
3
+ > tsc --noEmit
4
+
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @react-md/material-icons
2
2
 
3
+ ## 6.0.0-next.16
4
+
5
+ ### Patch Changes
6
+
7
+ - This release focused on starting to create the codemods for v5 to v6, which helped me find and fix:
8
+
9
+ - Fixed the surface colors when `$color-scheme: light`
10
+ - `CardSubtitle` can now remove the secondary text color like v5 using the `textColor` `Typography` prop
11
+ - Moved the sticky styles behavior for tables into `StickyTableSection` instead of `TableHeader`/`TableFooter`
12
+ - Moved more table types into the `types.ts` file
13
+ - Re-ran the material icons script to fix the types for `MaterialSymbol` and `MaterialIcon`
14
+ - Updated documentation for components and changes between v5
15
+
16
+ - Updated dependencies
17
+ - @react-md/core@1.0.0-next.15
18
+
3
19
  ## 6.0.0-next.15
4
20
 
5
21
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-md/material-icons",
3
- "version": "6.0.0-next.15",
3
+ "version": "6.0.0-next.16",
4
4
  "description": "Material Design Icon components for react-md",
5
5
  "type": "module",
6
6
  "exports": {
@@ -29,19 +29,20 @@
29
29
  "license": "MIT",
30
30
  "dependencies": {
31
31
  "cnbuilder": "^3.1.0",
32
- "@react-md/core": "1.0.0-next.14"
32
+ "@react-md/core": "1.0.0-next.15"
33
33
  },
34
34
  "devDependencies": {
35
- "@swc/core": "1.5.24",
36
- "@types/lodash": "^4.17.4",
37
- "@types/node": "^20.14.0",
35
+ "@swc/core": "^1.6.6",
36
+ "@types/lodash": "^4.17.6",
37
+ "@types/node": "^20.14.9",
38
38
  "@types/react": "^18.3.3",
39
- "glob": "^10.4.1",
39
+ "eslint": "^8.57.0",
40
+ "glob": "^10.4.2",
40
41
  "lodash": "^4.17.21",
41
- "prettier": "^3.3.0",
42
+ "prettier": "^3.3.2",
42
43
  "pretty-ms": "^9.0.0",
43
44
  "svgo": "^3.3.2",
44
- "tsx": "^4.11.2",
45
+ "tsx": "^4.16.0",
45
46
  "typescript": "^5.4.5"
46
47
  },
47
48
  "peerDependencies": {
@@ -61,7 +62,7 @@
61
62
  },
62
63
  "volta": {
63
64
  "node": "20.12.2",
64
- "pnpm": "8.15.7"
65
+ "pnpm": "9.3.0"
65
66
  },
66
67
  "scripts": {
67
68
  "run-script": "tsx --tsconfig scripts/tsconfig.json",
@@ -25,6 +25,7 @@ export async function createDocsMetadataFile(
25
25
  "docs",
26
26
  "src",
27
27
  "app",
28
+ "(main)",
28
29
  "components",
29
30
  "material-icons-and-symbols",
30
31
  "metadata.ts"