@rebilly/revel 5.0.0 → 5.1.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/CHANGELOG.md +7 -0
- package/dist/revel.mjs +3 -3
- package/dist/revel.umd.js +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [5.1.0](https://github.com/Rebilly/rebilly/compare/revel-v5.0.0...revel-v5.1.0) (2023-08-08)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **revel:** Add display and flex style helpers ([#848](https://github.com/Rebilly/rebilly/issues/848)) ([09c9d82](https://github.com/Rebilly/rebilly/commit/09c9d82d75cb9a83f865e181a42efe4d726f94db))
|
|
7
|
+
|
|
1
8
|
## [5.0.0](https://github.com/Rebilly/rebilly/compare/revel-v4.21.3...revel-v5.0.0) (2023-08-08)
|
|
2
9
|
|
|
3
10
|
|
package/dist/revel.mjs
CHANGED
|
@@ -12362,10 +12362,10 @@ const a7 = ["for"], s7 = ["id", "value", "type", "name", "maxlength", "autocompl
|
|
|
12362
12362
|
class: "r-field-group"
|
|
12363
12363
|
}, d7 = {
|
|
12364
12364
|
key: 0,
|
|
12365
|
-
class: "r-field-addon r-
|
|
12365
|
+
class: "r-field-addon r-flex-none r-text-muted"
|
|
12366
12366
|
}, W7 = ["id", "value", "type", "name", "maxlength", "autocomplete"], l7 = {
|
|
12367
12367
|
key: 1,
|
|
12368
|
-
class: "r-field-addon r-
|
|
12368
|
+
class: "r-field-addon r-flex-none r-text-muted"
|
|
12369
12369
|
}, u7 = {
|
|
12370
12370
|
key: 3,
|
|
12371
12371
|
class: "r-field-caption"
|
|
@@ -14941,7 +14941,7 @@ const JL = { class: "r-component r-tile" }, Mm = {
|
|
|
14941
14941
|
class: "r-tile-title"
|
|
14942
14942
|
}, bm = {
|
|
14943
14943
|
key: 0,
|
|
14944
|
-
class: "r-tile-title--actions r-
|
|
14944
|
+
class: "r-tile-title--actions r-flex-none"
|
|
14945
14945
|
}, zm = {
|
|
14946
14946
|
key: 1,
|
|
14947
14947
|
class: "r-tile-content"
|