fds-vue-core 2.0.65 → 2.0.66

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.
@@ -87,3 +87,8 @@ input[type='search']::-ms-clear {
87
87
  width: calc(100% - 2rem);
88
88
  }
89
89
  }
90
+
91
+ /* Styling FdsTabsItem component */
92
+ .fds-tabs-item--disabled {
93
+ @apply cursor-not-allowed pointer-events-none opacity-35 select-none;
94
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fds-vue-core",
3
- "version": "2.0.65",
3
+ "version": "2.0.66",
4
4
  "description": "FDS Vue Core Component Library",
5
5
  "type": "module",
6
6
  "main": "./dist/fds-vue-core.cjs.js",