@rebilly/revel 4.18.2 → 4.19.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.es.js +11 -1
- package/dist/revel.umd.js +4 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [4.19.0](https://github.com/Rebilly/rebilly/compare/revel-v4.18.2...revel-v4.19.0) (2023-06-20)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **revel:** Add breakpoints tokens ([#516](https://github.com/Rebilly/rebilly/issues/516)) ([b9f7eda](https://github.com/Rebilly/rebilly/commit/b9f7edad021df1eefea2414d8cbfe62775f0738b))
|
|
7
|
+
|
|
1
8
|
## [4.18.2](https://github.com/Rebilly/rebilly/compare/revel-v4.18.1...revel-v4.18.2) (2023-06-19)
|
|
2
9
|
|
|
3
10
|
|
package/dist/revel.es.js
CHANGED
|
@@ -21238,7 +21238,7 @@ const createRToastManager = (app, globalOptions = {}) => ({
|
|
|
21238
21238
|
|
|
21239
21239
|
/**
|
|
21240
21240
|
* Do not edit directly
|
|
21241
|
-
* Generated on
|
|
21241
|
+
* Generated on Fri, 16 Jun 2023 16:03:28 GMT
|
|
21242
21242
|
*/
|
|
21243
21243
|
|
|
21244
21244
|
const RBorderRadius1 = "0.125rem"; // 1 border radius
|
|
@@ -21246,6 +21246,11 @@ const RBorderRadius2 = "0.25rem"; // 2 border radius
|
|
|
21246
21246
|
const RBorderRadius3 = "0.5rem"; // 3 border radius
|
|
21247
21247
|
const RBorderRadiusPill = "624.9375rem"; // pill border radius
|
|
21248
21248
|
const RBorderRadiusCircle = "50%"; // circle border radius
|
|
21249
|
+
const RBreakpointsXs = "576px"; // 576px breakpoint value
|
|
21250
|
+
const RBreakpointsS = "768px"; // 768px breakpoint value
|
|
21251
|
+
const RBreakpointsM = "1040px"; // 1040px breakpoint value
|
|
21252
|
+
const RBreakpointsL = "1200px"; // 1200px breakpoint value
|
|
21253
|
+
const RBreakpointsXl = "1400px"; // 1400px breakpoint value
|
|
21249
21254
|
const RBackground = "#F7FAFC"; // base background color
|
|
21250
21255
|
const RBackgroundRaised = "#E7EDF1"; // background hovered color
|
|
21251
21256
|
const RSurface = "#FFFFFF"; // base surface color
|
|
@@ -21370,6 +21375,11 @@ var tokens = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
|
21370
21375
|
RBorderRadius3: RBorderRadius3,
|
|
21371
21376
|
RBorderRadiusPill: RBorderRadiusPill,
|
|
21372
21377
|
RBorderRadiusCircle: RBorderRadiusCircle,
|
|
21378
|
+
RBreakpointsXs: RBreakpointsXs,
|
|
21379
|
+
RBreakpointsS: RBreakpointsS,
|
|
21380
|
+
RBreakpointsM: RBreakpointsM,
|
|
21381
|
+
RBreakpointsL: RBreakpointsL,
|
|
21382
|
+
RBreakpointsXl: RBreakpointsXl,
|
|
21373
21383
|
RBackground: RBackground,
|
|
21374
21384
|
RBackgroundRaised: RBackgroundRaised,
|
|
21375
21385
|
RSurface: RSurface,
|