@aboutbits/react-ui
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
165320
3625