@caspeco/casper-ui-library 9.0.1 → 9.0.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.
@@ -1 +1 @@
1
- {"version":3,"file":"theme-casper-ui.d.ts","sourceRoot":"","sources":["../../lib/theme/theme-casper-ui.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAC1D,OAAO,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAgYvE;;;GAGG;AACH,eAAO,MAAM,aAAa;;;;;CAKzB,CAAC"}
1
+ {"version":3,"file":"theme-casper-ui.d.ts","sourceRoot":"","sources":["../../lib/theme/theme-casper-ui.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AAC1D,OAAO,KAAK,EAAE,gBAAgB,EAAE,eAAe,EAAE,MAAM,eAAe,CAAC;AAqYvE;;;GAGG;AACH,eAAO,MAAM,aAAa;;;;;CAKzB,CAAC"}
@@ -376,6 +376,10 @@ body,html {
376
376
  },
377
377
  "button, select, input[type='radio'], input[type='checkbox']": {
378
378
  cursor: "pointer"
379
+ },
380
+ // Add "clear" button to search inputs (it is removed by Chakra's base styles)
381
+ "input[type='search']::-webkit-search-decoration, input[type='search']::-webkit-search-cancel-button": {
382
+ WebkitAppearance: "auto"
379
383
  }
380
384
  }, a = {
381
385
  colors: n,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@caspeco/casper-ui-library",
3
- "version": "9.0.1",
3
+ "version": "9.0.2",
4
4
  "prettier": "@caspeco/prettier-config",
5
5
  "type": "module",
6
6
  "sideEffects": false,