@govnepal/css 0.1.0 → 0.2.0

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.
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="726" height="885" viewBox="-17.582 -4.664 71.571 87.246"><title>Flag of Nepal</title><use xlink:href="#a" stroke="#003893" stroke-width="5.165"/><path id="a" fill="#dc143c" d="M-15 37.574h60L-15 0v80h60l-60-60z"/><g fill="#fff"><path d="M-11.95 23.483a12.84 12.84 0 0 0 23.9 0 11.95 11.95 0 0 1-23.9 0"/><g transform="translate(0 29.045)scale(5.56106)"><circle r="1"/><g id="d"><g id="c"><path id="b" d="M.195-.98 0-1.39l-.195.408" transform="rotate(11.25)"/><use xlink:href="#b" transform="rotate(22.5)"/><use xlink:href="#b" transform="rotate(45)"/></g><use xlink:href="#c" transform="rotate(67.5)"/></g><use xlink:href="#d" transform="scale(-1 1)"/></g><g transform="translate(0 58.787)scale(8.1434)"><circle r="1"/><g id="g"><g id="f"><path id="e" d="M.259.966 0 1.576l-.259-.61"/><use xlink:href="#e" transform="rotate(180)"/></g><use xlink:href="#f" transform="rotate(90)"/></g><use xlink:href="#g" transform="rotate(30)"/><use xlink:href="#g" transform="rotate(60)"/></g></g></svg>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@govnepal/css",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Civic Calm — the framework-agnostic stylesheet. Semantic HTML plus .gov-* classes, no JavaScript.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -29,13 +29,14 @@
29
29
  "exports": {
30
30
  "./civic-calm.css": "./dist/civic-calm.css",
31
31
  "./fonts.css": "./dist/fonts.css",
32
- "./fonts/*": "./dist/fonts/*"
32
+ "./fonts/*": "./dist/fonts/*",
33
+ "./emblems/*": "./dist/emblems/*"
33
34
  },
34
35
  "publishConfig": {
35
36
  "access": "public"
36
37
  },
37
38
  "dependencies": {
38
- "@govnepal/tokens": "^0.1.0"
39
+ "@govnepal/tokens": "^0.2.0"
39
40
  },
40
41
  "devDependencies": {
41
42
  "yaml": "^2.9.0"