@bug-on/md3-react 1.0.0 → 2.0.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.
@@ -53,28 +53,9 @@
53
53
  }
54
54
 
55
55
  /*
56
- * Rounded variant uncomment nếu dùng
57
- *
58
- @font-face {
59
- font-family: 'Material Symbols Rounded';
60
- font-style: normal;
61
- font-weight: 100 700;
62
- font-display: block;
63
- src: url('/fonts/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2') format('woff2');
64
- }
65
- */
66
-
67
- /*
68
- * Sharp variant — uncomment nếu dùng
69
- *
70
- @font-face {
71
- font-family: 'Material Symbols Sharp';
72
- font-style: normal;
73
- font-weight: 100 700;
74
- font-display: block;
75
- src: url('/fonts/MaterialSymbolsSharp[FILL,GRAD,opsz,wght].woff2') format('woff2');
76
- }
77
- */
56
+ * Rounded variants and Sharp variants are not included by default to save space.
57
+ * You can declare them similarly if you download the respective woff2 files.
58
+ */
78
59
 
79
60
  /* ─────────────────────────────────────────────────────────────────────────────
80
61
  * BASE ICON STYLES
@@ -53,28 +53,9 @@
53
53
  }
54
54
 
55
55
  /*
56
- * Rounded variant uncomment nếu dùng
57
- *
58
- @font-face {
59
- font-family: 'Material Symbols Rounded';
60
- font-style: normal;
61
- font-weight: 100 700;
62
- font-display: block;
63
- src: url('/fonts/MaterialSymbolsRounded[FILL,GRAD,opsz,wght].woff2') format('woff2');
64
- }
65
- */
66
-
67
- /*
68
- * Sharp variant — uncomment nếu dùng
69
- *
70
- @font-face {
71
- font-family: 'Material Symbols Sharp';
72
- font-style: normal;
73
- font-weight: 100 700;
74
- font-display: block;
75
- src: url('/fonts/MaterialSymbolsSharp[FILL,GRAD,opsz,wght].woff2') format('woff2');
76
- }
77
- */
56
+ * Rounded variants and Sharp variants are not included by default to save space.
57
+ * You can declare them similarly if you download the respective woff2 files.
58
+ */
78
59
 
79
60
  /* ─────────────────────────────────────────────────────────────────────────────
80
61
  * BASE ICON STYLES
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bug-on/md3-react",
3
- "version": "1.0.0",
3
+ "version": "2.0.0",
4
4
  "description": "Material Design 3 Expressive React components",
5
5
  "author": "Bug Ổn",
6
6
  "license": "MIT",
@@ -37,6 +37,9 @@
37
37
  "README.md"
38
38
  ],
39
39
  "sideEffects": false,
40
+ "publishConfig": {
41
+ "access": "public"
42
+ },
40
43
  "peerDependencies": {
41
44
  "motion": ">=12.0.0",
42
45
  "react": "^19.0.0",
@@ -56,7 +59,7 @@
56
59
  "class-variance-authority": "^0.7.1",
57
60
  "clsx": "^2.1.1",
58
61
  "tailwind-merge": "^3.3.1",
59
- "@bug-on/md3-tokens": "1.0.0"
62
+ "@bug-on/md3-tokens": "2.0.0"
60
63
  },
61
64
  "devDependencies": {
62
65
  "@testing-library/jest-dom": "^6.9.1",