@economic/taco 1.12.0 → 1.12.1

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.
@@ -136,7 +136,7 @@
136
136
  input[type='search']::-webkit-search-cancel-button,
137
137
  input[type='search']::-webkit-search-results-button,
138
138
  input[type='search']::-webkit-search-results-decoration {
139
- @apply cursor-pointer;
139
+ @apply block cursor-pointer;
140
140
  }
141
141
 
142
142
  table.yt-table {
package/dist/index.css CHANGED
@@ -136,7 +136,7 @@
136
136
  input[type='search']::-webkit-search-cancel-button,
137
137
  input[type='search']::-webkit-search-results-button,
138
138
  input[type='search']::-webkit-search-results-decoration {
139
- @apply cursor-pointer;
139
+ @apply block cursor-pointer;
140
140
  }
141
141
 
142
142
  table.yt-table {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@economic/taco",
3
- "version": "1.12.0",
3
+ "version": "1.12.1",
4
4
  "description": "> TODO: description",
5
5
  "author": "Matt Daly <matthew.daly@visma.com>",
6
6
  "homepage": "https://github.com/e-conomic/taco#readme",
@@ -129,5 +129,5 @@
129
129
  "not ie < 11"
130
130
  ]
131
131
  },
132
- "gitHead": "b93c4ec2496bb39ea15ea8becc4259d6e0edc523"
132
+ "gitHead": "6ad8c7d11b6f7f19462aad209b0ea2903eed51cd"
133
133
  }