@neovici/cosmoz-input 5.2.3 → 5.3.0

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.
@@ -59,6 +59,7 @@ export const toggleStyles = css `
59
59
  font-size: 14px;
60
60
  line-height: 18px;
61
61
  cursor: pointer;
62
+ user-select: none;
62
63
  }
63
64
  .toggle[disabled] {
64
65
  opacity: 0.6;
package/dist/index.d.ts CHANGED
@@ -2,3 +2,5 @@ export * from './cosmoz-input';
2
2
  export * from './cosmoz-textarea';
3
3
  export * from './cosmoz-toggle';
4
4
  export * from './use-input';
5
+ export { render } from './render';
6
+ export { styles } from './styles';
package/dist/index.js CHANGED
@@ -2,3 +2,5 @@ export * from './cosmoz-input';
2
2
  export * from './cosmoz-textarea';
3
3
  export * from './cosmoz-toggle';
4
4
  export * from './use-input';
5
+ export { render } from './render';
6
+ export { styles } from './styles';
package/dist/styles.js CHANGED
@@ -108,6 +108,7 @@ export const styles = css `
108
108
  text-overflow: ellipsis;
109
109
  text-transform: var(--cosmoz-input-label-text-transform);
110
110
  font-weight: var(--cosmoz-input-label-font-weight);
111
+ user-select: none;
111
112
  }
112
113
 
113
114
  .wrap:has(#input:not(:placeholder-shown)) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neovici/cosmoz-input",
3
- "version": "5.2.3",
3
+ "version": "5.3.0",
4
4
  "description": "A input web component",
5
5
  "keywords": [
6
6
  "lit-html",