@tsed/tailwind-formio 2.3.2 → 2.3.4
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/index.js +0 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +0 -1
- package/dist/index.modern.js.map +1 -1
- package/dist/templates/stories/alert.stories.d.ts +1 -1
- package/dist/templates/stories/badge.stories.d.ts +1 -1
- package/dist/templates/stories/pagination.stories.d.ts +1 -1
- package/dist/templates/tailwind/button/button.stories.d.ts +2 -2
- package/package.json +12 -5
- package/src/templates/stories/alert.stories.jsx +1 -1
- package/src/templates/stories/badge.stories.jsx +1 -1
- package/src/templates/stories/breadcrumbs.stories.jsx +3 -0
- package/src/templates/stories/pagination.stories.jsx +6 -1
- package/src/templates/tailwind/button/button.stories.jsx +2 -2
- package/src/templates/tailwind/index.ts +0 -1
package/dist/index.modern.js
CHANGED
|
@@ -1936,7 +1936,6 @@ var tailwind = _extends({
|
|
|
1936
1936
|
}
|
|
1937
1937
|
switch (type) {
|
|
1938
1938
|
case "class":
|
|
1939
|
-
// eslint-disable-next-line no-prototype-builtins
|
|
1940
1939
|
return this.cssClasses.hasOwnProperty(text.toString()) ? this.cssClasses[text.toString()] : text;
|
|
1941
1940
|
}
|
|
1942
1941
|
return text;
|