Skip to content

Commit d81006e

Browse files
ErioldDaniel Montoya
and
Daniel Montoya
authored
fix(tertiary): icono custom fix (#605)
Co-authored-by: Daniel Montoya <daniel.montoya@eclass.cl>
1 parent 2cec2ab commit d81006e

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

69 files changed

+12679
-21574
lines changed

.eslintrc.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@
3434
}
3535
],
3636
"rules": {
37-
"@typescript-eslint/strict-boolean-expressions": "off",
38-
"@typescript-eslint/consistent-type-imports": "error"
37+
"@typescript-eslint/strict-boolean-expressions": "off"
3938
},
4039
"settings": {
4140
"mdx/code-blocks": true,

.github/workflows/nodejs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
node: [16, 18, 20]
10+
node: [14.21.3]
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-node@v3
@@ -31,7 +31,6 @@ jobs:
3131
run: npm run lint:check
3232
- name: Testing JEST
3333
run: npm run test
34-
3534
release:
3635
if: github.ref == 'refs/heads/main'
3736
needs: test
@@ -40,7 +39,7 @@ jobs:
4039
- uses: actions/checkout@v3
4140
- uses: actions/setup-node@v3
4241
with:
43-
node-version: 18.18.0
42+
node-version: 14.21.3
4443
cache: 'npm'
4544
- uses: webfactory/ssh-agent@v0.7.0
4645
with:
@@ -77,7 +76,7 @@ jobs:
7776
- name: Setup Node
7877
uses: actions/setup-node@v3
7978
with:
80-
node-version: 18.18.0
79+
node-version: 14.21.3
8180
cache: 'npm'
8281
- uses: webfactory/ssh-agent@v0.7.0
8382
with:

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
18.18.0
1+
14.21.3

CHANGELOG.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,3 @@
1-
# [1.33.0](https://github.com/eclass/ui-kit/compare/v1.32.0...v1.33.0) (2023-10-05)
2-
3-
4-
### Features
5-
6-
* **tertiary:** icono custom ([#604](https://github.com/eclass/ui-kit/issues/604)) ([0ec4a9f](https://github.com/eclass/ui-kit/commit/0ec4a9f9748a1e904d9cbaf93db71ccd97bf879f))
7-
8-
# [1.32.0](https://github.com/eclass/ui-kit/compare/v1.31.0...v1.32.0) (2023-09-28)
9-
10-
11-
### Features
12-
13-
* **update:** change versions of vite, node, react and all library ([#599](https://github.com/eclass/ui-kit/issues/599)) ([7924760](https://github.com/eclass/ui-kit/commit/792476003f67bfb0dae00a2962853b6f62a0286f))
14-
* **update:** change versions of vite, node, react and all librarys ([#593](https://github.com/eclass/ui-kit/issues/593)) ([38de1c6](https://github.com/eclass/ui-kit/commit/38de1c670ec3eb63eb544425dd4a98eb92689c19))
15-
16-
# [1.31.0](https://github.com/eclass/ui-kit/compare/v1.30.0...v1.31.0) (2023-09-15)
17-
18-
19-
### Bug Fixes
20-
21-
* **alert:** margin interno ([#585](https://github.com/eclass/ui-kit/issues/585)) ([f0601da](https://github.com/eclass/ui-kit/commit/f0601da77a9d46a974d4adc7e952124ba62a953b))
22-
23-
24-
### Features
25-
26-
* **package:** remove package-lock in machine and regenerate ([#588](https://github.com/eclass/ui-kit/issues/588)) ([ad24982](https://github.com/eclass/ui-kit/commit/ad249825cd796f568cf929df1c1254ba6cb73069))
27-
281
# [1.30.0](https://github.com/eclass/ui-kit/compare/v1.29.0...v1.30.0) (2023-09-14)
292

303

0 commit comments

Comments
 (0)