@companycam/slab-web 2.3.1 → 2.3.2
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/index.d.ts +1 -0
- package/index.js +296 -266
- package/index.mjs +1508 -1477
- package/lib/shared/styles.d.ts +1 -0
- package/package.json +1 -1
package/lib/shared/styles.d.ts
CHANGED
|
@@ -9,6 +9,7 @@ export declare const statusStyles: (status: GetStatusProps["status"]) => {
|
|
|
9
9
|
icon: string;
|
|
10
10
|
focusStyles: import('styled-components').RuleSet<object>;
|
|
11
11
|
};
|
|
12
|
+
export declare const slabContainerAction: import('styled-components').RuleSet<object>;
|
|
12
13
|
export declare const visuallyHidden: import('styled-components').RuleSet<object>;
|
|
13
14
|
/**
|
|
14
15
|
* Conversts {@linkcode CSSSpacing} values to CSS tokens.
|