ag-common 0.0.503 → 0.0.505
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/ui/components/Accordion/index.js +1 -0
- package/dist/ui/components/BorderGradient/index.js +1 -0
- package/dist/ui/components/Button/index.js +1 -0
- package/dist/ui/components/Chevron/index.js +1 -0
- package/dist/ui/components/Close/index.js +1 -0
- package/dist/ui/components/Confirm/Modal.js +1 -0
- package/dist/ui/components/FlexColumn/index.js +1 -0
- package/dist/ui/components/FlexRow/index.js +1 -0
- package/dist/ui/components/Icon/index.js +1 -0
- package/dist/ui/components/Image/index.js +1 -0
- package/dist/ui/components/KebabDots/index.js +1 -0
- package/dist/ui/components/OpenApiCodeBlock/OpenApiCodeBlock.js +1 -0
- package/dist/ui/components/OpenApiCodeBlock/curl/index.js +1 -0
- package/dist/ui/components/OpenApiCodeBlock/fetch/helpers/req.js +1 -0
- package/dist/ui/components/OpenApiCodeBlock/fetch/index.js +1 -0
- package/dist/ui/components/OpenApiCodeBlock/helpers/common.js +1 -0
- package/dist/ui/components/PieChart/index.js +1 -0
- package/dist/ui/components/Prompt/Modal.js +1 -0
- package/dist/ui/components/RowOrColumn/index.js +1 -0
- package/dist/ui/components/Search/AutoHideSearchBox.js +1 -0
- package/dist/ui/components/Search/Base.js +1 -0
- package/dist/ui/components/Search/Modal.js +1 -0
- package/dist/ui/components/Sidebar/index.js +1 -0
- package/dist/ui/components/SparkLine/index.js +1 -0
- package/dist/ui/components/Table/index.js +1 -0
- package/dist/ui/components/TextEdit/LengthBox.js +1 -0
- package/dist/ui/components/TextEdit/common.js +1 -0
- package/dist/ui/components/TextWithButton/index.js +1 -0
- package/dist/ui/components/TimelineChart/index.js +1 -0
- package/dist/ui/components/UserImage/index.js +1 -0
- package/dist/ui/icons/CrossIcon.js +1 -0
- package/dist/ui/styles/common.js +1 -0
- package/dist/ui/styles/standaloneStyles.js +1 -0
- package/package.json +13 -13
package/dist/ui/styles/common.js
CHANGED
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.0.
|
|
2
|
+
"version": "0.0.505",
|
|
3
3
|
"name": "ag-common",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
@@ -42,26 +42,26 @@
|
|
|
42
42
|
"@babel/types": "7.22.19",
|
|
43
43
|
"@emotion/react": "11.11.1",
|
|
44
44
|
"@emotion/styled": "11.11.0",
|
|
45
|
-
"@smithy/types": "2.3.
|
|
46
|
-
"@storybook/addon-actions": "7.4.
|
|
47
|
-
"@storybook/addon-docs": "7.4.
|
|
48
|
-
"@storybook/addon-essentials": "7.4.
|
|
49
|
-
"@storybook/addon-interactions": "7.4.
|
|
50
|
-
"@storybook/addon-links": "7.4.
|
|
51
|
-
"@storybook/addons": "7.4.
|
|
52
|
-
"@storybook/react": "7.4.
|
|
53
|
-
"@storybook/react-webpack5": "7.4.
|
|
54
|
-
"@storybook/theming": "7.4.
|
|
45
|
+
"@smithy/types": "2.3.3",
|
|
46
|
+
"@storybook/addon-actions": "7.4.3",
|
|
47
|
+
"@storybook/addon-docs": "7.4.3",
|
|
48
|
+
"@storybook/addon-essentials": "7.4.3",
|
|
49
|
+
"@storybook/addon-interactions": "7.4.3",
|
|
50
|
+
"@storybook/addon-links": "7.4.3",
|
|
51
|
+
"@storybook/addons": "7.4.3",
|
|
52
|
+
"@storybook/react": "7.4.3",
|
|
53
|
+
"@storybook/react-webpack5": "7.4.3",
|
|
54
|
+
"@storybook/theming": "7.4.3",
|
|
55
55
|
"@types/jest": "29.5.5",
|
|
56
56
|
"@types/jsonwebtoken": "9.0.3",
|
|
57
|
-
"@types/node": "20.6.
|
|
57
|
+
"@types/node": "20.6.3",
|
|
58
58
|
"@types/react": "18.2.22",
|
|
59
59
|
"@types/react-dom": "18.2.7",
|
|
60
60
|
"cross-env": "7.0.3",
|
|
61
61
|
"eslint-config-e7npm": "0.0.37",
|
|
62
62
|
"jest": "29.7.0",
|
|
63
63
|
"rimraf": "5.0.1",
|
|
64
|
-
"storybook": "7.4.
|
|
64
|
+
"storybook": "7.4.3",
|
|
65
65
|
"ts-jest": "29.1.1"
|
|
66
66
|
},
|
|
67
67
|
"files": [
|