@evergis/uilib-gl 1.0.90 → 1.0.92

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/README.md CHANGED
@@ -38,6 +38,9 @@ yarn test
38
38
  ```
39
39
 
40
40
  Здесь `npm_XXX` -- granular token; создать его можно [по инструкции](https://docs.npmjs.com/creating-and-viewing-access-tokens). ВАЖНО: с 09.12.2025 срок действия токена не может превышать 90 дней.
41
+
42
+ **Примечение:** При создании токена необходимо *ОБЯЗАТЕЛЬНО* выбрать опцию `Bypass two-factor authentication (2FA)`.
43
+
41
44
  7. `npm login` - залогиниться в npm (ВАЖНО: с 12.12.2025 сессия длится 12 часов, проверить, всё ли мы ещё залогинены, можно с помощью команды `npm whoami`).
42
45
  8. `npm publish` - паблиш
43
46
  9. Создать МР из временной ветки в `master`
@@ -323,6 +323,22 @@ export declare const iconTypes: {
323
323
  calc_attribute_value: string;
324
324
  calc_geometry: string;
325
325
  cursor: string;
326
+ button: string;
327
+ camera: string;
328
+ pdf: string;
329
+ slideshow: string;
330
+ edit_container: string;
331
+ default_attributes: string;
332
+ progress_bar: string;
333
+ section: string;
334
+ section_add: string;
335
+ section_remove: string;
336
+ connections: string;
337
+ pie_chart: string;
338
+ line_chart: string;
339
+ stack_chart: string;
340
+ datasource: string;
341
+ tabs: string;
326
342
  };
327
343
  export declare const Icon: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, IIconProps, never>;
328
344
  export declare const injectIcon: (icon: IconTypesKeys) => import("styled-components").FlattenInterpolation<import("styled-components").ThemeProps<import("styled-components").DefaultTheme>>;
@@ -1,5 +1,6 @@
1
1
  import { IDropdownFieldProps } from "./types";
2
2
  export declare const LinearLoader: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, import("../../atoms/LinearProgress").ILinearProgressProps, never>;
3
+ export declare const DropdownAnchor: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, {}, never>;
3
4
  export declare const DropdownContainer: import("styled-components").StyledComponent<"span", import("styled-components").DefaultTheme, {
4
5
  disabled?: boolean | undefined;
5
6
  width?: string | undefined;