@foxriver76/iob-component-lib
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -16,1 +16,3 @@ import type { StoryObj } from '@storybook/react'; | ||
export declare const Default: Story; | ||
export declare const Warning: Story; | ||
export declare const Error: Story; |
@@ -6,3 +6,3 @@ "use strict"; | ||
exports.__esModule = true; | ||
exports.Default = void 0; | ||
exports.Error = exports.Warning = exports.Default = void 0; | ||
var InfoBox_1 = __importDefault(require("../../../components/molecules/InfoBox/InfoBox")); | ||
@@ -20,2 +20,12 @@ exports["default"] = { | ||
exports.Default = {}; | ||
exports.Warning = { | ||
args: { | ||
type: 'warning' | ||
} | ||
}; | ||
exports.Error = { | ||
args: { | ||
type: 'error' | ||
} | ||
}; | ||
//# sourceMappingURL=InfoBox.stories.js.map |
import InfoBox from './components/molecules/InfoBox/InfoBox'; | ||
export { InfoBox }; | ||
import IconButton from './components/atoms/IconButton/IconButton'; | ||
export { InfoBox, IconButton }; |
@@ -6,5 +6,7 @@ "use strict"; | ||
exports.__esModule = true; | ||
exports.InfoBox = void 0; | ||
exports.IconButton = exports.InfoBox = void 0; | ||
var InfoBox_1 = __importDefault(require("./components/molecules/InfoBox/InfoBox")); | ||
exports.InfoBox = InfoBox_1["default"]; | ||
var IconButton_1 = __importDefault(require("./components/atoms/IconButton/IconButton")); | ||
exports.IconButton = IconButton_1["default"]; | ||
//# sourceMappingURL=index.js.map |
@@ -6,3 +6,3 @@ { | ||
}, | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"scripts": { | ||
@@ -30,2 +30,3 @@ "release": "release-script --noPush -y", | ||
"@foxriver76/eslint-config": "^1.0.5", | ||
"@iobroker/adapter-react-v5": "^6.1.8", | ||
"@mui/icons-material": "^5.16.6", | ||
@@ -37,2 +38,3 @@ "@mui/material": "^5.16.6", | ||
"@storybook/addon-onboarding": "^8.2.7", | ||
"@storybook/addon-themes": "^8.2.7", | ||
"@storybook/blocks": "^8.2.7", | ||
@@ -39,0 +41,0 @@ "@storybook/preset-create-react-app": "^8.2.7", |
@@ -5,6 +5,9 @@ # ioBroker React Component Library | ||
<!-- | ||
<!-- | ||
Placeholder for the next version (at the beginning of the line): | ||
### **WORK IN PROGRESS** | ||
--> | ||
### 0.1.4 (2024-08-09) | ||
* (@foxriver76) added IconButton Atom | ||
### 0.1.3 (2024-08-06) | ||
@@ -11,0 +14,0 @@ * (@foxriver76) allow to pass down the text as a prop for more natural |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
27680
30
438
20
41