@globalbrain/sefirot 2.0.0-draft.4 → 2.0.0-draft.5

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/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ # [2.0.0-draft.5](https://github.com/globalbrain/sefirot/compare/v2.0.0-draft.4...v2.0.0-draft.5) (2022-02-16)
2
+
3
+ ### Features
4
+
5
+ * **icon:** add a mail icon ([#115](https://github.com/globalbrain/sefirot/issues/115)) ([b3c24a7](https://github.com/globalbrain/sefirot/commit/b3c24a7602936fcba3fdc5ea51a8600adb15ec2c))
6
+
1
7
  # [2.0.0-draft.4](https://github.com/globalbrain/sefirot/compare/v2.0.0-draft.3...v2.0.0-draft.4) (2021-12-22)
2
8
 
3
9
  ### Features
@@ -59,7 +59,7 @@ interface Value {
59
59
 
60
60
  type ValueType = 'hour' | 'minute' | 'second'
61
61
 
62
- export interface Fields {
62
+ interface Fields {
63
63
  hour?: boolean
64
64
  minute?: boolean
65
65
  second?: boolean
@@ -0,0 +1,6 @@
1
+ <template>
2
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
3
+ <path d="M20,21H4a3,3,0,0,1-3-3V6A3,3,0,0,1,4,3H20a3,3,0,0,1,3,3V18A3,3,0,0,1,20,21ZM4,5A1,1,0,0,0,3,6V18a1,1,0,0,0,1,1H20a1,1,0,0,0,1-1V6a1,1,0,0,0-1-1Z" />
4
+ <path d="M12,14a1,1,0,0,1-.57-.18l-10-7A1,1,0,1,1,2.57,5.18L12,11.78l9.43-6.6a1,1,0,1,1,1.14,1.64l-10,7A1,1,0,0,1,12,14Z" />
5
+ </svg>
6
+ </template>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalbrain/sefirot",
3
- "version": "2.0.0-draft.4",
3
+ "version": "2.0.0-draft.5",
4
4
  "description": "Vue Components for Global Brain Design System.",
5
5
  "files": [
6
6
  "lib"
@@ -9,8 +9,8 @@
9
9
  "type": "vue-tsc --noEmit",
10
10
  "lint": "eslint --ext .js,.vue --ignore-path .gitignore --fix './{lib,tests}/**/*.{ts,vue}'",
11
11
  "lint:fail": "eslint --ext .js,.vue --ignore-path .gitignore './{lib,tests}/**/*.{ts,vue}'",
12
- "jest": "jest",
13
- "coverage": "jest --collect-coverage",
12
+ "vitest": "vitest",
13
+ "coverage": "vitest run --coverage",
14
14
  "test": "yarn type && yarn lint && yarn coverage",
15
15
  "test:fail": "yarn type && yarn lint:fail && yarn coverage",
16
16
  "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s",
@@ -33,50 +33,50 @@
33
33
  "peerDependencies": {
34
34
  "@types/body-scroll-lock": "^3.1.0",
35
35
  "@types/lodash-es": "^4.17.5",
36
- "@vuelidate/core": "^2.0.0-alpha.32",
37
- "@vuelidate/validators": "^2.0.0-alpha.25",
36
+ "@vuelidate/core": "^2.0.0-alpha.34",
37
+ "@vuelidate/validators": "^2.0.0-alpha.26",
38
38
  "body-scroll-lock": "^4.0.0-beta.0",
39
- "fuse.js": "^6.4.6",
39
+ "fuse.js": "^6.5.3",
40
40
  "lodash-es": "^4.17.21",
41
41
  "normalize.css": "^8.0.1",
42
- "postcss": "^8.4.4",
42
+ "postcss": "^8.4.6",
43
43
  "postcss-nested": "^5.0.6",
44
- "typescript": "^4.4.0",
45
- "vue": "^3.2.0",
44
+ "typescript": "^4.5.5",
45
+ "vue": "^3.2.31",
46
46
  "vue-router": "^4.0.12",
47
- "vue-tsc": "^0.3.0",
47
+ "vue-tsc": "^0.31.4",
48
48
  "vuex": "^4.0.2"
49
49
  },
50
50
  "devDependencies": {
51
- "@babel/core": "^7.16.0",
51
+ "@babel/core": "^7.17.4",
52
52
  "@types/body-scroll-lock": "^3.1.0",
53
- "@types/jest": "^27.0.3",
54
- "@types/lodash-es": "^4.17.5",
55
- "@typescript-eslint/parser": "^5.2.0",
53
+ "@types/lodash-es": "^4.17.6",
54
+ "@typescript-eslint/parser": "^5.12.0",
55
+ "@vitejs/plugin-vue": "^2.2.0",
56
56
  "@vue/test-utils": "^2.0.0-rc.17",
57
- "@vuelidate/core": "^2.0.0-alpha.32",
58
- "@vuelidate/validators": "^2.0.0-alpha.25",
59
- "babel-jest": "^26.0.0",
57
+ "@vuelidate/core": "^2.0.0-alpha.34",
58
+ "@vuelidate/validators": "^2.0.0-alpha.26",
60
59
  "body-scroll-lock": "^4.0.0-beta.0",
60
+ "c8": "^7.11.0",
61
61
  "codecov": "^3.8.3",
62
- "conventional-changelog-cli": "^2.1.1",
62
+ "conventional-changelog-cli": "^2.2.2",
63
63
  "dayjs": "^1.10.7",
64
- "eslint": "^8.3.0",
65
- "eslint-plugin-jest": "^25.3.0",
66
- "eslint-plugin-vue": "^8.0.1",
67
- "fuse.js": "^6.4.6",
68
- "jest": "^26.0.0",
69
- "lodash": "^4.17.21",
64
+ "enquirer": "^2.3.6",
65
+ "eslint": "^8.9.0",
66
+ "eslint-plugin-vue": "^8.4.1",
67
+ "execa": "^5.1.1",
68
+ "fuse.js": "^6.5.3",
69
+ "happy-dom": "^2.31.1",
70
70
  "lodash-es": "^4.17.21",
71
71
  "normalize.css": "^8.0.1",
72
- "postcss": "^8.4.4",
72
+ "postcss": "^8.4.6",
73
73
  "postcss-nested": "^5.0.6",
74
- "ts-jest": "^26.0.0",
75
- "typescript": "^4.4.0",
76
- "vue": "^3.2.0",
77
- "vue-jest": "^5.0.0-alpha.10",
74
+ "typescript": "^4.5.5",
75
+ "vite": "^2.8.3",
76
+ "vitest": "^0.3.5",
77
+ "vue": "^3.2.31",
78
78
  "vue-router": "^4.0.12",
79
- "vue-tsc": "^0.3.0",
79
+ "vue-tsc": "^0.31.4",
80
80
  "vuex": "^4.0.2"
81
81
  }
82
82
  }
package/lib/.DS_Store DELETED
Binary file
Binary file
Binary file