@rebilly/revel 4.11.0 → 4.12.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 +14 -0
- package/dist/revel.es.js +11 -1
- package/dist/revel.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.12.0](https://github.com/Rebilly/rebilly/compare/revel-v4.11.1...revel-v4.12.0) (2023-06-07)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **revel:** Add border radius tokens ([#455](https://github.com/Rebilly/rebilly/issues/455)) ([bd52bfe](https://github.com/Rebilly/rebilly/commit/bd52bfe55f2cd8754de94e336594f425a32c759f))
|
|
7
|
+
|
|
8
|
+
## [4.11.1](https://github.com/Rebilly/rebilly/compare/revel-v4.11.0...revel-v4.11.1) (2023-06-06)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* **instruments:** Fix 3ds not showing in approval url ([#454](https://github.com/Rebilly/rebilly/issues/454)) ([e1895a1](https://github.com/Rebilly/rebilly/commit/e1895a1c9347e928078d32ae1597eddeff9eccc8))
|
|
14
|
+
|
|
1
15
|
## [4.11.0](https://github.com/Rebilly/rebilly/compare/revel-v4.10.1...revel-v4.11.0) (2023-06-06)
|
|
2
16
|
|
|
3
17
|
|
package/dist/revel.es.js
CHANGED
|
@@ -21225,9 +21225,14 @@ const createRToastManager = (app, globalOptions = {}) => ({
|
|
|
21225
21225
|
|
|
21226
21226
|
/**
|
|
21227
21227
|
* Do not edit directly
|
|
21228
|
-
* Generated on
|
|
21228
|
+
* Generated on Tue, 06 Jun 2023 18:27:03 GMT
|
|
21229
21229
|
*/
|
|
21230
21230
|
|
|
21231
|
+
const RBorderRadius1 = "0.125rem"; // 1 border radius
|
|
21232
|
+
const RBorderRadius2 = "0.25rem"; // 2 border radius
|
|
21233
|
+
const RBorderRadius3 = "0.5rem"; // 3 border radius
|
|
21234
|
+
const RBorderRadiusPill = "624.9375rem"; // pill border radius
|
|
21235
|
+
const RBorderRadiusCircle = "50%"; // circle border radius
|
|
21231
21236
|
const RBackground = "#F7FAFC"; // base background color
|
|
21232
21237
|
const RBackgroundRaised = "#E7EDF1"; // background hovered color
|
|
21233
21238
|
const RSurface = "#FFFFFF"; // base surface color
|
|
@@ -21313,6 +21318,11 @@ const RSpace15 = "10rem"; // 15 space unit
|
|
|
21313
21318
|
|
|
21314
21319
|
var tokens = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
21315
21320
|
__proto__: null,
|
|
21321
|
+
RBorderRadius1: RBorderRadius1,
|
|
21322
|
+
RBorderRadius2: RBorderRadius2,
|
|
21323
|
+
RBorderRadius3: RBorderRadius3,
|
|
21324
|
+
RBorderRadiusPill: RBorderRadiusPill,
|
|
21325
|
+
RBorderRadiusCircle: RBorderRadiusCircle,
|
|
21316
21326
|
RBackground: RBackground,
|
|
21317
21327
|
RBackgroundRaised: RBackgroundRaised,
|
|
21318
21328
|
RSurface: RSurface,
|