@abcagency/hc-ui-components 1.9.5 → 1.9.6

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": "@abcagency/hc-ui-components",
3
- "version": "1.9.5",
3
+ "version": "1.9.6",
4
4
  "description": "UI Components for HireControl",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
package/src/index.js CHANGED
@@ -1,3 +1,2 @@
1
1
  import HireControlMap from '~/components/HireControlMap';
2
-
3
2
  export { HireControlMap };
@@ -1,14 +1,7 @@
1
1
  @config "../../tailwind.config.js";
2
- @tailwind base;
3
2
  @tailwind components;
4
3
  @tailwind utilities;
5
4
 
6
- @layer base {
7
- html {
8
- @apply hc-text-400 hc-text-uiText [scroll-behavior:smooth];
9
- }
10
- }
11
-
12
5
  @layer components {
13
6
  .track * {
14
7
  @apply hc-pointer-events-none;