Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
netzkollektiv committed Oct 13, 2022
1 parent 13dd250 commit 78ac99d
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 11 deletions.
17 changes: 17 additions & 0 deletions .storybook/stories/2. Changelog.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,23 @@ import { Meta } from "@storybook/addon-docs/blocks";

# Changelog

## 1.2.2

#### `<easycredit-express-button />`

- der Express-Button zur Implementierung des Express-Checkouts wurde hinzugefügt

#### `<easycredit-box-top />`

- der Kreis ist nun als SVG implementiert und wird in allen Browsern scharf angezeigt

#### `<easycredit-widget />`

- das Widget kann nun mit dem Attribut `extended` außerhalb der finanzierbaren Betragsgrenzen ausgeblendet werden
- das Widget reagiert nun auf Änderung des Attributs `amount` und berechnet die Rate automatisch neu
- der Text im Widget wird nun linksbündig dargestellt
- das Modal wurde farblich an den Ratenrechner angepasst

## 1.2.1

- die Basis-URL für Assets wird nun korrekt ermittelt
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
![Built With Stencil](https://img.shields.io/badge/-Built%20With%20Stencil-16161d.svg?logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjIuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI%2BCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI%2BCgkuc3Qwe2ZpbGw6I0ZGRkZGRjt9Cjwvc3R5bGU%2BCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00MjQuNywzNzMuOWMwLDM3LjYtNTUuMSw2OC42LTkyLjcsNjguNkgxODAuNGMtMzcuOSwwLTkyLjctMzAuNy05Mi43LTY4LjZ2LTMuNmgzMzYuOVYzNzMuOXoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTQyNC43LDI5Mi4xSDE4MC40Yy0zNy42LDAtOTIuNy0zMS05Mi43LTY4LjZ2LTMuNkgzMzJjMzcuNiwwLDkyLjcsMzEsOTIuNyw2OC42VjI5Mi4xeiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNDI0LjcsMTQxLjdIODcuN3YtMy42YzAtMzcuNiw1NC44LTY4LjYsOTIuNy02OC42SDMzMmMzNy45LDAsOTIuNywzMC43LDkyLjcsNjguNlYxNDEuN3oiLz4KPC9zdmc%2BCg%3D%3D&colorA=16161d&style=flat-square)

# ratenkauf by easyCredit Web Components
# easyCredit-Ratenkauf Web Components

Th ratenkauf by easyCredit Web Components are a set of StencilJS based web components to be universally used in e-commerce platforms like Magento or Shopware. The web components ease integration of the ratenkauf by easyCredit installments payment solution by providing versatile web frontend elements for marketing, checkout and merchant processes.
Th easyCredit-Ratenkauf Web Components are a set of StencilJS based web components to be universally used in e-commerce platforms like Magento or Shopware. The web components ease integration of the easyCredit-Ratenkauf installments payment solution by providing versatile web frontend elements for marketing, checkout and merchant processes.


## Documentation

Please check out our dedicated documentation for examples and usage:
* [Documentation (Storybook)](https://netzkollektiv.com/docs/ratenkaufbyeasycredit-components)
* [Documentation (Storybook)](https://netzkollektiv.com/docs/easycredit-ratenkauf-components)

## Build

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "@easycredit-ratenkauf/easycredit-components",
"license": "MIT",
"version": "1.0.0",
"description": "The ratenkauf by easyCredit Web Components are a set of web components to be universally used in e-commerce platforms like Magento or Shopware. The web components ease integration of ratenkauf by easyCredit installments payment solution by providing versatile web frontend elements for marketing and checkout.",
"version": "1.2.2",
"description": "The easyCredit-Ratenkauf Web Components are a set of web components to be universally used in e-commerce platforms like Magento or Shopware. The web components ease integration of easyCredit-Ratenkauf installments payment solution by providing versatile web frontend elements for marketing and checkout.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"es2015": "dist/esm/index.mjs",
Expand All @@ -13,7 +13,7 @@
"unpkg": "dist/easycredit-components/easycredit-components.esm.js",
"repository": {
"type": "git",
"url": "git+https://github.com/netzkollektiv/easycredit-components"
"url": "git+https://github.com/teambank/easycredit-ratenkauf-webcomponents"
},
"files": [
"dist/",
Expand Down
2 changes: 1 addition & 1 deletion src/components/easycredit-express-button/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
| Property | Attribute | Description | Type | Default |
| ------------- | -------------- | ----------- | --------- | ----------- |
| `alert` | `alert` | | `string` | `undefined` |
| `amount` | `amount` | | `number` | `undefined` |
| `amount` | `amount` | | `number` | `0` |
| `bgBlue` | `bg-blue` | | `boolean` | `false` |
| `fullWidth` | `full-width` | | `boolean` | `false` |
| `redirectUrl` | `redirect-url` | | `string` | `undefined` |
Expand Down
9 changes: 5 additions & 4 deletions src/components/easycredit-widget/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@

## Properties

| Property | Attribute | Description | Type | Default |
| ----------- | ------------ | ---------------- | -------- | ----------- |
| `amount` | `amount` | Financing Amount | `number` | `undefined` |
| `webshopId` | `webshop-id` | Webshop Id | `string` | `undefined` |
| Property | Attribute | Description | Type | Default |
| ----------- | ------------ | -------------------- | --------- | ----------- |
| `amount` | `amount` | Financing Amount | `number` | `undefined` |
| `extended` | `extended` | Show if out of range | `boolean` | `true` |
| `webshopId` | `webshop-id` | Webshop Id | `string` | `undefined` |


## Dependencies
Expand Down

0 comments on commit 78ac99d

Please sign in to comment.