@univerjs/sheets-conditional-formatting-ui 0.7.0-nightly.202505061607 → 0.7.0-nightly.202505091607

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.
@@ -13,4 +13,4 @@
13
13
  * See the License for the specific language governing permissions and
14
14
  * limitations under the License.
15
15
  */
16
- export declare const previewClassName = "univer-mt-5 univer-px-1 univer-py-2 univer-border univer-border-solid univer-border-gray-200 univer-rounded";
16
+ export declare const previewClassName: string;
@@ -1,6 +1,4 @@
1
1
  import { IConditionFormattingRule } from '@univerjs/sheets-conditional-formatting';
2
- import 'react-grid-layout/css/styles.css';
3
- import 'react-resizable/css/styles.css';
4
2
  interface IRuleListProps {
5
3
  onClick: (rule: IConditionFormattingRule) => void;
6
4
  onCreate: () => void;