@salla.sa/twilight 1.0.10 → 1.0.11
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,70 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@salla.sa/twilight-components",
|
|
3
|
+
"version": "1.0.2",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"twilight",
|
|
7
|
+
"Salla",
|
|
8
|
+
"Salla-web-component",
|
|
9
|
+
"Salla app"
|
|
10
|
+
],
|
|
11
|
+
"description": "Salla Web Component",
|
|
12
|
+
"main": "dist/index.cjs.js",
|
|
13
|
+
"module": "dist/index.js",
|
|
14
|
+
"es2015": "dist/esm/index.mjs",
|
|
15
|
+
"es2017": "dist/esm/index.mjs",
|
|
16
|
+
"types": "dist/types/index.d.ts",
|
|
17
|
+
"collection": "dist/collection/collection-manifest.json",
|
|
18
|
+
"collection:main": "dist/collection/index.js",
|
|
19
|
+
"unpkg": "dist/atoms/atoms.js",
|
|
20
|
+
"files": [
|
|
21
|
+
"dist/",
|
|
22
|
+
"loader/",
|
|
23
|
+
"src/plugins/tailwind-theme/index.js",
|
|
24
|
+
"src/plugins/tailwind-theme/utilities.json",
|
|
25
|
+
"src/plugins/tailwind-theme/safe-list-css.txt"
|
|
26
|
+
],
|
|
27
|
+
"repository": {
|
|
28
|
+
"type": "git",
|
|
29
|
+
"url": "https://github.com/sallaapp/twilight-components.git"
|
|
30
|
+
},
|
|
31
|
+
"homepage": "https://salla.dev",
|
|
32
|
+
"scripts": {
|
|
33
|
+
"build": "stencil build",
|
|
34
|
+
"docs": "stencil build --docs",
|
|
35
|
+
"start": "stencil build --dev --watch --serve",
|
|
36
|
+
"test": "stencil test --spec --e2e",
|
|
37
|
+
"test.watch": "stencil test --spec --e2e --watchAll",
|
|
38
|
+
"generate": "stencil generate",
|
|
39
|
+
"lint": "eslint src/**/*{.ts,.tsx}",
|
|
40
|
+
"doc": "node src/components/generate-summary.js && npx compodoc -p src/tsconfig.app.json",
|
|
41
|
+
"doc:serve": "npm run doc && npx compodoc -s",
|
|
42
|
+
"doc:wow": "stencil build --docs-readme",
|
|
43
|
+
"ci:build": "stencil build --ci",
|
|
44
|
+
"ci:test": "stencil test --spec",
|
|
45
|
+
"prerender": "stencil build --prerender"
|
|
46
|
+
},
|
|
47
|
+
"devDependencies": {
|
|
48
|
+
"lodash": "^4.17.21",
|
|
49
|
+
"tailwindcss": "^2.2.19",
|
|
50
|
+
"@compodoc/compodoc": "^1.1.14",
|
|
51
|
+
"@stencil/core": "2.8.1",
|
|
52
|
+
"@stencil/eslint-plugin": "^0.3.1",
|
|
53
|
+
"@stencil/react-output-target": "^0.1.0",
|
|
54
|
+
"@stencil/sass": "1.4.1",
|
|
55
|
+
"@stencil/vue-output-target": "^0.5.1",
|
|
56
|
+
"@types/jest": "26.0.15",
|
|
57
|
+
"@types/puppeteer": "3.0.2",
|
|
58
|
+
"@typescript-eslint/eslint-plugin": "^2.34.0",
|
|
59
|
+
"@typescript-eslint/parser": "^2.34.0",
|
|
60
|
+
"eslint": "^7.32.0",
|
|
61
|
+
"eslint-config-prettier": "^8.3.0",
|
|
62
|
+
"eslint-plugin-react": "^7.26.0",
|
|
63
|
+
"jest": "26.6.1",
|
|
64
|
+
"jest-cli": "26.6.1",
|
|
65
|
+
"prettier": "^2.4.1",
|
|
66
|
+
"puppeteer": "^5.4.1",
|
|
67
|
+
"typescript": "^4.4.3",
|
|
68
|
+
"promisify-child-process": "^3.1.4"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@salla.sa/twilight-tailwind-theme",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"license": "MIT",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"Salla twilight",
|
|
7
|
+
"tailwind",
|
|
8
|
+
"tailwind-theme",
|
|
9
|
+
"Salla",
|
|
10
|
+
"web component"
|
|
11
|
+
],
|
|
12
|
+
"description": "Tailwind theme for twilight (Salla Themes)",
|
|
13
|
+
"homepage": "https://salla.dev",
|
|
14
|
+
"scripts": {
|
|
15
|
+
"generate": "node scripts/generator.js",
|
|
16
|
+
"publish": "npm version patch && generate && npm publish --access private"
|
|
17
|
+
},
|
|
18
|
+
"files": [
|
|
19
|
+
"index.js",
|
|
20
|
+
"safe-list-css.txt",
|
|
21
|
+
"utilities.json"
|
|
22
|
+
],
|
|
23
|
+
"devDependencies": {
|
|
24
|
+
"lodash": "^4.17.21",
|
|
25
|
+
"tailwindcss": "^2.2.19"
|
|
26
|
+
}
|
|
27
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salla.sa/twilight",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"description": "Salla Theme Toolkit, Webcomponents, Events, Requests, Utils",
|
|
5
5
|
"main": "dist/twilight.js",
|
|
6
6
|
"scripts": {
|
|
@@ -29,10 +29,7 @@
|
|
|
29
29
|
"components/dist",
|
|
30
30
|
"components/loader",
|
|
31
31
|
"tailwind_css_list.js",
|
|
32
|
-
"twilight/postInstall.js"
|
|
33
|
-
"components/src/plugins/tailwind-theme/index.js",
|
|
34
|
-
"components/src/plugins/tailwind-theme/utilities.json",
|
|
35
|
-
"components/src/plugins/tailwind-theme/safe-list-css.txt"
|
|
32
|
+
"twilight/postInstall.js"
|
|
36
33
|
],
|
|
37
34
|
"homepage": "https://salla.dev",
|
|
38
35
|
"dependencies": {
|