@team-monolith/cds 1.100.5 → 1.100.6

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.
@@ -1,2 +1,3 @@
1
+ export declare const RESET_COMMON_BOX: import("@emotion/utils").SerializedStyles;
1
2
  export declare const RESET_BUTTON: import("@emotion/utils").SerializedStyles;
2
3
  export declare const RESET_TABLE: import("@emotion/utils").SerializedStyles;
@@ -1,4 +1,9 @@
1
1
  import { css } from "@emotion/react";
2
+ export const RESET_COMMON_BOX = css `
3
+ margin: 0;
4
+ padding: 0;
5
+ border: 0;
6
+ `;
2
7
  export const RESET_BUTTON = css `
3
8
  display: inline-block;
4
9
  margin: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@team-monolith/cds",
3
- "version": "1.100.5",
3
+ "version": "1.100.6",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "sideEffects": false,