@useloops/design-system 1.4.166 → 1.4.168
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/esm/index.js +2 -2
- package/dist/index.d.ts +51 -2
- package/dist/index.js +2 -2
- package/package.json +4 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@useloops/design-system",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.168",
|
|
4
4
|
"description": "The official React based Loops design system",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -84,6 +84,7 @@
|
|
|
84
84
|
"@types/jest": "^29.5.14",
|
|
85
85
|
"@types/react": "^18.3.12",
|
|
86
86
|
"@types/react-dom": "^18.3.1",
|
|
87
|
+
"@types/react-lazy-load-image-component": "^1.6.4",
|
|
87
88
|
"@types/stylis": "^4.2.6",
|
|
88
89
|
"@typescript-eslint/eslint-plugin": "^8.20.0",
|
|
89
90
|
"@typescript-eslint/parser": "^8.20.0",
|
|
@@ -145,6 +146,7 @@
|
|
|
145
146
|
"@zxcvbn-ts/core": "^3.0.4",
|
|
146
147
|
"@zxcvbn-ts/language-common": "^3.0.4",
|
|
147
148
|
"@zxcvbn-ts/language-en": "^3.0.2",
|
|
149
|
+
"dayjs": "^1.11.13",
|
|
148
150
|
"express": "^4.21.1",
|
|
149
151
|
"gsap": "^3.12.5",
|
|
150
152
|
"markdown-to-jsx": "^7.1.9",
|
|
@@ -154,6 +156,7 @@
|
|
|
154
156
|
"react": "^18.3.1",
|
|
155
157
|
"react-dom": "^18.3.1",
|
|
156
158
|
"react-hook-form": "^7.53.2",
|
|
159
|
+
"react-lazy-load-image-component": "^1.6.3",
|
|
157
160
|
"react-number-format": "^5.4.3",
|
|
158
161
|
"react-phone-number-input": "^3.4.10",
|
|
159
162
|
"stylis": "^4.3.4",
|