@progressive-development/pd-forms 0.0.11 → 0.0.13

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.
package/LICENSE CHANGED
@@ -1,21 +1,2 @@
1
- MIT License
2
-
3
- Copyright (c) 2021 pd-forms
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ No License, all rights reserved
2
+ @2021 - PD Progressive Development UG
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@progressive-development/pd-forms",
3
3
  "description": "Webcomponent pd-forms following open-wc recommendations",
4
- "license": "MIT",
4
+ "license": "SEE LICENSE IN LICENSE",
5
5
  "author": "PD Progressive Development",
6
- "version": "0.0.11",
6
+ "version": "0.0.13",
7
7
  "main": "index.js",
8
8
  "module": "index.js",
9
9
  "scripts": {
@@ -17,7 +17,7 @@
17
17
  "storybook:build": "npm run analyze -- --exclude dist && build-storybook"
18
18
  },
19
19
  "dependencies": {
20
- "@progressive-development/pd-icon": "0.0.2",
20
+ "@progressive-development/pd-icon": "0.0.4",
21
21
  "lit": "^2.0.0-rc.4",
22
22
  "@lit-labs/motion": "^1.0.0-rc.2"
23
23
  },
@@ -1,12 +1,7 @@
1
1
  /**
2
- @license
3
- Copyright (c) 2018 The Polymer Project Authors. All rights reserved.
4
- This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
5
- The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6
- The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
7
- Code distributed by Google as part of the polymer project is also
8
- subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
- */
2
+ * @license
3
+ * Copyright (c) 2021 PD Progressive Development UG. All rights reserved.
4
+ */
10
5
 
11
6
  import { css } from 'lit';
12
7
 
@@ -1,6 +1,7 @@
1
1
  /**
2
- @license squi-licence
3
- */
2
+ * @license
3
+ * Copyright (c) 2021 PD Progressive Development UG. All rights reserved.
4
+ */
4
5
 
5
6
  import { SquiBaseUI } from './squi-base-ui.js';
6
7
 
@@ -1,6 +1,7 @@
1
1
  /**
2
- @license squi-licence
3
- */
2
+ * @license
3
+ * Copyright (c) 2021 PD Progressive Development UG. All rights reserved.
4
+ */
4
5
 
5
6
  import { LitElement } from 'lit';
6
7
 
@@ -1,3 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright (c) 2021 PD Progressive Development UG. All rights reserved.
4
+ */
5
+
1
6
  import { html, css , LitElement } from 'lit';
2
7
 
3
8
  import { SharedInputStyles } from './shared-input-styles.js';
@@ -1,3 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright (c) 2021 PD Progressive Development UG. All rights reserved.
4
+ */
5
+
1
6
  import { html, css , LitElement } from 'lit';
2
7
 
3
8
  import { SharedInputStyles } from './shared-input-styles.js';
@@ -1,3 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright (c) 2021 PD Progressive Development UG. All rights reserved.
4
+ */
5
+
1
6
  import { html, css } from "lit";
2
7
  import { classMap } from 'lit/directives/class-map.js';
3
8
 
@@ -1,15 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 The Polymer Project Authors. All rights reserved.
4
- * This code may only be used under the BSD style license found at
5
- * http://polymer.github.io/LICENSE.txt
6
- * The complete set of authors may be found at
7
- * http://polymer.github.io/AUTHORS.txt
8
- * The complete set of contributors may be found at
9
- * http://polymer.github.io/CONTRIBUTORS.txt
10
- * Code distributed by Google as part of the polymer project is also
11
- * subject to an additional IP rights grant found at
12
- * http://polymer.github.io/PATENTS.txt
3
+ * Copyright (c) 2021 PD Progressive Development UG. All rights reserved.
13
4
  */
14
5
 
15
6
  import {LitElement, html, css} from 'lit';
@@ -1,15 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 The Polymer Project Authors. All rights reserved.
4
- * This code may only be used under the BSD style license found at
5
- * http://polymer.github.io/LICENSE.txt
6
- * The complete set of authors may be found at
7
- * http://polymer.github.io/AUTHORS.txt
8
- * The complete set of contributors may be found at
9
- * http://polymer.github.io/CONTRIBUTORS.txt
10
- * Code distributed by Google as part of the polymer project is also
11
- * subject to an additional IP rights grant found at
12
- * http://polymer.github.io/PATENTS.txt
3
+ * Copyright (c) 2021 PD Progressive Development UG. All rights reserved.
13
4
  */
14
5
 
15
6
  import {LitElement, html, css} from 'lit';
@@ -1,3 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright (c) 2021 PD Progressive Development UG. All rights reserved.
4
+ */
5
+
1
6
  import { html, css } from 'lit';
2
7
  import { classMap } from 'lit/directives/class-map.js';
3
8
  import { SharedInputStyles } from './shared-input-styles.js';
package/src/squi-input.js CHANGED
@@ -1,3 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright (c) 2021 PD Progressive Development UG. All rights reserved.
4
+ */
5
+
1
6
  import { html, css } from 'lit';
2
7
  import { classMap } from 'lit/directives/class-map.js';
3
8
  import { SharedInputStyles } from './shared-input-styles.js';
@@ -1,15 +1,6 @@
1
1
  /**
2
2
  * @license
3
- * Copyright (c) 2019 The Polymer Project Authors. All rights reserved.
4
- * This code may only be used under the BSD style license found at
5
- * http://polymer.github.io/LICENSE.txt
6
- * The complete set of authors may be found at
7
- * http://polymer.github.io/AUTHORS.txt
8
- * The complete set of contributors may be found at
9
- * http://polymer.github.io/CONTRIBUTORS.txt
10
- * Code distributed by Google as part of the polymer project is also
11
- * subject to an additional IP rights grant found at
12
- * http://polymer.github.io/PATENTS.txt
3
+ * Copyright (c) 2021 PD Progressive Development UG. All rights reserved.
13
4
  */
14
5
 
15
6
  import { LitElement, html, css } from 'lit';
@@ -1,3 +1,8 @@
1
+ /**
2
+ * @license
3
+ * Copyright (c) 2021 PD Progressive Development UG. All rights reserved.
4
+ */
5
+
1
6
  import { html, css } from 'lit';
2
7
  import { classMap } from 'lit/directives/class-map.js';
3
8
  import { SharedInputStyles } from './shared-input-styles.js';