qt-ui-kit 1.0.16 → 1.0.17
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 +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -13068,7 +13068,6 @@ function SlackIcon({
|
|
|
13068
13068
|
// src/components/atoms/icons/brand_icons/brand_icon.tsx
|
|
13069
13069
|
import { jsx as jsx7 } from "react/jsx-runtime";
|
|
13070
13070
|
function BrandIcon({ size = 24, className, service }) {
|
|
13071
|
-
console.log("ser", service);
|
|
13072
13071
|
function getBrandIcon(service2, size2) {
|
|
13073
13072
|
switch (service2) {
|
|
13074
13073
|
case "slack" /* SLACK */:
|