@lumx/core 2.2.5 → 2.2.8

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/package.json CHANGED
@@ -42,7 +42,7 @@
42
42
  "version": "yarn version-changelog ../../CHANGELOG.md && yarn changelog-verify ../../CHANGELOG.md && git add ../../CHANGELOG.md"
43
43
  },
44
44
  "sideEffects": false,
45
- "version": "2.2.5",
45
+ "version": "2.2.8",
46
46
  "devDependencies": {
47
47
  "@babel/core": "^7.8.3",
48
48
  "@babel/plugin-proposal-class-properties": "^7.8.3",
@@ -82,5 +82,5 @@
82
82
  "moment": "^2.24.0",
83
83
  "moment-range": "^4.0.2"
84
84
  },
85
- "gitHead": "9fff0cb17b4bea81da0cef7eca3f8b3c8a232bcc"
85
+ "gitHead": "9c235120d0b26f0d06544dcbf161558a858a205c"
86
86
  }
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Wed, 16 Feb 2022 15:35:03 GMT
3
+ * Generated on Wed, 02 Mar 2022 10:51:14 GMT
4
4
  */
5
5
 
6
6
  $lumx-button-height: 36px !default;
@@ -416,33 +416,33 @@ $lumx-color-grey-L3: rgba(117, 117, 117, 0.4) !default; // Base grey color with
416
416
  $lumx-color-grey-L4: rgba(117, 117, 117, 0.2) !default; // Base grey color with 20% opacity
417
417
  $lumx-color-grey-L5: rgba(117, 117, 117, 0.1) !default; // Base grey color with 10% opacity
418
418
  $lumx-color-grey-L6: rgba(117, 117, 117, 0.05) !default; // Base grey color with 5% opacity
