@policystudio/policy-studio-ui-vue 1.1.12 → 1.1.14
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/dist/css/psui_styles.css +6 -6
- package/package.json +2 -10
- package/tailwind.config.js +1 -1
- package/vetur/attributes.json +0 -1626
- package/vetur/tags.json +0 -718
package/dist/css/psui_styles.css
CHANGED
|
@@ -416,7 +416,7 @@ ul {
|
|
|
416
416
|
*/
|
|
417
417
|
|
|
418
418
|
html {
|
|
419
|
-
font-family: Lato; /* 1 */
|
|
419
|
+
font-family: Lato, sans-serif; /* 1 */
|
|
420
420
|
line-height: 1.5; /* 2 */
|
|
421
421
|
}
|
|
422
422
|
|
|
@@ -12881,7 +12881,7 @@ video {
|
|
|
12881
12881
|
}
|
|
12882
12882
|
|
|
12883
12883
|
.psui-font-sans{
|
|
12884
|
-
font-family: Lato;
|
|
12884
|
+
font-family: Lato, sans-serif;
|
|
12885
12885
|
}
|
|
12886
12886
|
|
|
12887
12887
|
.psui-font-hairline{
|
|
@@ -30286,7 +30286,7 @@ html {
|
|
|
30286
30286
|
}
|
|
30287
30287
|
|
|
30288
30288
|
.sm\:psui-font-sans{
|
|
30289
|
-
font-family: Lato;
|
|
30289
|
+
font-family: Lato, sans-serif;
|
|
30290
30290
|
}
|
|
30291
30291
|
|
|
30292
30292
|
.sm\:psui-font-hairline{
|
|
@@ -47481,7 +47481,7 @@ html {
|
|
|
47481
47481
|
}
|
|
47482
47482
|
|
|
47483
47483
|
.md\:psui-font-sans{
|
|
47484
|
-
font-family: Lato;
|
|
47484
|
+
font-family: Lato, sans-serif;
|
|
47485
47485
|
}
|
|
47486
47486
|
|
|
47487
47487
|
.md\:psui-font-hairline{
|
|
@@ -64676,7 +64676,7 @@ html {
|
|
|
64676
64676
|
}
|
|
64677
64677
|
|
|
64678
64678
|
.lg\:psui-font-sans{
|
|
64679
|
-
font-family: Lato;
|
|
64679
|
+
font-family: Lato, sans-serif;
|
|
64680
64680
|
}
|
|
64681
64681
|
|
|
64682
64682
|
.lg\:psui-font-hairline{
|
|
@@ -81871,7 +81871,7 @@ html {
|
|
|
81871
81871
|
}
|
|
81872
81872
|
|
|
81873
81873
|
.xl\:psui-font-sans{
|
|
81874
|
-
font-family: Lato;
|
|
81874
|
+
font-family: Lato, sans-serif;
|
|
81875
81875
|
}
|
|
81876
81876
|
|
|
81877
81877
|
.xl\:psui-font-hairline{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@policystudio/policy-studio-ui-vue",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.14",
|
|
4
4
|
"description": "Policy Studio UI",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"author": "Policy Studio Team",
|
|
@@ -20,8 +20,7 @@
|
|
|
20
20
|
"serve-prod": "concurrently --kill-others \"npm run watch-storybook\" \"npm run watch-prod-tailwind\"",
|
|
21
21
|
"watch-storybook": "start-storybook -p 6006",
|
|
22
22
|
"watch-prod-tailwind": "watch 'npm run build-tailwind' ./src/assets",
|
|
23
|
-
"watch-tailwind": "watch 'npm run build-temp-tailwind' ./src/assets"
|
|
24
|
-
"build-prop-intellisense": "vue-int --input src/components --output vetur --recursive"
|
|
23
|
+
"watch-tailwind": "watch 'npm run build-temp-tailwind' ./src/assets"
|
|
25
24
|
},
|
|
26
25
|
"dependencies": {
|
|
27
26
|
"core-js": "^3.6.5",
|
|
@@ -53,12 +52,5 @@
|
|
|
53
52
|
"vue-loader": "^15.9.8",
|
|
54
53
|
"vue-template-compiler": "^2.6.11",
|
|
55
54
|
"watch": "^1.0.2"
|
|
56
|
-
},
|
|
57
|
-
"optionalDependencies": {
|
|
58
|
-
"vue-intellisense": "^1.0.1"
|
|
59
|
-
},
|
|
60
|
-
"vetur": {
|
|
61
|
-
"tags": "vetur/tags.json",
|
|
62
|
-
"attributes": "vetur/attributes.json"
|
|
63
55
|
}
|
|
64
56
|
}
|