@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.
@@ -570,10 +570,6 @@
570
570
  padding: var(--tpst1s1bzlu) var(--tpstr1ymy1) var(--tpstr1ymy1);
571
571
  }
572
572
 
573
- .tpst1mkn4gz {
574
- padding: var(--tpst1s1bzlu);
575
- }
576
-
577
573
  .tpstlze0bs {
578
574
  padding: var(--tpstr1ymy1);
579
575
  }
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
  }>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telepix-lab/telepix-ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "A UI kit for TelePIX",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",