@tak-ps/vue-tabler 3.83.1 → 3.83.2

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/CHANGELOG.md CHANGED
@@ -10,6 +10,10 @@
10
10
 
11
11
  ## Version History
12
12
 
13
+ ### v3.83.2
14
+
15
+ - :rocket: Avoid Ugly Autofill background in Firefox
16
+
13
17
  ### v3.83.1
14
18
 
15
19
  - :arrow_up: Update Core Deps
@@ -281,3 +281,12 @@ onMounted(() => {
281
281
  }
282
282
  })
283
283
  </script>
284
+
285
+ <style scoped>
286
+ input:autofill {
287
+ transition:
288
+ background-color calc(infinity * 1s) step-end,
289
+ background-image calc(infinity * 1s) step-end allow-discrete,
290
+ color calc(infinity * 1s) step-end;
291
+ }
292
+ </style>
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/vue-tabler",
3
3
  "type": "module",
4
- "version": "3.83.1",
4
+ "version": "3.83.2",
5
5
  "lib": "lib.js",
6
6
  "module": "lib.js",
7
7
  "description": "Tabler UI components for Vue3",