@allxsmith/bestax-bulma 5.6.2 → 5.7.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.
- package/README.md +11 -15
- package/dist/index.cjs.js +256 -206
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +255 -205
- package/dist/index.esm.js.map +1 -1
- package/dist/types/columns/Columns.d.ts +3 -1
- package/dist/types/components/Avatars.d.ts +2 -2
- package/dist/types/components/Card.d.ts +8 -18
- package/dist/types/components/Message.d.ts +4 -9
- package/dist/types/components/Modal.d.ts +9 -17
- package/dist/types/components/Navbar.d.ts +12 -12
- package/dist/types/components/Pagination.d.ts +7 -7
- package/dist/types/components/Panel.d.ts +9 -9
- package/dist/types/components/Steps.d.ts +1 -1
- package/dist/types/components/Tabs.d.ts +11 -11
- package/dist/types/elements/Buttons.d.ts +4 -1
- package/dist/types/elements/IconText.d.ts +3 -1
- package/dist/types/elements/OrderedList.d.ts +3 -1
- package/dist/types/elements/Table.d.ts +8 -1
- package/dist/types/elements/Tags.d.ts +3 -1
- package/dist/types/elements/UnorderedList.d.ts +3 -1
- package/dist/types/form/Checkboxes.d.ts +3 -1
- package/dist/types/form/Field.d.ts +11 -2
- package/dist/types/form/Radios.d.ts +3 -1
- package/dist/types/grid/Grid.d.ts +3 -1
- package/dist/types/helpers/withSubComponents.d.ts +3 -0
- package/dist/types/layout/Hero.d.ts +5 -5
- package/dist/types/layout/Level.d.ts +5 -5
- package/dist/types/layout/Media.d.ts +3 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -166,24 +166,20 @@ Building with an AI agent (Claude Code, Cursor, Copilot)? bestax-bulma ships LLM
|
|
|
166
166
|
|
|
167
167
|
---
|
|
168
168
|
|
|
169
|
-
## 🙏
|
|
169
|
+
## 🙏 Attribution
|
|
170
170
|
|
|
171
|
-
|
|
171
|
+
bestax-bulma is built on top of the incredible [Bulma](https://bulma.io) CSS framework,
|
|
172
|
+
© [Jeremy Thomas](https://github.com/jgthms) and licensed under the
|
|
173
|
+
[MIT License](https://github.com/jgthms/bulma/blob/main/LICENSE). Some example content and
|
|
174
|
+
documentation is adapted from the Bulma website
|
|
175
|
+
([CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)), © Jeremy Thomas.
|
|
172
176
|
|
|
173
|
-
|
|
177
|
+
If you find Bulma useful, please consider
|
|
178
|
+
[sponsoring Jeremy Thomas](https://github.com/sponsors/jgthms) to support its continued
|
|
179
|
+
development.
|
|
174
180
|
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
_Note: We are not affiliated with Bulma or Jeremy Thomas in any way...We're just big fans of the Bulma framework!_
|
|
178
|
-
|
|
179
|
-
---
|
|
180
|
-
|
|
181
|
-
## Attribution
|
|
182
|
-
|
|
183
|
-
- The [Bulma CSS framework](https://bulma.io) is © Jeremy Thomas and licensed under the [MIT License](https://github.com/jgthms/bulma/blob/master/LICENSE).
|
|
184
|
-
- Some example content and documentation in this site is adapted from the Bulma website ([CC BY-NC-SA 4.0](https://creativecommons.org/licenses/by-nc-sa/4.0/)), © Jeremy Thomas.
|
|
185
|
-
|
|
186
|
-
See [Bulma's license page](https://github.com/jgthms/bulma/blob/main/LICENSE) for more details.
|
|
181
|
+
_We are not affiliated with Bulma or Jeremy Thomas in any way — we're just big fans of the
|
|
182
|
+
Bulma framework!_
|
|
187
183
|
|
|
188
184
|
## License
|
|
189
185
|
|