@ukho/admiralty-core 4.0.0-next.3 → 4.0.0-next.4
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/docs/docs.json +1 -1
- package/package.json +4 -4
- package/themes/default.css +1 -1
package/docs/docs.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ukho/admiralty-core",
|
|
3
|
-
"version": "4.0.0-next.
|
|
3
|
+
"version": "4.0.0-next.4",
|
|
4
4
|
"description": "Stencil Component Starter",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -18,8 +18,8 @@
|
|
|
18
18
|
"themes/"
|
|
19
19
|
],
|
|
20
20
|
"scripts": {
|
|
21
|
-
"build": "yarn build.css && stencil build",
|
|
22
|
-
"build.css": "yarn css.sass && yarn css.minify",
|
|
21
|
+
"build": "yarn run build.css && stencil build",
|
|
22
|
+
"build.css": "yarn run css.sass && yarn run css.minify",
|
|
23
23
|
"css.minify": "cleancss -O2 -o styles/admiralty.bundle.css styles/admiralty.bundle.css",
|
|
24
24
|
"css.sass": "sass --embed-sources src/styles/css:./styles",
|
|
25
25
|
"start": "stencil build --dev --watch --serve --no-open",
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"license": "MIT",
|
|
73
73
|
"url": "https://github.com/UKHO/admiralty-design-system",
|
|
74
74
|
"repository": "git://github.com/UKHO/admiralty-design-system.git",
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "d67b845de4aed4186cd18567b99f43f260e1be92"
|
|
76
76
|
}
|
package/themes/default.css
CHANGED
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
--admiralty-font-size-4: 2rem;
|
|
102
102
|
--admiralty-font-size-5: 2.25rem;
|
|
103
103
|
--admiralty-font-size-6: 2.75rem;
|
|
104
|
-
--
|
|
104
|
+
--admiralty-font-size-7: 3.5rem;
|
|
105
105
|
|
|
106
106
|
/** Font Weight **/
|
|
107
107
|
--admiralty-font-weight-normal: 300;
|