Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aboutbits/react-ui

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aboutbits/react-ui - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

4

components/loading/LoadingList.js

@@ -6,7 +6,7 @@ "use strict";

var section_1 = require("../section");
var ThemeContext_1 = require("../../framework/theme/ThemeContext");
var framework_1 = require("../../framework");
var _1 = require(".");
function LoadingList(_a) {
var numberOfItems = _a.numberOfItems, sectionHeader = _a.sectionHeader;
var loading = ThemeContext_1.useTheme().loading;
var loading = framework_1.useTheme().loading;
return (jsx_runtime_1.jsxs(section_1.Section, { children: [jsx_runtime_1.jsx(section_1.SectionHeader, { children: jsx_runtime_1.jsx(section_1.SectionTitle, { children: sectionHeader }, void 0) }, void 0), jsx_runtime_1.jsx(section_1.SectionContentList, { children: Array(numberOfItems)

@@ -13,0 +13,0 @@ .fill(null)

@@ -15,2 +15,4 @@ import React, { ReactNode } from 'react';

onClick: () => void;
} & {
children?: React.ReactNode;
} & React.RefAttributes<HTMLButtonElement>>;

@@ -17,0 +19,0 @@ export declare const SectionListItemLink: React.ForwardRefExoticComponent<React.AnchorHTMLAttributes<HTMLAnchorElement> & {

{
"name": "@aboutbits/react-ui",
"version": "0.0.21",
"version": "0.0.22",
"main": "index.js",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc