@webitel/ui-sdk 1.0.12 → 1.0.13

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -8,7 +8,8 @@
8
8
  "build:app": "vue-cli-service build",
9
9
  "test:unit": "vue-cli-service test:unit",
10
10
  "lint": "vue-cli-service lint --fix",
11
- "publish-lib": "npm run test:unit && npm run build && npm publish --access public"
11
+ "publish-lib": "npm run test:unit && npm run build && npm publish --access public",
12
+ "prepare": "husky install"
12
13
  },
13
14
  "main": "./dist/@webitel/ui-sdk.common.js",
14
15
  "files": [
@@ -59,6 +60,7 @@
59
60
  "sass-loader": "^10.2.0",
60
61
  "svg-url-loader": "^6.0.0",
61
62
  "vue-template-compiler": "^2.6.11",
62
- "vuex": "^3.6.2"
63
+ "vuex": "^3.6.2",
64
+ "husky": "^7.0.0"
63
65
  }
64
66
  }
@@ -6,7 +6,7 @@
6
6
  weight: 600;
7
7
  }
8
8
  line-height: 48px;
9
- letter-spacing: 0.28px; // 0.02em
9
+ //letter-spacing: 0.28px; // 0.02em
10
10
  }
11
11
 
12
12
  %typo-heading-2 {
@@ -16,7 +16,7 @@
16
16
  weight: 600;
17
17
  }
18
18
  line-height: 40px;
19
- letter-spacing: 0.28px; // 0.02em
19
+ //letter-spacing: 0.28px; // 0.02em
20
20
  }
21
21
 
22
22
  %typo-heading-3 {
@@ -26,7 +26,7 @@
26
26
  weight: 600;
27
27
  }
28
28
  line-height: 32px;
29
- letter-spacing: 0.28px; // 0.02em
29
+ //letter-spacing: 0.28px; // 0.02em
30
30
  }
31
31
 
32
32
  %typo-subtitle-1 {
@@ -36,7 +36,7 @@
36
36
  weight: 500;
37
37
  }
38
38
  line-height: 24px;
39
- letter-spacing: 0.28px; // 0.02em
39
+ //letter-spacing: 0.28px; // 0.02em
40
40
  }
41
41
 
42
42
  %typo-subtitle-2 {
@@ -46,7 +46,7 @@
46
46
  weight: 500;
47
47
  }
48
48
  line-height: 20px;
49
- letter-spacing: 0.28px; // 0.02em
49
+ //letter-spacing: 0.28px; // 0.02em
50
50
  }
51
51
 
52
52
  %typo-body-1 {
@@ -56,7 +56,7 @@
56
56
  weight: 400;
57
57
  }
58
58
  line-height: 24px;
59
- letter-spacing: 0.56px; // 0.04em
59
+ //letter-spacing: 0.56px; // 0.04em
60
60
  }
61
61
 
62
62
  %typo-body-2 {
@@ -66,18 +66,18 @@
66
66
  weight: 400;
67
67
  }
68
68
  line-height: 20px;
69
- letter-spacing: 0.16px; // 0.01em
69
+ //letter-spacing: 0.16px; // 0.01em
70
70
  }
71
71
 
72
72
  %typo-button {
73
73
  font: {
74
74
  family: 'Montserrat', monospace;
75
75
  size: 12px;
76
- weight: 500;
76
+ weight: 600;
77
77
  }
78
78
  text-transform: uppercase;
79
79
  line-height: 24px;
80
- letter-spacing: 0.96px; // 0.06em
80
+ //letter-spacing: 0.96px; // 0.06em
81
81
  }
82
82
 
83
83
  %typo-caption {
@@ -87,7 +87,7 @@
87
87
  weight: 400;
88
88
  }
89
89
  line-height: 16px;
90
- letter-spacing: 0.48px; // 0.03em
90
+ //letter-spacing: 0.48px; // 0.03em
91
91
  }
92
92
 
93
93
  %typo-overline {
@@ -98,5 +98,5 @@
98
98
  }
99
99
  line-height: 20px;
100
100
  text-transform: uppercase;
101
- letter-spacing: 2.56px; // 0.16em
101
+ //letter-spacing: 2.56px; // 0.16em
102
102
  }