@pushword/js-helper 0.0.82 → 0.0.84
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/package.json +4 -5
- package/src/helpers.js +1 -1
- package/package.json~ +0 -49
- package/yarn-error.log +0 -6104
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pushword/js-helper",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.84",
|
|
4
4
|
"description": "Pushword front end helpers. ",
|
|
5
5
|
"author": "Robin@PiedWeb <contact@piedweb.com>",
|
|
6
6
|
"license": "MIT",
|
|
@@ -9,12 +9,12 @@
|
|
|
9
9
|
},
|
|
10
10
|
"dependencies": {
|
|
11
11
|
"140.css": "^1.0.1",
|
|
12
|
-
"@symfony/webpack-encore": "^1
|
|
12
|
+
"@symfony/webpack-encore": "^4.1",
|
|
13
13
|
"@tailwindcss/aspect-ratio": "^0.2",
|
|
14
14
|
"@tailwindcss/forms": "^0.4",
|
|
15
15
|
"@tailwindcss/line-clamp": "^0.4",
|
|
16
16
|
"@tailwindcss/typography": "^0.5",
|
|
17
|
-
"ace-builds": "^1.
|
|
17
|
+
"ace-builds": "^1.13",
|
|
18
18
|
"autoprefixer": "^10.1.0",
|
|
19
19
|
"babel-preset-stage-2": "^6.24.1",
|
|
20
20
|
"codemirror": "^5.59.0",
|
|
@@ -22,11 +22,10 @@
|
|
|
22
22
|
"easymde": "^2.13.0",
|
|
23
23
|
"file-loader": "^6.0",
|
|
24
24
|
"fslightbox": "^3.2.2",
|
|
25
|
-
"
|
|
25
|
+
"sass": "^1.56",
|
|
26
26
|
"postcss": "^8.2.1",
|
|
27
27
|
"postcss-import": "^14.0.0",
|
|
28
28
|
"postcss-loader": "^4.1",
|
|
29
|
-
"sass-loader": "^10.1.0",
|
|
30
29
|
"simple-jekyll-search": "^1.9.1",
|
|
31
30
|
"tailwindcss": "^3",
|
|
32
31
|
"tailwindcss-hero-patterns": "^0.0.1",
|
package/src/helpers.js
CHANGED
|
@@ -205,7 +205,7 @@ export function addClassForNormalUser(attribute = 'data-acinb') {
|
|
|
205
205
|
var classToAdd = element.getAttribute(attribute).split(' ');
|
|
206
206
|
element.removeAttribute(attribute);
|
|
207
207
|
element.classList.add(...classToAdd);
|
|
208
|
-
if (
|
|
208
|
+
if (classToAdd.includes('block')) {
|
|
209
209
|
element.classList.remove('hidden');
|
|
210
210
|
}
|
|
211
211
|
});
|
package/package.json~
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
## UPGRADE WEBPACK ##
|
|
2
|
-
{
|
|
3
|
-
"name": "@pushword/js-helper",
|
|
4
|
-
"version": "0.0.76",
|
|
5
|
-
"description": "Pushword front end helpers. ",
|
|
6
|
-
"author": "Robin@PiedWeb <contact@piedweb.com>",
|
|
7
|
-
"license": "MIT",
|
|
8
|
-
"scripts": {
|
|
9
|
-
"prettier": "prettier ./src/*.{js,scss} --write"
|
|
10
|
-
},
|
|
11
|
-
"dependencies": {
|
|
12
|
-
"@symfony/webpack-encore": "^3",
|
|
13
|
-
"@tailwindcss/aspect-ratio": "^0.4",
|
|
14
|
-
"@tailwindcss/forms": "^0.5",
|
|
15
|
-
"@tailwindcss/line-clamp": "^0.4",
|
|
16
|
-
"@tailwindcss/typography": "^0.5",
|
|
17
|
-
"ace-builds": "^1.4.12",
|
|
18
|
-
"autoprefixer": "^10.1.0",
|
|
19
|
-
"codemirror": "^5.59.0",
|
|
20
|
-
"core-js": "^3.8.1",
|
|
21
|
-
"easymde": "^2.13.0",
|
|
22
|
-
"file-loader": "^6.2.0",
|
|
23
|
-
"fslightbox": "^3.2.2",
|
|
24
|
-
"postcss": "^8.2.1",
|
|
25
|
-
"postcss-import": "^14.0.0",
|
|
26
|
-
"postcss-loader": "^7",
|
|
27
|
-
"sass-embedded": "^1.54.4",
|
|
28
|
-
"sass-loader": "^13.0.0",
|
|
29
|
-
"simple-jekyll-search": "^1.9.1",
|
|
30
|
-
"tailwindcss": "^3",
|
|
31
|
-
"tailwindcss-hero-patterns": "^0.0.1",
|
|
32
|
-
"tailwindcss-multi-column": "^1.0.2",
|
|
33
|
-
"webpack": "^5.65",
|
|
34
|
-
"webpack-cli": "^4.9",
|
|
35
|
-
"webpack-watch-files-plugin": "^1.1.0"
|
|
36
|
-
},
|
|
37
|
-
"repository": {
|
|
38
|
-
"type": "git",
|
|
39
|
-
"url": "git+https://github.com/Pushword/js-helper.git"
|
|
40
|
-
},
|
|
41
|
-
"keywords": [
|
|
42
|
-
"native"
|
|
43
|
-
],
|
|
44
|
-
"bugs": {
|
|
45
|
-
"url": "https://github.com/Pushword/Pushword/issues"
|
|
46
|
-
},
|
|
47
|
-
"homepage": "https://pushword.piedweb.com",
|
|
48
|
-
"gitHead": "242ec54483dca1be93d7a62d8d554c9c08008c28"
|
|
49
|
-
}
|