@idds/react 1.2.21 → 1.3.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/index.cjs.js +1 -1
- package/dist/index.css +1 -1
- package/dist/index.es.js +1 -3
- package/dist/index.umd.js +1 -1
- package/dist/types/components/Accordion.d.ts.map +1 -1
- package/dist/types/index.d.ts +1 -1
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/themes/index.d.ts +1 -1
- package/dist/types/themes/index.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.es.js
CHANGED
|
@@ -712,8 +712,6 @@ function Accordion(props) {
|
|
|
712
712
|
className: clsx("ina-accordion__icon", {
|
|
713
713
|
"ina-accordion__icon--open": isOpen
|
|
714
714
|
}),
|
|
715
|
-
width: "24",
|
|
716
|
-
height: "24",
|
|
717
715
|
viewBox: "0 0 24 24",
|
|
718
716
|
fill: "none",
|
|
719
717
|
xmlns: "http://www.w3.org/2000/svg",
|
|
@@ -10108,7 +10106,7 @@ const predefinedBrands = [
|
|
|
10108
10106
|
"bgn",
|
|
10109
10107
|
"bkn",
|
|
10110
10108
|
"lan",
|
|
10111
|
-
"
|
|
10109
|
+
"panrb",
|
|
10112
10110
|
"default"
|
|
10113
10111
|
];
|
|
10114
10112
|
let currentTheme = {
|