@ilo-org/twig 0.2.19 → 0.2.21

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/.eslintrc.js CHANGED
@@ -1,25 +1,3 @@
1
- /**
2
- * Use AirBnB ES6 linting standards, as well as a Jest plugin for tests
3
- *
4
- * Rule reference: http://eslint.org/docs/rules
5
- * Individual rule reference: http://eslint.org/docs/rules/NAME-OF-RULE
6
- */
7
- // const wingsuitCore = require("@wingsuit-designsystem/core");
8
- // const wingsuitConfig = require("./wingsuit.config.js");
9
-
10
- // const appConfig = wingsuitCore.resolveConfig(
11
- // "storybook",
12
- // "development",
13
- // {},
14
- // wingsuitConfig,
15
- // __dirname
16
- // );
17
- // const { namespaces } = appConfig;
18
- // const aliasMap = [];
19
- // Object.keys(namespaces).forEach(key => {
20
- // aliasMap.push([key, namespaces[key]]);
21
- // });
22
-
23
1
  module.exports = {
24
2
  root: true,
25
3
  extends: ["@ilo-org/eslint-config"],
@@ -29,13 +7,6 @@ module.exports = {
29
7
  _: true,
30
8
  BUILD_TARGET: true,
31
9
  },
32
- // settings: {
33
- // "import/resolver": {
34
- // alias: {
35
- // map: aliasMap,
36
- // },
37
- // },
38
- // },
39
10
  ignorePatterns: [
40
11
  "dist/",
41
12
  "pattern-lab/",
@@ -1,9 +1,9 @@
1
1
 
2
- > @ilo-org/twig@0.2.19 build:lib /home/runner/work/designsystem/designsystem/packages/twig
2
+ > @ilo-org/twig@0.2.21 build:lib /home/runner/work/designsystem/designsystem/packages/twig
3
3
  > node importprefix.js && node importsvgs.js && pnpm output
4
4
 
5
5
  theme prefix added
6
6
 
7
- > @ilo-org/twig@0.2.19 output /home/runner/work/designsystem/designsystem/packages/twig
7
+ > @ilo-org/twig@0.2.21 output /home/runner/work/designsystem/designsystem/packages/twig
8
8
  > node outputtwigs.js
9
9
 
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @ilo-org/twig
2
2
 
3
+ ## 0.2.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [be8262383]
8
+ - Updated dependencies [be8262383]
9
+ - Updated dependencies [36960e383]
10
+ - @ilo-org/styles@0.3.2
11
+ - @ilo-org/brand-assets@0.1.0
12
+ - @ilo-org/utils@0.0.11
13
+ - @ilo-org/icons@0.1.17
14
+
15
+ ## 0.2.20
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies [e5c100219]
20
+ - @ilo-org/styles@0.3.1
21
+
3
22
  ## 0.2.19
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ilo-org/twig",
3
- "version": "0.2.19",
3
+ "version": "0.2.21",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Twig components for the ILO's Design System",
6
6
  "main": "",
@@ -24,8 +24,8 @@
24
24
  "video.js": "^7.21.2",
25
25
  "@ilo-org/brand-assets": "0.1.0",
26
26
  "@ilo-org/fonts": "0.1.0",
27
- "@ilo-org/icons": "0.1.16",
28
- "@ilo-org/styles": "0.3.0",
27
+ "@ilo-org/icons": "0.1.17",
28
+ "@ilo-org/styles": "0.3.2",
29
29
  "@ilo-org/themes": "0.1.15",
30
30
  "@ilo-org/utils": "0.0.11"
31
31
  },
@@ -40,8 +40,8 @@
40
40
  "@storybook/linter-config": "^3.1.2",
41
41
  "@storybook/react": "^6.5.16",
42
42
  "@storybook/storybook-deployer": "^2.8.16",
43
- "@types/react": "^16.14.35",
44
- "@types/react-dom": "^16.9.17",
43
+ "@types/react": "^17.0.11",
44
+ "@types/react-dom": "^17.0.20",
45
45
  "@wingsuit-designsystem/cli": "1.2.7",
46
46
  "@wingsuit-designsystem/core": "1.2.7",
47
47
  "@wingsuit-designsystem/pattern": "1.2.7",
@@ -49,6 +49,7 @@
49
49
  "@wingsuit-designsystem/storybook": "1.2.7",
50
50
  "autoprefixer": "^10.4.13",
51
51
  "cross-env": "^7.0.3",
52
+ "eslint": "^8.41.0",
52
53
  "file-loader": "^6.2.0",
53
54
  "fs": "0.0.1-security",
54
55
  "fs-extra": "^8.1.0",
@@ -74,7 +75,7 @@
74
75
  "webpack": "^4.46.0",
75
76
  "yaml-loader": "0.6.0",
76
77
  "yo": "^3.1.1",
77
- "@ilo-org/eslint-config": "0.0.3",
78
+ "@ilo-org/eslint-config": "0.1.0",
78
79
  "@ilo-org/prettier-config": "0.0.2"
79
80
  },
80
81
  "scripts": {
@@ -82,10 +83,8 @@
82
83
  "build:docs": "node importprefix.js && node importsvgs.js && build-storybook --config-dir apps/storybook -o ./storybook-static",
83
84
  "build:lib": "node importprefix.js && node importsvgs.js && pnpm output",
84
85
  "build": "pnpm build:lib",
85
- "lint:js": "eslint . --ext .js,.jsx",
86
- "lint:css": "stylelint '**/*.css'",
87
- "lint:fix": "pnpm lint:js -- --fix",
88
- "lint": "pnpm lint:js && pnpm lint:css",
86
+ "lint": "eslint .",
87
+ "lint:fix": "eslint . --fix",
89
88
  "format": "prettier --check . --ignore-path ../../.prettierignore",
90
89
  "format:fix": "prettier --write . --ignore-path ../../.prettierignore",
91
90
  "ci": "npm run lint && npm run build:drupal",