@baloise/ds-styles 17.1.0 → 17.2.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/css/all.css +9 -1
- package/css/all.css.map +1 -1
- package/css/all.min.css +1 -1
- package/css/baloise-design-system.css +9 -1
- package/css/baloise-design-system.css.map +1 -1
- package/css/baloise-design-system.min.css +1 -1
- package/css/basic.css +1 -1
- package/css/basic.css.map +1 -1
- package/css/core.css +1 -1
- package/css/core.css.map +1 -1
- package/css/utilities/all.css +8 -0
- package/css/utilities/all.css.map +1 -1
- package/css/utilities/all.min.css +1 -1
- package/css/utilities/interaction.css +8 -0
- package/css/utilities/interaction.css.map +1 -1
- package/css/utilities/interaction.min.css +1 -1
- package/package.json +3 -3
- package/src/generated/interaction.sass +6 -0
|
@@ -41,4 +41,12 @@
|
|
|
41
41
|
.cursor-not-allowed {
|
|
42
42
|
cursor: not-allowed !important;
|
|
43
43
|
}
|
|
44
|
+
|
|
45
|
+
.pointer-events-auto {
|
|
46
|
+
pointer-events: auto !important;
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
.pointer-events-none {
|
|
50
|
+
pointer-events: none !important;
|
|
51
|
+
}
|
|
44
52
|
/*# sourceMappingURL=utilities/interaction.css.map */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sourceRoot":"","sources":["file:///home/runner/work/design-system/design-system/packages/styles/src/generated/interaction.sass"],"names":[],"mappings":"AAAA;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE","sourcesContent":[".select-none\n user-select: none !important\n\n.select-text\n user-select: text !important\n\n.select-all\n user-select: all !important\n\n.select-auto\n user-select: auto !important\n\n.cursor-auto\n cursor: auto !important\n\n.cursor-pointer\n cursor: pointer !important\n\n.cursor-wait\n cursor: wait !important\n\n.cursor-move\n cursor: move !important\n\n.cursor-not-allowed\n cursor: not-allowed !important\n"]}
|
|
1
|
+
{"version":3,"sourceRoot":"","sources":["file:///home/runner/work/design-system/design-system/packages/styles/src/generated/interaction.sass"],"names":[],"mappings":"AAAA;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE;;;AAEF;EACE","sourcesContent":[".select-none\n user-select: none !important\n\n.select-text\n user-select: text !important\n\n.select-all\n user-select: all !important\n\n.select-auto\n user-select: auto !important\n\n.cursor-auto\n cursor: auto !important\n\n.cursor-pointer\n cursor: pointer !important\n\n.cursor-wait\n cursor: wait !important\n\n.cursor-move\n cursor: move !important\n\n.cursor-not-allowed\n cursor: not-allowed !important\n\n.pointer-events-auto\n pointer-events: auto !important\n\n.pointer-events-none\n pointer-events: none !important\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
.select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.select-text{-webkit-user-select:text!important;-moz-user-select:text!important;user-select:text!important}.select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.cursor-auto{cursor:auto!important}.cursor-pointer{cursor:pointer!important}.cursor-wait{cursor:wait!important}.cursor-move{cursor:move!important}.cursor-not-allowed{cursor:not-allowed!important}
|
|
1
|
+
.select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.select-text{-webkit-user-select:text!important;-moz-user-select:text!important;user-select:text!important}.select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.cursor-auto{cursor:auto!important}.cursor-pointer{cursor:pointer!important}.cursor-wait{cursor:wait!important}.cursor-move{cursor:move!important}.cursor-not-allowed{cursor:not-allowed!important}.pointer-events-auto{pointer-events:auto!important}.pointer-events-none{pointer-events:none!important}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baloise/ds-styles",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.2.0",
|
|
4
4
|
"description": "The Baloise Design-System is an open source project for styling awesome web applications that follow the Baloise corporate styling guidelines.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -23,8 +23,8 @@
|
|
|
23
23
|
"src/"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@baloise/ds-fonts": "17.
|
|
27
|
-
"@baloise/ds-tokens": "17.
|
|
26
|
+
"@baloise/ds-fonts": "17.2.0",
|
|
27
|
+
"@baloise/ds-tokens": "17.2.0",
|
|
28
28
|
"@phenomnomnominal/tsquery": "6.1.3",
|
|
29
29
|
"cheerio": "1.0.0-rc.12",
|
|
30
30
|
"glob": "10.3.10",
|