react-minolith 0.0.21 → 0.0.22

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 (48) hide show
  1. package/dist/assets/Blockquote.css +1 -0
  2. package/dist/assets/Centering.css +1 -1
  3. package/dist/assets/Div.css +1 -0
  4. package/dist/assets/Minolith.css +1 -1
  5. package/dist/assets/MinolithCssVariableStylesProvider.css +1 -1
  6. package/dist/assets/Paragraph.css +1 -0
  7. package/dist/assets/Section.css +1 -0
  8. package/dist/assets/Span.css +1 -1
  9. package/dist/components/Blockquote/Blockquote.d.ts +3 -0
  10. package/dist/components/Blockquote/Blockquote.d.ts.map +1 -0
  11. package/dist/components/Blockquote/Blockquote.js +30 -0
  12. package/dist/components/Blockquote/Blockquote.js.map +1 -0
  13. package/dist/components/Blockquote/Blockquote.stories.d.ts +16 -0
  14. package/dist/components/Blockquote/Blockquote.stories.d.ts.map +1 -0
  15. package/dist/components/Blockquote/BlockquoteProps.d.ts +12 -0
  16. package/dist/components/Blockquote/BlockquoteProps.d.ts.map +1 -0
  17. package/dist/components/Blockquote/BlockquoteProps.js +2 -0
  18. package/dist/components/Blockquote/BlockquoteProps.js.map +1 -0
  19. package/dist/components/Blockquote/index.d.ts +3 -0
  20. package/dist/components/Blockquote/index.d.ts.map +1 -0
  21. package/dist/components/Blockquote/index.js +5 -0
  22. package/dist/components/Blockquote/index.js.map +1 -0
  23. package/dist/components/Div/Div.js +5 -5
  24. package/dist/components/Div/Div.js.map +1 -1
  25. package/dist/components/Paragraph/Paragraph.d.ts +3 -0
  26. package/dist/components/Paragraph/Paragraph.d.ts.map +1 -0
  27. package/dist/components/Paragraph/Paragraph.js +15 -0
  28. package/dist/components/Paragraph/Paragraph.js.map +1 -0
  29. package/dist/components/Paragraph/Paragraph.stories.d.ts +12 -0
  30. package/dist/components/Paragraph/Paragraph.stories.d.ts.map +1 -0
  31. package/dist/components/Paragraph/ParagraphProps.d.ts +5 -0
  32. package/dist/components/Paragraph/ParagraphProps.d.ts.map +1 -0
  33. package/dist/components/Paragraph/ParagraphProps.js +2 -0
  34. package/dist/components/Paragraph/ParagraphProps.js.map +1 -0
  35. package/dist/components/Paragraph/index.d.ts +3 -0
  36. package/dist/components/Paragraph/index.d.ts.map +1 -0
  37. package/dist/components/Paragraph/index.js +5 -0
  38. package/dist/components/Paragraph/index.js.map +1 -0
  39. package/dist/components/Ruby/Ruby.js +1 -1
  40. package/dist/components/Section/Section.js +1 -1
  41. package/dist/components/Span/Span.js +8 -8
  42. package/dist/components/Span/Span.js.map +1 -1
  43. package/dist/layouts/Centering/Centering.js +2 -2
  44. package/dist/react-minolith.d.ts +2 -0
  45. package/dist/react-minolith.d.ts.map +1 -1
  46. package/dist/react-minolith.js +94 -90
  47. package/dist/react-minolith.js.map +1 -1
  48. package/package.json +2 -2
