@capillarytech/blaze-ui 4.13.1-beta.0 → 4.14.0
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/CapActionBar/index.js +1 -1
- package/dist/CapActionBar/index.js.map +1 -1
- package/dist/CapCSVFileUploader/index.js +1 -1
- package/dist/CapCSVFileUploader/index.js.map +1 -1
- package/dist/CapCondition/index.js +1 -1
- package/dist/CapCondition/index.js.map +1 -1
- package/dist/CapCustomSelect/index.js +1 -1
- package/dist/CapCustomSelect/index.js.map +1 -1
- package/dist/CapDateRangePicker/index.js +1 -1
- package/dist/CapDateRangePicker/index.js.map +1 -1
- package/dist/CapEventCalendar/index.js +1 -1
- package/dist/CapEventCalendar/index.js.map +1 -1
- package/dist/CapHierarchyComponent/index.js +1 -1
- package/dist/CapHierarchyComponent/index.js.map +1 -1
- package/dist/CapIllustration/index.js +1 -1
- package/dist/CapIllustration/index.js.map +1 -1
- package/dist/CapListLayout/index.js +1 -1
- package/dist/CapListLayout/index.js.map +1 -1
- package/dist/CapMobileDateRangePicker/index.js +1 -1
- package/dist/CapMobileDateRangePicker/index.js.map +1 -1
- package/dist/CapNavigation/index.js +1 -1
- package/dist/CapNavigation/index.js.map +1 -1
- package/dist/CapSKUUploader/index.js +1 -1
- package/dist/CapSKUUploader/index.js.map +1 -1
- package/dist/CapSelect/index.js +1 -1
- package/dist/CapSelect/index.js.map +1 -1
- package/dist/CapTag/index.js +1 -1
- package/dist/CapTag/index.js.map +1 -1
- package/dist/CapUserProfile/index.js +1 -1
- package/dist/CapUserProfile/index.js.map +1 -1
- package/dist/CapVerticalGroupTable/index.js +1 -1
- package/dist/CapVerticalGroupTable/index.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -15213,7 +15213,7 @@ function CapTag(props) {
|
|
|
15213
15213
|
className: (0, _classnames.default)(_styles.default[clsPrefix], _styles.default[type], {
|
|
15214
15214
|
[_styles.default['disabled']]: disabled
|
|
15215
15215
|
}, className),
|
|
15216
|
-
disabled:
|
|
15216
|
+
disabled: disabled
|
|
15217
15217
|
}, rest));
|
|
15218
15218
|
}
|
|
15219
15219
|
CapTag.CheckableTag = _antdV.Tag.CheckableTag;
|