release/0.5
HerrHase 2 years ago
parent 8398ee6518
commit cde2fb8a54

@ -7,5 +7,5 @@
## Install
```
npm install @tentakelfabrik/plain-ui --save
npm install @tiny-components/plain-ui --save
```

15393
package-lock.json generated

File diff suppressed because it is too large Load Diff

@ -1,10 +1,10 @@
{
"name": "@tentakelfabrik/plain-ui",
"version": "0.4.0",
"name": "@tiny-components/plain-ui",
"version": "0.5.0",
"description": "Simple UI Framework for Building Apps and Websites",
"repository": {
"type": "git",
"url": "git@github.com:tentakelfabrik/plain-ui.git"
"url": "git@gitea.node001.net:tiny-components/plain-ui.git"
},
"author": "Björn Hase",
"license": "MIT",

File diff suppressed because one or more lines are too long

@ -1 +1,13 @@
(self.webpackChunk_tentakelfabrik_plain_ui=self.webpackChunk_tentakelfabrik_plain_ui||[]).push([[355],{256:()=>{}}]);
(self["webpackChunk_tiny_components_plain_ui"] = self["webpackChunk_tiny_components_plain_ui"] || []).push([["spritemap"],{
/***/ "?4e0c":
/*!******************************!*\
!*** spritemap-dummy-module ***!
\******************************/
/***/ (() => {
/***/ })
}]);

@ -79,8 +79,7 @@
margin: $margin;
padding: 0 1.3rem;
min-height: 2.8rem;
padding: 0.5rem 1.3rem;
width: 100%;
@include media-sm() {
@ -88,6 +87,7 @@
}
&--small {
padding: 0.3rem 1.1rem;
font-size: 0.8rem;
}

Loading…
Cancel
Save