@rebilly/revel 4.16.0 → 4.18.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
+ ## [4.18.0](https://github.com/Rebilly/rebilly/compare/revel-v4.17.0...revel-v4.18.0) (2023-06-15)
2
+
3
+
4
+ ### Features
5
+
6
+ * **recomm:** Add reports page to Recomm ([#502](https://github.com/Rebilly/rebilly/issues/502)) ([2dba9db](https://github.com/Rebilly/rebilly/commit/2dba9dbb643499eec791f671d134c619d04bbba9))
7
+
8
+ ## [4.17.0](https://github.com/Rebilly/rebilly/compare/revel-v4.16.0...revel-v4.17.0) (2023-06-14)
9
+
10
+
11
+ ### Features
12
+
13
+ * **revel:** Add motion tokens ([#503](https://github.com/Rebilly/rebilly/issues/503)) ([da5b1a2](https://github.com/Rebilly/rebilly/commit/da5b1a229eccc47b7940e57a3eb14949d32ce86c))
14
+
1
15
  ## [4.16.0](https://github.com/Rebilly/rebilly/compare/revel-v4.15.0...revel-v4.16.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 recomm = '';
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 Mon, 12 Jun 2023 19:06:03 GMT
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
@@ -21410,6 +21436,19 @@ var tokens = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
21410
21436
  RFontWeightMedium: RFontWeightMedium,
21411
21437
  RFontWeightSemiBold: RFontWeightSemiBold,
21412
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,
21413
21452
  RShadow0: RShadow0,
21414
21453
  RShadow10: RShadow10,
21415
21454
  RShadow20: RShadow20,