@devtron-labs/devtron-fe-common-lib 1.3.10 → 1.3.11-beta-1

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devtron-labs/devtron-fe-common-lib",
3
- "version": "1.3.10",
3
+ "version": "1.3.11-beta-1",
4
4
  "description": "Supporting common component library",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -31,7 +31,8 @@
31
31
  "build-watch": "NODE_OPTIONS=--max_old_space_size=3072 vite build --sourcemap --watch",
32
32
  "build-lib": "vite build",
33
33
  "preview": "vite preview",
34
- "lint-staged": "lint-staged"
34
+ "lint-staged": "lint-staged",
35
+ "postinstall": "patch-package"
35
36
  },
36
37
  "devDependencies": {
37
38
  "@esbuild-plugins/node-globals-polyfill": "0.2.3",
@@ -82,6 +83,7 @@
82
83
  "@rjsf/validator-ajv8": "^5.13.3",
83
84
  "@typeform/embed-react": "2.20.0",
84
85
  "dompurify": "^3.0.2",
86
+ "patch-package": "^8.0.0",
85
87
  "react": "^17.0.2",
86
88
  "react-dom": "^17.0.2",
87
89
  "react-draggable": "^4.4.5",
@@ -1,2 +0,0 @@
1
- import { SelectTextAreaProps } from './types';
2
- export declare const SelectTextArea: ({ value, Icon, onChange, options, inputId, placeholder, refVar, dependentRefs, disabled, selectPickerProps, textAreaProps, }: SelectTextAreaProps) => JSX.Element;
@@ -1,2 +0,0 @@
1
- export * from './SelectTextArea';
2
- export * from './types';
@@ -1,12 +0,0 @@
1
- import { ReactElement } from 'react';
2
- import { ResizableTagTextAreaProps } from '../../../Common/CustomTagSelector';
3
- import { SelectPickerOptionType, SelectPickerProps } from '../SelectPicker';
4
- export type SelectTextAreaProps = Pick<SelectPickerProps<string, false>, 'inputId' | 'options'> & Pick<ResizableTagTextAreaProps, 'refVar' | 'dependentRefs'> & {
5
- value: string;
6
- Icon?: ReactElement;
7
- onChange?: (selectedValue: SelectPickerOptionType<string>) => void;
8
- disabled?: boolean;
9
- placeholder?: string;
10
- textAreaProps?: Omit<ResizableTagTextAreaProps, 'refVar' | 'dependentRef' | 'id' | 'value' | 'onChange' | 'placeholder' | 'disabled'>;
11
- selectPickerProps?: Omit<SelectPickerProps<string, false>, 'inputId' | 'options' | 'isDisabled' | 'onChange' | 'variant' | 'value' | 'placeholder' | 'fullWidth' | 'selectRef' | 'onCreateOption' | 'isMulti'>;
12
- };
@@ -1,8 +0,0 @@
1
- <!--
2
- - Copyright (c) 2024. Devtron Inc.
3
- -->
4
-
5
- <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none">
6
- <rect x="1.33301" y="1.33331" width="13.3333" height="13.3333" rx="4" fill="#596168"/>
7
- <path d="M10 6L6 10M10 10L6 6" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/>
8
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M5.99995 12.999H4.49995C4.0036 12.9985 3.51303 12.8925 3.0608 12.6879C2.60857 12.4833 2.20502 12.1849 1.87694 11.8124C1.54886 11.44 1.30376 11.002 1.1579 10.5276C1.01203 10.0531 0.968751 9.55309 1.03092 9.06065C1.09309 8.56821 1.25928 8.09462 1.51848 7.67132C1.77768 7.24802 2.12394 6.88469 2.53429 6.60545C2.94465 6.3262 3.4097 6.13744 3.89859 6.05167C4.38747 5.9659 4.88901 5.9851 5.36991 6.10799M4.99995 7.99902C5.00003 7.20679 5.18836 6.42592 5.54942 5.72076C5.91048 5.01559 6.43393 4.40631 7.07665 3.94312C7.71937 3.47994 8.46295 3.17611 9.24612 3.05667C10.0293 2.93722 10.8296 3.00559 11.5812 3.25613C12.3328 3.50668 13.0141 3.93222 13.5689 4.49771C14.1237 5.06319 14.5363 5.75242 14.7725 6.50861C15.0087 7.2648 15.0619 8.0663 14.9276 8.84706C14.7933 9.62783 14.4754 10.3655 14.0001 10.9993M7.37864 10.1204L9.49995 7.999M9.49995 7.999L11.6213 10.1204M9.49995 7.999V12.999" stroke="#0066CC" stroke-width="1.25" stroke-linecap="round" stroke-linejoin="round"/>
3
- </svg>