@aquera/nile-elements 0.0.86 → 0.0.87

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent nile-elements following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "nile-elements",
6
- "version": "0.0.86",
6
+ "version": "0.0.87",
7
7
  "main": "dist/src/index.js",
8
8
  "type": "module",
9
9
  "module": "dist/src/index.js",
@@ -178,6 +178,11 @@ export const styles = css`
178
178
  background: #005EA6;
179
179
  }
180
180
 
181
+ .not-allowed{
182
+ color: #7f7f7f;
183
+ pointer-events: none;
184
+ }
185
+
181
186
  /* Date CSS_END */
182
187
 
183
188
  .calender-input {