@haiilo/catalyst 6.1.3 → 6.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.
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haiilo/catalyst",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"description": "Catalyst Design System",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -23,30 +23,12 @@
|
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"access": "public"
|
|
25
25
|
},
|
|
26
|
-
"scripts": {
|
|
27
|
-
"build": "stencil build --docs",
|
|
28
|
-
"build:watch": "stencil build --docs --watch",
|
|
29
|
-
"build:ci": "stencil build --ci",
|
|
30
|
-
"postbuild": "node replace",
|
|
31
|
-
"postbuild:ci": "node replace",
|
|
32
|
-
"start": "stencil build --dev --watch --serve",
|
|
33
|
-
"test": "stencil test --spec --e2e",
|
|
34
|
-
"test:watch": "stencil test --spec --e2e --watchAll",
|
|
35
|
-
"generate": "stencil generate",
|
|
36
|
-
"prettier": "prettier --write .",
|
|
37
|
-
"prettier:check": "prettier --check .",
|
|
38
|
-
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
39
|
-
"lint:style": "stylelint **/*.scss",
|
|
40
|
-
"clean": "rm -rf ./.stencil ./dist ./loader ./www",
|
|
41
|
-
"reset": "rm -rf ./.stencil ./dist ./loader ./www ./node_modules"
|
|
42
|
-
},
|
|
43
26
|
"peerDependencies": {
|
|
44
27
|
"@haiilo/catalyst-icons": ">=0.3.10",
|
|
45
28
|
"rxjs": "^7.5.5"
|
|
46
29
|
},
|
|
47
30
|
"dependencies": {
|
|
48
31
|
"@floating-ui/dom": "1.3.0",
|
|
49
|
-
"@haiilo/catalyst-tokens": "workspace:*",
|
|
50
32
|
"@stencil/core": "4.0.1",
|
|
51
33
|
"autosize": "6.0.1",
|
|
52
34
|
"autosize-input": "1.0.2",
|
|
@@ -55,7 +37,8 @@
|
|
|
55
37
|
"loglevel": "1.8.1",
|
|
56
38
|
"sanitize.css": "13.0.0",
|
|
57
39
|
"tabbable": "6.2.0",
|
|
58
|
-
"toastify-js": "1.12.0"
|
|
40
|
+
"toastify-js": "1.12.0",
|
|
41
|
+
"@haiilo/catalyst-tokens": "6.2.0"
|
|
59
42
|
},
|
|
60
43
|
"devDependencies": {
|
|
61
44
|
"@babel/core": "^7.19.6",
|
|
@@ -84,5 +67,22 @@
|
|
|
84
67
|
"stylelint-config-prettier-scss": "^1.0.0",
|
|
85
68
|
"stylelint-config-standard-scss": "^9.0.0",
|
|
86
69
|
"typescript": "~4.7.4"
|
|
70
|
+
},
|
|
71
|
+
"scripts": {
|
|
72
|
+
"build": "stencil build --docs",
|
|
73
|
+
"build:watch": "stencil build --docs --watch",
|
|
74
|
+
"build:ci": "stencil build --ci",
|
|
75
|
+
"postbuild": "node replace",
|
|
76
|
+
"postbuild:ci": "node replace",
|
|
77
|
+
"start": "stencil build --dev --watch --serve",
|
|
78
|
+
"test": "stencil test --spec --e2e",
|
|
79
|
+
"test:watch": "stencil test --spec --e2e --watchAll",
|
|
80
|
+
"generate": "stencil generate",
|
|
81
|
+
"prettier": "prettier --write .",
|
|
82
|
+
"prettier:check": "prettier --check .",
|
|
83
|
+
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
|
|
84
|
+
"lint:style": "stylelint **/*.scss",
|
|
85
|
+
"clean": "rm -rf ./.stencil ./dist ./loader ./www",
|
|
86
|
+
"reset": "rm -rf ./.stencil ./dist ./loader ./www ./node_modules"
|
|
87
87
|
}
|
|
88
|
-
}
|
|
88
|
+
}
|