@mjsz-vbr-elements/shared 2.10.0 → 2.11.1

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.
@@ -5,7 +5,9 @@
5
5
  background-color: #fff;
6
6
  padding: 15px;
7
7
  margin-bottom: 20px;
8
- box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 2px 2px 0 rgba(0, 0, 0, 0.1);
8
+ box-shadow:
9
+ 0 2px 4px 0 rgba(0, 0, 0, 0.1),
10
+ 0 2px 2px 0 rgba(0, 0, 0, 0.1);
9
11
  }
10
12
 
11
13
  .is-card > div {
@@ -12,7 +12,7 @@
12
12
  .is-dropdown-menu .is-dropdown-item {
13
13
  display: flex;
14
14
  align-items: center;
15
- padding: .25rem 1rem;
15
+ padding: 0.25rem 1rem;
16
16
  font-family: var(--vbr-widget-font-family);
17
17
  line-height: 24px;
18
18
  color: var(--vbr-widget-dropdown-item-color);
@@ -10,7 +10,9 @@
10
10
  font-weight: 400;
11
11
  line-height: 1.5;
12
12
  background-color: #fff;
13
- transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
13
+ transition:
14
+ border-color 0.15s ease-in-out,
15
+ box-shadow 0.15s ease-in-out;
14
16
  appearance: none;
15
17
  }
16
18
 
@@ -3,10 +3,9 @@
3
3
 
4
4
  .mjsz-vbr-playoffs .mjsz-vbr-table-grid {
5
5
  display: grid;
6
- grid-template-columns: 60px 160px minmax(60px, 0.41fr) minmax(160px, 1fr) minmax(40px, 60px) 70px minmax(160px, 1fr) minmax(
7
- 180px,
8
- 0.9fr
9
- );
6
+ grid-template-columns:
7
+ 60px 160px minmax(60px, 0.41fr) minmax(160px, 1fr) minmax(40px, 60px) 70px minmax(160px, 1fr)
8
+ minmax(180px, 0.9fr);
10
9
  color: var(--vbr-widget-table-color);
11
10
  }
12
11
 
package/package.json CHANGED
@@ -1,14 +1,10 @@
1
1
  {
2
2
  "name": "@mjsz-vbr-elements/shared",
3
+ "type": "module",
4
+ "version": "2.11.1",
3
5
  "private": false,
4
- "version": "2.10.0",
5
6
  "author": "Ákos Stegner <akos.stegner@gmail.com>",
6
7
  "homepage": "https://api.icehockey.hu/widgets/docs/v2/",
7
- "type": "module",
8
- "files": [
9
- "dist"
10
- ],
11
- "module": "./dist/icons/index.js",
12
8
  "exports": {
13
9
  ".": {
14
10
  "import": "./dist/icons/index.js"
@@ -21,12 +17,18 @@
21
17
  "require": "./dist/css/*.css"
22
18
  }
23
19
  },
20
+ "module": "./dist/icons/index.js",
21
+ "files": [
22
+ "dist"
23
+ ],
24
24
  "devDependencies": {
25
25
  "@vitejs/plugin-vue": "^5.2.1",
26
+ "@zeecoder/postcss-container-query": "^3.1.0",
26
27
  "glob": "^11.0.1",
27
28
  "nodemon": "^3.1.9",
28
29
  "postcss": "^8.4.49",
29
30
  "postcss-import": "^16.1.0",
31
+ "postcss-media-minmax": "^5.0.0",
30
32
  "postcss-mixins": "^11.0.3",
31
33
  "postcss-nested": "^7.0.2",
32
34
  "postcss-prefixer": "^3.0.0",