karsten-design-system 1.2.33 → 1.2.35

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.
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const BR: React.FC;
3
+ export default BR;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const ES: React.FC;
3
+ export default ES;
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const US: React.FC;
3
+ export default US;
@@ -19,6 +19,7 @@ export * from './stories/components/input';
19
19
  export * from './stories/components/inputSwitch';
20
20
  export * from './stories/components/inputTextArea';
21
21
  export * from './stories/components/internalMenu';
22
+ export * from './stories/components/languageDropdown';
22
23
  export * from './stories/components/link';
23
24
  export * from './stories/components/megaMenu';
24
25
  export * from './stories/components/modal';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "karsten-design-system",
3
3
  "description": "Karsten Design System Components",
4
- "version": "1.2.33",
4
+ "version": "1.2.35",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "module": "./dist/index.js",