@getufy/flint-ui 0.2.0 → 0.2.2

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 (1) hide show
  1. package/package.json +12 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getufy/flint-ui",
3
- "version": "0.2.0",
3
+ "version": "0.2.2",
4
4
  "type": "module",
5
5
  "types": "./dist/index.d.ts",
6
6
  "module": "./dist/index.js",
@@ -426,12 +426,21 @@
426
426
  },
427
427
  "keywords": [
428
428
  "lit",
429
+ "lit-element",
429
430
  "web-components",
431
+ "custom-elements",
430
432
  "ui",
431
- "design-system"
433
+ "ui-components",
434
+ "design-system",
435
+ "component-library",
436
+ "typescript",
437
+ "storybook",
438
+ "accessible",
439
+ "shadow-dom",
440
+ "theming"
432
441
  ],
433
442
  "license": "MIT",
434
- "description": "A Lit-based web component library",
443
+ "description": "A Lit-based web component library with 75+ accessible, themeable UI components",
435
444
  "files": [
436
445
  "dist",
437
446
  "src/theme.css",