@cloud-ru/ds-tooltip 1.0.3-preview-563d8ff6.0 → 1.0.3-preview-13225cc1.0

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 +0 -6
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -94,10 +94,6 @@ export function ClickTrigger() {
94
94
  | `triggerClassName` | `string` | — | CSS-класс триггера |
95
95
  | `triggerRef` | `ForwardedRef<HTMLElement \| ReferenceType \| null>` | — | Ref ссылка на триггер |
96
96
 
97
- ##### Related types
98
-
99
- - `Placement` = `"bottom"` \| `"bottom-end"` \| `"bottom-start"` \| `"left"` \| `"left-end"` \| `"left-start"` \| `"right"` \| `"right-end"` \| `"right-start"` \| `"top"` \| `"top-end"` \| `"top-start"`
100
-
101
97
  ## QuestionTooltip
102
98
 
103
99
  Специализированный тултип с готовым триггером-иконкой «?» — для подсказок к полям форм и терминам.
@@ -165,6 +161,4 @@ export function Question() {
165
161
 
166
162
  ##### Related types
167
163
 
168
- - `Placement` = `"bottom"` \| `"bottom-end"` \| `"bottom-start"` \| `"left"` \| `"left-end"` \| `"left-start"` \| `"right"` \| `"right-end"` \| `"right-start"` \| `"top"` \| `"top-end"` \| `"top-start"`
169
-
170
164
  - `Size` = `"s"` \| `"xs"`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud-ru/ds-tooltip",
3
- "version": "1.0.3-preview-563d8ff6.0",
3
+ "version": "1.0.3-preview-13225cc1.0",
4
4
  "description": "Пакет подсказок — компонент Tooltip для произвольного триггера и QuestionTooltip с иконкой «?» для полей форм и сложной терминологии.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -34,9 +34,9 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "classnames": "^2.5.1",
37
- "@cloud-ru/ds-icons": "1.0.2-preview-563d8ff6.0",
38
- "@cloud-ru/ds-utils": "1.1.0",
39
- "@cloud-ru/ds-popover-private": "1.0.2"
37
+ "@cloud-ru/ds-icons": "1.0.2-preview-13225cc1.0",
38
+ "@cloud-ru/ds-popover-private": "1.0.2",
39
+ "@cloud-ru/ds-utils": "1.1.0"
40
40
  },
41
41
  "publishConfig": {
42
42
  "access": "public"