uibee 3.3.2 → 3.3.3

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.
@@ -78,7 +78,7 @@ function InstagramIcon({ size = 24 }) {
78
78
  width: size,
79
79
  height: size,
80
80
  "aria-hidden": "true",
81
- className: "absolute inset-0 transition-opacity duration-200 opacity-100 group-hover:opacity-0",
81
+ className: "absolute inset-0 transition-opacity duration-200 opacity-100 group-hover:opacity-0 brightness-0 invert-[.69]",
82
82
  children: /* @__PURE__ */ jsx("g", {
83
83
  transform: "translate(0 960) scale(1 -1)",
84
84
  children: /* @__PURE__ */ jsx("path", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uibee",
3
- "version": "3.3.2",
3
+ "version": "3.3.3",
4
4
  "description": "Shared components, functions and hooks for reuse across Login projects",
5
5
  "homepage": "https://github.com/Login-Linjeforening-for-IT/uibee#readme",
6
6
  "bugs": {
@@ -48,7 +48,7 @@ function InstagramIcon({ size = 24 }: LogfontIconProps) {
48
48
  <span className='relative block' style={{ width: size, height: size }}>
49
49
  <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'
50
50
  width={size} height={size} aria-hidden='true'
51
- className='absolute inset-0 transition-opacity duration-200 opacity-100 group-hover:opacity-0'>
51
+ className='absolute inset-0 transition-opacity duration-200 opacity-100 group-hover:opacity-0 brightness-0 invert-[.69]'>
52
52
  <g transform='translate(0 960) scale(1 -1)'>
53
53
  <path fill='currentColor' d={INSTAGRAM_PATH} />
54
54
  </g>