@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.
@@ -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.1.0",
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.1.0",
27
- "@baloise/ds-tokens": "17.1.0",
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",
@@ -24,3 +24,9 @@
24
24
 
25
25
  .cursor-not-allowed
26
26
  cursor: not-allowed !important
27
+
28
+ .pointer-events-auto
29
+ pointer-events: auto !important
30
+
31
+ .pointer-events-none
32
+ pointer-events: none !important