koval-ui 0.12.19 → 0.12.21

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -3,8 +3,8 @@
3
3
  [![types included](https://img.shields.io/github/package-json/types/morewings/koval-ui)](https://github.com/morewings/koval-ui)
4
4
  [![npm version](https://badge.fury.io/js/koval-ui.svg)](https://www.npmjs.com/package/koval-ui)
5
5
  [![npm bundle size](https://deno.bundlejs.com/badge?q=koval-ui@latest&config={"esbuild":{"external":["react","react-dom"]}})](https://bundlejs.com/?bundle&q=koval-ui@latest&config={"analysis":"treemap","esbuild":{"external":["react","react-dom"]}})
6
- [![Maintainability](https://api.codeclimate.com/v1/badges/e29c783c1a63b2055378/maintainability)](https://codeclimate.com/github/morewings/koval-ui/maintainability)
7
- [![Test Coverage](https://api.codeclimate.com/v1/badges/e29c783c1a63b2055378/test_coverage)](https://codeclimate.com/github/morewings/koval-ui/test_coverage)
6
+ [![Maintainability](https://api.codeclimate.com/v1/badges/bd5faa98bfe0416e4ce4/maintainability)](https://codeclimate.com/github/morewings/koval-ui/maintainability)
7
+ [![Test Coverage](https://api.codeclimate.com/v1/badges/bd5faa98bfe0416e4ce4/test_coverage)](https://codeclimate.com/github/morewings/koval-ui/test_coverage)
8
8
 
9
9
  # Koval components library
10
10
 
package/package.json CHANGED
@@ -3,14 +3,14 @@
3
3
  "homepage": "https://morewings.github.io/koval-ui/",
4
4
  "repository": {
5
5
  "type": "git",
6
- "url": "https://github.com/morewings/koval-ui"
6
+ "url": "https://github.com/morewings/koval-ui.git"
7
7
  },
8
8
  "bugs": {
9
9
  "url": "https://github.com/morewings/koval-ui/issues"
10
10
  },
11
11
  "license": "MIT",
12
12
  "private": false,
13
- "version": "0.12.19",
13
+ "version": "0.12.21",
14
14
  "type": "module",
15
15
  "files": [
16
16
  "dist",
@@ -41,7 +41,7 @@
41
41
  "css-modules",
42
42
  "typescript"
43
43
  ],
44
- "description": "Missing React, typescript NPM library creation template",
44
+ "description": "React components collection with minimalistic design. Supports theming, layout and input validation.",
45
45
  "scripts": {
46
46
  "dev": "vite",
47
47
  "clean:lib": "rm -rf dist",