Socket
Socket
Sign inDemoInstall

@axmit/antd-helpers

Package Overview
Dependencies
111
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.7 to 1.3.8

2

dist/components/SmartTabs.d.ts

@@ -10,3 +10,3 @@ import * as React from 'react';

export interface ISmartTab {
title: string;
title: React.ReactNode | string;
content: JSX.Element;

@@ -13,0 +13,0 @@ key: string;

@@ -11,3 +11,3 @@ "use strict";

.filter(tab => !tab.hidden)
.map(tab => (React.createElement(antd_1.Tabs.TabPane, { key: tab.key, tab: tab.title }, tab.content)));
.map(tab => (React.createElement(antd_1.Tabs.TabPane, { key: tab.key, tab: React.createElement(React.Fragment, null, "tab.title") }, tab.content)));
};

@@ -18,3 +18,3 @@ }

const tabs = this.props.tabs.filter(tab => !tab.hidden);
const wrapperClasses = `${wrapperClassName} tabs-test` || 'tabs-test';
const wrapperClasses = `${wrapperClassName}` || '';
return activeKey ? (React.createElement("div", { className: wrapperClasses },

@@ -21,0 +21,0 @@ React.createElement(antd_1.Tabs, { activeKey: activeKey, defaultActiveKey: defaultActiveKey, onChange: onChange, tabBarStyle: { textAlign: 'center' } }, this.renderDesktopContent(tabs)))) : (React.createElement("div", { className: wrapperClasses },

{
"name": "@axmit/antd-helpers",
"author": "ashorin@axmit.com",
"version": "1.3.7",
"version": "1.3.8",
"description": "An amount of helpers for ant design library",

@@ -6,0 +6,0 @@ "homepage": "https://gitlab.axmit.com/axmit-npm/antd-helpers",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc