@rebilly/revel 4.15.0 → 4.16.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 +30 -2
- 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.16.0](https://github.com/Rebilly/rebilly/compare/revel-v4.15.0...revel-v4.16.0) (2023-06-13)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **revel:** Added Z-index tokens to Revel ([#496](https://github.com/Rebilly/rebilly/issues/496)) ([9eeb7a9](https://github.com/Rebilly/rebilly/commit/9eeb7a91c588b4f529a968a8724cdf9f19cffca4))
|
|
7
|
+
|
|
1
8
|
## [4.15.0](https://github.com/Rebilly/rebilly/compare/revel-v4.14.0...revel-v4.15.0) (2023-06-13)
|
|
2
9
|
|
|
3
10
|
|
package/dist/revel.es.js
CHANGED
|
@@ -21225,7 +21225,7 @@ const createRToastManager = (app, globalOptions = {}) => ({
|
|
|
21225
21225
|
|
|
21226
21226
|
/**
|
|
21227
21227
|
* Do not edit directly
|
|
21228
|
-
* Generated on
|
|
21228
|
+
* Generated on Mon, 12 Jun 2023 19:06:03 GMT
|
|
21229
21229
|
*/
|
|
21230
21230
|
|
|
21231
21231
|
const RBorderRadius1 = "0.125rem"; // 1 border radius
|
|
@@ -21322,6 +21322,20 @@ const RSpace12 = "4rem"; // 12 space unit
|
|
|
21322
21322
|
const RSpace13 = "5rem"; // 13 space unit
|
|
21323
21323
|
const RSpace14 = "7.5rem"; // 14 space unit
|
|
21324
21324
|
const RSpace15 = "10rem"; // 15 space unit
|
|
21325
|
+
const RZIndex5 = "50"; // 50 value z-index
|
|
21326
|
+
const RZIndex10 = "100"; // 100 value z-index
|
|
21327
|
+
const RZIndex15 = "150"; // 150 value z-index
|
|
21328
|
+
const RZIndex20 = "200"; // 200 value z-index
|
|
21329
|
+
const RZIndex25 = "250"; // 250 value z-index
|
|
21330
|
+
const RZIndex30 = "300"; // 300 value z-index
|
|
21331
|
+
const RZIndex35 = "350"; // 350 value z-index
|
|
21332
|
+
const RZIndex40 = "400"; // 400 value z-index
|
|
21333
|
+
const RZIndex45 = "450"; // 450 value z-index
|
|
21334
|
+
const RZIndex50 = "500"; // 500 value z-index
|
|
21335
|
+
const RZIndex55 = "550"; // 550 value z-index
|
|
21336
|
+
const RZIndex60 = "600"; // 600 value z-index
|
|
21337
|
+
const RZIndex65 = "650"; // 650 value z-index
|
|
21338
|
+
const RZIndex70 = "700"; // 700 value z-index
|
|
21325
21339
|
|
|
21326
21340
|
var tokens = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
21327
21341
|
__proto__: null,
|
|
@@ -21418,7 +21432,21 @@ var tokens = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
|
21418
21432
|
RSpace12: RSpace12,
|
|
21419
21433
|
RSpace13: RSpace13,
|
|
21420
21434
|
RSpace14: RSpace14,
|
|
21421
|
-
RSpace15: RSpace15
|
|
21435
|
+
RSpace15: RSpace15,
|
|
21436
|
+
RZIndex5: RZIndex5,
|
|
21437
|
+
RZIndex10: RZIndex10,
|
|
21438
|
+
RZIndex15: RZIndex15,
|
|
21439
|
+
RZIndex20: RZIndex20,
|
|
21440
|
+
RZIndex25: RZIndex25,
|
|
21441
|
+
RZIndex30: RZIndex30,
|
|
21442
|
+
RZIndex35: RZIndex35,
|
|
21443
|
+
RZIndex40: RZIndex40,
|
|
21444
|
+
RZIndex45: RZIndex45,
|
|
21445
|
+
RZIndex50: RZIndex50,
|
|
21446
|
+
RZIndex55: RZIndex55,
|
|
21447
|
+
RZIndex60: RZIndex60,
|
|
21448
|
+
RZIndex65: RZIndex65,
|
|
21449
|
+
RZIndex70: RZIndex70
|
|
21422
21450
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
21423
21451
|
|
|
21424
21452
|
/**
|