loon-bulma-react 2024.1.21 → 2024.1.23

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 (37) hide show
  1. package/README.md +1 -1
  2. package/dist/index.cjs +206 -205
  3. package/dist/index.d.cts +2245 -2055
  4. package/dist/index.d.ts +2245 -2055
  5. package/dist/index.js +31 -31
  6. package/package.json +47 -47
  7. package/styles/_all.scss +13 -13
  8. package/styles/bulma-box.scss +2 -2
  9. package/styles/extra-inputs.scss +8 -0
  10. package/styles/panel.scss +222 -0
  11. package/styles/quickview.scss +4 -5
  12. package/styles/range-sliders.scss +3 -2
  13. package/styles/steps.scss +4 -2
  14. package/styles/timeline.scss +8 -9
  15. package/styles/0.9.3/_all.scss +0 -21
  16. package/styles/0.9.3/bulma-button-generator.scss +0 -630
  17. package/styles/0.9.3/bulma-color-helper-generator.scss +0 -90
  18. package/styles/0.9.3/bulma-hero-generator.scss +0 -33
  19. package/styles/0.9.3/bulma-message-generator.scss +0 -43
  20. package/styles/0.9.3/bulma-notification-generator.scss +0 -58
  21. package/styles/0.9.3/bulma-select-generator.scss +0 -118
  22. package/styles/0.9.3/bulma-tabs-generator.scss +0 -285
  23. package/styles/0.9.3/bulma-tag-generator.scss +0 -103
  24. package/styles/0.9.3/checkbox-radio.sass +0 -23
  25. package/styles/0.9.3/checkradio.scss +0 -655
  26. package/styles/0.9.3/colors.sass +0 -39
  27. package/styles/0.9.3/custom-bulma.scss +0 -429
  28. package/styles/0.9.3/indicator-styles.scss +0 -162
  29. package/styles/0.9.3/kbd-styles.scss +0 -13
  30. package/styles/0.9.3/notifier-styles.scss +0 -26
  31. package/styles/0.9.3/quickview.scss +0 -173
  32. package/styles/0.9.3/range-sliders.scss +0 -295
  33. package/styles/0.9.3/steps.scss +0 -279
  34. package/styles/0.9.3/timeline.scss +0 -308
  35. package/styles/0.9.3/tiptap-editor.scss +0 -11
  36. package/styles/0.9.3/tooltip.scss +0 -192
  37. package/styles/0.9.3/variables.scss +0 -107
package/README.md CHANGED
@@ -102,7 +102,7 @@ function MyComponent(props) {
102
102
  return (
103
103
  <Columns>
104
104
  <Column.OneQuarter>Column 1/4</Column.OneQuarter>
105
- <Column.Half>Column 1/2</Column.Half>
105
+ Column size='1/2'>Column 1/2</Column>
106
106
  <Column.OneQuarter>Column 1/4</Column.OneQuarter>
107
107
  </Columns>
108
108
  );