@livechat/design-system-react-components 1.0.0-alpha.60 → 1.0.0-alpha.61

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.
Files changed (29) hide show
  1. package/dist/components/ActionMenu/ActionMenu.d.ts +1 -1
  2. package/dist/components/ActionMenu/ActionMenuItem.d.ts +6 -0
  3. package/dist/components/ActionMenu/constants.d.ts +1 -1
  4. package/dist/components/Icon/Icon.d.ts +1 -1
  5. package/dist/components/Modal/ModalHeader.d.ts +9 -0
  6. package/dist/components/Modal/StoriesComponents.d.ts +1 -6
  7. package/dist/components/Modal/index.d.ts +2 -0
  8. package/dist/components/Tooltip/Tooltip.d.ts +1 -20
  9. package/dist/components/Tooltip/Tooltip.stories.d.ts +9 -38
  10. package/dist/components/Tooltip/components/FloatingComponent.d.ts +18 -0
  11. package/dist/components/Tooltip/{Interactive.d.ts → components/Interactive.d.ts} +1 -1
  12. package/dist/components/Tooltip/components/Reports.d.ts +7 -0
  13. package/dist/components/Tooltip/{UserGuide.d.ts → components/UserGuide/UserGuide.d.ts} +2 -2
  14. package/dist/components/Tooltip/components/UserGuide/index.d.ts +1 -0
  15. package/dist/components/Tooltip/components/index.d.ts +5 -0
  16. package/dist/components/Tooltip/helpers.d.ts +1 -0
  17. package/dist/components/Tooltip/index.d.ts +2 -4
  18. package/dist/components/Tooltip/types.d.ts +22 -0
  19. package/dist/dsrc.cjs.js +6 -6
  20. package/dist/dsrc.es.js +1588 -1468
  21. package/dist/dsrc.umd.js +6 -6
  22. package/dist/preview-stats.json +649 -553
  23. package/dist/style.css +1 -1
  24. package/package.json +13 -12
  25. /package/dist/components/Tooltip/{Info.d.ts → components/Info.d.ts} +0 -0
  26. /package/dist/components/Tooltip/{Simple.d.ts → components/Simple.d.ts} +0 -0
  27. /package/dist/components/Tooltip/{SpotlightOverlay.d.ts → components/UserGuide/SpotlightOverlay.d.ts} +0 -0
  28. /package/dist/components/Tooltip/{UserGuideStep.d.ts → components/UserGuide/UserGuideStep.d.ts} +0 -0
  29. /package/dist/components/Tooltip/{virtualElementReference.d.ts → components/UserGuide/virtualElementReference.d.ts} +0 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@livechat/design-system-react-components",
3
- "version": "1.0.0-alpha.60",
3
+ "version": "1.0.0-alpha.61",
4
4
  "description": "",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -23,7 +23,7 @@
23
23
  "build:lib": "tsc && vite build",
24
24
  "build:styles": "sass src/themes:dist/themes; sass src/foundations:dist/spacing; sass src/foundations:dist/shadow",
25
25
  "build-storybook": "export SET NODE_OPTIONS=--openssl-legacy-provider && storybook build",
26
- "chromatic": "dotenv -e ../../.env chromatic -- --exit-zero-on-changes --only-changed",
26
+ "chromatic": "dotenv -e ../../.env chromatic -- --exit-zero-on-changes --only-changed --skip 'dependabot/**'",
27
27
  "lint": "eslint src --ext js,jsx,ts,tsx",
28
28
  "test": "vitest run",
29
29
  "test:watch": "vitest watch",
@@ -35,14 +35,14 @@
35
35
  },
36
36
  "devDependencies": {
37
37
  "@babel/core": "^7.17.7",
38
- "@storybook/addon-a11y": "^7.0.20",
39
- "@storybook/addon-actions": "^7.0.20",
40
- "@storybook/addon-docs": "^7.0.20",
41
- "@storybook/addon-essentials": "^7.0.20",
42
- "@storybook/addon-links": "^7.0.20",
43
- "@storybook/core-common": "^7.0.20",
44
- "@storybook/react": "^7.0.20",
45
- "@storybook/react-vite": "^7.0.20",
38
+ "@storybook/addon-a11y": "^7.0.26",
39
+ "@storybook/addon-actions": "^7.0.26",
40
+ "@storybook/addon-docs": "^7.0.26",
41
+ "@storybook/addon-essentials": "^7.0.26",
42
+ "@storybook/addon-links": "^7.0.26",
43
+ "@storybook/core-common": "^7.0.26",
44
+ "@storybook/react": "^7.0.26",
45
+ "@storybook/react-vite": "^7.0.26",
46
46
  "@testing-library/jest-dom": "^5.16.2",
47
47
  "@testing-library/react": "^12.1.4",
48
48
  "@testing-library/user-event": "^13.5.0",
@@ -58,8 +58,9 @@
58
58
  "react": "^17.0.2",
59
59
  "react-dom": "^17.0.2",
60
60
  "sass": "^1.49.9",
61
- "storybook": "^7.0.20",
61
+ "storybook": "^7.0.26",
62
62
  "storybook-addon-themes": "^6.1.0",
63
+ "storybook-mock-date-decorator": "^1.0.1",
63
64
  "typescript": "^4.5.4",
64
65
  "vite": "^4.3.9",
65
66
  "vite-plugin-dts": "^3.0.0-beta.3",
@@ -81,5 +82,5 @@
81
82
  "react-day-picker": "^7.4.10",
82
83
  "react-transition-group": "^4.4.2"
83
84
  },
84
- "gitHead": "3366c1b53935516957422b262df333b041d3de41"
85
+ "gitHead": "6eae54d73dd6e889e2a79cc618c8e1812df3f040"
85
86
  }