@telepix-lab/telepix-ui 0.1.1 → 0.1.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/dist/cjs/card/styles.d.ts +0 -1
- package/dist/cjs/index.js +0 -9
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/styles.css +0 -4
- package/dist/esm/card/styles.d.ts +0 -1
- package/dist/esm/index.js +0 -9
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/styles.css +0 -4
- package/dist/index.d.ts +0 -1
- package/package.json +1 -1
package/dist/esm/styles.css
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -1917,7 +1917,6 @@ declare const cardStyles: Readonly<{
|
|
|
1917
1917
|
readonly flexDirection: node_modules__stylexjs_stylex_lib_cjs_types_StyleXTypes.StyleXClassNameFor<"flexDirection", "column">;
|
|
1918
1918
|
readonly borderRadius: node_modules__stylexjs_stylex_lib_cjs_types_StyleXTypes.StyleXClassNameFor<"borderRadius", string>;
|
|
1919
1919
|
readonly border: node_modules__stylexjs_stylex_lib_cjs_types_StyleXTypes.StyleXClassNameFor<"border", `1px solid ${node_modules__stylexjs_stylex_lib_cjs_types_StyleXTypes.StyleXVar<string>}`>;
|
|
1920
|
-
readonly padding: node_modules__stylexjs_stylex_lib_cjs_types_StyleXTypes.StyleXClassNameFor<"padding", string>;
|
|
1921
1920
|
readonly backgroundColor: node_modules__stylexjs_stylex_lib_cjs_types_StyleXTypes.StyleXClassNameFor<"backgroundColor", string>;
|
|
1922
1921
|
}>;
|
|
1923
1922
|
}>;
|