@useloops/design-system 1.4.177 → 1.4.179

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@useloops/design-system",
3
- "version": "1.4.177",
3
+ "version": "1.4.179",
4
4
  "description": "The official React based Loops design system",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -64,17 +64,18 @@
64
64
  "@rollup/plugin-node-resolve": "^15.3.0",
65
65
  "@rollup/plugin-terser": "^0.4.4",
66
66
  "@rollup/plugin-typescript": "^11.1.6",
67
- "@storybook/addon-essentials": "^8.4.2",
68
- "@storybook/addon-interactions": "^8.4.2",
69
- "@storybook/addon-links": "^8.4.2",
70
- "@storybook/addon-onboarding": "^8.4.2",
71
- "@storybook/addon-themes": "^8.4.2",
67
+ "@storybook/addon-essentials": "^8.5.3",
68
+ "@storybook/addon-interactions": "^8.5.3",
69
+ "@storybook/addon-links": "^8.5.3",
70
+ "@storybook/addon-onboarding": "^8.5.3",
71
+ "@storybook/addon-themes": "^8.5.3",
72
72
  "@storybook/addon-webpack5-compiler-swc": "^1.0.5",
73
- "@storybook/blocks": "^8.4.2",
74
- "@storybook/manager-api": "^8.4.2",
75
- "@storybook/preview-api": "^8.4.2",
76
- "@storybook/react-webpack5": "^8.4.2",
77
- "@storybook/test": "^8.4.2",
73
+ "@storybook/blocks": "^8.5.3",
74
+ "@storybook/manager-api": "^8.5.3",
75
+ "@storybook/preview-api": "^8.5.3",
76
+ "@storybook/react-webpack5": "^8.5.3",
77
+ "@storybook/test": "^8.5.3",
78
+ "@storybook/theming": "^8.5.3",
78
79
  "@svgr/webpack": "^8.1.0",
79
80
  "@swc/core": "^1.9.2",
80
81
  "@swc/jest": "^0.2.37",
@@ -107,7 +108,7 @@
107
108
  "rollup-plugin-preserve-directives": "^0.4.0",
108
109
  "rollup-plugin-svg": "^2.0.0",
109
110
  "rollup-preserve-directives": "^1.1.2",
110
- "storybook": "^8.4.2",
111
+ "storybook": "^8.5.3",
111
112
  "tsx": "^4.19.2",
112
113
  "typescript": "^5.6.3",
113
114
  "webpack": "^5.96.1",
@@ -140,6 +141,7 @@
140
141
  "@tiptap/extension-image": "^2.11.2",
141
142
  "@tiptap/extension-placeholder": "^2.10.4",
142
143
  "@tiptap/extension-table": "^2.11.2",
144
+ "@tiptap/extension-underline": "^2.11.5",
143
145
  "@tiptap/react": "^2.11.2",
144
146
  "@tiptap/starter-kit": "^2.10.4",
145
147
  "@zxcvbn-ts/core": "^3.0.4",
@@ -148,6 +150,7 @@
148
150
  "dayjs": "^1.11.13",
149
151
  "express": "^4.21.1",
150
152
  "gsap": "^3.12.5",
153
+ "html-react-parser": "^5.2.2",
151
154
  "markdown-to-jsx": "^7.1.9",
152
155
  "material-ui-popup-state": "^5.3.3",
153
156
  "merge-sx": "^3.2.4",
@@ -161,7 +164,6 @@
161
164
  "react-phone-number-input": "^3.4.10",
162
165
  "stylis": "^4.3.4",
163
166
  "stylis-plugin-rtl": "^2.1.1",
164
- "tiptap-markdown": "0.8.3",
165
167
  "yup": "^1.4.0"
166
168
  }
167
169
  }