@oneblink/apps-react 5.11.0-beta.4 → 5.11.0-beta.5

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/dist/styles.css CHANGED
@@ -6147,6 +6147,49 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
6147
6147
  font-size: 1.25rem;
6148
6148
  }
6149
6149
  }
6150
+ .icon {
6151
+ align-items: center;
6152
+ display: inline-flex;
6153
+ justify-content: center;
6154
+ height: 1.5rem;
6155
+ width: 1.5rem;
6156
+ }
6157
+ .icon.is-small {
6158
+ height: 1rem;
6159
+ width: 1rem;
6160
+ }
6161
+ .icon.is-medium {
6162
+ height: 2rem;
6163
+ width: 2rem;
6164
+ }
6165
+ .icon.is-large {
6166
+ height: 3rem;
6167
+ width: 3rem;
6168
+ }
6169
+
6170
+ .icon-text {
6171
+ align-items: flex-start;
6172
+ color: inherit;
6173
+ display: inline-flex;
6174
+ flex-wrap: wrap;
6175
+ line-height: 1.5rem;
6176
+ vertical-align: top;
6177
+ }
6178
+ .icon-text .icon {
6179
+ flex-grow: 0;
6180
+ flex-shrink: 0;
6181
+ }
6182
+ .icon-text .icon:not(:last-child) {
6183
+ margin-right: 0.25em;
6184
+ }
6185
+ .icon-text .icon:not(:first-child) {
6186
+ margin-left: 0.25em;
6187
+ }
6188
+
6189
+ div.icon-text {
6190
+ display: flex;
6191
+ }
6192
+
6150
6193
  .title,
6151
6194
  .subtitle {
6152
6195
  word-break: break-word;
package/dist/styles.scss CHANGED
@@ -63,6 +63,7 @@ $slider-thumb-border: 1px solid $primary;
63
63
  @import 'bulma/sass/elements/container.sass';
64
64
  @import 'bulma/sass/elements/other.sass';
65
65
  @import 'bulma/sass/elements/button.sass';
66
+ @import 'bulma/sass/elements/icon.sass';
66
67
 
67
68
  $title-color: $black;
68
69
  $title-weight: 200;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@oneblink/apps-react",
3
3
  "description": "Helper functions for OneBlink apps in ReactJS.",
4
- "version": "5.11.0-beta.4",
4
+ "version": "5.11.0-beta.5",
5
5
  "author": "OneBlink <developers@oneblink.io> (https://oneblink.io)",
6
6
  "bugs": {
7
7
  "url": "https://github.com/oneblink/apps-react/issues"