@loomhq/lens 12.20.2 → 12.20.3
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/dist/.types/app/playground/index.d.ts +11 -9
- package/dist/.types/app/playground/index.d.ts.map +1 -1
- package/dist/.types/app/playground/theme.d.ts +2 -19
- package/dist/.types/app/playground/theme.d.ts.map +1 -1
- package/dist/.types/icons/index.d.ts +1 -0
- package/dist/.types/icons/index.d.ts.map +1 -1
- package/dist/.types/icons/shape-ellipse.d.ts +3 -0
- package/dist/.types/icons/shape-ellipse.d.ts.map +1 -0
- package/dist/.types/src/components/button/button.d.ts.map +1 -1
- package/dist/.types/src/components/icon/available-icons/index.d.ts +1 -0
- package/dist/.types/src/components/icon/available-icons/index.d.ts.map +1 -1
- package/dist/.types/src/components/icon/available-icons/shape-ellipse.d.ts +3 -0
- package/dist/.types/src/components/icon/available-icons/shape-ellipse.d.ts.map +1 -0
- package/dist/.types/src/components/list/list.d.ts +2 -1
- package/dist/.types/src/components/list/list.d.ts.map +1 -1
- package/dist/.types/src/components/modal/modal.d.ts.map +1 -1
- package/dist/.types/src/components/pill/pill.d.ts +3 -0
- package/dist/.types/src/components/pill/pill.d.ts.map +1 -1
- package/dist/cjs/icons/index.js +129 -121
- package/dist/cjs/icons/index.js.map +4 -4
- package/dist/cjs/icons/shape-ellipse.js +40 -0
- package/dist/cjs/icons/shape-ellipse.js.map +7 -0
- package/dist/cjs/index.js +38 -32
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/icons/chunk-BCJBV6EL.js +11 -0
- package/dist/esm/icons/chunk-BCJBV6EL.js.map +7 -0
- package/dist/esm/icons/index.js +22 -18
- package/dist/esm/icons/shape-ellipse.js +8 -0
- package/dist/esm/icons/shape-ellipse.js.map +7 -0
- package/dist/esm/index.js +38 -32
- package/dist/esm/index.js.map +3 -3
- package/package.json +8 -9
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@loomhq/lens",
|
|
3
|
-
"version": "12.20.
|
|
3
|
+
"version": "12.20.3",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public",
|
|
6
6
|
"registry": "https://packages.atlassian.com/api/npm/npm-public/",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"transition-hook": "^1.5.1"
|
|
18
18
|
},
|
|
19
19
|
"peerDependencies": {
|
|
20
|
-
"@atlaskit/icon": "^
|
|
21
|
-
"@atlaskit/icon-lab": "^
|
|
20
|
+
"@atlaskit/icon": "^36.0.0",
|
|
21
|
+
"@atlaskit/icon-lab": "^7.0.0",
|
|
22
22
|
"@atlaskit/react-ufo": "^3.12.4",
|
|
23
23
|
"@emotion/react": "^11.14.0",
|
|
24
24
|
"@emotion/styled": "^11.14.0",
|
|
@@ -59,14 +59,12 @@
|
|
|
59
59
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
60
60
|
"eslint-import-resolver-typescript": "^3.10.1",
|
|
61
61
|
"eslint-plugin-import": "^2.32.0",
|
|
62
|
-
"eslint-plugin-prettier": "^4.2.1",
|
|
63
62
|
"eslint-plugin-react": "7.37.5",
|
|
64
63
|
"eslint-plugin-react-hooks": "^5.2.0",
|
|
65
64
|
"jscodeshift": "^17.3.0",
|
|
66
65
|
"lint-staged": "^15.2.5",
|
|
67
66
|
"mousetrap": "^1.6.5",
|
|
68
67
|
"next": "^14.2.7",
|
|
69
|
-
"prettier": "^3.7.4",
|
|
70
68
|
"prism-react-renderer": "^1.0.2",
|
|
71
69
|
"react": "^18.3.1",
|
|
72
70
|
"react-docgen": "^5.4.0",
|
|
@@ -77,10 +75,10 @@
|
|
|
77
75
|
"tinycolor2": "^1.4.2",
|
|
78
76
|
"typeface-inter": "^3.11.2",
|
|
79
77
|
"typescript": "6.0.2",
|
|
80
|
-
"@loomhq/bundler": "1.7.
|
|
81
|
-
"@loomhq/
|
|
78
|
+
"@loomhq/bundler": "1.7.4",
|
|
79
|
+
"@loomhq/eslint-plugin-loom": "4.18.1",
|
|
82
80
|
"@loomhq/jest-preset": "1.2.0",
|
|
83
|
-
"@loomhq/
|
|
81
|
+
"@loomhq/tsconfig": "1.1.12"
|
|
84
82
|
},
|
|
85
83
|
"exports": {
|
|
86
84
|
".": {
|
|
@@ -145,6 +143,7 @@
|
|
|
145
143
|
"start:next": "next start",
|
|
146
144
|
"test": "jest",
|
|
147
145
|
"ci/test:unit": "JEST_JUNIT_FILE_PATH_PREFIX=$(git rev-parse --show-prefix) jest --ci --runInBand --passWithNoTests ${COLLECT_COVERAGE:+--coverage}",
|
|
148
|
-
"ci/test:unit:recover": "bash $(git rev-parse --show-toplevel)/ci/test-and-build/recover-failed-tests.sh unit"
|
|
146
|
+
"ci/test:unit:recover": "bash $(git rev-parse --show-toplevel)/ci/test-and-build/recover-failed-tests.sh unit",
|
|
147
|
+
"ci/sonar-scan": "atlas sonar scan --cloud --organization gh-loomhq --projectKey loom_lens"
|
|
149
148
|
}
|
|
150
149
|
}
|