@ama-pt/agora-design-system 2.0.0 → 2.1.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.
- package/artifacts/dist/index.mjs +5152 -4798
- package/artifacts/dist/index.mjs.map +1 -1
- package/artifacts/dist/index.umd.js +2 -2
- package/artifacts/dist/index.umd.js.map +1 -1
- package/artifacts/dist/style.css +1 -1
- package/artifacts/dist/tailwind.css +224 -4
- package/artifacts/dist/types/components/button-group/button-group.d.ts +4 -0
- package/artifacts/dist/types/components/header/internals/context/data-context/utils/authenticated-utils.d.ts +3 -3
- package/artifacts/dist/types/components/index.d.ts +1 -0
- package/artifacts/dist/types/components/input-time/contexts/time-input-state.context.d.ts +32 -0
- package/artifacts/dist/types/components/input-time/index.d.ts +2 -0
- package/artifacts/dist/types/components/input-time/input-time.d.ts +78 -0
- package/artifacts/dist/types/components/input-time/time-picker-dropdown-body/time-picker-dropdown-body.d.ts +2 -0
- package/artifacts/dist/types/components/input-time/time-picker-dropdown-footer/time-picker-dropdown-footer.d.ts +5 -0
- package/artifacts/dist/types/components/input-time/time-picker-dropdown.d.ts +13 -0
- package/artifacts/dist/types/components/input-time/time-text/time-text.d.ts +8 -0
- package/artifacts/dist/types/components/input-time/utils/format-time.d.ts +24 -0
- package/artifacts/dist/types/models/index.d.ts +1 -0
- package/artifacts/dist/types/models/time-period-type.d.ts +1 -0
- package/package.json +15 -15
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ama-pt/agora-design-system",
|
|
3
3
|
"description": "Ágora Design system",
|
|
4
|
-
"version": "2.
|
|
4
|
+
"version": "2.1.0",
|
|
5
5
|
"main": "artifacts/dist/index.mjs",
|
|
6
6
|
"module": "artifacts/dist/index.umd.js",
|
|
7
7
|
"files": [
|
|
@@ -32,21 +32,21 @@
|
|
|
32
32
|
"@babel/preset-typescript": "^7.22.5",
|
|
33
33
|
"@mdx-js/react": "^3.1.0",
|
|
34
34
|
"@playwright/test": "^1.39.0",
|
|
35
|
-
"@storybook/addon-a11y": "^8.4.
|
|
36
|
-
"@storybook/addon-actions": "^8.4.
|
|
37
|
-
"@storybook/addon-docs": "^8.4.
|
|
38
|
-
"@storybook/addon-essentials": "^8.4.
|
|
39
|
-
"@storybook/addon-interactions": "^8.4.
|
|
40
|
-
"@storybook/addon-links": "^8.4.
|
|
41
|
-
"@storybook/addon-storysource": "^8.4.
|
|
42
|
-
"@storybook/blocks": "^8.4.
|
|
35
|
+
"@storybook/addon-a11y": "^8.4.7",
|
|
36
|
+
"@storybook/addon-actions": "^8.4.7",
|
|
37
|
+
"@storybook/addon-docs": "^8.4.7",
|
|
38
|
+
"@storybook/addon-essentials": "^8.4.7",
|
|
39
|
+
"@storybook/addon-interactions": "^8.4.7",
|
|
40
|
+
"@storybook/addon-links": "^8.4.7",
|
|
41
|
+
"@storybook/addon-storysource": "^8.4.7",
|
|
42
|
+
"@storybook/blocks": "^8.4.7",
|
|
43
43
|
"@storybook/mdx2-csf": "^1.1.0",
|
|
44
44
|
"@storybook/preset-scss": "^1.0.3",
|
|
45
|
-
"@storybook/react": "^8.4.
|
|
46
|
-
"@storybook/react-vite": "^8.4.
|
|
47
|
-
"@storybook/test": "^8.4.
|
|
48
|
-
"@storybook/theming": "^8.4.
|
|
49
|
-
"@storybook/types": "^8.4.
|
|
45
|
+
"@storybook/react": "^8.4.7",
|
|
46
|
+
"@storybook/react-vite": "^8.4.7",
|
|
47
|
+
"@storybook/test": "^8.4.7",
|
|
48
|
+
"@storybook/theming": "^8.4.7",
|
|
49
|
+
"@storybook/types": "^8.4.7",
|
|
50
50
|
"@testing-library/jest-dom": "^6.4.2",
|
|
51
51
|
"@testing-library/react": "^16.0.1",
|
|
52
52
|
"@testing-library/user-event": "^14.5.1",
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"react": "^18.2.0",
|
|
91
91
|
"react-dom": "^18.2.0",
|
|
92
92
|
"react-syntax-highlighter": "^15.5.0",
|
|
93
|
-
"storybook": "^8.4.
|
|
93
|
+
"storybook": "^8.4.7",
|
|
94
94
|
"tailwindcss": "^3.4.1",
|
|
95
95
|
"ts-dedent": "^2.2.0",
|
|
96
96
|
"ts-jest": "^29.1.2",
|