@rebilly/revel 4.12.0 → 4.14.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.14.0](https://github.com/Rebilly/rebilly/compare/revel-v4.13.0...revel-v4.14.0) (2023-06-08)
2
+
3
+
4
+ ### Features
5
+
6
+ * **revel:** Shadows tokens ([#476](https://github.com/Rebilly/rebilly/issues/476)) ([cd1bfd2](https://github.com/Rebilly/rebilly/commit/cd1bfd22907ed77cdbf70fefaf41268eae7f197c))
7
+
8
+ ## [4.13.0](https://github.com/Rebilly/rebilly/compare/revel-v4.12.0...revel-v4.13.0) (2023-06-07)
9
+
10
+
11
+ ### Features
12
+
13
+ * **revel:** Make toast closeable by default ([#466](https://github.com/Rebilly/rebilly/issues/466)) ([6ba62c4](https://github.com/Rebilly/rebilly/commit/6ba62c4a316ef70fd43c0ba5b9a1bc8e3ed098fc))
14
+
1
15
  ## [4.12.0](https://github.com/Rebilly/rebilly/compare/revel-v4.11.1...revel-v4.12.0) (2023-06-07)
2
16
 
3
17
 
package/dist/revel.es.js CHANGED
@@ -20836,7 +20836,7 @@ const _sfc_main$1 = {
20836
20836
  */
20837
20837
  allowClose: {
20838
20838
  type: Boolean,
20839
- default: false,
20839
+ default: true,
20840
20840
  },
20841
20841
  /**
20842
20842
  * Specify is the toast visible
@@ -21225,7 +21225,7 @@ const createRToastManager = (app, globalOptions = {}) => ({
21225
21225
 
21226
21226
  /**
21227
21227
  * Do not edit directly
21228
- * Generated on Tue, 06 Jun 2023 18:27:03 GMT
21228
+ * Generated on Thu, 08 Jun 2023 16:11:57 GMT
21229
21229
  */
21230
21230
 
21231
21231
  const RBorderRadius1 = "0.125rem"; // 1 border radius
@@ -21299,6 +21299,13 @@ const RFontWeightRegular = "400"; // regular font weight
21299
21299
  const RFontWeightMedium = "500"; // medium font weight
21300
21300
  const RFontWeightSemiBold = "600"; // semi-bold font weight
21301
21301
  const RFontWeightBold = "700"; // bold font weight
21302
+ const RShadow0 = "none"; // box shadow 0 value
21303
+ 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
+ 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
21305
+ const RShadow30 = "0 3px 6px 0 rgba(86, 107, 120, 0.2), 0 7px 14px 0 rgba(86, 107, 120, 0.35)"; // box shadow 30 value
21306
+ const RShadow40 = "0 20px 40px -8px rgba(80, 90, 111, 0.18), 0 3px 6px 0 rgba(80, 90, 111, 0.07)"; // box shadow 40 value
21307
+ const RShadowInset10 = "0 0 0 1px rgba(86, 107, 120, 0.03), 0 1px 2px 0 rgba(86, 107, 120, 0.24), 0 4px 4px 0 rgba(86, 107, 120, 0.05)"; // box shadow with border effect 10 value
21308
+ const RShadowInset20 = "0 0 0 1px rgba(86, 107, 120, 0.09), 0 7px 14px 0 rgba(86, 107, 120, 0.15), 0 3px 6px 0 rgba(86, 107, 120, 0.07)"; // box shadow with border effect 20 value
21302
21309
  const RSpace0 = "0"; // 0 space unit
21303
21310
  const RSpace1 = "0.125rem"; // 1 space unit
21304
21311
  const RSpace2 = "0.25rem"; // 2 space unit
@@ -21389,6 +21396,13 @@ var tokens = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
21389
21396
  RFontWeightMedium: RFontWeightMedium,
21390
21397
  RFontWeightSemiBold: RFontWeightSemiBold,
21391
21398
  RFontWeightBold: RFontWeightBold,
21399
+ RShadow0: RShadow0,
21400
+ RShadow10: RShadow10,
21401
+ RShadow20: RShadow20,
21402
+ RShadow30: RShadow30,
21403
+ RShadow40: RShadow40,
21404
+ RShadowInset10: RShadowInset10,
21405
+ RShadowInset20: RShadowInset20,
21392
21406
  RSpace0: RSpace0,
21393
21407
  RSpace1: RSpace1,
21394
21408
  RSpace2: RSpace2,