stratosphere-ui 2.2.2 → 2.2.4
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/src/common/constants.d.ts +1 -0
- package/dist/stratosphere-ui.js +713 -708
- package/package.json +1 -1
|
@@ -1,3 +1,4 @@
|
|
|
1
1
|
export declare const COLORS: readonly ["base-100", "base-200", "base-300", "base-content", "primary", "primary-content", "secondary", "secondary-content", "accent", "accent-content", "neutral", "neutral-content", "info", "info-content", "success", "success-content", "warning", "warning-content", "error", "error-content"];
|
|
2
|
+
export declare const HIDE_SCROLLBAR_CLASSNAME = "[-ms-overflow-style:none] [scrollbar-width:none] [&::-webkit-scrollbar]:hidden";
|
|
2
3
|
export declare const DIGIT_REGEX: RegExp;
|
|
3
4
|
export declare const SECURITY_CODE_REGEX: RegExp;
|