@agility/plenum-ui 1.2.3 → 1.2.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,4 @@
1
1
  import React from 'react';
2
- import '../../../tailwind.css';
3
2
  declare type Type = 'text' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'url' | 'date' | 'datetime-local' | 'month' | 'time' | 'week' | 'currency';
4
3
  export interface TextInputProps {
5
4
  /** Input type*/
@@ -1,6 +1,5 @@
1
1
  import React from 'react';
2
2
  import { IconName } from '../../../util/DynamicIcons';
3
- import '../../../tailwind.css';
4
3
  export declare type Type = 'text' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'url' | 'date' | 'datetime-local' | 'month' | 'time' | 'week' | 'currency';
5
4
  export interface TextInputAddonProps {
6
5
  /** Input type*/
@@ -1,5 +1,4 @@
1
1
  import { FC } from 'react';
2
- import '../../../tailwind.css';
3
2
  declare type Type = 'text' | 'email' | 'number' | 'password' | 'search' | 'tel' | 'url' | 'date' | 'datetime-local' | 'month' | 'time' | 'week' | 'currency';
4
3
  export declare type SelectOptions = {
5
4
  label: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility/plenum-ui",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "Components that are part of the Agility CMS design system.",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",