@rypen-dev/shared-components 4.0.1 → 4.0.2

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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rypen-dev/shared-components",
3
3
  "description": "Shared styles and Vuejs ui components for Rypen projects.",
4
- "version": "4.0.1",
4
+ "version": "4.0.2",
5
5
  "main": "./dist/index.js",
6
6
  "scripts": {
7
7
  "build": "webpack --config ./webpack.config.js",
@@ -12,8 +12,7 @@
12
12
  "@rypen-dev/helpers": "1.0.19",
13
13
  "foundation-sites": "6.8.1",
14
14
  "moment": "2.29.4",
15
- "vue": "3.3.4",
16
- "vue3-touch-events": "4.1.3"
15
+ "vue": "3.3.4"
17
16
  },
18
17
  "devDependencies": {
19
18
  "@babel/cli": "7.22.10",
@@ -940,7 +940,8 @@ select {
940
940
  }
941
941
  }
942
942
 
943
- a {
943
+ a,
944
+ span {
944
945
  display: block;
945
946
  width: 36px;
946
947
  height: 36px;
@@ -1012,7 +1013,8 @@ select {
1012
1013
  bottom: 4px;
1013
1014
  }
1014
1015
 
1015
- a {
1016
+ a,
1017
+ span {
1016
1018
  cursor: default;
1017
1019
 
1018
1020
  &::before {
@@ -1074,7 +1076,8 @@ select {
1074
1076
  height: 26px;
1075
1077
  }
1076
1078
 
1077
- a {
1079
+ a,
1080
+ span {
1078
1081
  width: 18px;
1079
1082
  height: 18px;
1080
1083
  }
@@ -1082,8 +1085,11 @@ select {
1082
1085
  }
1083
1086
 
1084
1087
  @media screen and (max-width: map-get($breakpoints, medium) - 1px) {
1085
- a .preview {
1086
- display: none !important;
1088
+ a,
1089
+ span {
1090
+ .preview {
1091
+ display: none !important;
1092
+ }
1087
1093
  }
1088
1094
  }
1089
1095
 
@@ -1094,7 +1100,8 @@ select {
1094
1100
  width: 40px;
1095
1101
  height: 40px;
1096
1102
 
1097
- a {
1103
+ a,
1104
+ span {
1098
1105
  width: 30px;
1099
1106
  height: 30px;
1100
1107
  }
package/webpack.config.js CHANGED
@@ -36,7 +36,7 @@ module.exports = {
36
36
  },
37
37
  },
38
38
  {
39
- test: /\.(jpg|png|gif|svg)$/i,
39
+ test: /\.(jpe?g|png|gif|svg)$/i,
40
40
  type: 'asset/inline',
41
41
  // loader: 'url-loader',
42
42
  // options: {