@muibook/components 8.0.1 → 8.0.2

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/README.md CHANGED
@@ -178,6 +178,22 @@ npm publish
178
178
 
179
179
  ---
180
180
 
181
+ ## Title
182
+
183
+ Refreshing Your npm Access Token (90-Day Expiry)
184
+
185
+ ### Description:
186
+
187
+ npm login tokens expire every 90 days. When they do, you must log in again before publishing packages. No other setup needs to be repeated.
188
+
189
+ ### Steps:
190
+
191
+ 1. Run npm login to refresh your token.
192
+ 2. Publish normally with `npm publish --access public`
193
+ 3. Repeat npm login every 90 days when prompted.
194
+
195
+ ---
196
+
181
197
  ### Development Notes
182
198
 
183
199
  - Add any new components to `vite.config.ts` to include them in builds
@@ -122,7 +122,7 @@
122
122
  --grey-900: #333;
123
123
  --grey-1000: #222;
124
124
  --grey-1100: #111;
125
- --grey-1200: #020;
125
+ --grey-1200: #050505;
126
126
  /* Red scale */
127
127
  --red-100: #ffe5e5;
128
128
  --red-200: #fbbcbc;