@sankhyalabs/ez-design 5.7.0 → 5.7.2-dev.1

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,4 @@
1
+ #!/usr/bin/env sh
2
+ . "$(dirname -- "$0")/_/husky.sh"
3
+
4
+ npx --no -- commitlint --edit "${1}"
package/.releaserc CHANGED
@@ -1,36 +1,58 @@
1
1
  {
2
- "plugins": [
3
- [
4
- "@semantic-release/commit-analyzer",
5
- {
6
- "preset": "angular",
7
- "releaseRules": [
8
- {
9
- "type": "breaking",
10
- "scope": "API",
11
- "release": "major"
12
- }
13
- ]
14
- }
15
- ],
2
+ "tagFormat": "v${version}",
3
+ "branches": [
4
+ "master",
5
+ { "name": "develop", "channel": "dev", "prerelease": "dev" },
6
+ { "name": "release", "channel": "rc", "prerelease": "rc" }
7
+ ],
8
+ "plugins": [
9
+ [
10
+ "@semantic-release/commit-analyzer",
11
+ {
12
+ "preset": "conventionalcommits",
13
+ "releaseRules": [
14
+ { "breaking": true, "release": "major" } ,
15
+ { "revert": true, "release": "patch" } ,
16
+ { "type": "feat", "release": "minor" } ,
17
+ { "type": "fix", "release": "patch" } ,
18
+ { "type": "perf", "release": "patch" } ,
19
+ { "type": "refactor", "release": "patch" } ,
20
+ { "type": "build", "release": "patch" } ,
21
+ { "type": "ci", "release": "patch" } ,
22
+ { "scope": "no-release", "release": false }
23
+ ]
24
+ }
25
+ ],
26
+ [
16
27
  "@semantic-release/release-notes-generator",
17
- [
18
- "@semantic-release/npm",
19
- {
20
- "npmPublish": true
21
- }
22
- ],
23
- [
24
- "@semantic-release/gitlab",
25
- {
26
- "gitlabUrl": "https://git.sankhya.com.br",
27
- "gitlabApiPathPrefix": "/api/v4"
28
+ {
29
+ "preset": "conventionalcommits",
30
+ "presetConfig": {
31
+ "types": [
32
+ { "type": "feat" , "section": "Features" },
33
+ { "type": "fix" , "section": "Bug Fixes" },
34
+ { "type": "refactor", "section": "Refactor" , "hidden": false },
35
+ { "type": "ci" , "section": "Build projects", "hidden": false },
36
+ { "type": "build" , "section": "Build projects", "hidden": false }
37
+ ]
28
38
  }
29
- ]
39
+ }
40
+ ],
41
+ [
42
+ "@semantic-release/exec",
43
+ { "verifyReleaseCmd": "echo ${nextRelease.version} > .VERSION" }
30
44
  ],
31
- "branches": [
32
- {"name": "master"},
33
- {"name": "beta", "channel": "beta", "prerelease": true},
34
- "+([0-9])?(.{+([0-9]),x}).x"
45
+ "@semantic-release/changelog",
46
+ "@semantic-release/gitlab",
47
+ [
48
+ "@sankhyalabs/semantic-release-backmerge",
49
+ {
50
+ "branches": [
51
+ { "from": "master" , "to": "develop" },
52
+ { "from": "master" , "to": "release" },
53
+ { "from": "release", "to": "develop" }
54
+ ]
55
+ }
35
56
  ]
36
- }
57
+ ]
58
+ }
@@ -0,0 +1,14 @@
1
+ module.exports = {
2
+ extends: ['@commitlint/config-conventional'],
3
+ rules: {
4
+ 'type-enum': [2, 'always', ['feat', 'fix', 'docs', 'ci']],
5
+ 'references-empty': [2, 'never'],
6
+ 'subject-case': [0, 'never']
7
+ },
8
+ parserPreset: {
9
+ parserOpts: {
10
+ issuePrefixes: ['(KB|kb|SKA|ska|OS|os)[-:][0-9]+'],
11
+ issuePrefixesCaseSensitive: true
12
+ }
13
+ }
14
+ };
@@ -1,11 +1,11 @@
1
1
  @font-face {
2
2
  font-family: "ez-icons";
3
- src: url('ez-icons.eot?t=1702407974139'); /* IE9*/
4
- src: url('ez-icons.eot?t=1702407974139#iefix') format('embedded-opentype'), /* IE6-IE8 */
5
- url("ez-icons.woff2?t=1702407974139") format("woff2"),
6
- url("ez-icons.woff?t=1702407974139") format("woff"),
7
- url('ez-icons.ttf?t=1702407974139') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
8
- url('ez-icons.svg?t=1702407974139#ez-icons') format('svg'); /* iOS 4.1- */
3
+ src: url('ez-icons.eot?t=1703019088495'); /* IE9*/
4
+ src: url('ez-icons.eot?t=1703019088495#iefix') format('embedded-opentype'), /* IE6-IE8 */
5
+ url("ez-icons.woff2?t=1703019088495") format("woff2"),
6
+ url("ez-icons.woff?t=1703019088495") format("woff"),
7
+ url('ez-icons.ttf?t=1703019088495') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
8
+ url('ez-icons.svg?t=1703019088495#ez-icons') format('svg'); /* iOS 4.1- */
9
9
  }
10
10
 
11
11
  [class^="ez-icon-"], [class*=" ez-icon-"] {
@@ -1,10 +1,10 @@
1
1
  @font-face {font-family: "ez-icons";
2
- src: url('ez-icons.eot?t=1702407974139'); /* IE9*/
3
- src: url('ez-icons.eot?t=1702407974139#iefix') format('embedded-opentype'), /* IE6-IE8 */
4
- url("ez-icons.woff2?t=1702407974139") format("woff2"),
5
- url("ez-icons.woff?t=1702407974139") format("woff"),
6
- url('ez-icons.ttf?t=1702407974139') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7
- url('ez-icons.svg?t=1702407974139#ez-icons') format('svg'); /* iOS 4.1- */
2
+ src: url('ez-icons.eot?t=1703019088495'); /* IE9*/
3
+ src: url('ez-icons.eot?t=1703019088495#iefix') format('embedded-opentype'), /* IE6-IE8 */
4
+ url("ez-icons.woff2?t=1703019088495") format("woff2"),
5
+ url("ez-icons.woff?t=1703019088495") format("woff"),
6
+ url('ez-icons.ttf?t=1703019088495') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7
+ url('ez-icons.svg?t=1703019088495#ez-icons') format('svg'); /* iOS 4.1- */
8
8
  }
9
9
 
10
10
  [class^="ez-icon-"], [class*=" ez-icon-"] {
@@ -1,10 +1,10 @@
1
1
  @font-face {font-family: "ez-icons";
2
- src: url('ez-icons.eot?t=1702407974139'); /* IE9*/
3
- src: url('ez-icons.eot?t=1702407974139#iefix') format('embedded-opentype'), /* IE6-IE8 */
4
- url("ez-icons.woff2?t=1702407974139") format("woff2"),
5
- url("ez-icons.woff?t=1702407974139") format("woff"),
6
- url('ez-icons.ttf?t=1702407974139') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7
- url('ez-icons.svg?t=1702407974139#ez-icons') format('svg'); /* iOS 4.1- */
2
+ src: url('ez-icons.eot?t=1703019088495'); /* IE9*/
3
+ src: url('ez-icons.eot?t=1703019088495#iefix') format('embedded-opentype'), /* IE6-IE8 */
4
+ url("ez-icons.woff2?t=1703019088495") format("woff2"),
5
+ url("ez-icons.woff?t=1703019088495") format("woff"),
6
+ url('ez-icons.ttf?t=1703019088495') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7
+ url('ez-icons.svg?t=1703019088495#ez-icons') format('svg'); /* iOS 4.1- */
8
8
  }
9
9
 
10
10
  [class^="ez-icon-"], [class*=" ez-icon-"] {
@@ -1,10 +1,10 @@
1
1
  @font-face {font-family: "ez-icons";
2
- src: url('ez-icons.eot?t=1702407974139'); /* IE9*/
3
- src: url('ez-icons.eot?t=1702407974139#iefix') format('embedded-opentype'), /* IE6-IE8 */
4
- url("ez-icons.woff2?t=1702407974139") format("woff2"),
5
- url("ez-icons.woff?t=1702407974139") format("woff"),
6
- url('ez-icons.ttf?t=1702407974139') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7
- url('ez-icons.svg?t=1702407974139#ez-icons') format('svg'); /* iOS 4.1- */
2
+ src: url('ez-icons.eot?t=1703019088495'); /* IE9*/
3
+ src: url('ez-icons.eot?t=1703019088495#iefix') format('embedded-opentype'), /* IE6-IE8 */
4
+ url("ez-icons.woff2?t=1703019088495") format("woff2"),
5
+ url("ez-icons.woff?t=1703019088495") format("woff"),
6
+ url('ez-icons.ttf?t=1703019088495') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7
+ url('ez-icons.svg?t=1703019088495#ez-icons') format('svg'); /* iOS 4.1- */
8
8
  }
9
9
 
10
10
  [class^="ez-icon-"], [class*=" ez-icon-"] {
@@ -1,10 +1,10 @@
1
1
  @font-face {font-family: "ez-icons";
2
- src: url('ez-icons.eot?t=1702407974139'); /* IE9*/
3
- src: url('ez-icons.eot?t=1702407974139#iefix') format('embedded-opentype'), /* IE6-IE8 */
4
- url("ez-icons.woff2?t=1702407974139") format("woff2"),
5
- url("ez-icons.woff?t=1702407974139") format("woff"),
6
- url('ez-icons.ttf?t=1702407974139') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7
- url('ez-icons.svg?t=1702407974139#ez-icons') format('svg'); /* iOS 4.1- */
2
+ src: url('ez-icons.eot?t=1703019088495'); /* IE9*/
3
+ src: url('ez-icons.eot?t=1703019088495#iefix') format('embedded-opentype'), /* IE6-IE8 */
4
+ url("ez-icons.woff2?t=1703019088495") format("woff2"),
5
+ url("ez-icons.woff?t=1703019088495") format("woff"),
6
+ url('ez-icons.ttf?t=1703019088495') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
7
+ url('ez-icons.svg?t=1703019088495#ez-icons') format('svg'); /* iOS 4.1- */
8
8
  }
9
9
 
10
10
  [class^="ez-icon-"], [class*=" ez-icon-"] {
@@ -72,12 +72,12 @@
72
72
  /* IE9*/
73
73
  src: url("ez-icons.eot#iefix") format("embedded-opentype"),
74
74
  /* IE6-IE8 */
75
- url("ez-icons.woff2?1702407974154") format("woff2"),
76
- url("ez-icons.woff?1702407974154") format("woff"),
75
+ url("ez-icons.woff2?1703019088510") format("woff2"),
76
+ url("ez-icons.woff?1703019088510") format("woff"),
77
77
  /* chrome, firefox */
78
- url("ez-icons.ttf?1702407974154") format("truetype"),
78
+ url("ez-icons.ttf?1703019088510") format("truetype"),
79
79
  /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
80
- url("ez-icons.svg#ez-icons?1702407974154") format("svg");
80
+ url("ez-icons.svg#ez-icons?1703019088510") format("svg");
81
81
  /* iOS 4.1- */
82
82
  }
83
83
  .iconfont {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/ez-design",
3
- "version": "5.7.0",
3
+ "version": "5.7.2-dev.1",
4
4
  "description": "Projeto de design system sankhya.",
5
5
  "main": "/dist/ez-themed.css",
6
6
  "scripts": {
@@ -8,24 +8,23 @@
8
8
  "dev": "gulp default",
9
9
  "devdark": "gulp default --dark",
10
10
  "build": "node scripts/svgSplitter.js && node scripts/fontsGenerator.js && gulp build",
11
- "semantic-release": "semantic-release"
11
+ "prepare": "husky install"
12
12
  },
13
13
  "author": "leonardo.jorge",
14
14
  "license": "ISC",
15
15
  "devDependencies": {
16
+ "@commitlint/cli": "^18.4.3",
17
+ "@commitlint/config-conventional": "^18.4.3",
16
18
  "@node-minify/clean-css": "^6.2.0",
17
19
  "@node-minify/core": "^6.2.0",
18
- "@semantic-release/git": "^9.0.0",
19
- "@semantic-release/gitlab": "^6.1.0",
20
- "@semantic-release/npm": "^7.1.3",
21
20
  "ag-grid-enterprise": "^26.2.1",
22
21
  "browser-sync": "^2.27.7",
23
22
  "gulp": "^4.0.2",
23
+ "gulp-clean": "^0.4.0",
24
24
  "gulp-sass": "^4.1.0",
25
+ "husky": "^8.0.3",
25
26
  "node-gyp": "^8.4.1",
26
27
  "node-sass": "^5.0.0",
27
- "gulp-clean": "^0.4.0",
28
- "semantic-release": "^17.4.3",
29
28
  "svg-parser": "^2.0.4",
30
29
  "svgtofont": "^3.17.6"
31
30
  },