@rebilly/revel 5.0.0 → 5.2.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 CHANGED
@@ -1,3 +1,17 @@
1
+ ## [5.2.0](https://github.com/Rebilly/rebilly/compare/revel-v5.1.0...revel-v5.2.0) (2023-08-14)
2
+
3
+
4
+ ### Features
5
+
6
+ * **revel:** Add style helpers (border, cursor, overflow, and position) ([#852](https://github.com/Rebilly/rebilly/issues/852)) ([025ec87](https://github.com/Rebilly/rebilly/commit/025ec872868dd88ffa770ad3955add44d71b1dcb))
7
+
8
+ ## [5.1.0](https://github.com/Rebilly/rebilly/compare/revel-v5.0.0...revel-v5.1.0) (2023-08-08)
9
+
10
+
11
+ ### Features
12
+
13
+ * **revel:** Add display and flex style helpers ([#848](https://github.com/Rebilly/rebilly/issues/848)) ([09c9d82](https://github.com/Rebilly/rebilly/commit/09c9d82d75cb9a83f865e181a42efe4d726f94db))
14
+
1
15
  ## [5.0.0](https://github.com/Rebilly/rebilly/compare/revel-v4.21.3...revel-v5.0.0) (2023-08-08)
2
16
 
3
17
 
package/dist/revel.mjs CHANGED
@@ -1614,11 +1614,11 @@ const QO = /* @__PURE__ */ Z(KO, [["render", GO]]), ZO = G({
1614
1614
  });
1615
1615
  const JO = ["href", "target"], Me = {
1616
1616
  key: 0,
1617
- class: "r-capitalize-first-letter",
1617
+ class: "r-tt-sentencecase",
1618
1618
  role: "button"
1619
1619
  }, be = ["role", "disabled", "title"], ze = {
1620
1620
  key: 0,
1621
- class: "r-capitalize-first-letter",
1621
+ class: "r-tt-sentencecase",
1622
1622
  role: "button"
1623
1623
  };
1624
1624
  function pe(M, b, z, p, o, O) {
@@ -12071,7 +12071,7 @@ const o7 = /* @__PURE__ */ Z(QR, [["render", p7]]), O7 = G({
12071
12071
  }
12072
12072
  }), e7 = ["disabled"], c7 = {
12073
12073
  key: 0,
12074
- class: "r-capitalize-first-letter button",
12074
+ class: "r-tt-sentencecase button",
12075
12075
  role: "button"
12076
12076
  };
12077
12077
  function t7(M, b, z, p, o, O) {
@@ -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-no-flex r-text-muted"
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-no-flex r-text-muted"
12368
+ class: "r-field-addon r-flex-none r-text-muted"
12369
12369
  }, u7 = {
12370
12370
  key: 3,
12371
12371
  class: "r-field-caption"
@@ -12593,7 +12593,7 @@ const R7 = /* @__PURE__ */ Z(n7, [["render", h7]]), L7 = G({
12593
12593
  */
12594
12594
  focus() {
12595
12595
  const M = this.$refs.container, b = document.activeElement;
12596
- M.style.display !== "none" && document.body.classList.add("r-no-scroll"), M !== b && !M.contains(b) && M.focus({
12596
+ M.style.display !== "none" && document.body.classList.add("r-overflow-hidden"), M !== b && !M.contains(b) && M.focus({
12597
12597
  preventScroll: !0
12598
12598
  });
12599
12599
  },
@@ -12601,7 +12601,7 @@ const R7 = /* @__PURE__ */ Z(n7, [["render", h7]]), L7 = G({
12601
12601
  this.focus(), this.$emit("enter");
12602
12602
  },
12603
12603
  leave() {
12604
- document.body.classList.remove("r-no-scroll"), this.$emit("leave");
12604
+ document.body.classList.remove("r-overflow-hidden"), this.$emit("leave");
12605
12605
  }
12606
12606
  }
12607
12607
  });
@@ -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-no-flex"
14944
+ class: "r-tile-title--actions r-flex-none"
14945
14945
  }, zm = {
14946
14946
  key: 1,
14947
14947
  class: "r-tile-content"