@astral/ui 3.6.0 → 3.6.2

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 +4 -0
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -10,6 +10,7 @@
10
10
  # Table of contents
11
11
  - [Storybook](#storybook)
12
12
  - [Introduction](#introduction)
13
+ - [Playground](#playground)
13
14
  - [Getting started with Next.js](#getting-started-with-nextjs)
14
15
  - [Migration guide](#migration-guide)
15
16
 
@@ -35,6 +36,9 @@
35
36
  ## @astral/icons
36
37
  ```@astral/icons``` - пакет, содержащий иконки, доступные в дизайн-системе.
37
38
 
39
+ # Playground
40
+ Доступен [Codesandbox](https://codesandbox.io/p/sandbox/sleepy-chatterjee-8mv9ml?file=%2Fsrc%2FPlayground%2FPlayground.tsx%3A12%2C1) для проверки фукнционала.
41
+
38
42
  # Getting started with Next.js
39
43
 
40
44
  ## Example
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@astral/ui",
3
- "version": "3.6.0",
3
+ "version": "3.6.2",
4
4
  "browser": "./index.js",
5
5
  "main": "./index.js",
6
6
  "exports": {
@@ -10,9 +10,9 @@
10
10
  "./illustrations/*": "./illustrations/*"
11
11
  },
12
12
  "dependencies": {
13
- "@astral/icons": "^3.6.0",
14
- "@astral/components": "^3.6.0",
15
- "@astral/form": "^3.6.0"
13
+ "@astral/icons": "^3.6.2",
14
+ "@astral/components": "^3.6.2",
15
+ "@astral/form": "^3.6.2"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "react": ">=17.0.0"