@antscorp/antsomi-ui 1.3.5-beta.3 → 1.3.5-beta.4

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,5 +1,3 @@
1
- @import "animate.css";
2
-
3
1
  :root {
4
2
  --primary-color: #005fb8;
5
3
  --text-base-color: #222222;
@@ -1,5 +1,6 @@
1
1
  import { ConfigProviderProps as AntdConfigProviderProps } from 'antd/es/config-provider';
2
2
  import React, { ReactNode } from 'react';
3
+ import 'animate.css';
3
4
  import '@antscorp/antsomi-ui/es/assets/css/main.scss';
4
5
  import { TLocale } from '@antscorp/antsomi-ui/es/types';
5
6
  interface ConfigProviderProps extends Omit<AntdConfigProviderProps, 'locale'> {
@@ -19,6 +19,7 @@ import localeData from 'dayjs/plugin/localeData';
19
19
  /** dayjs plugins for timezone */
20
20
  import utc from 'dayjs/plugin/utc';
21
21
  import timezone from 'dayjs/plugin/timezone';
22
+ import 'animate.css';
22
23
  // Constants
23
24
  import { THEME } from '@antscorp/antsomi-ui/es/constants';
24
25
  // Style
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.3",
3
+ "version": "1.3.5-beta.4",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",