@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/css/design-tokens.css +1 -1
- package/js/constants/design-tokens.js +1 -1
- package/js/constants/design-tokens.min.js.map +1 -1
- package/js/constants/design-tokens.ts +1 -1
- package/js/constants/index.js +20 -0
- package/js/constants/index.min.js +1 -1
- package/js/constants/index.min.js.map +1 -1
- package/js/constants/index.ts +18 -0
- package/js/custom-colors.min.js.map +1 -1
- package/js/date-picker.min.js.map +1 -1
- package/js/date-picker.ts +1 -1
- package/js/utils.min.js.map +1 -1
- package/lumx.css +1 -1
- package/lumx.min.css +1 -1
- package/package.json +2 -2
- package/scss/_design-tokens.scss +28 -28
- package/scss/components/tooltip/_index.scss +7 -0
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.
|
|
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": "
|
|
85
|
+
"gitHead": "9c235120d0b26f0d06544dcbf161558a858a205c"
|
|
86
86
|
}
|
package/scss/_design-tokens.scss
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on Wed,
|
|
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:
|
|
420
|
-
$lumx-color-primary-D1:
|
|
421
|
-
$lumx-color-primary-N:
|
|
422
|
-
$lumx-color-primary-L1:
|
|
423
|
-
$lumx-color-primary-L2:
|
|
424
|
-
$lumx-color-primary-L3:
|
|
425
|
-
$lumx-color-primary-L4:
|
|
426
|
-
$lumx-color-primary-L5:
|
|
427
|
-
$lumx-color-primary-L6:
|
|
428
|
-
$lumx-color-secondary-D2:
|
|
429
|
-
$lumx-color-secondary-D1:
|
|
430
|
-
$lumx-color-secondary-N:
|
|
431
|
-
$lumx-color-secondary-L1:
|
|
432
|
-
$lumx-color-secondary-L2:
|
|
433
|
-
$lumx-color-secondary-L3:
|
|
434
|
-
$lumx-color-secondary-L4:
|
|
435
|
-
$lumx-color-secondary-L5:
|
|
436
|
-
$lumx-color-secondary-L6:
|
|
437
|
-
$lumx-color-accent-D2:
|
|
438
|
-
$lumx-color-accent-D1:
|
|
439
|
-
$lumx-color-accent-N:
|
|
440
|
-
$lumx-color-accent-L1:
|
|
441
|
-
$lumx-color-accent-L2:
|
|
442
|
-
$lumx-color-accent-L3:
|
|
443
|
-
$lumx-color-accent-L4:
|
|
444
|
-
$lumx-color-accent-L5:
|
|
445
|
-
$lumx-color-accent-L6:
|
|
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
|
+
}
|