@yamada-ui/highlight 1.0.43 → 1.0.44-dev-20241124015916
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/highlight.d.mts +1 -1
- package/dist/highlight.d.ts +1 -1
- package/package.json +3 -3
package/dist/highlight.d.mts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
2
|
-
import { HTMLUIProps, ThemeProps
|
2
|
+
import { FC, HTMLUIProps, ThemeProps } from '@yamada-ui/core';
|
3
3
|
import { TextProps } from '@yamada-ui/typography';
|
4
4
|
import { ReactNode } from 'react';
|
5
5
|
|
package/dist/highlight.d.ts
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import * as _yamada_ui_core from '@yamada-ui/core';
|
2
|
-
import { HTMLUIProps, ThemeProps
|
2
|
+
import { FC, HTMLUIProps, ThemeProps } from '@yamada-ui/core';
|
3
3
|
import { TextProps } from '@yamada-ui/typography';
|
4
4
|
import { ReactNode } from 'react';
|
5
5
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@yamada-ui/highlight",
|
3
|
-
"version": "1.0.
|
3
|
+
"version": "1.0.44-dev-20241124015916",
|
4
4
|
"description": "Yamada UI highlight component",
|
5
5
|
"keywords": [
|
6
6
|
"yamada",
|
@@ -36,8 +36,8 @@
|
|
36
36
|
"url": "https://github.com/yamada-ui/yamada-ui/issues"
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
|
-
"@yamada-ui/core": "1.15.
|
40
|
-
"@yamada-ui/typography": "1.1.
|
39
|
+
"@yamada-ui/core": "1.15.6-dev-20241124015916",
|
40
|
+
"@yamada-ui/typography": "1.1.2-dev-20241124015916",
|
41
41
|
"@yamada-ui/utils": "1.5.4"
|
42
42
|
},
|
43
43
|
"devDependencies": {
|