419
- $lumx-color-primary-D2: rgb(21, 70, 193) !default; // Darkest blue color
420
- $lumx-color-primary-D1: rgb(24, 78, 216) !default; // Dark blue color
421
- $lumx-color-primary-N: rgb(36, 91, 231) !default; // Neutral blue color
422
- $lumx-color-primary-L1: rgba(36, 91, 231, 0.8) !default; // Base blue color with 80% opacity
423
- $lumx-color-primary-L2: rgba(36, 91, 231, 0.6) !default; // Base blue color with 60% opacity
424
- $lumx-color-primary-L3: rgba(36, 91, 231, 0.4) !default; // Base blue color with 40% opacity
425
- $lumx-color-primary-L4: rgba(36, 91, 231, 0.2) !default; // Base blue color with 20% opacity
426
- $lumx-color-primary-L5: rgba(36, 91, 231, 0.1) !default; // Base blue color with 10% opacity
427
- $lumx-color-primary-L6: rgba(36, 91, 231, 0.05) !default; // Base blue color with 5% opacity
428
- $lumx-color-secondary-D2: rgb(26, 110, 89) !default; // Darkest green color
429
- $lumx-color-secondary-D1: rgb(23, 122, 97) !default; // Dark green color
430
- $lumx-color-secondary-N: rgb(19, 134, 105) !default; // Neutral green color
431
- $lumx-color-secondary-L1: rgba(19, 134, 105, 0.8) !default; // Base green color with 80% opacity
432
- $lumx-color-secondary-L2: rgba(19, 134, 105, 0.6) !default; // Base green color with 60% opacity
433
- $lumx-color-secondary-L3: rgba(19, 134, 105, 0.4) !default; // Base green color with 40% opacity
434
- $lumx-color-secondary-L4: rgba(19, 134, 105, 0.2) !default; // Base green color with 20% opacity
435
- $lumx-color-secondary-L5: rgba(19, 134, 105, 0.1) !default; // Base green color with 10% opacity
436
- $lumx-color-secondary-L6: rgba(19, 134, 105, 0.05) !default; // Base green color with 5% opacity
437
- $lumx-color-accent-D2: rgb(26, 110, 89) !default; // Darkest green color
438
- $lumx-color-accent-D1: rgb(23, 122, 97) !default; // Dark green color
439
- $lumx-color-accent-N: rgb(19, 134, 105) !default; // Neutral green color
440
- $lumx-color-accent-L1: rgba(19, 134, 105, 0.8) !default; // Base green color with 80% opacity
441
- $lumx-color-accent-L2: rgba(19, 134, 105, 0.6) !default; // Base green color with 60% opacity
442
- $lumx-color-accent-L3: rgba(19, 134, 105, 0.4) !default; // Base green color with 40% opacity
443
- $lumx-color-accent-L4: rgba(19, 134, 105, 0.2) !default; // Base green color with 20% opacity
444
- $lumx-color-accent-L5: rgba(19, 134, 105, 0.1) !default; // Base green color with 10% opacity
445
- $lumx-color-accent-L6: rgba(19, 134, 105, 0.05) !default; // Base green color with 5% opacity
419
+ $lumx-color-primary-D2: var(--lumx-color-primary-D2) !default; // Darkest blue color
420
+ $lumx-color-primary-D1: var(--lumx-color-primary-D1) !default; // Dark blue color
421
+ $lumx-color-primary-N: var(--lumx-color-primary-N) !default; // Neutral blue color
422
+ $lumx-color-primary-L1: var(--lumx-color-primary-L1) !default; // Base blue color with 80% opacity
423
+ $lumx-color-primary-L2: var(--lumx-color-primary-L2) !default; // Base blue color with 60% opacity
424
+ $lumx-color-primary-L3: var(--lumx-color-primary-L3) !default; // Base blue color with 40% opacity
425
+ $lumx-color-primary-L4: var(--lumx-color-primary-L4) !default; // Base blue color with 20% opacity
426
+ $lumx-color-primary-L5: var(--lumx-color-primary-L5) !default; // Base blue color with 10% opacity
427
+ $lumx-color-primary-L6: var(--lumx-color-primary-L6) !default; // Base blue color with 5% opacity
428
+ $lumx-color-secondary-D2: var(--lumx-color-secondary-D2) !default; // Darkest green color
429
+ $lumx-color-secondary-D1: var(--lumx-color-secondary-D1) !default; // Dark green color
430
+ $lumx-color-secondary-N: var(--lumx-color-secondary-N) !default; // Neutral green color
431
+ $lumx-color-secondary-L1: var(--lumx-color-secondary-L1) !default; // Base green color with 80% opacity
432
+ $lumx-color-secondary-L2: var(--lumx-color-secondary-L2) !default; // Base green color with 60% opacity
433
+ $lumx-color-secondary-L3: var(--lumx-color-secondary-L3) !default; // Base green color with 40% opacity
434
+ $lumx-color-secondary-L4: var(--lumx-color-secondary-L4) !default; // Base green color with 20% opacity
435
+ $lumx-color-secondary-L5: var(--lumx-color-secondary-L5) !default; // Base green color with 10% opacity
436
+ $lumx-color-secondary-L6: var(--lumx-color-secondary-L6) !default; // Base green color with 5% opacity
437
+ $lumx-color-accent-D2: var(--lumx-color-accent-D2) !default; // Darkest green color
438
+ $lumx-color-accent-D1: var(--lumx-color-accent-D1) !default; // Dark green color
439
+ $lumx-color-accent-N: var(--lumx-color-accent-N) !default; // Neutral green color
440
+ $lumx-color-accent-L1: var(--lumx-color-accent-L1) !default; // Base green color with 80% opacity
441
+ $lumx-color-accent-L2: var(--lumx-color-accent-L2) !default; // Base green color with 60% opacity
442
+ $lumx-color-accent-L3: var(--lumx-color-accent-L3) !default; // Base green color with 40% opacity
443
+ $lumx-color-accent-L4: var(--lumx-color-accent-L4) !default; // Base green color with 20% opacity
444
+ $lumx-color-accent-L5: var(--lumx-color-accent-L5) !default; // Base green color with 10% opacity
445
+ $lumx-color-accent-L6: var(--lumx-color-accent-L6) !default; // Base green color with 5% opacity
446
446
  $lumx-color-black-N: rgba(0, 0, 0, 0.87) !default; // Neutral dark color
447
447
  $lumx-color-black-L1: rgba(0, 0, 0, 0.7) !default; // Base dark color with 70% opacity
448
448
  $lumx-color-black-L2: rgba(0, 0, 0, 0.54) !default; // Base dark color with 54% opacity
@@ -78,3 +78,10 @@
78
78
  line-height: $lumx-tooltip-line-height;
79
79
  }
80
80
  }
81
+
82
+ .#{$lumx-base-prefix}-tooltip-anchor-wrapper {
83
+ width: fit-content;
84
+ // Prevent text selection on mobile device that would hinder long press.
85
+ -webkit-touch-callout: none;
86
+ user-select: none;
87
+ }