@astral/ui 3.168.3 → 3.169.1

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 (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -175,15 +175,15 @@ export default App;
175
175
  ```ts
176
176
  type ImagesMap = {
177
177
  /**
178
- * @description изображение при отсутствии данных (используется в DataGrid)
178
+ * изображение при отсутствии данных (используется в DataGrid)
179
179
  */
180
180
  noDataImgSrc: string;
181
181
  /**
182
- * @description изображение при ошибке (используется в ContentState)
182
+ * изображение при ошибке (используется в ContentState)
183
183
  */
184
184
  defaultErrorImgSrc: string;
185
185
  /**
186
- * @description изображение при ошибке при обновлении продукта (используется в ContentState/ErrorBoundary)
186
+ * изображение при ошибке при обновлении продукта (используется в ContentState/ErrorBoundary)
187
187
  */
188
188
  outdatedReleaseErrorImgSrc: string;
189
189
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astral/ui",
3
- "version": "3.168.3",
3
+ "version": "3.169.1",
4
4
  "browser": "./index.js",
5
5
  "main": "./node/index.js",
6
6
  "exports": {
@@ -23,9 +23,9 @@
23
23
  "./illustrations/*": "./illustrations/*"
24
24
  },
25
25
  "dependencies": {
26
- "@astral/icons": "3.168.3",
27
- "@astral/components": "3.168.3",
28
- "@astral/form": "3.168.3"
26
+ "@astral/icons": "3.169.1",
27
+ "@astral/components": "3.169.1",
28
+ "@astral/form": "3.169.1"
29
29
  },
30
30
  "peerDependencies": {
31
31
  "react": ">=17.0.0"