@trackunit/css-tailwind 0.0.153 → 0.0.155

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": "@trackunit/css-tailwind",
3
- "version": "0.0.153",
3
+ "version": "0.0.155",
4
4
  "main": "./index.cjs.js",
5
5
  "repository": "https://github.com/Trackunit/manager",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -386,3 +386,12 @@
386
386
  -ms-overflow-style: none;
387
387
  scrollbar-width: none;
388
388
  }
389
+ input[type="date"]::-webkit-datetime-edit-month-field:focus {
390
+ color: rgb(var(--color-primary-600) / var(--tw-bg-opacity));
391
+ }
392
+ input[type="date"]::-webkit-datetime-edit-day-field:focus {
393
+ color: rgb(var(--color-primary-600) / var(--tw-bg-opacity));
394
+ }
395
+ input[type="date"]::-webkit-datetime-edit-year-field:focus {
396
+ color: rgb(var(--color-primary-600) / var(--tw-bg-opacity));
397
+ }
@@ -1291,6 +1291,9 @@ var LayoutsPlugin = (0, import_plugin4.default)(({ addUtilities, addComponents,
1291
1291
  "map-controls-overview map-controls-map"
1292
1292
  `,
1293
1293
  },
1294
+ ".outline-native": {
1295
+ outline: "-webkit-focus-ring-color auto",
1296
+ },
1294
1297
  });
1295
1298
  });
1296
1299