@epam/uui 5.13.3-beta.7 → 5.13.3-beta.9
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/assets/styles/inputs.scss +4 -4
- package/components/overlays/Tooltip.d.ts +4 -1
- package/components/overlays/Tooltip.d.ts.map +1 -1
- package/index.esm.js +109 -109
- package/index.esm.js.map +1 -1
- package/index.js +109 -109
- package/index.js.map +1 -1
- package/package.json +5 -5
- package/stats.html +1 -19
- package/styles.css +1003 -1003
- package/styles.css.map +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
@mixin disabled-input() {
|
|
2
|
-
|
|
2
|
+
&:global(.uui-control-mode-form) {
|
|
3
3
|
cursor: default;
|
|
4
4
|
@include input-colors(var(--uui-control-bg-disabled), var(--uui-control-text-disabled), var(--uui-control-border-disabled), var(--uui-control-placeholder-disabled));
|
|
5
5
|
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
}
|
|
10
10
|
}
|
|
11
11
|
|
|
12
|
-
|
|
12
|
+
&:global(.uui-control-mode-cell) {
|
|
13
13
|
cursor: default;
|
|
14
14
|
@include input-colors(transparent, var(--uui-control-text-disabled), transparent, var(--uui-control-placeholder-disabled));
|
|
15
15
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
@mixin readonly-input() {
|
|
24
|
-
|
|
24
|
+
&:global(.uui-control-mode-form) {
|
|
25
25
|
background-color: var(--uui-control-bg-disabled);
|
|
26
26
|
border-color: var(--uui-control-border-disabled);
|
|
27
27
|
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
|
|
39
|
-
|
|
39
|
+
&:global(.uui-control-mode-cell) {
|
|
40
40
|
background-color: transparent;
|
|
41
41
|
border-color: transparent;
|
|
42
42
|
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { Overwrite } from '@epam/uui-core';
|
|
2
3
|
import * as uuiComponents from '@epam/uui-components';
|
|
3
4
|
interface TooltipMods {
|
|
4
5
|
/**
|
|
@@ -9,7 +10,9 @@ interface TooltipMods {
|
|
|
9
10
|
}
|
|
10
11
|
export interface TooltipCoreProps extends uuiComponents.TooltipProps {
|
|
11
12
|
}
|
|
12
|
-
export interface
|
|
13
|
+
export interface TooltipModsOverride {
|
|
14
|
+
}
|
|
15
|
+
export interface TooltipProps extends TooltipCoreProps, Overwrite<TooltipMods, TooltipModsOverride> {
|
|
13
16
|
}
|
|
14
17
|
export declare const Tooltip: import("react").ComponentType<TooltipProps & import("react").RefAttributes<any>>;
|
|
15
18
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../components/overlays/Tooltip.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../components/overlays/Tooltip.tsx"],"names":[],"mappings":";AAAA,OAAO,EAAE,SAAS,EAAY,MAAM,gBAAgB,CAAC;AACrD,OAAO,KAAK,aAAa,MAAM,sBAAsB,CAAC;AAGtD,UAAU,WAAW;IACjB;;;OAGG;IACH,KAAK,CAAC,EAAE,SAAS,GAAG,UAAU,GAAG,UAAU,CAAC;CAC/C;AAED,MAAM,WAAW,gBAAiB,SAAQ,aAAa,CAAC,YAAY;CAAG;AAEvE,MAAM,WAAW,mBAAmB;CAAG;AAEvC,MAAM,WAAW,YAAa,SAAQ,gBAAgB,EAAE,SAAS,CAAC,WAAW,EAAE,mBAAmB,CAAC;CAAG;AAStG,eAAO,MAAM,OAAO,kFAAgF,CAAC"}
|