elseware-ui 3.3.0 → 3.4.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.
- package/dist/components/analytics/CookieBanner.d.ts +1 -1
- package/dist/components/analytics/CookieBanner.d.ts.map +1 -1
- package/dist/components/data-display/flag/Flag.d.ts.map +1 -1
- package/dist/components/data-display/spinner/Spinner.d.ts +1 -1
- package/dist/components/data-display/spinner/Spinner.d.ts.map +1 -1
- package/dist/components/data-display/tooltip/Tooltip.d.ts.map +1 -1
- package/dist/components/data-entry/select/web/Select.web.d.ts.map +1 -1
- package/dist/components/data-entry/select/web/Select.web.styles.d.ts +1 -1
- package/dist/components/data-entry/select/web/Select.web.styles.d.ts.map +1 -1
- package/dist/components/feedback/backdrop/Backdrop.d.ts +4 -1
- package/dist/components/feedback/backdrop/Backdrop.d.ts.map +1 -1
- package/dist/components/feedback/toast/Toast.d.ts +1 -1
- package/dist/components/feedback/toast/Toast.d.ts.map +1 -1
- package/dist/components/layout/layout/Header.d.ts.map +1 -1
- package/dist/components/navigation/drawer/Drawer.d.ts.map +1 -1
- package/dist/components/navigation/header-nav/HeaderNavGroup.d.ts.map +1 -1
- package/dist/components/overlay/modal/Modal.d.ts +1 -1
- package/dist/components/overlay/modal/Modal.d.ts.map +1 -1
- package/dist/compositions/comment-thread/com/renderers/CommentMenu.d.ts.map +1 -1
- package/dist/compositions/navigation/top-nav/com/TNDropdown.d.ts.map +1 -1
- package/dist/compositions/review-thread/com/renderers/ReviewMenu.d.ts.map +1 -1
- package/dist/compositions/review-thread/com/renderers/ReviewReplyMenu.d.ts.map +1 -1
- package/dist/data/index.d.ts +2 -0
- package/dist/data/index.d.ts.map +1 -0
- package/dist/data/z-order.d.ts +34 -0
- package/dist/data/z-order.d.ts.map +1 -0
- package/dist/index.css +40 -12
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.mjs +168 -71
- package/dist/index.mjs.map +1 -1
- package/dist/index.native.d.ts +1 -0
- package/dist/index.native.d.ts.map +1 -1
- package/dist/index.native.mjs +23 -1
- package/dist/index.native.mjs.map +1 -1
- package/package.json +4 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import type { CookieBannerProps } from "./analytics.types";
|
|
2
|
-
export declare const CookieBanner: ({ title, description, privacyPolicyUrl, cookiePolicyUrl, position, shape, showRejectAll, showCustomize, labels, categories, className, ...rest }: CookieBannerProps) => import("react").JSX.Element | null;
|
|
2
|
+
export declare const CookieBanner: ({ title, description, privacyPolicyUrl, cookiePolicyUrl, position, shape, showRejectAll, showCustomize, labels, categories, className, style, ...rest }: CookieBannerProps) => import("react").JSX.Element | null;
|
|
3
3
|
export default CookieBanner;
|
|
4
4
|
//# sourceMappingURL=CookieBanner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CookieBanner.d.ts","sourceRoot":"","sources":["../../../src/components/analytics/CookieBanner.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"CookieBanner.d.ts","sourceRoot":"","sources":["../../../src/components/analytics/CookieBanner.tsx"],"names":[],"mappings":"AAQA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAgB3D,eAAO,MAAM,YAAY,4JActB,iBAAiB,uCAyHnB,CAAC;eAEa,YAAY"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Flag.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/flag/Flag.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Flag.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/flag/Flag.tsx"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAU9D,MAAM,WAAW,SAAU,SAAQ,kBAAkB;IACnD,IAAI,EAAE,MAAM,CAAC;IACb,KAAK,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;CAC1B;AAED,eAAO,MAAM,IAAI,gDAMd,SAAS,gCAuCX,CAAC"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import "./Spinner.css";
|
|
2
2
|
import type { SpinnerProps } from "./types/spinner.types";
|
|
3
|
-
export declare const Spinner: ({ type, variant, size, label, showLabel, centered, fullscreen, overlay, backdrop, direction, className, spinnerClassName, labelClassName, ariaLabel, ...rest }: SpinnerProps) => import("react").JSX.Element;
|
|
3
|
+
export declare const Spinner: ({ type, variant, size, label, showLabel, centered, fullscreen, overlay, backdrop, direction, className, spinnerClassName, labelClassName, style, ariaLabel, ...rest }: SpinnerProps) => import("react").JSX.Element;
|
|
4
4
|
export default Spinner;
|
|
5
5
|
//# sourceMappingURL=Spinner.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/spinner/Spinner.tsx"],"names":[],"mappings":"AACA,OAAO,eAAe,CAAC;AAQvB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/spinner/Spinner.tsx"],"names":[],"mappings":"AACA,OAAO,eAAe,CAAC;AAQvB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAkH1D,eAAO,MAAM,OAAO,0KAuBjB,YAAY,gCA0Nd,CAAC;eAEa,OAAO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/tooltip/Tooltip.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Tooltip.d.ts","sourceRoot":"","sources":["../../../../src/components/data-display/tooltip/Tooltip.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAQvC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAI9D,MAAM,WAAW,YAAa,SAAQ,kBAAkB;IACtD,QAAQ,EAAE,SAAS,CAAC;IACpB,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AAED,eAAO,MAAM,OAAO,oEAQjB,YAAY,uCAoCd,CAAC;eAEa,OAAO"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.web.d.ts","sourceRoot":"","sources":["../../../../../src/components/data-entry/select/web/Select.web.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Select.web.d.ts","sourceRoot":"","sources":["../../../../../src/components/data-entry/select/web/Select.web.tsx"],"names":[],"mappings":"AAsCA,OAAO,KAAK,EAAgB,WAAW,EAAE,MAAM,SAAS,CAAC;AAqBzD,iBAAS,MAAM,CAAC,WAAW,EAAE,WAAW,+BA4UvC;AAED,OAAO,EAAE,MAAM,EAAE,CAAC;eACH,MAAM"}
|
|
@@ -3,7 +3,7 @@ export declare const webSelectValueClassName = "block min-w-0 flex-1 truncate te
|
|
|
3
3
|
export declare const webSelectPlaceholderClassName = "text-gray-500 dark:text-gray-400";
|
|
4
4
|
export declare const webSelectChevronClassName = "pointer-events-none shrink-0 text-base text-gray-500 transition-transform duration-150 ease-out dark:text-gray-400";
|
|
5
5
|
export declare const webSelectChevronOpenClassName = "rotate-180";
|
|
6
|
-
export declare const webSelectDropdownClassName = "absolute left-0 right-0 top-full
|
|
6
|
+
export declare const webSelectDropdownClassName = "absolute left-0 right-0 top-full mt-2 overflow-hidden rounded-md border border-gray-200 bg-white shadow-xl shadow-black/10 ring-1 ring-black/5 dark:border-eui-dark-300 dark:bg-eui-dark-500 dark:shadow-black/30 dark:ring-white/10";
|
|
7
7
|
export declare const webSelectListClassName = "max-h-[228px] overflow-y-auto py-1";
|
|
8
8
|
export declare const webSelectOptionClassName = "flex min-h-11 w-full items-center px-3 py-2 text-left text-sm font-medium text-gray-800 outline-none transition-colors duration-120 ease-out dark:text-gray-100";
|
|
9
9
|
export declare const webSelectOptionHoverClassName = "hover:bg-gray-100 focus:bg-gray-100 dark:hover:bg-eui-dark-400 dark:focus:bg-eui-dark-400";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Select.web.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/data-entry/select/web/Select.web.styles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,wGACiE,CAAC;AAExG,eAAO,MAAM,uBAAuB,yFACoD,CAAC;AAEzF,eAAO,MAAM,6BAA6B,qCAAqC,CAAC;AAEhF,eAAO,MAAM,yBAAyB,uHACgF,CAAC;AAEvH,eAAO,MAAM,6BAA6B,eAAe,CAAC;AAE1D,eAAO,MAAM,0BAA0B,
|
|
1
|
+
{"version":3,"file":"Select.web.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/data-entry/select/web/Select.web.styles.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,yBAAyB,wGACiE,CAAC;AAExG,eAAO,MAAM,uBAAuB,yFACoD,CAAC;AAEzF,eAAO,MAAM,6BAA6B,qCAAqC,CAAC;AAEhF,eAAO,MAAM,yBAAyB,uHACgF,CAAC;AAEvH,eAAO,MAAM,6BAA6B,eAAe,CAAC;AAE1D,eAAO,MAAM,0BAA0B,yOACiM,CAAC;AAEzO,eAAO,MAAM,sBAAsB,uCAAuC,CAAC;AAE3E,eAAO,MAAM,wBAAwB,oKAC8H,CAAC;AAEpK,eAAO,MAAM,6BAA6B,8FACmD,CAAC;AAE9F,eAAO,MAAM,gCAAgC,4GAC8D,CAAC;AAE5G,eAAO,MAAM,8BAA8B,qCACP,CAAC;AAErC,eAAO,MAAM,gCAAgC,gIACkF,CAAC;AAEhI,eAAO,MAAM,+BAA+B,4BAA4B,CAAC;AAEzE,eAAO,MAAM,uBAAuB,mEAC8B,CAAC"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
import React from "react";
|
|
2
|
+
import type { CSSProperties } from "react";
|
|
2
3
|
export interface BackdropProps {
|
|
3
4
|
children?: React.ReactNode;
|
|
4
5
|
styles?: string;
|
|
6
|
+
style?: CSSProperties;
|
|
7
|
+
zIndex?: number;
|
|
5
8
|
}
|
|
6
|
-
export declare const Backdrop: ({ children, styles }: BackdropProps) => React.JSX.Element;
|
|
9
|
+
export declare const Backdrop: ({ children, styles, style, zIndex, }: BackdropProps) => React.JSX.Element;
|
|
7
10
|
export default Backdrop;
|
|
8
11
|
//# sourceMappingURL=Backdrop.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Backdrop.d.ts","sourceRoot":"","sources":["../../../../src/components/feedback/backdrop/Backdrop.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Backdrop.d.ts","sourceRoot":"","sources":["../../../../src/components/feedback/backdrop/Backdrop.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,OAAO,CAAC;AAE3C,MAAM,WAAW,aAAa;IAC5B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,aAAa,CAAC;IACtB,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,QAAQ,yCAKlB,aAAa,sBAYf,CAAC;eAEa,QAAQ"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import "./toast.css";
|
|
2
2
|
import type { SendToastOptions, ToastProps } from "./types";
|
|
3
|
-
export declare const Toast: ({ position, autoClose, maxToasts, hideProgressBar, newestOnTop, closeOnClick, pauseOnHover, shape, className, ...rest }: ToastProps) => import("react").JSX.Element | null;
|
|
3
|
+
export declare const Toast: ({ position, autoClose, maxToasts, hideProgressBar, newestOnTop, closeOnClick, pauseOnHover, shape, className, style, ...rest }: ToastProps) => import("react").JSX.Element | null;
|
|
4
4
|
export declare const euiToast: {
|
|
5
5
|
show(options: SendToastOptions): string;
|
|
6
6
|
success(message: SendToastOptions["message"], options?: SendToastOptions): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../../src/components/feedback/toast/Toast.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"Toast.d.ts","sourceRoot":"","sources":["../../../../src/components/feedback/toast/Toast.tsx"],"names":[],"mappings":"AAYA,OAAO,aAAa,CAAC;AAErB,OAAO,KAAK,EAAE,gBAAgB,EAAiB,UAAU,EAAE,MAAM,SAAS,CAAC;AAmB3E,eAAO,MAAM,KAAK,mIAYf,UAAU,uCAmDZ,CAAC;AAEF,eAAO,MAAM,QAAQ;IACnB,IAAI,UAAU,gBAAgB;IAI9B,OAAO,UACI,gBAAgB,CAAC,SAAS,CAAC,YAC3B,gBAAgB;IAS3B,OAAO,UACI,gBAAgB,CAAC,SAAS,CAAC,YAC3B,gBAAgB;IAS3B,KAAK,UAAU,gBAAgB,CAAC,SAAS,CAAC,YAAW,gBAAgB;IAQrE,IAAI,UAAU,gBAAgB,CAAC,SAAS,CAAC,YAAW,gBAAgB;IAQpE,MAAM,KAAK,MAAM;IAIjB,KAAK;CAGN,CAAC;AAEF,wBAAgB,SAAS,CAAC,IAAI,GAAE,gBAAqB,UAKpD;eAEc,KAAK"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/layout/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Header.d.ts","sourceRoot":"","sources":["../../../../src/components/layout/layout/Header.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAK1B,OAAO,EAIL,KAAK,eAAe,EACrB,MAAM,aAAa,CAAC;AAErB,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,QAAQ,CAAC;IACzC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,uBAAuB,CAAC,EAAE,CAAC,QAAQ,EAAE,eAAe,KAAK,IAAI,CAAC;IAC9D,eAAe,CAAC,EAAE,eAAe,CAAC;IAClC,2BAA2B,CAAC,EAAE,OAAO,CAAC;IACtC,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,MAAM,2GAOhB,WAAW,sBAkCb,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/drawer/Drawer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"Drawer.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/drawer/Drawer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,MAAM,WAAW,WAAW;IAC1B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,UAAU,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,MAAM,GAAG,OAAO,GAAG,KAAK,GAAG,QAAQ,CAAC;IAC3C,WAAW,EAAE,MAAM,IAAI,CAAC;IACxB,MAAM,CAAC,EAAE,MAAM,CAAC;IAEhB,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,oBAAoB,CAAC,EAAE,OAAO,CAAC;IAE/B,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,eAAO,MAAM,MAAM,sIAahB,WAAW,sBA0Db,CAAC;eAEa,MAAM"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HeaderNavGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/header-nav/HeaderNavGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"HeaderNavGroup.d.ts","sourceRoot":"","sources":["../../../../src/components/navigation/header-nav/HeaderNavGroup.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2B,MAAM,OAAO,CAAC;AAShD,MAAM,WAAW,mBAAmB;IAClC,IAAI,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACvB,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,KAAK,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IACxB,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED,eAAO,MAAM,cAAc,8DAQxB,mBAAmB,sBA8DrB,CAAC;eAEa,cAAc"}
|
|
@@ -13,6 +13,6 @@ export interface ModalProps {
|
|
|
13
13
|
styles?: string;
|
|
14
14
|
shape?: keyof typeof Shape;
|
|
15
15
|
}
|
|
16
|
-
declare function Modal({ title, show, handleOnClose, children, isLoading, isSuccess, isError, error, styles, enableCloseOnClickOutside, shape, }: ModalProps): React.
|
|
16
|
+
declare function Modal({ title, show, handleOnClose, children, isLoading, isSuccess, isError, error, styles, enableCloseOnClickOutside, shape, }: ModalProps): React.ReactPortal | null;
|
|
17
17
|
export default Modal;
|
|
18
18
|
//# sourceMappingURL=Modal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../src/components/overlay/modal/Modal.tsx"],"names":[],"mappings":"AAAA,OAAO,
|
|
1
|
+
{"version":3,"file":"Modal.d.ts","sourceRoot":"","sources":["../../../../src/components/overlay/modal/Modal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAwB,MAAM,OAAO,CAAC;AAU7C,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,qBAAqB,CAAC;AAMjD,MAAM,WAAW,UAAU;IACzB,KAAK,EAAE,MAAM,CAAC;IACd,IAAI,EAAE,OAAO,CAAC;IACd,aAAa,CAAC,EAAE,MAAM,IAAI,CAAC;IAC3B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,yBAAyB,CAAC,EAAE,OAAO,CAAC;IACpC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,KAAK,CAAC,EAAE,OAAO,CAAC;IAChB,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,KAAK,CAAC,EAAE,MAAM,OAAO,KAAK,CAAC;CAC5B;AAED,iBAAS,KAAK,CAAC,EACb,KAAK,EACL,IAAY,EACZ,aAAa,EACb,QAAQ,EACR,SAAS,EACT,SAAgB,EAChB,OAAO,EACP,KAAK,EACL,MAAM,EACN,yBAAiC,EACjC,KAAK,GACN,EAAE,UAAU,4BAsEZ;eAEc,KAAK"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CommentMenu.d.ts","sourceRoot":"","sources":["../../../../../src/compositions/comment-thread/com/renderers/CommentMenu.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"CommentMenu.d.ts","sourceRoot":"","sources":["../../../../../src/compositions/comment-thread/com/renderers/CommentMenu.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,sCAAsC,CAAC;AA0B7E,iBAAS,WAAW,CAAC,EACnB,IAAI,EACJ,OAAO,EACP,OAAO,EACP,SAAS,EACT,SAAS,EACT,MAAM,EACN,QAAQ,EACR,QAAQ,GACT,EAAE,gBAAgB,sCA4ElB;eAEc,WAAW"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TNDropdown.d.ts","sourceRoot":"","sources":["../../../../../src/compositions/navigation/top-nav/com/TNDropdown.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"TNDropdown.d.ts","sourceRoot":"","sources":["../../../../../src/compositions/navigation/top-nav/com/TNDropdown.tsx"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AACjE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AAI3C,MAAM,WAAW,eAAgB,SAAQ,kBAAkB;IACzD,KAAK,EAAE,UAAU,EAAE,CAAC;IACpB,QAAQ,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,IAAI,CAAC;IAChC,UAAU,CAAC,EAAE,GAAG,CAAC;CAClB;AAED,eAAO,MAAM,UAAU,qCAIpB,eAAe,gCAyCjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReviewMenu.d.ts","sourceRoot":"","sources":["../../../../../src/compositions/review-thread/com/renderers/ReviewMenu.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ReviewMenu.d.ts","sourceRoot":"","sources":["../../../../../src/compositions/review-thread/com/renderers/ReviewMenu.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,aAAa,CAAC;AAKnD,iBAAS,UAAU,CAAC,EAClB,IAAI,EACJ,OAAO,EACP,OAAO,EACP,SAAS,EACT,SAAS,EACT,MAAM,EACN,QAAQ,EACR,QAAQ,GACT,EAAE,eAAe,sCAsEjB;eAEc,UAAU"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ReviewReplyMenu.d.ts","sourceRoot":"","sources":["../../../../../src/compositions/review-thread/com/renderers/ReviewReplyMenu.tsx"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"ReviewReplyMenu.d.ts","sourceRoot":"","sources":["../../../../../src/compositions/review-thread/com/renderers/ReviewReplyMenu.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,aAAa,CAAC;AAKxD,iBAAS,eAAe,CAAC,EACvB,IAAI,EACJ,OAAO,EACP,OAAO,EACP,SAAS,EACT,SAAS,EACT,MAAM,EACN,QAAQ,EACR,QAAQ,GACT,EAAE,oBAAoB,sCAsEtB;eAEc,eAAe"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/data/index.ts"],"names":[],"mappings":"AAAA,cAAc,WAAW,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Global UI stacking order.
|
|
3
|
+
*
|
|
4
|
+
* Use these tokens for application-level surfaces that can overlap unrelated
|
|
5
|
+
* parts of the UI. Small z-index values used only inside a component should
|
|
6
|
+
* remain local to that component.
|
|
7
|
+
*
|
|
8
|
+
* The window title bar is application chrome: it intentionally remains above
|
|
9
|
+
* modal backdrops so frameless desktop-window controls stay accessible. Modal
|
|
10
|
+
* content is otherwise the highest interactive application surface.
|
|
11
|
+
*/
|
|
12
|
+
export declare const Z_INDEX: Readonly<{
|
|
13
|
+
readonly base: 0;
|
|
14
|
+
readonly raisedContent: 10;
|
|
15
|
+
readonly localOverlay: 20;
|
|
16
|
+
readonly stickyContent: 100;
|
|
17
|
+
readonly select: 200;
|
|
18
|
+
readonly header: 300;
|
|
19
|
+
readonly sidebar: 310;
|
|
20
|
+
readonly dropdown: 400;
|
|
21
|
+
readonly backdrop: 500;
|
|
22
|
+
readonly drawerBackdrop: 510;
|
|
23
|
+
readonly drawer: 520;
|
|
24
|
+
readonly cookieBanner: 600;
|
|
25
|
+
readonly loadingOverlay: 650;
|
|
26
|
+
readonly toast: 700;
|
|
27
|
+
readonly modalBackdrop: 800;
|
|
28
|
+
readonly modal: 810;
|
|
29
|
+
readonly tooltip: 900;
|
|
30
|
+
readonly windowTitleBar: 1000;
|
|
31
|
+
}>;
|
|
32
|
+
export type ZIndexLayer = keyof typeof Z_INDEX;
|
|
33
|
+
export type ZIndexValue = (typeof Z_INDEX)[ZIndexLayer];
|
|
34
|
+
//# sourceMappingURL=z-order.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"z-order.d.ts","sourceRoot":"","sources":["../../src/data/z-order.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;GAUG;AACH,eAAO,MAAM,OAAO;mBACZ,CAAC;4BACQ,EAAE;2BACH,EAAE;4BACD,GAAG;qBACV,GAAG;qBACH,GAAG;sBACF,GAAG;uBACF,GAAG;uBACH,GAAG;6BACG,GAAG;qBACX,GAAG;2BACG,GAAG;6BACD,GAAG;oBACZ,GAAG;4BACK,GAAG;oBACX,GAAG;sBACD,GAAG;6BACI,IAAI;EACX,CAAC;AAEZ,MAAM,MAAM,WAAW,GAAG,MAAM,OAAO,OAAO,CAAC;AAC/C,MAAM,MAAM,WAAW,GAAG,CAAC,OAAO,OAAO,CAAC,CAAC,WAAW,CAAC,CAAC"}
|
package/dist/index.css
CHANGED
|
@@ -404,6 +404,10 @@ video {
|
|
|
404
404
|
.inset-0 {
|
|
405
405
|
inset: 0;
|
|
406
406
|
}
|
|
407
|
+
.inset-x-0 {
|
|
408
|
+
left: 0;
|
|
409
|
+
right: 0;
|
|
410
|
+
}
|
|
407
411
|
.bottom-0 {
|
|
408
412
|
bottom: 0;
|
|
409
413
|
}
|
|
@@ -431,6 +435,9 @@ video {
|
|
|
431
435
|
.left-4 {
|
|
432
436
|
left: 1rem;
|
|
433
437
|
}
|
|
438
|
+
.left-48 {
|
|
439
|
+
left: 12rem;
|
|
440
|
+
}
|
|
434
441
|
.right-0 {
|
|
435
442
|
right: 0;
|
|
436
443
|
}
|
|
@@ -464,6 +471,9 @@ video {
|
|
|
464
471
|
.top-4 {
|
|
465
472
|
top: 1rem;
|
|
466
473
|
}
|
|
474
|
+
.top-8 {
|
|
475
|
+
top: 2rem;
|
|
476
|
+
}
|
|
467
477
|
.top-\[-20px\] {
|
|
468
478
|
top: -20px;
|
|
469
479
|
}
|
|
@@ -482,18 +492,12 @@ video {
|
|
|
482
492
|
.z-20 {
|
|
483
493
|
z-index: 20;
|
|
484
494
|
}
|
|
485
|
-
.z-30 {
|
|
486
|
-
z-index: 30;
|
|
487
|
-
}
|
|
488
495
|
.z-40 {
|
|
489
496
|
z-index: 40;
|
|
490
497
|
}
|
|
491
498
|
.z-50 {
|
|
492
499
|
z-index: 50;
|
|
493
500
|
}
|
|
494
|
-
.z-\[9999\] {
|
|
495
|
-
z-index: 9999;
|
|
496
|
-
}
|
|
497
501
|
.col-span-2 {
|
|
498
502
|
grid-column: span 2/span 2;
|
|
499
503
|
}
|
|
@@ -567,6 +571,9 @@ video {
|
|
|
567
571
|
.ml-4 {
|
|
568
572
|
margin-left: 1rem;
|
|
569
573
|
}
|
|
574
|
+
.ml-48 {
|
|
575
|
+
margin-left: 12rem;
|
|
576
|
+
}
|
|
570
577
|
.ml-5 {
|
|
571
578
|
margin-left: 1.25rem;
|
|
572
579
|
}
|
|
@@ -2105,6 +2112,10 @@ video {
|
|
|
2105
2112
|
.bg-eui-dark-500\/5 {
|
|
2106
2113
|
background-color: rgba(33, 37, 41, .05);
|
|
2107
2114
|
}
|
|
2115
|
+
.bg-eui-dark-700 {
|
|
2116
|
+
--tw-bg-opacity:1;
|
|
2117
|
+
background-color: rgb(20 22 24/var(--tw-bg-opacity,1));
|
|
2118
|
+
}
|
|
2108
2119
|
.bg-eui-dark-900 {
|
|
2109
2120
|
--tw-bg-opacity:1;
|
|
2110
2121
|
background-color: rgb(7 7 8/var(--tw-bg-opacity,1));
|
|
@@ -2834,6 +2845,9 @@ video {
|
|
|
2834
2845
|
.pt-2 {
|
|
2835
2846
|
padding-top: .5rem;
|
|
2836
2847
|
}
|
|
2848
|
+
.pt-24 {
|
|
2849
|
+
padding-top: 6rem;
|
|
2850
|
+
}
|
|
2837
2851
|
.pt-3\.5 {
|
|
2838
2852
|
padding-top: .875rem;
|
|
2839
2853
|
}
|
|
@@ -5779,6 +5793,10 @@ video {
|
|
|
5779
5793
|
.inset-0 {
|
|
5780
5794
|
inset: 0;
|
|
5781
5795
|
}
|
|
5796
|
+
.inset-x-0 {
|
|
5797
|
+
left: 0;
|
|
5798
|
+
right: 0;
|
|
5799
|
+
}
|
|
5782
5800
|
.bottom-0 {
|
|
5783
5801
|
bottom: 0;
|
|
5784
5802
|
}
|
|
@@ -5806,6 +5824,9 @@ video {
|
|
|
5806
5824
|
.left-4 {
|
|
5807
5825
|
left: 1rem;
|
|
5808
5826
|
}
|
|
5827
|
+
.left-48 {
|
|
5828
|
+
left: 12rem;
|
|
5829
|
+
}
|
|
5809
5830
|
.right-0 {
|
|
5810
5831
|
right: 0;
|
|
5811
5832
|
}
|
|
@@ -5839,6 +5860,9 @@ video {
|
|
|
5839
5860
|
.top-4 {
|
|
5840
5861
|
top: 1rem;
|
|
5841
5862
|
}
|
|
5863
|
+
.top-8 {
|
|
5864
|
+
top: 2rem;
|
|
5865
|
+
}
|
|
5842
5866
|
.top-\[-20px\] {
|
|
5843
5867
|
top: -20px;
|
|
5844
5868
|
}
|
|
@@ -5857,18 +5881,12 @@ video {
|
|
|
5857
5881
|
.z-20 {
|
|
5858
5882
|
z-index: 20;
|
|
5859
5883
|
}
|
|
5860
|
-
.z-30 {
|
|
5861
|
-
z-index: 30;
|
|
5862
|
-
}
|
|
5863
5884
|
.z-40 {
|
|
5864
5885
|
z-index: 40;
|
|
5865
5886
|
}
|
|
5866
5887
|
.z-50 {
|
|
5867
5888
|
z-index: 50;
|
|
5868
5889
|
}
|
|
5869
|
-
.z-\[9999\] {
|
|
5870
|
-
z-index: 9999;
|
|
5871
|
-
}
|
|
5872
5890
|
.col-span-2 {
|
|
5873
5891
|
grid-column: span 2/span 2;
|
|
5874
5892
|
}
|
|
@@ -5942,6 +5960,9 @@ video {
|
|
|
5942
5960
|
.ml-4 {
|
|
5943
5961
|
margin-left: 1rem;
|
|
5944
5962
|
}
|
|
5963
|
+
.ml-48 {
|
|
5964
|
+
margin-left: 12rem;
|
|
5965
|
+
}
|
|
5945
5966
|
.ml-5 {
|
|
5946
5967
|
margin-left: 1.25rem;
|
|
5947
5968
|
}
|
|
@@ -7480,6 +7501,10 @@ video {
|
|
|
7480
7501
|
.bg-eui-dark-500\/5 {
|
|
7481
7502
|
background-color: rgba(33, 37, 41, .05);
|
|
7482
7503
|
}
|
|
7504
|
+
.bg-eui-dark-700 {
|
|
7505
|
+
--tw-bg-opacity:1;
|
|
7506
|
+
background-color: rgb(20 22 24/var(--tw-bg-opacity,1));
|
|
7507
|
+
}
|
|
7483
7508
|
.bg-eui-dark-900 {
|
|
7484
7509
|
--tw-bg-opacity:1;
|
|
7485
7510
|
background-color: rgb(7 7 8/var(--tw-bg-opacity,1));
|
|
@@ -8209,6 +8234,9 @@ video {
|
|
|
8209
8234
|
.pt-2 {
|
|
8210
8235
|
padding-top: .5rem;
|
|
8211
8236
|
}
|
|
8237
|
+
.pt-24 {
|
|
8238
|
+
padding-top: 6rem;
|
|
8239
|
+
}
|
|
8212
8240
|
.pt-3\.5 {
|
|
8213
8241
|
padding-top: .875rem;
|
|
8214
8242
|
}
|