@abcagency/hc-ui-components 1.0.22 → 1.0.24
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/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/rollup.config.mjs +1 -1
- package/src/index.js +1 -1
- package/src/styles/globals.css +0 -23
package/dist/index.js
CHANGED
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.js"],"sourcesContent":["import HireControlMap from './components/HireControlMap';\nrequire('./styles/index.css');\n\nexport { HireControlMap };\n"],"names":["require"],"mappings":";;AACAA,OAAO,CAAC,oBAAoB,CAAC"}
|
package/package.json
CHANGED
package/rollup.config.mjs
CHANGED
package/src/index.js
CHANGED
package/src/styles/globals.css
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
@tailwind base;
|
|
2
|
-
@tailwind components;
|
|
3
|
-
@tailwind utilities;
|
|
4
|
-
|
|
5
|
-
/* @layer base {
|
|
6
|
-
html {
|
|
7
|
-
@apply hc-text-400 hc-text-uiText [scroll-behavior:smooth];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
@layer components {
|
|
12
|
-
.track * {
|
|
13
|
-
@apply hc-pointer-events-none;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
.hc-stretched-link::after {
|
|
17
|
-
@apply hc-content-[''] hc-absolute hc-inset-0 hc-z-[1] hc-pointer-events-auto hc-bg-transparent;
|
|
18
|
-
}
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.hc-fit-content{
|
|
22
|
-
height:fit-content;
|
|
23
|
-
} */
|