najwer23morsels 0.16.6 → 0.16.7

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.
Files changed (2) hide show
  1. package/README.md +1 -29
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,16 +1,9 @@
1
- The najwer23morsels npm package provides React UI components with flexible styling via configurable props and custom CSS classes. It uses native CSS features, mainly global CSS variables, allowing easy customization without external libraries. This approach ensures maintainable, clear styling that adapts efficiently to different branding and design needs.
1
+ A comprehensive collection of React components for building consistent, scalable applications.
2
2
 
3
3
  # najwer23morsels
4
4
 
5
5
  [![Storybook](https://img.shields.io/badge/-Storybook-FF4785?style=for-the-badge&logo=storybook&logoColor=white)](https://najwer23.github.io/najwer23morsels) [![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white)](https://github.com/najwer23/najwer23morsels) [![NPM](https://img.shields.io/badge/NPM-%23CB3837.svg?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/search?q=najwer23morsels) [![NPM Downloads](https://img.shields.io/npm/dm/najwer23morsels?style=for-the-badge&logo=npm&logoColor=white)](https://www.npmjs.com/package/najwer23morsels)
6
6
 
7
- 1. Reusable UI Components
8
- 2. Documentation and Guidelines
9
- 3. Style Guides
10
- 4. Design Tokens
11
- 5. Tree shaking
12
- 6. Your own custom CSS classes
13
-
14
7
  ```js
15
8
  yarn add najwer23morsels --dev
16
9
  ```
@@ -31,27 +24,6 @@ export const Example = () => {
31
24
  }
32
25
  ```
33
26
 
34
- ```css
35
- :root {
36
- /* Main */
37
- --n23mFontFamily: --fontFamily, -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica,
38
- Cantarell, Ubuntu, roboto, noto, arial, sans-serif;
39
-
40
- /* MorselsTextBox */
41
- --n23mTextBoxMargin: 20px;
42
- --n23mTextBoxColor: red;
43
- --n23mTextBoxColorHover: orange;
44
- --n23mTextBoxLineHeight: 1.42857;
45
- --n23mTextBoxFontWeight: 400;
46
- --n23mTextBoxFontWeightHover: 800;
47
-
48
- /* MorselsButton */
49
- --n23mButtonBg: black;
50
- --n23mButtonBorderColor: black;
51
- --n23mButtonBgDisabled: black;
52
- }
53
- ```
54
-
55
27
  [![Portfolio](https://img.shields.io/badge/Portfolio-9F2B68?style=for-the-badge&logo=paintbrush&logoColor=white)](https://najwer23.github.io/)
56
28
  [![Résumé](https://img.shields.io/badge/Résumé-017745?style=for-the-badge&logo=adobeacrobatreader&logoColor=white)](https://najwer23.github.io/resume/)
57
29
  [![X](https://img.shields.io/badge/X-000000?style=for-the-badge&logo=x&logoColor=white)](https://twitter.com/najwer23)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "najwer23morsels",
3
- "version": "0.16.6",
3
+ "version": "0.16.7",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./lib/index.mjs",
6
6
  "types": "./lib/index.d.ts",