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.js
CHANGED
|
@@ -13094,7 +13094,6 @@ function SlackIcon({
|
|
|
13094
13094
|
// src/components/atoms/icons/brand_icons/brand_icon.tsx
|
|
13095
13095
|
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
13096
13096
|
function BrandIcon({ size = 24, className, service }) {
|
|
13097
|
-
console.log("ser", service);
|
|
13098
13097
|
function getBrandIcon(service2, size2) {
|
|
13099
13098
|
switch (service2) {
|
|
13100
13099
|
case "slack" /* SLACK */:
|