rsuite-table
Advanced tools
Comparing version 3.13.3-alpha to 3.13.3
@@ -6,3 +6,3 @@ import _extends from "@babel/runtime/helpers/esm/extends"; | ||
import PropTypes from 'prop-types'; | ||
import { defaultClassPrefix, prefix } from './utils'; | ||
import { defaultClassPrefix, prefix } from './utils/prefix'; | ||
var ColumnGroup = React.forwardRef(function (props, ref) { | ||
@@ -9,0 +9,0 @@ var header = props.header, |
@@ -20,3 +20,3 @@ "use strict"; | ||
var _utils = require("./utils"); | ||
var _prefix = require("./utils/prefix"); | ||
@@ -41,6 +41,6 @@ var ColumnGroup = React.forwardRef(function (props, ref) { | ||
var classPrefix = React.useMemo(function () { | ||
return (0, _utils.defaultClassPrefix)('table-column-group'); | ||
return (0, _prefix.defaultClassPrefix)('table-column-group'); | ||
}, []); | ||
var addPrefix = React.useCallback(function (name) { | ||
return (0, _utils.prefix)(classPrefix)(name); | ||
return (0, _prefix.prefix)(classPrefix)(name); | ||
}, []); | ||
@@ -47,0 +47,0 @@ return React.createElement("div", (0, _extends2["default"])({ |
{ | ||
"name": "rsuite-table", | ||
"version": "3.13.3-alpha", | ||
"version": "3.13.3", | ||
"description": "A React table component", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
416353
1