@emulsify/core 1.1.2 → 1.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.
- package/.history/.storybook/main_20240722083211.js +153 -0
- package/.history/{package_20240607145546.json → package_20240722085509.json} +6 -6
- package/.history/{package_20240607155640.json → package_20240722085523.json} +8 -9
- package/.history/{package_20240607135337.json → package_20240722085530.json} +16 -8
- package/.history/package_20240722085550.json +135 -0
- package/.history/package_20240722085556.json +135 -0
- package/.history/package_20240722085606.json +135 -0
- package/.history/package_20240722091526.json +135 -0
- package/.history/{package_20240607163353.json → package_20240722091548.json} +5 -5
- package/.storybook/main.js +132 -1
- package/package.json +2 -2
- package/.history/.storybook/main_20240401184129.js +0 -22
- package/.history/.storybook/main_20240607162805.js +0 -22
- package/.history/.storybook/main_20240610082738.js +0 -22
- package/.history/package_20240607132936.json +0 -121
- package/.history/package_20240607135135.json +0 -121
- package/.history/package_20240607135150.json +0 -121
- package/.history/package_20240607135242.json +0 -124
- package/.history/package_20240607135251.json +0 -124
- package/.storybook/manager-head.html +0 -122
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@emulsify/core",
|
|
3
|
-
"version": "1.0.0",
|
|
4
|
-
"description": "Storybook development + Webpack Build",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"component library",
|
|
7
|
-
"design system",
|
|
8
|
-
"drupal",
|
|
9
|
-
"pattern library",
|
|
10
|
-
"storybook",
|
|
11
|
-
"styleguide"
|
|
12
|
-
],
|
|
13
|
-
"author": "Four Kitchens <shout@fourkitchens.com>",
|
|
14
|
-
"license": "ISC",
|
|
15
|
-
"scripts": {
|
|
16
|
-
"coverage": "npm run test && open-cli .coverage/lcov-report/index.html",
|
|
17
|
-
"format": "npm run lint-fix; npm run prettier-fix",
|
|
18
|
-
"husky:commit-msg": "commitlint --edit $1",
|
|
19
|
-
"husky:pre-commit": "npm run lint",
|
|
20
|
-
"lint": "npm run lint-js",
|
|
21
|
-
"lint-fix": "npm run lint-js -- --fix",
|
|
22
|
-
"lint-js": "eslint --config config/eslintrc.config.json --no-error-on-unmatched-pattern ./config ./storybook",
|
|
23
|
-
"lint-staged": "lint-staged",
|
|
24
|
-
"prepare": "[ -d '.git' ] && (husky install) || true",
|
|
25
|
-
"prettier": "prettier --config config/prettierrc.json --ignore-unknown \"**/*.{js,yml,scss,md}\"",
|
|
26
|
-
"prettier-fix": "prettier --config config/prettierrc.json --write --ignore-unknown \"**/*.{js,yml,scss,md}\"",
|
|
27
|
-
"semantic-release": "semantic-release",
|
|
28
|
-
"storybook": "storybook dev --ci -s ../../dist,../../assets/images,../../assets/icons,../../assets/videos -p 6006",
|
|
29
|
-
"storybook-build": "storybook build -s ../../dist,../../assets/images,../../assets/icons,../../assets/videos -o .out",
|
|
30
|
-
"storybook-deploy": "storybook-to-ghpages -o .out",
|
|
31
|
-
"test": "jest --coverage --config ./config/jest.config.js",
|
|
32
|
-
"twatch": "jest --no-coverage --watch --verbose"
|
|
33
|
-
},
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"@babel/core": "^7.24.0",
|
|
36
|
-
"@babel/eslint-parser": "^7.23.10",
|
|
37
|
-
"@emulsify/cli": "^1.6.0",
|
|
38
|
-
"@storybook/addon-a11y": "^7.6.17",
|
|
39
|
-
"@storybook/addon-actions": "^7.6.17",
|
|
40
|
-
"@storybook/addon-essentials": "^7.6.17",
|
|
41
|
-
"@storybook/addon-links": "^7.6.17",
|
|
42
|
-
"@storybook/addon-styling-webpack": "^1.0.0",
|
|
43
|
-
"@storybook/addon-themes": "^7.6.17",
|
|
44
|
-
"@storybook/html": "^7.6.17",
|
|
45
|
-
"@storybook/html-webpack5": "^7.6.17",
|
|
46
|
-
"add-attributes-twig-extension": "^0.1.0",
|
|
47
|
-
"autoprefixer": "^10.4.19",
|
|
48
|
-
"babel-loader": "^9.1.3",
|
|
49
|
-
"babel-preset-minify": "^0.5.2",
|
|
50
|
-
"bem-twig-extension": "^0.1.1",
|
|
51
|
-
"breakpoint-sass": "^3.0.0",
|
|
52
|
-
"chalk": "^5.2.0",
|
|
53
|
-
"clean-webpack-plugin": "^4.0.0",
|
|
54
|
-
"concurrently": "^8.2.2",
|
|
55
|
-
"css-loader": "^7.1.1",
|
|
56
|
-
"eslint": "^8.57.0",
|
|
57
|
-
"eslint-config-airbnb-base": "^15.0.0",
|
|
58
|
-
"eslint-config-prettier": "^9.1.0",
|
|
59
|
-
"eslint-plugin-import": "^2.29.1",
|
|
60
|
-
"eslint-plugin-jest": "^27.9.0",
|
|
61
|
-
"eslint-plugin-prettier": "^5.1.3",
|
|
62
|
-
"eslint-plugin-security": "^2.1.1",
|
|
63
|
-
"eslint-plugin-storybook": "^0.8.0",
|
|
64
|
-
"eslint-webpack-plugin": "^4.1.0",
|
|
65
|
-
"file-loader": "^6.2.0",
|
|
66
|
-
"fs-extra": "^11.2.0",
|
|
67
|
-
"glob": "^10.3.12",
|
|
68
|
-
"graceful-fs": "^4.2.11",
|
|
69
|
-
"html-webpack-plugin": "^5.6.0",
|
|
70
|
-
"imagemin-webpack-plugin": "^2.4.2",
|
|
71
|
-
"jest": "^29.7.0",
|
|
72
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
73
|
-
"js-yaml": "^4.1.0",
|
|
74
|
-
"js-yaml-loader": "^1.2.2",
|
|
75
|
-
"lint-staged": "^15.2.2",
|
|
76
|
-
"mini-css-extract-plugin": "^2.9.0",
|
|
77
|
-
"node-sass-glob-importer": "^5.3.3",
|
|
78
|
-
"normalize.css": "^8.0.1",
|
|
79
|
-
"open-cli": "^8.0.0",
|
|
80
|
-
"pa11y": "^7.0.0",
|
|
81
|
-
"postcss": "^8.4.38",
|
|
82
|
-
"postcss-loader": "^8.1.1",
|
|
83
|
-
"postcss-scss": "^4.0.9",
|
|
84
|
-
"ramda": "^0.29.1",
|
|
85
|
-
"react": "^18.2.0",
|
|
86
|
-
"react-dom": "^18.2.0",
|
|
87
|
-
"regenerator-runtime": "^0.14.1",
|
|
88
|
-
"sass": "^1.75.0",
|
|
89
|
-
"sass-loader": "^14.2.1",
|
|
90
|
-
"storybook": "^7.6.17",
|
|
91
|
-
"style-dictionary": "^3.9.2",
|
|
92
|
-
"stylelint": "^16.3.1",
|
|
93
|
-
"stylelint-config-standard-scss": "^13.1.0",
|
|
94
|
-
"stylelint-prettier": "^5.0.0",
|
|
95
|
-
"stylelint-selector-bem-pattern": "^4.0.0",
|
|
96
|
-
"stylelint-webpack-plugin": "^5.0.0",
|
|
97
|
-
"svg-sprite-loader": "^6.0.11",
|
|
98
|
-
"token-transformer": "^0.0.33",
|
|
99
|
-
"twig-drupal-filters": "^3.2.0",
|
|
100
|
-
"twig-loader": "github:fourkitchens/twig-loader",
|
|
101
|
-
"twig-testing-library": "^1.2.0",
|
|
102
|
-
"webpack": "^5.91.0",
|
|
103
|
-
"webpack-cli": "^5.1.4",
|
|
104
|
-
"webpack-merge": "^5.10.0",
|
|
105
|
-
"yaml": "^2.4.1"
|
|
106
|
-
},
|
|
107
|
-
"devDependencies": {
|
|
108
|
-
"@commitlint/cli": "^19.2.0",
|
|
109
|
-
"@commitlint/config-conventional": "^19.1.0",
|
|
110
|
-
"@semantic-release/changelog": "^6.0.2",
|
|
111
|
-
"@semantic-release/commit-analyzer": "^11.1.0",
|
|
112
|
-
"@semantic-release/git": "^10.0.1",
|
|
113
|
-
"@semantic-release/github": "^10.0.2",
|
|
114
|
-
"@semantic-release/release-notes-generator": "^12.1.0",
|
|
115
|
-
"husky": "^9.0.11",
|
|
116
|
-
"semantic-release": "^23.0.4"
|
|
117
|
-
},
|
|
118
|
-
"overrides": {
|
|
119
|
-
"graceful-fs": "^4.2.11"
|
|
120
|
-
}
|
|
121
|
-
}
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@emulsify/core",
|
|
3
|
-
"version": "0.0.0-development",
|
|
4
|
-
"description": "Storybook development + Webpack Build",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"component library",
|
|
7
|
-
"design system",
|
|
8
|
-
"drupal",
|
|
9
|
-
"pattern library",
|
|
10
|
-
"storybook",
|
|
11
|
-
"styleguide"
|
|
12
|
-
],
|
|
13
|
-
"author": "Four Kitchens <shout@fourkitchens.com>",
|
|
14
|
-
"license": "ISC",
|
|
15
|
-
"scripts": {
|
|
16
|
-
"coverage": "npm run test && open-cli .coverage/lcov-report/index.html",
|
|
17
|
-
"format": "npm run lint-fix; npm run prettier-fix",
|
|
18
|
-
"husky:commit-msg": "commitlint --edit $1",
|
|
19
|
-
"husky:pre-commit": "npm run lint",
|
|
20
|
-
"lint": "npm run lint-js",
|
|
21
|
-
"lint-fix": "npm run lint-js -- --fix",
|
|
22
|
-
"lint-js": "eslint --config config/eslintrc.config.json --no-error-on-unmatched-pattern ./config ./storybook",
|
|
23
|
-
"lint-staged": "lint-staged",
|
|
24
|
-
"prepare": "[ -d '.git' ] && (husky install) || true",
|
|
25
|
-
"prettier": "prettier --config config/prettierrc.json --ignore-unknown \"**/*.{js,yml,scss,md}\"",
|
|
26
|
-
"prettier-fix": "prettier --config config/prettierrc.json --write --ignore-unknown \"**/*.{js,yml,scss,md}\"",
|
|
27
|
-
"semantic-release": "semantic-release",
|
|
28
|
-
"storybook": "storybook dev --ci -s ../../dist,../../assets/images,../../assets/icons,../../assets/videos -p 6006",
|
|
29
|
-
"storybook-build": "storybook build -s ../../dist,../../assets/images,../../assets/icons,../../assets/videos -o .out",
|
|
30
|
-
"storybook-deploy": "storybook-to-ghpages -o .out",
|
|
31
|
-
"test": "jest --coverage --config ./config/jest.config.js",
|
|
32
|
-
"twatch": "jest --no-coverage --watch --verbose"
|
|
33
|
-
},
|
|
34
|
-
"dependencies": {
|
|
35
|
-
"@babel/core": "^7.24.0",
|
|
36
|
-
"@babel/eslint-parser": "^7.23.10",
|
|
37
|
-
"@emulsify/cli": "^1.6.0",
|
|
38
|
-
"@storybook/addon-a11y": "^7.6.17",
|
|
39
|
-
"@storybook/addon-actions": "^7.6.17",
|
|
40
|
-
"@storybook/addon-essentials": "^7.6.17",
|
|
41
|
-
"@storybook/addon-links": "^7.6.17",
|
|
42
|
-
"@storybook/addon-styling-webpack": "^1.0.0",
|
|
43
|
-
"@storybook/addon-themes": "^7.6.17",
|
|
44
|
-
"@storybook/html": "^7.6.17",
|
|
45
|
-
"@storybook/html-webpack5": "^7.6.17",
|
|
46
|
-
"add-attributes-twig-extension": "^0.1.0",
|
|
47
|
-
"autoprefixer": "^10.4.19",
|
|
48
|
-
"babel-loader": "^9.1.3",
|
|
49
|
-
"babel-preset-minify": "^0.5.2",
|
|
50
|
-
"bem-twig-extension": "^0.1.1",
|
|
51
|
-
"breakpoint-sass": "^3.0.0",
|
|
52
|
-
"chalk": "^5.2.0",
|
|
53
|
-
"clean-webpack-plugin": "^4.0.0",
|
|
54
|
-
"concurrently": "^8.2.2",
|
|
55
|
-
"css-loader": "^7.1.1",
|
|
56
|
-
"eslint": "^8.57.0",
|
|
57
|
-
"eslint-config-airbnb-base": "^15.0.0",
|
|
58
|
-
"eslint-config-prettier": "^9.1.0",
|
|
59
|
-
"eslint-plugin-import": "^2.29.1",
|
|
60
|
-
"eslint-plugin-jest": "^27.9.0",
|
|
61
|
-
"eslint-plugin-prettier": "^5.1.3",
|
|
62
|
-
"eslint-plugin-security": "^2.1.1",
|
|
63
|
-
"eslint-plugin-storybook": "^0.8.0",
|
|
64
|
-
"eslint-webpack-plugin": "^4.1.0",
|
|
65
|
-
"file-loader": "^6.2.0",
|
|
66
|
-
"fs-extra": "^11.2.0",
|
|
67
|
-
"glob": "^10.3.12",
|
|
68
|
-
"graceful-fs": "^4.2.11",
|
|
69
|
-
"html-webpack-plugin": "^5.6.0",
|
|
70
|
-
"imagemin-webpack-plugin": "^2.4.2",
|
|
71
|
-
"jest": "^29.7.0",
|
|
72
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
73
|
-
"js-yaml": "^4.1.0",
|
|
74
|
-
"js-yaml-loader": "^1.2.2",
|
|
75
|
-
"lint-staged": "^15.2.2",
|
|
76
|
-
"mini-css-extract-plugin": "^2.9.0",
|
|
77
|
-
"node-sass-glob-importer": "^5.3.3",
|
|
78
|
-
"normalize.css": "^8.0.1",
|
|
79
|
-
"open-cli": "^8.0.0",
|
|
80
|
-
"pa11y": "^7.0.0",
|
|
81
|
-
"postcss": "^8.4.38",
|
|
82
|
-
"postcss-loader": "^8.1.1",
|
|
83
|
-
"postcss-scss": "^4.0.9",
|
|
84
|
-
"ramda": "^0.29.1",
|
|
85
|
-
"react": "^18.2.0",
|
|
86
|
-
"react-dom": "^18.2.0",
|
|
87
|
-
"regenerator-runtime": "^0.14.1",
|
|
88
|
-
"sass": "^1.75.0",
|
|
89
|
-
"sass-loader": "^14.2.1",
|
|
90
|
-
"storybook": "^7.6.17",
|
|
91
|
-
"style-dictionary": "^3.9.2",
|
|
92
|
-
"stylelint": "^16.3.1",
|
|
93
|
-
"stylelint-config-standard-scss": "^13.1.0",
|
|
94
|
-
"stylelint-prettier": "^5.0.0",
|
|
95
|
-
"stylelint-selector-bem-pattern": "^4.0.0",
|
|
96
|
-
"stylelint-webpack-plugin": "^5.0.0",
|
|
97
|
-
"svg-sprite-loader": "^6.0.11",
|
|
98
|
-
"token-transformer": "^0.0.33",
|
|
99
|
-
"twig-drupal-filters": "^3.2.0",
|
|
100
|
-
"twig-loader": "github:fourkitchens/twig-loader",
|
|
101
|
-
"twig-testing-library": "^1.2.0",
|
|
102
|
-
"webpack": "^5.91.0",
|
|
103
|
-
"webpack-cli": "^5.1.4",
|
|
104
|
-
"webpack-merge": "^5.10.0",
|
|
105
|
-
"yaml": "^2.4.1"
|
|
106
|
-
},
|
|
107
|
-
"devDependencies": {
|
|
108
|
-
"@commitlint/cli": "^19.2.0",
|
|
109
|
-
"@commitlint/config-conventional": "^19.1.0",
|
|
110
|
-
"@semantic-release/changelog": "^6.0.2",
|
|
111
|
-
"@semantic-release/commit-analyzer": "^11.1.0",
|
|
112
|
-
"@semantic-release/git": "^10.0.1",
|
|
113
|
-
"@semantic-release/github": "^10.0.2",
|
|
114
|
-
"@semantic-release/release-notes-generator": "^12.1.0",
|
|
115
|
-
"husky": "^9.0.11",
|
|
116
|
-
"semantic-release": "^23.0.4"
|
|
117
|
-
},
|
|
118
|
-
"overrides": {
|
|
119
|
-
"graceful-fs": "^4.2.11"
|
|
120
|
-
}
|
|
121
|
-
}
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@emulsify/core",
|
|
3
|
-
"version": "0.0.0-development",
|
|
4
|
-
"description": "Bundled tooling for Storybook development + Webpack Build",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"component library",
|
|
7
|
-
"design system",
|
|
8
|
-
"drupal",
|
|
9
|
-
"pattern library",
|
|
10
|
-
"storybook",
|
|
11
|
-
"styleguide"
|
|
12
|
-
],
|
|
13
|
-
"author": "Four Kitchens <shout@fourkitchens.com>",
|
|
14
|
-
"license": "ISC",
|
|
15
|
-
"engines": {
|
|
16
|
-
"node": ">=20"
|
|
17
|
-
},
|
|
18
|
-
"scripts": {
|
|
19
|
-
"coverage": "npm run test && open-cli .coverage/lcov-report/index.html",
|
|
20
|
-
"format": "npm run lint-fix; npm run prettier-fix",
|
|
21
|
-
"husky:commit-msg": "commitlint --edit $1",
|
|
22
|
-
"husky:pre-commit": "npm run lint",
|
|
23
|
-
"lint": "npm run lint-js",
|
|
24
|
-
"lint-fix": "npm run lint-js -- --fix",
|
|
25
|
-
"lint-js": "eslint --config config/eslintrc.config.json --no-error-on-unmatched-pattern ./config ./storybook",
|
|
26
|
-
"lint-staged": "lint-staged",
|
|
27
|
-
"prepare": "[ -d '.git' ] && (husky install) || true",
|
|
28
|
-
"prettier": "prettier --config config/prettierrc.json --ignore-unknown \"**/*.{js,yml,scss,md}\"",
|
|
29
|
-
"prettier-fix": "prettier --config config/prettierrc.json --write --ignore-unknown \"**/*.{js,yml,scss,md}\"",
|
|
30
|
-
"semantic-release": "semantic-release",
|
|
31
|
-
"storybook": "storybook dev --ci -s ../../dist,../../assets/images,../../assets/icons,../../assets/videos -p 6006",
|
|
32
|
-
"storybook-build": "storybook build -s ../../dist,../../assets/images,../../assets/icons,../../assets/videos -o .out",
|
|
33
|
-
"storybook-deploy": "storybook-to-ghpages -o .out",
|
|
34
|
-
"test": "jest --coverage --config ./config/jest.config.js",
|
|
35
|
-
"twatch": "jest --no-coverage --watch --verbose"
|
|
36
|
-
},
|
|
37
|
-
"dependencies": {
|
|
38
|
-
"@babel/core": "^7.24.0",
|
|
39
|
-
"@babel/eslint-parser": "^7.23.10",
|
|
40
|
-
"@emulsify/cli": "^1.6.0",
|
|
41
|
-
"@storybook/addon-a11y": "^7.6.17",
|
|
42
|
-
"@storybook/addon-actions": "^7.6.17",
|
|
43
|
-
"@storybook/addon-essentials": "^7.6.17",
|
|
44
|
-
"@storybook/addon-links": "^7.6.17",
|
|
45
|
-
"@storybook/addon-styling-webpack": "^1.0.0",
|
|
46
|
-
"@storybook/addon-themes": "^7.6.17",
|
|
47
|
-
"@storybook/html": "^7.6.17",
|
|
48
|
-
"@storybook/html-webpack5": "^7.6.17",
|
|
49
|
-
"add-attributes-twig-extension": "^0.1.0",
|
|
50
|
-
"autoprefixer": "^10.4.19",
|
|
51
|
-
"babel-loader": "^9.1.3",
|
|
52
|
-
"babel-preset-minify": "^0.5.2",
|
|
53
|
-
"bem-twig-extension": "^0.1.1",
|
|
54
|
-
"breakpoint-sass": "^3.0.0",
|
|
55
|
-
"chalk": "^5.2.0",
|
|
56
|
-
"clean-webpack-plugin": "^4.0.0",
|
|
57
|
-
"concurrently": "^8.2.2",
|
|
58
|
-
"css-loader": "^7.1.1",
|
|
59
|
-
"eslint": "^8.57.0",
|
|
60
|
-
"eslint-config-airbnb-base": "^15.0.0",
|
|
61
|
-
"eslint-config-prettier": "^9.1.0",
|
|
62
|
-
"eslint-plugin-import": "^2.29.1",
|
|
63
|
-
"eslint-plugin-jest": "^27.9.0",
|
|
64
|
-
"eslint-plugin-prettier": "^5.1.3",
|
|
65
|
-
"eslint-plugin-security": "^2.1.1",
|
|
66
|
-
"eslint-plugin-storybook": "^0.8.0",
|
|
67
|
-
"eslint-webpack-plugin": "^4.1.0",
|
|
68
|
-
"file-loader": "^6.2.0",
|
|
69
|
-
"fs-extra": "^11.2.0",
|
|
70
|
-
"glob": "^10.3.12",
|
|
71
|
-
"graceful-fs": "^4.2.11",
|
|
72
|
-
"html-webpack-plugin": "^5.6.0",
|
|
73
|
-
"imagemin-webpack-plugin": "^2.4.2",
|
|
74
|
-
"jest": "^29.7.0",
|
|
75
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
76
|
-
"js-yaml": "^4.1.0",
|
|
77
|
-
"js-yaml-loader": "^1.2.2",
|
|
78
|
-
"lint-staged": "^15.2.2",
|
|
79
|
-
"mini-css-extract-plugin": "^2.9.0",
|
|
80
|
-
"node-sass-glob-importer": "^5.3.3",
|
|
81
|
-
"normalize.css": "^8.0.1",
|
|
82
|
-
"open-cli": "^8.0.0",
|
|
83
|
-
"pa11y": "^7.0.0",
|
|
84
|
-
"postcss": "^8.4.38",
|
|
85
|
-
"postcss-loader": "^8.1.1",
|
|
86
|
-
"postcss-scss": "^4.0.9",
|
|
87
|
-
"ramda": "^0.29.1",
|
|
88
|
-
"react": "^18.2.0",
|
|
89
|
-
"react-dom": "^18.2.0",
|
|
90
|
-
"regenerator-runtime": "^0.14.1",
|
|
91
|
-
"sass": "^1.75.0",
|
|
92
|
-
"sass-loader": "^14.2.1",
|
|
93
|
-
"storybook": "^7.6.17",
|
|
94
|
-
"style-dictionary": "^3.9.2",
|
|
95
|
-
"stylelint": "^16.3.1",
|
|
96
|
-
"stylelint-config-standard-scss": "^13.1.0",
|
|
97
|
-
"stylelint-prettier": "^5.0.0",
|
|
98
|
-
"stylelint-selector-bem-pattern": "^4.0.0",
|
|
99
|
-
"stylelint-webpack-plugin": "^5.0.0",
|
|
100
|
-
"svg-sprite-loader": "^6.0.11",
|
|
101
|
-
"token-transformer": "^0.0.33",
|
|
102
|
-
"twig-drupal-filters": "^3.2.0",
|
|
103
|
-
"twig-loader": "github:fourkitchens/twig-loader",
|
|
104
|
-
"twig-testing-library": "^1.2.0",
|
|
105
|
-
"webpack": "^5.91.0",
|
|
106
|
-
"webpack-cli": "^5.1.4",
|
|
107
|
-
"webpack-merge": "^5.10.0",
|
|
108
|
-
"yaml": "^2.4.1"
|
|
109
|
-
},
|
|
110
|
-
"devDependencies": {
|
|
111
|
-
"@commitlint/cli": "^19.2.0",
|
|
112
|
-
"@commitlint/config-conventional": "^19.1.0",
|
|
113
|
-
"@semantic-release/changelog": "^6.0.2",
|
|
114
|
-
"@semantic-release/commit-analyzer": "^11.1.0",
|
|
115
|
-
"@semantic-release/git": "^10.0.1",
|
|
116
|
-
"@semantic-release/github": "^10.0.2",
|
|
117
|
-
"@semantic-release/release-notes-generator": "^12.1.0",
|
|
118
|
-
"husky": "^9.0.11",
|
|
119
|
-
"semantic-release": "^23.0.4"
|
|
120
|
-
},
|
|
121
|
-
"overrides": {
|
|
122
|
-
"graceful-fs": "^4.2.11"
|
|
123
|
-
}
|
|
124
|
-
}
|
|
@@ -1,124 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@emulsify/core",
|
|
3
|
-
"version": "0.0.0-development",
|
|
4
|
-
"description": "Bundled tooling for Storybook development + Webpack Build",
|
|
5
|
-
"keywords": [
|
|
6
|
-
"component library",
|
|
7
|
-
"design system",
|
|
8
|
-
"drupal",
|
|
9
|
-
"pattern library",
|
|
10
|
-
"storybook",
|
|
11
|
-
"styleguide"
|
|
12
|
-
],
|
|
13
|
-
"author": "Four Kitchens <shout@fourkitchens.com>",
|
|
14
|
-
"license": "GPL-2.0",
|
|
15
|
-
"engines": {
|
|
16
|
-
"node": ">=20"
|
|
17
|
-
},
|
|
18
|
-
"scripts": {
|
|
19
|
-
"coverage": "npm run test && open-cli .coverage/lcov-report/index.html",
|
|
20
|
-
"format": "npm run lint-fix; npm run prettier-fix",
|
|
21
|
-
"husky:commit-msg": "commitlint --edit $1",
|
|
22
|
-
"husky:pre-commit": "npm run lint",
|
|
23
|
-
"lint": "npm run lint-js",
|
|
24
|
-
"lint-fix": "npm run lint-js -- --fix",
|
|
25
|
-
"lint-js": "eslint --config config/eslintrc.config.json --no-error-on-unmatched-pattern ./config ./storybook",
|
|
26
|
-
"lint-staged": "lint-staged",
|
|
27
|
-
"prepare": "[ -d '.git' ] && (husky install) || true",
|
|
28
|
-
"prettier": "prettier --config config/prettierrc.json --ignore-unknown \"**/*.{js,yml,scss,md}\"",
|
|
29
|
-
"prettier-fix": "prettier --config config/prettierrc.json --write --ignore-unknown \"**/*.{js,yml,scss,md}\"",
|
|
30
|
-
"semantic-release": "semantic-release",
|
|
31
|
-
"storybook": "storybook dev --ci -s ../../dist,../../assets/images,../../assets/icons,../../assets/videos -p 6006",
|
|
32
|
-
"storybook-build": "storybook build -s ../../dist,../../assets/images,../../assets/icons,../../assets/videos -o .out",
|
|
33
|
-
"storybook-deploy": "storybook-to-ghpages -o .out",
|
|
34
|
-
"test": "jest --coverage --config ./config/jest.config.js",
|
|
35
|
-
"twatch": "jest --no-coverage --watch --verbose"
|
|
36
|
-
},
|
|
37
|
-
"dependencies": {
|
|
38
|
-
"@babel/core": "^7.24.0",
|
|
39
|
-
"@babel/eslint-parser": "^7.23.10",
|
|
40
|
-
"@emulsify/cli": "^1.6.0",
|
|
41
|
-
"@storybook/addon-a11y": "^7.6.17",
|
|
42
|
-
"@storybook/addon-actions": "^7.6.17",
|
|
43
|
-
"@storybook/addon-essentials": "^7.6.17",
|
|
44
|
-
"@storybook/addon-links": "^7.6.17",
|
|
45
|
-
"@storybook/addon-styling-webpack": "^1.0.0",
|
|
46
|
-
"@storybook/addon-themes": "^7.6.17",
|
|
47
|
-
"@storybook/html": "^7.6.17",
|
|
48
|
-
"@storybook/html-webpack5": "^7.6.17",
|
|
49
|
-
"add-attributes-twig-extension": "^0.1.0",
|
|
50
|
-
"autoprefixer": "^10.4.19",
|
|
51
|
-
"babel-loader": "^9.1.3",
|
|
52
|
-
"babel-preset-minify": "^0.5.2",
|
|
53
|
-
"bem-twig-extension": "^0.1.1",
|
|
54
|
-
"breakpoint-sass": "^3.0.0",
|
|
55
|
-
"chalk": "^5.2.0",
|
|
56
|
-
"clean-webpack-plugin": "^4.0.0",
|
|
57
|
-
"concurrently": "^8.2.2",
|
|
58
|
-
"css-loader": "^7.1.1",
|
|
59
|
-
"eslint": "^8.57.0",
|
|
60
|
-
"eslint-config-airbnb-base": "^15.0.0",
|
|
61
|
-
"eslint-config-prettier": "^9.1.0",
|
|
62
|
-
"eslint-plugin-import": "^2.29.1",
|
|
63
|
-
"eslint-plugin-jest": "^27.9.0",
|
|
64
|
-
"eslint-plugin-prettier": "^5.1.3",
|
|
65
|
-
"eslint-plugin-security": "^2.1.1",
|
|
66
|
-
"eslint-plugin-storybook": "^0.8.0",
|
|
67
|
-
"eslint-webpack-plugin": "^4.1.0",
|
|
68
|
-
"file-loader": "^6.2.0",
|
|
69
|
-
"fs-extra": "^11.2.0",
|
|
70
|
-
"glob": "^10.3.12",
|
|
71
|
-
"graceful-fs": "^4.2.11",
|
|
72
|
-
"html-webpack-plugin": "^5.6.0",
|
|
73
|
-
"imagemin-webpack-plugin": "^2.4.2",
|
|
74
|
-
"jest": "^29.7.0",
|
|
75
|
-
"jest-environment-jsdom": "^29.7.0",
|
|
76
|
-
"js-yaml": "^4.1.0",
|
|
77
|
-
"js-yaml-loader": "^1.2.2",
|
|
78
|
-
"lint-staged": "^15.2.2",
|
|
79
|
-
"mini-css-extract-plugin": "^2.9.0",
|
|
80
|
-
"node-sass-glob-importer": "^5.3.3",
|
|
81
|
-
"normalize.css": "^8.0.1",
|
|
82
|
-
"open-cli": "^8.0.0",
|
|
83
|
-
"pa11y": "^7.0.0",
|
|
84
|
-
"postcss": "^8.4.38",
|
|
85
|
-
"postcss-loader": "^8.1.1",
|
|
86
|
-
"postcss-scss": "^4.0.9",
|
|
87
|
-
"ramda": "^0.29.1",
|
|
88
|
-
"react": "^18.2.0",
|
|
89
|
-
"react-dom": "^18.2.0",
|
|
90
|
-
"regenerator-runtime": "^0.14.1",
|
|
91
|
-
"sass": "^1.75.0",
|
|
92
|
-
"sass-loader": "^14.2.1",
|
|
93
|
-
"storybook": "^7.6.17",
|
|
94
|
-
"style-dictionary": "^3.9.2",
|
|
95
|
-
"stylelint": "^16.3.1",
|
|
96
|
-
"stylelint-config-standard-scss": "^13.1.0",
|
|
97
|
-
"stylelint-prettier": "^5.0.0",
|
|
98
|
-
"stylelint-selector-bem-pattern": "^4.0.0",
|
|
99
|
-
"stylelint-webpack-plugin": "^5.0.0",
|
|
100
|
-
"svg-sprite-loader": "^6.0.11",
|
|
101
|
-
"token-transformer": "^0.0.33",
|
|
102
|
-
"twig-drupal-filters": "^3.2.0",
|
|
103
|
-
"twig-loader": "github:fourkitchens/twig-loader",
|
|
104
|
-
"twig-testing-library": "^1.2.0",
|
|
105
|
-
"webpack": "^5.91.0",
|
|
106
|
-
"webpack-cli": "^5.1.4",
|
|
107
|
-
"webpack-merge": "^5.10.0",
|
|
108
|
-
"yaml": "^2.4.1"
|
|
109
|
-
},
|
|
110
|
-
"devDependencies": {
|
|
111
|
-
"@commitlint/cli": "^19.2.0",
|
|
112
|
-
"@commitlint/config-conventional": "^19.1.0",
|
|
113
|
-
"@semantic-release/changelog": "^6.0.2",
|
|
114
|
-
"@semantic-release/commit-analyzer": "^11.1.0",
|
|
115
|
-
"@semantic-release/git": "^10.0.1",
|
|
116
|
-
"@semantic-release/github": "^10.0.2",
|
|
117
|
-
"@semantic-release/release-notes-generator": "^12.1.0",
|
|
118
|
-
"husky": "^9.0.11",
|
|
119
|
-
"semantic-release": "^23.0.4"
|
|
120
|
-
},
|
|
121
|
-
"overrides": {
|
|
122
|
-
"graceful-fs": "^4.2.11"
|
|
123
|
-
}
|
|
124
|
-
}
|
|
@@ -1,122 +0,0 @@
|
|
|
1
|
-
<style>
|
|
2
|
-
:root {
|
|
3
|
-
--colors-emulsify-blue-100: #e6f5fc;
|
|
4
|
-
--colors-emulsify-blue-200: #CCECFA;
|
|
5
|
-
--colors-emulsify-blue-300: #99D9F4;
|
|
6
|
-
--colors-emulsify-blue-400: #66c5ef;
|
|
7
|
-
--colors-emulsify-blue-500: #33b2e9;
|
|
8
|
-
--colors-emulsify-blue-600: #009fe4;
|
|
9
|
-
--colors-emulsify-blue-700: #007FB6;
|
|
10
|
-
--colors-emulsify-blue-800: #005f89;
|
|
11
|
-
--colors-emulsify-blue-900: #00405b;
|
|
12
|
-
--colors-emulsify-blue-1000: #00202e;
|
|
13
|
-
--colors-purple: #8B1E7E;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.sidebar-container {
|
|
17
|
-
background: url('https://raw.githubusercontent.com/fourkitchens/emulsify-core/main/assets/images/corner-bkg.png?token=GHSAT0AAAAAACIEXLVDMX56QK3ZIZWHWHTEZNYFYIA') no-repeat top left;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.sidebar-container .sidebar-subheading {
|
|
21
|
-
color: var(--colors-emulsify-blue-200);
|
|
22
|
-
font-size: 13px;
|
|
23
|
-
letter-spacing: 0.15em;
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
.sidebar-container .sidebar-subheading button:focus {
|
|
27
|
-
color: var(--colors-emulsify-blue-300);
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/** Triangle icon **/
|
|
31
|
-
.sidebar-container .sidebar-subheading button span {
|
|
32
|
-
color: var(--colors-emulsify-blue-300);
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.sidebar-container .search-field input {
|
|
36
|
-
border-color: var(--colors-emulsify-blue-700);
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.sidebar-container .search-field input:active {
|
|
40
|
-
border-color: var(--colors-emulsify-blue-700);
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
.sidebar-container .search-result-recentlyOpened,
|
|
44
|
-
.sidebar-container .search-result-back,
|
|
45
|
-
.sidebar-container .search-result-clearHistory {
|
|
46
|
-
color: var(--colors-emulsify-blue-300) !important;
|
|
47
|
-
letter-spacing: 0.15em;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
.sidebar-container .search-result-back span,
|
|
51
|
-
.sidebar-container .search-result-back svg,
|
|
52
|
-
.sidebar-container .search-result-clearHistory span,
|
|
53
|
-
.sidebar-container .search-result-clearHistory svg {
|
|
54
|
-
letter-spacing: normal;
|
|
55
|
-
color: white;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.sidebar-container .sidebar-item svg {
|
|
59
|
-
margin-top: 1px;
|
|
60
|
-
}
|
|
61
|
-
|
|
62
|
-
.sidebar-container .sidebar-item span {
|
|
63
|
-
margin-top: 4px;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
.sidebar-container .sidebar-subheading-action svg {
|
|
67
|
-
color: var(--colors-emulsify-blue-400);
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
.sidebar-container .sidebar-subheading-action:hover svg {
|
|
71
|
-
color: var(--colors-emulsify-blue-300);
|
|
72
|
-
}
|
|
73
|
-
|
|
74
|
-
.sidebar-header button[title="Shortcuts"] {
|
|
75
|
-
box-shadow: none;
|
|
76
|
-
border: 1px solid var(--colors-emulsify-blue-700);
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
.sidebar-header button[title="Shortcuts"]:active {
|
|
80
|
-
border: 1px solid var(--colors-emulsify-blue-500);
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
.sidebar-header button[title="Shortcuts"]:focus {
|
|
84
|
-
background: transparent;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
#shortcuts {
|
|
88
|
-
border-bottom-color: var(--colors-emulsify-blue-900) !important;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
[role="main"]:not(:nth-child(3)) {
|
|
92
|
-
top: 1rem !important;
|
|
93
|
-
height: calc(100vh - 2rem) !important;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
[role="main"] .os-host .os-content button:hover {
|
|
97
|
-
background: var(--colors-emulsify-blue-100);
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
[role="main"] .os-host .os-content button:hover svg {
|
|
101
|
-
color: var(--colors-emulsify-blue-900);
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
#panel-tab-content,
|
|
105
|
-
#panel-tab-content>* {
|
|
106
|
-
color: var(--colors-emulsify-blue-1000) !important;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
#panel-tab-content a,
|
|
110
|
-
#panel-tab-content a span,
|
|
111
|
-
#panel-tab-content a span svg {
|
|
112
|
-
color: var(--colors-emulsify-blue-800);
|
|
113
|
-
}
|
|
114
|
-
|
|
115
|
-
#panel-tab-content>div>div>div>div>div>div {
|
|
116
|
-
background: transparent;
|
|
117
|
-
}
|
|
118
|
-
|
|
119
|
-
#panel-tab-content>div>div>div>div>div>div>div {
|
|
120
|
-
color: var(--colors-emulsify-blue-1000) !important;
|
|
121
|
-
}
|
|
122
|
-
</style>
|