delivapp-ordering 0.0.144 → 0.0.146

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "delivapp-ordering",
3
- "version": "0.0.144",
3
+ "version": "0.0.146",
4
4
  "description": "",
5
5
  "main": "dist/esm/index.js",
6
6
  "module": "dist/cjs/index.js",
@@ -11,7 +11,7 @@
11
11
  "scripts": {
12
12
  "lint": "eslint --ext .ts,.tsx src --fix",
13
13
  "pub": "npm run build && npm version patch && npm publish",
14
- "build": "npm run lint && rollup -c",
14
+ "build": "rollup -c",
15
15
  "sb": "storybook dev -p 6006",
16
16
  "build-storybook": "storybook build",
17
17
  "deploy-storybook": "npm run build-storybook && gh-pages -d storybook-static"
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { CURRENCY } from '../../enums/enums';
3
- import { ISuboption } from '../SuboptionSelector';
4
- import './style.scss';
5
- export interface SuboptionPizzaSelectorProps {
6
- currency: CURRENCY;
7
- suboptions: ISuboption[];
8
- onChangeOption: (id: any, quantity: any, option?: ISuboption) => void;
9
- }
10
- export declare const SuboptionPizzaSelector: ({ currency, suboptions, onChangeOption }: SuboptionPizzaSelectorProps) => React.JSX.Element;
@@ -1 +0,0 @@
1
- export { SuboptionPizzaSelector } from './SuboptionPizzaSelector';
@@ -1,10 +0,0 @@
1
- import React from 'react';
2
- import { CURRENCY } from '../../enums/enums';
3
- import { ISuboption } from '../SuboptionSelector';
4
- import './style.scss';
5
- export interface SuboptionPizzaSelectorProps {
6
- currency: CURRENCY;
7
- suboptions: ISuboption[];
8
- onChangeOption: (id: any, quantity: any, option?: ISuboption) => void;
9
- }
10
- export declare const SuboptionPizzaSelector: ({ currency, suboptions, onChangeOption }: SuboptionPizzaSelectorProps) => React.JSX.Element;
@@ -1 +0,0 @@
1
- export { SuboptionPizzaSelector } from './SuboptionPizzaSelector';