@allxsmith/bestax-bulma 2.1.0 β†’ 2.1.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.
Files changed (2) hide show
  1. package/README.md +15 -5
  2. package/package.json +4 -21
package/README.md CHANGED
@@ -1,4 +1,14 @@
1
- # bestax-bulma
1
+ # @allxsmith/bestax-bulma
2
+
3
+ [![npm version](https://img.shields.io/npm/v/@allxsmith/bestax-bulma.svg)](https://www.npmjs.com/package/@allxsmith/bestax-bulma)
4
+ [![npm downloads](https://img.shields.io/npm/dm/@allxsmith/bestax-bulma.svg)](https://www.npmjs.com/package/@allxsmith/bestax-bulma)
5
+ [![bundle size](https://img.shields.io/bundlephobia/minzip/@allxsmith/bestax-bulma.svg)](https://bundlephobia.com/package/@allxsmith/bestax-bulma)
6
+ [![TypeScript](https://img.shields.io/badge/TypeScript-100%25-blue.svg)](https://www.typescriptlang.org/)
7
+ [![Coverage](https://img.shields.io/badge/coverage-99%25-brightgreen.svg)](https://github.com/allxsmith/bestax)
8
+ [![Bulma](https://img.shields.io/badge/Bulma-v1.0+-00d1b2.svg)](https://bulma.io)
9
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
10
+
11
+ React Bulma components library - TypeScript-first component library for Bulma CSS framework. Build accessible, modern UIs with fully-typed React components.
2
12
 
3
13
  A modern, flexible React component library built with the latest Bulma v1 and TypeScript.
4
14
 
@@ -7,7 +17,7 @@ A modern, flexible React component library built with the latest Bulma v1 and Ty
7
17
  ## πŸ“š Comprehensive Documentation
8
18
 
9
19
  **Looking for full documentation, guides, API references, and best practices?**
10
- πŸ‘‰ **Visit our official docs at [https://bestax.cc](https://bestax.cc)**
20
+ πŸ‘‰ **Visit our official docs at [https://bestax.io](https://bestax.io)**
11
21
 
12
22
  > The documentation site is the best place to learn about all bestax-bulma features, usage patterns, and updates. We strongly recommend using the docs as your primary resource!
13
23
 
@@ -104,9 +114,9 @@ View the package on npmjs:
104
114
 
105
115
  **For full documentation, guides, and best practices, please use our official docs site:**
106
116
 
107
- πŸ‘‰ [https://bestax.cc](https://bestax.cc)
117
+ πŸ‘‰ [https://bestax.io](https://bestax.io)
108
118
 
109
- > **Always refer to the [documentation site](https://bestax.cc) first:**
119
+ > **Always refer to the [documentation site](https://bestax.io) first:**
110
120
  > It’s the most complete and up-to-date source for everything bestax-bulma!
111
121
 
112
122
  ---
@@ -115,7 +125,7 @@ View the package on npmjs:
115
125
 
116
126
  Explore live, interactive component examples in our Storybook:
117
127
 
118
- πŸ‘‰ [https://bestax.cc/storybook](https://bestax.cc/storybook)
128
+ πŸ‘‰ [https://bestax.io/storybook](https://bestax.io/storybook)
119
129
 
120
130
  ---
121
131
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@allxsmith/bestax-bulma",
3
- "version": "2.1.0",
3
+ "version": "2.1.2",
4
4
  "description": "A fully-typed React component library for the Bulma CSS framework. Build modern UIs quickly with reusable, accessible, and customizable Bulma-based React components.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -78,27 +78,10 @@
78
78
  "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
79
79
  },
80
80
  "keywords": [
81
- "bulma",
82
- "bulma-react",
83
- "bulma components",
84
- "bulma ui",
85
81
  "react",
86
- "react components",
87
- "react bulma",
88
- "react bulma components",
89
- "react ui",
82
+ "bulma",
90
83
  "typescript",
91
- "component library",
92
- "ui library",
93
- "ui kit",
94
- "design system",
95
- "frontend",
96
- "web components",
97
- "css framework",
98
- "bootstrap alternative",
99
- "material alternative",
100
- "storybook",
101
- "bestax"
84
+ "components"
102
85
  ],
103
86
  "exports": {
104
87
  ".": {
@@ -129,7 +112,7 @@
129
112
  "url": "git+https://github.com/allxsmith/bestax.git",
130
113
  "directory": "bulma-ui"
131
114
  },
132
- "homepage": "https://bestax.cc",
115
+ "homepage": "https://bestax.io",
133
116
  "bugs": {
134
117
  "url": "https://github.com/allxsmith/bestax/issues"
135
118
  },