@elliemae/ds-pills 3.16.4-rc.1 → 3.16.4-rc.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,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const DropdownPill: {
2
3
  ({ containerProps, label, variant, tabIndex, closeMenuOnItemSelection, maxWidth, minWidth, ...dropdownProps }: {
3
4
  [x: string]: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  export declare const InputPill: ({ containerProps, placeholder, onChange, onRemove, value, type, ...otherProps }: {
2
3
  [x: string]: any;
3
4
  containerProps?: {} | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const LabeledDropdownPills: {
2
3
  ({ label, value, type, onFocusNextGroup, onFocusPreviousGroup, onFocusGroupSet, maxWidth, minWidth, fixed, ...menuProps }: {
3
4
  [x: string]: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const LabeledDropdownCascadeMenuPill: ({ label, options, value: optionValue, onChange, onRemove, value: selection, placeholder, onFocusNextGroup, onFocusPreviousGroup, onFocusGroupSet, maxWidth, minWidth, ...menuProps }: {
2
3
  [x: string]: any;
3
4
  label: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const LabeledDropdownMultiPills: ({ label, options, value, onSelect, onRemove, onChange, maxWidth, minWidth, ...menuProps }: {
2
3
  [x: string]: any;
3
4
  label: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import PropTypes from 'prop-types';
2
3
  declare const LabeledDropdownSinglePill: {
3
4
  ({ label, labelIsValue, options, value, onSelect, onChange, maxWidth, minWidth, fixed, ...menuProps }: {
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const LabeledPills: {
2
3
  ({ children, label, leftAddon, onFocusGroupSet, onFocusNextGroup, onFocusPreviousGroup }: {
3
4
  children: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const OverflowPill: {
2
3
  ({ containerProps, label, options }: {
3
4
  containerProps?: {} | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const Pill: {
2
3
  ({ containerProps, label, leftAddon, rightAddon, variant, size, ...otherProps }: {
3
4
  [x: string]: any;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const ReadOnlyPill: {
2
3
  ({ containerProps, modalContent, label, leftAddon, modalTitle, tooltipText, }: {
3
4
  containerProps?: {} | undefined;
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  declare const RemovablePill: {
2
3
  ({ containerProps, label, onRemove, size, leftAddon }: {
3
4
  containerProps?: {} | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-pills",
3
- "version": "3.16.4-rc.1",
3
+ "version": "3.16.4-rc.2",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Pills",
6
6
  "files": [
@@ -149,20 +149,20 @@
149
149
  "dependencies": {
150
150
  "prop-types": "~15.8.1",
151
151
  "uid": "~2.0.1",
152
- "@elliemae/ds-button": "3.16.4-rc.1",
153
- "@elliemae/ds-classnames": "3.16.4-rc.1",
154
- "@elliemae/ds-dropdownmenu": "3.16.4-rc.1",
155
- "@elliemae/ds-form": "3.16.4-rc.1",
156
- "@elliemae/ds-grid": "3.16.4-rc.1",
157
- "@elliemae/ds-modal": "3.16.4-rc.1",
158
- "@elliemae/ds-popover": "3.16.4-rc.1",
159
- "@elliemae/ds-props-helpers": "3.16.4-rc.1",
160
- "@elliemae/ds-icons": "3.16.4-rc.1",
161
- "@elliemae/ds-shared": "3.16.4-rc.1",
162
- "@elliemae/ds-system": "3.16.4-rc.1",
163
- "@elliemae/ds-tooltip": "3.16.4-rc.1",
164
- "@elliemae/ds-utilities": "3.16.4-rc.1",
165
- "@elliemae/ds-truncated-tooltip-text": "3.16.4-rc.1"
152
+ "@elliemae/ds-button": "3.16.4-rc.2",
153
+ "@elliemae/ds-classnames": "3.16.4-rc.2",
154
+ "@elliemae/ds-dropdownmenu": "3.16.4-rc.2",
155
+ "@elliemae/ds-form": "3.16.4-rc.2",
156
+ "@elliemae/ds-grid": "3.16.4-rc.2",
157
+ "@elliemae/ds-icons": "3.16.4-rc.2",
158
+ "@elliemae/ds-modal": "3.16.4-rc.2",
159
+ "@elliemae/ds-popover": "3.16.4-rc.2",
160
+ "@elliemae/ds-props-helpers": "3.16.4-rc.2",
161
+ "@elliemae/ds-shared": "3.16.4-rc.2",
162
+ "@elliemae/ds-system": "3.16.4-rc.2",
163
+ "@elliemae/ds-tooltip": "3.16.4-rc.2",
164
+ "@elliemae/ds-truncated-tooltip-text": "3.16.4-rc.2",
165
+ "@elliemae/ds-utilities": "3.16.4-rc.2"
166
166
  },
167
167
  "devDependencies": {
168
168
  "@testing-library/react": "~12.1.3",