@antscorp/antsomi-ui 1.3.5-beta.1 → 1.3.5-beta.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.
@@ -1,4 +1,4 @@
1
- @import "animate.css";
1
+ // @import "animate.css";
2
2
 
3
3
  :root {
4
4
  --primary-color: #005fb8;
@@ -2,6 +2,7 @@ import { ConfigProviderProps as AntdConfigProviderProps } from 'antd/es/config-p
2
2
  import React, { ReactNode } from 'react';
3
3
  import '@antscorp/antsomi-ui/es/assets/css/main.scss';
4
4
  import { TLocale } from '@antscorp/antsomi-ui/es/types';
5
+ import 'animate.css';
5
6
  interface ConfigProviderProps extends Omit<AntdConfigProviderProps, 'locale'> {
6
7
  children?: ReactNode;
7
8
  locale?: TLocale;
@@ -27,6 +27,8 @@ import '@antscorp/antsomi-ui/es/assets/css/main.scss';
27
27
  // Initialize languages
28
28
  // import '@antscorp/antsomi-ui/es/locales/i18n';
29
29
  import i18next from '@antscorp/antsomi-ui/es/locales/i18n';
30
+ // Css
31
+ import 'animate.css';
30
32
  // NOTE: HOT fix DatePicker Advanced
31
33
  dayjs.extend(weekday);
32
34
  dayjs.extend(localeData);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.5-beta.1",
3
+ "version": "1.3.5-beta.2",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",