@@ -0,0 +1 @@
1
+ ._check_1a250_1{background-color:transparent;border-color:var(--minolith-color-default-fore);border-radius:25%;border-style:solid;border-width:0 var(--minolith-border-width-medium) var(--minolith-border-width-medium) 0;content:"";display:inline-block;height:1rem;transform:rotate(45deg);width:.5rem}._check_1a250_1._is-gray_1a250_13{border-color:var(--minolith-color-gray-fore)}._check_1a250_1._is-red_1a250_16{border-color:var(--minolith-color-red-fore)}._check_1a250_1._is-orange_1a250_19{border-color:var(--minolith-color-orange-fore)}._check_1a250_1._is-yellow_1a250_22{border-color:var(--minolith-color-yellow-fore)}._check_1a250_1._is-green_1a250_25{border-color:var(--minolith-color-green-fore)}._check_1a250_1._is-cyan_1a250_28{border-color:var(--minolith-color-cyan-fore)}._check_1a250_1._is-blue_1a250_31{border-color:var(--minolith-color-blue-fore)}._check_1a250_1._is-violet_1a250_34{border-color:var(--minolith-color-violet-fore)}._check_1a250_1._is-magenta_1a250_37{border-color:var(--minolith-color-magenta-fore)}._chevron_1a250_41{display:inline-block;width:1rem;aspect-ratio:5/3;clip-path:polygon(0 0,0 .2rem,50% 100%,100% .2rem,100% 0,50% calc(100% - .2rem));background:var(--minolith-color-default-fore)}._chevron_1a250_41._is-gray_1a250_13{background:var(--minolith-color-gray-fore)}._chevron_1a250_41._is-red_1a250_16{background:var(--minolith-color-red-fore)}._chevron_1a250_41._is-orange_1a250_19{background:var(--minolith-color-orange-fore)}._chevron_1a250_41._is-yellow_1a250_22{background:var(--minolith-color-yellow-fore)}._chevron_1a250_41._is-green_1a250_25{background:var(--minolith-color-green-fore)}._chevron_1a250_41._is-cyan_1a250_28{background:var(--minolith-color-cyan-fore)}._chevron_1a250_41._is-blue_1a250_31{background:var(--minolith-color-blue-fore)}._chevron_1a250_41._is-violet_1a250_34{background:var(--minolith-color-violet-fore)}._chevron_1a250_41._is-magenta_1a250_37{background:var(--minolith-color-magenta-fore)}._blockquote_1a250_76{--minolith-blockquote-icon-font-size: var( --minolith-font-size-xxxlarge );--minolith-blockquote-border-left-width: var( --minolith-border-width-thick );box-sizing:border-box;position:relative;color:var(--minolith-color-default-blockquote-fore);background-color:var(--minolith-color-default-blockquote-back);border-left-color:var(--minolith-color-default-blockquote-border);border-left-style:solid;border-left-width:var(--minolith-blockquote-border-left-width);margin:0;margin-block:unset;margin-inline:unset;padding:.5rem}._blockquote_1a250_76._is-italic_1a250_95{font-style:italic}._blockquote_1a250_76._has-quote_1a250_98,._blockquote_1a250_76._has-quote-before_1a250_98{padding-left:1.5rem}._blockquote_1a250_76._has-quote_1a250_98:before,._blockquote_1a250_76._has-quote-before_1a250_98:before{position:absolute;top:0;overflow-y:hidden;height:calc(var(--minolith-blockquote-icon-font-size) / 2);width:calc(var(--minolith-blockquote-icon-font-size) / 2);left:.5rem;quotes:initial;content:open-quote;display:block;max-width:100%;color:var(--minolith-color-default-blockquote-fore);font-size:var(--minolith-blockquote-icon-font-size)}._blockquote_1a250_76._has-quote_1a250_98,._blockquote_1a250_76._has-quote-after_1a250_115{padding-right:1.5rem}._blockquote_1a250_76._has-quote_1a250_98:after,._blockquote_1a250_76._has-quote-after_1a250_115:after{position:absolute;bottom:0;overflow-y:hidden;height:calc(var(--minolith-blockquote-icon-font-size) / 2);width:calc(var(--minolith-blockquote-icon-font-size) / 2);right:.5rem;quotes:initial;content:close-quote;display:block;max-width:100%;color:var(--minolith-color-default-blockquote-fore);font-size:var(--minolith-blockquote-icon-font-size)}._blockquote_1a250_76._is-gray_1a250_13{background-color:var(--minolith-color-gray-blockquote-back);border-left-color:var(--minolith-color-gray-blockquote-border);color:var(--minolith-color-gray-blockquote-fore)}._blockquote_1a250_76._is-gray_1a250_13._has-quote_1a250_98:before,._blockquote_1a250_76._is-gray_1a250_13._has-quote-before_1a250_98:before{color:var(--minolith-color-gray-blockquote-fore)}._blockquote_1a250_76._is-gray_1a250_13._has-quote_1a250_98:after,._blockquote_1a250_76._is-gray_1a250_13._has-quote-after_1a250_115:after{color:var(--minolith-color-gray-blockquote-fore)}._blockquote_1a250_76._is-red_1a250_16{background-color:var(--minolith-color-red-blockquote-back);border-left-color:var(--minolith-color-red-blockquote-border);color:var(--minolith-color-red-blockquote-fore)}._blockquote_1a250_76._is-red_1a250_16._has-quote_1a250_98:before,._blockquote_1a250_76._is-red_1a250_16._has-quote-before_1a250_98:before{color:var(--minolith-color-red-blockquote-fore)}._blockquote_1a250_76._is-red_1a250_16._has-quote_1a250_98:after,._blockquote_1a250_76._is-red_1a250_16._has-quote-after_1a250_115:after{color:var(--minolith-color-red-blockquote-fore)}._blockquote_1a250_76._is-orange_1a250_19{background-color:var(--minolith-color-orange-blockquote-back);border-left-color:var(--minolith-color-orange-blockquote-border);color:var(--minolith-color-orange-blockquote-fore)}._blockquote_1a250_76._is-orange_1a250_19._has-quote_1a250_98:before,._blockquote_1a250_76._is-orange_1a250_19._has-quote-before_1a250_98:before{color:var(--minolith-color-orange-blockquote-fore)}._blockquote_1a250_76._is-orange_1a250_19._has-quote_1a250_98:after,._blockquote_1a250_76._is-orange_1a250_19._has-quote-after_1a250_115:after{color:var(--minolith-color-orange-blockquote-fore)}._blockquote_1a250_76._is-yellow_1a250_22{background-color:var(--minolith-color-yellow-blockquote-back);border-left-color:var(--minolith-color-yellow-blockquote-border);color:var(--minolith-color-yellow-blockquote-fore)}._blockquote_1a250_76._is-yellow_1a250_22._has-quote_1a250_98:before,._blockquote_1a250_76._is-yellow_1a250_22._has-quote-before_1a250_98:before{color:var(--minolith-color-yellow-blockquote-fore)}._blockquote_1a250_76._is-yellow_1a250_22._has-quote_1a250_98:after,._blockquote_1a250_76._is-yellow_1a250_22._has-quote-after_1a250_115:after{color:var(--minolith-color-yellow-blockquote-fore)}._blockquote_1a250_76._is-green_1a250_25{background-color:var(--minolith-color-green-blockquote-back);border-left-color:var(--minolith-color-green-blockquote-border);color:var(--minolith-color-green-blockquote-fore)}._blockquote_1a250_76._is-green_1a250_25._has-quote_1a250_98:before,._blockquote_1a250_76._is-green_1a250_25._has-quote-before_1a250_98:before{color:var(--minolith-color-green-blockquote-fore)}._blockquote_1a250_76._is-green_1a250_25._has-quote_1a250_98:after,._blockquote_1a250_76._is-green_1a250_25._has-quote-after_1a250_115:after{color:var(--minolith-color-green-blockquote-fore)}._blockquote_1a250_76._is-cyan_1a250_28{background-color:var(--minolith-color-cyan-blockquote-back);border-left-color:var(--minolith-color-cyan-blockquote-border);color:var(--minolith-color-cyan-blockquote-fore)}._blockquote_1a250_76._is-cyan_1a250_28._has-quote_1a250_98:before,._blockquote_1a250_76._is-cyan_1a250_28._has-quote-before_1a250_98:before{color:var(--minolith-color-cyan-blockquote-fore)}._blockquote_1a250_76._is-cyan_1a250_28._has-quote_1a250_98:after,._blockquote_1a250_76._is-cyan_1a250_28._has-quote-after_1a250_115:after{color:var(--minolith-color-cyan-blockquote-fore)}._blockquote_1a250_76._is-blue_1a250_31{background-color:var(--minolith-color-blue-blockquote-back);border-left-color:var(--minolith-color-blue-blockquote-border);color:var(--minolith-color-blue-blockquote-fore)}._blockquote_1a250_76._is-blue_1a250_31._has-quote_1a250_98:before,._blockquote_1a250_76._is-blue_1a250_31._has-quote-before_1a250_98:before{color:var(--minolith-color-blue-blockquote-fore)}._blockquote_1a250_76._is-blue_1a250_31._has-quote_1a250_98:after,._blockquote_1a250_76._is-blue_1a250_31._has-quote-after_1a250_115:after{color:var(--minolith-color-blue-blockquote-fore)}._blockquote_1a250_76._is-violet_1a250_34{background-color:var(--minolith-color-violet-blockquote-back);border-left-color:var(--minolith-color-violet-blockquote-border);color:var(--minolith-color-violet-blockquote-fore)}._blockquote_1a250_76._is-violet_1a250_34._has-quote_1a250_98:before,._blockquote_1a250_76._is-violet_1a250_34._has-quote-before_1a250_98:before{color:var(--minolith-color-violet-blockquote-fore)}._blockquote_1a250_76._is-violet_1a250_34._has-quote_1a250_98:after,._blockquote_1a250_76._is-violet_1a250_34._has-quote-after_1a250_115:after{color:var(--minolith-color-violet-blockquote-fore)}._blockquote_1a250_76._is-magenta_1a250_37{background-color:var(--minolith-color-magenta-blockquote-back);border-left-color:var(--minolith-color-magenta-blockquote-border);color:var(--minolith-color-magenta-blockquote-fore)}._blockquote_1a250_76._is-magenta_1a250_37._has-quote_1a250_98:before,._blockquote_1a250_76._is-magenta_1a250_37._has-quote-before_1a250_98:before{color:var(--minolith-color-magenta-blockquote-fore)}._blockquote_1a250_76._is-magenta_1a250_37._has-quote_1a250_98:after,._blockquote_1a250_76._is-magenta_1a250_37._has-quote-after_1a250_115:after{color:var(--minolith-color-magenta-blockquote-fore)}
@@ -1 +1 @@
1
- ._centering_40u6u_1{display:flex;justify-content:flex-start;align-items:center;width:100%}._centering_40u6u_1>*{margin-left:auto;margin-right:auto}._centering_40u6u_1._is-fullheight_40u6u_11{height:100%}
1
+ ._centering_1c62g_1{display:flex;justify-content:center;align-items:center;width:100%}._centering_1c62g_1>*{margin:auto}._centering_1c62g_1._is-fullheight_1c62g_10{height:100%}
@@ -0,0 +1 @@
1
+ ._div_dlpvq_1{box-sizing:border-box}