@rebilly/revel 4.15.0 → 4.17.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 +70 -3
- package/dist/revel.umd.js +16 -4
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## [4.17.0](https://github.com/Rebilly/rebilly/compare/revel-v4.16.0...revel-v4.17.0) (2023-06-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Features
|
|
5
|
+
|
|
6
|
+
* **revel:** Add motion tokens ([#503](https://github.com/Rebilly/rebilly/issues/503)) ([da5b1a2](https://github.com/Rebilly/rebilly/commit/da5b1a229eccc47b7940e57a3eb14949d32ce86c))
|
|
7
|
+
|
|
8
|
+
## [4.16.0](https://github.com/Rebilly/rebilly/compare/revel-v4.15.0...revel-v4.16.0) (2023-06-13)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **revel:** Added Z-index tokens to Revel ([#496](https://github.com/Rebilly/rebilly/issues/496)) ([9eeb7a9](https://github.com/Rebilly/rebilly/commit/9eeb7a91c588b4f529a968a8724cdf9f19cffca4))
|
|
14
|
+
|
|
1
15
|
## [4.15.0](https://github.com/Rebilly/rebilly/compare/revel-v4.14.0...revel-v4.15.0) (2023-06-13)
|
|
2
16
|
|
|
3
17
|
|
package/dist/revel.es.js
CHANGED
|
@@ -3,7 +3,7 @@ import moment$2 from 'moment';
|
|
|
3
3
|
|
|
4
4
|
var tokens$1 = '';
|
|
5
5
|
|
|
6
|
-
var
|
|
6
|
+
var revel = '';
|
|
7
7
|
|
|
8
8
|
var grid = '';
|
|
9
9
|
|
|
@@ -127,6 +127,7 @@ const iconNames = {
|
|
|
127
127
|
'rebilly-logo': 'rebilly-logo',
|
|
128
128
|
'two-columns': 'two-columns',
|
|
129
129
|
meter: 'meter',
|
|
130
|
+
reports: 'reports',
|
|
130
131
|
};
|
|
131
132
|
|
|
132
133
|
const RIconSprites = `
|
|
@@ -1073,6 +1074,18 @@ const RIconSprites = `
|
|
|
1073
1074
|
</svg>
|
|
1074
1075
|
</symbol>
|
|
1075
1076
|
</svg>
|
|
1077
|
+
<!-- Reports icon -->
|
|
1078
|
+
<svg xmlns="http://www.w3.org/2000/svg">
|
|
1079
|
+
<symbol id="icon-${iconNames.reports}">
|
|
1080
|
+
<svg
|
|
1081
|
+
xmlns="http://www.w3.org/2000/svg"
|
|
1082
|
+
width="20"
|
|
1083
|
+
height="20"
|
|
1084
|
+
>
|
|
1085
|
+
<path fill-rule="nonzero" d="M18 9a1 1 0 0 1 1 1v8a1 1 0 0 1-.883.993L18 19H2a1 1 0 0 1-1-1v-4a1 1 0 0 1 2 0v3h2v-6a1 1 0 0 1 2 0v6h2v-3a1 1 0 0 1 2 0v3h2v-6a1 1 0 0 1 2 0v6h2v-7a1 1 0 0 1 1-1Zm.804-7.595c.018.024.034.049.05.074l.021.037c.011.02.022.04.031.06l.023.053a.988.988 0 0 1 .067.284l.002.028.001.026L19 2v4a1 1 0 0 1-1.993.117L17 6V4.414l-6.293 6.293a1 1 0 0 1-1.32.083l-.094-.083L6 7.415l-3.293 3.292a1 1 0 0 1-1.32.083l-.094-.083a1 1 0 0 1-.083-1.32l.083-.094 4-4a1 1 0 0 1 1.32-.083l.094.083L10 8.585 15.584 3H14a1 1 0 0 1-.117-1.993L14 1h4.02l.032.001.008.001.018.001.076.009.011.002.034.006.036.008.077.022a.95.95 0 0 1 .06.021l.051.023a1.018 1.018 0 0 1 .19.116l.002.001.01.009.082.073.004.004.064.073v-.001l.029.036Z"/>
|
|
1086
|
+
</svg>
|
|
1087
|
+
</symbol>
|
|
1088
|
+
</svg>
|
|
1076
1089
|
`;
|
|
1077
1090
|
|
|
1078
1091
|
var rIcon_vue_vue_type_style_index_0_lang = '';
|
|
@@ -21225,7 +21238,7 @@ const createRToastManager = (app, globalOptions = {}) => ({
|
|
|
21225
21238
|
|
|
21226
21239
|
/**
|
|
21227
21240
|
* Do not edit directly
|
|
21228
|
-
* Generated on
|
|
21241
|
+
* Generated on Wed, 14 Jun 2023 16:02:11 GMT
|
|
21229
21242
|
*/
|
|
21230
21243
|
|
|
21231
21244
|
const RBorderRadius1 = "0.125rem"; // 1 border radius
|
|
@@ -21299,6 +21312,19 @@ const RFontWeightRegular = "400"; // regular font weight
|
|
|
21299
21312
|
const RFontWeightMedium = "500"; // medium font weight
|
|
21300
21313
|
const RFontWeightSemiBold = "600"; // semi-bold font weight
|
|
21301
21314
|
const RFontWeightBold = "700"; // bold font weight
|
|
21315
|
+
const RMotionLinear = "cubic-bezier(0, 0, 1, 1)"; // linear motion
|
|
21316
|
+
const RMotionEase = "cubic-bezier(0.25, 0.1, 0.25, 1)"; // ease motion
|
|
21317
|
+
const RMotionEaseIn = "cubic-bezier(0.42, 0, 1, 1)"; // ease-in motion
|
|
21318
|
+
const RMotionEaseOut = "cubic-bezier(0, 0, 0.58, 1)"; // ease-out motion
|
|
21319
|
+
const RMotionEaseInOut = "cubic-bezier(0.42, 0, 0.58, 1)"; // ease-in-out motion
|
|
21320
|
+
const RMotionDuration0 = "0"; // motion duration 0
|
|
21321
|
+
const RMotionDuration50 = "50ms"; // motion duration 50ms
|
|
21322
|
+
const RMotionDuration100 = "100ms"; // motion duration 100ms
|
|
21323
|
+
const RMotionDuration150 = "150ms"; // motion duration 150ms
|
|
21324
|
+
const RMotionDuration200 = "200ms"; // motion duration 200ms
|
|
21325
|
+
const RMotionDuration300 = "300ms"; // motion duration 300ms
|
|
21326
|
+
const RMotionDuration400 = "400ms"; // motion duration 400ms
|
|
21327
|
+
const RMotionDuration500 = "500ms"; // motion duration 500ms
|
|
21302
21328
|
const RShadow0 = "none"; // box shadow 0 value
|
|
21303
21329
|
const RShadow10 = "0 1px 2px 0 rgba(86, 107, 120, 0.24), 0 4px 4px 0 rgba(86, 107, 120, 0.05)"; // box shadow 10 value
|
|
21304
21330
|
const RShadow20 = "0 7px 14px 0 rgba(86, 107, 120, 0.15), 0 3px 6px 0 rgba(86, 107, 120, 0.07)"; // box shadow 20 value
|
|
@@ -21322,6 +21348,20 @@ const RSpace12 = "4rem"; // 12 space unit
|
|
|
21322
21348
|
const RSpace13 = "5rem"; // 13 space unit
|
|
21323
21349
|
const RSpace14 = "7.5rem"; // 14 space unit
|
|
21324
21350
|
const RSpace15 = "10rem"; // 15 space unit
|
|
21351
|
+
const RZIndex5 = "50"; // 50 value z-index
|
|
21352
|
+
const RZIndex10 = "100"; // 100 value z-index
|
|
21353
|
+
const RZIndex15 = "150"; // 150 value z-index
|
|
21354
|
+
const RZIndex20 = "200"; // 200 value z-index
|
|
21355
|
+
const RZIndex25 = "250"; // 250 value z-index
|
|
21356
|
+
const RZIndex30 = "300"; // 300 value z-index
|
|
21357
|
+
const RZIndex35 = "350"; // 350 value z-index
|
|
21358
|
+
const RZIndex40 = "400"; // 400 value z-index
|
|
21359
|
+
const RZIndex45 = "450"; // 450 value z-index
|
|
21360
|
+
const RZIndex50 = "500"; // 500 value z-index
|
|
21361
|
+
const RZIndex55 = "550"; // 550 value z-index
|
|
21362
|
+
const RZIndex60 = "600"; // 600 value z-index
|
|
21363
|
+
const RZIndex65 = "650"; // 650 value z-index
|
|
21364
|
+
const RZIndex70 = "700"; // 700 value z-index
|
|
21325
21365
|
|
|
21326
21366
|
var tokens = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
21327
21367
|
__proto__: null,
|
|
@@ -21396,6 +21436,19 @@ var tokens = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
|
21396
21436
|
RFontWeightMedium: RFontWeightMedium,
|
|
21397
21437
|
RFontWeightSemiBold: RFontWeightSemiBold,
|
|
21398
21438
|
RFontWeightBold: RFontWeightBold,
|
|
21439
|
+
RMotionLinear: RMotionLinear,
|
|
21440
|
+
RMotionEase: RMotionEase,
|
|
21441
|
+
RMotionEaseIn: RMotionEaseIn,
|
|
21442
|
+
RMotionEaseOut: RMotionEaseOut,
|
|
21443
|
+
RMotionEaseInOut: RMotionEaseInOut,
|
|
21444
|
+
RMotionDuration0: RMotionDuration0,
|
|
21445
|
+
RMotionDuration50: RMotionDuration50,
|
|
21446
|
+
RMotionDuration100: RMotionDuration100,
|
|
21447
|
+
RMotionDuration150: RMotionDuration150,
|
|
21448
|
+
RMotionDuration200: RMotionDuration200,
|
|
21449
|
+
RMotionDuration300: RMotionDuration300,
|
|
21450
|
+
RMotionDuration400: RMotionDuration400,
|
|
21451
|
+
RMotionDuration500: RMotionDuration500,
|
|
21399
21452
|
RShadow0: RShadow0,
|
|
21400
21453
|
RShadow10: RShadow10,
|
|
21401
21454
|
RShadow20: RShadow20,
|
|
@@ -21418,7 +21471,21 @@ var tokens = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
|
21418
21471
|
RSpace12: RSpace12,
|
|
21419
21472
|
RSpace13: RSpace13,
|
|
21420
21473
|
RSpace14: RSpace14,
|
|
21421
|
-
RSpace15: RSpace15
|
|
21474
|
+
RSpace15: RSpace15,
|
|
21475
|
+
RZIndex5: RZIndex5,
|
|
21476
|
+
RZIndex10: RZIndex10,
|
|
21477
|
+
RZIndex15: RZIndex15,
|
|
21478
|
+
RZIndex20: RZIndex20,
|
|
21479
|
+
RZIndex25: RZIndex25,
|
|
21480
|
+
RZIndex30: RZIndex30,
|
|
21481
|
+
RZIndex35: RZIndex35,
|
|
21482
|
+
RZIndex40: RZIndex40,
|
|
21483
|
+
RZIndex45: RZIndex45,
|
|
21484
|
+
RZIndex50: RZIndex50,
|
|
21485
|
+
RZIndex55: RZIndex55,
|
|
21486
|
+
RZIndex60: RZIndex60,
|
|
21487
|
+
RZIndex65: RZIndex65,
|
|
21488
|
+
RZIndex70: RZIndex70
|
|
21422
21489
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
21423
21490
|
|
|
21424
21491
|
/**
|