@jjlmoya/utils-hardware 1.13.0 → 1.14.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jjlmoya/utils-hardware",
3
- "version": "1.13.0",
3
+ "version": "1.14.0",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -249,7 +249,7 @@
249
249
  margin-top: -1.25rem;
250
250
  }
251
251
 
252
- :global(.pt-overlay-hidden) {
252
+ .pt-overlay-hidden {
253
253
  position: fixed;
254
254
  inset: 0;
255
255
  z-index: 50;
@@ -258,7 +258,7 @@
258
258
  display: none;
259
259
  }
260
260
 
261
- :global(.pt-overlay-active) {
261
+ .pt-overlay-active {
262
262
  display: flex;
263
263
  }
264
264
 
@@ -279,7 +279,7 @@
279
279
  display: none;
280
280
  }
281
281
 
282
- :global(.theme-dark) .pt-fixer-box {
282
+ .theme-dark .pt-fixer-box {
283
283
  background-color: var(--pt-surface);
284
284
  }
285
285
 
@@ -342,7 +342,7 @@
342
342
  pointer-events: none;
343
343
  }
344
344
 
345
- :global(.pt-controls-visible) {
345
+ .pt-controls-visible {
346
346
  opacity: 1;
347
347
  pointer-events: auto;
348
348
  }