Skip to content

Commit

Permalink
Release by 24.07.2024 (#1319)
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanKuzmich authored Jul 25, 2024
2 parents 84ee5d3 + 6ad2ef9 commit 44ea80f
Show file tree
Hide file tree
Showing 754 changed files with 46,993 additions and 9,841 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/create-release-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ name: Create release PR and generate changelog

on:
workflow_dispatch:

inputs:
from-tag:
description: ''
required: false

jobs:
release-pr:
name: Create release PR with changelog
Expand Down Expand Up @@ -32,7 +36,7 @@ jobs:
id: github_release
uses: mikepenz/[email protected]
with:
fromTag: ${{ env.FROM_TAG }}
fromTag: ${{ github.event.inputs.from-tag || env.FROM_TAG }}
configuration: "./.github/changelog-builder-config.json"

- name: List pull request
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
Diff not rendered.
22 changes: 19 additions & 3 deletions packages/caldera-online/api/caldera-online.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ import { PopupInfo } from '@salutejs/plasma-new-hope/styled-components';
import { PopupPlacement } from '@salutejs/plasma-new-hope/styled-components';
import { PopupProps } from '@salutejs/plasma-new-hope/styled-components';
import { PopupProvider } from '@salutejs/plasma-new-hope/styled-components';
import { Portal } from '@salutejs/plasma-new-hope/styled-components';
import { PortalProps } from '@salutejs/plasma-new-hope/styled-components';
import { PropsType } from '@salutejs/plasma-new-hope/types/engines/types';
import { RadioGroup } from '@salutejs/plasma-new-hope/styled-components';
Expand Down Expand Up @@ -88,7 +89,6 @@ import { ToastRole } from '@salutejs/plasma-new-hope/styled-components';
import { usePopupContext } from '@salutejs/plasma-new-hope/styled-components';
import { useSegment } from '@salutejs/plasma-new-hope/styled-components';
import { useToast } from '@salutejs/plasma-new-hope/styled-components';
import { Variants } from '@salutejs/plasma-new-hope/types/engines/types';

export { addFocus }

Expand All @@ -99,6 +99,7 @@ l: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { bodyL }
Expand All @@ -112,6 +113,7 @@ m: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { bodyM }
Expand All @@ -125,6 +127,7 @@ s: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { bodyS }
Expand All @@ -138,6 +141,7 @@ xs: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { bodyXS }
Expand All @@ -151,6 +155,7 @@ xxs: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { bodyXXS }
Expand Down Expand Up @@ -295,6 +300,7 @@ l: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { dsplL }
Expand All @@ -308,6 +314,7 @@ m: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { dsplM }
Expand All @@ -321,6 +328,7 @@ s: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { dsplS }
Expand All @@ -334,6 +342,7 @@ h1: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { h1 }
Expand All @@ -347,6 +356,7 @@ h2: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { h2 }
Expand All @@ -360,6 +370,7 @@ h3: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { h3 }
Expand All @@ -373,6 +384,7 @@ h4: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { h4 }
Expand All @@ -386,6 +398,7 @@ h5: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { h5 }
Expand Down Expand Up @@ -441,8 +454,7 @@ export { PopupProps }

export { PopupProvider }

// @public (undocumented)
export const Portal: FunctionComponent<PropsType<Variants> & PortalProps & RefAttributes<HTMLDivElement>>;
export { Portal }

export { PortalProps }

Expand Down Expand Up @@ -636,6 +648,7 @@ l: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { textL }
Expand All @@ -649,6 +662,7 @@ m: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { textM }
Expand All @@ -662,6 +676,7 @@ s: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { textS }
Expand All @@ -675,6 +690,7 @@ xs: PolymorphicClassName;
};
}> & {
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;

export { textXS }
Expand Down
68 changes: 34 additions & 34 deletions packages/caldera-online/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions packages/caldera-online/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@salutejs/caldera-online",
"version": "0.65.0",
"version": "0.71.0-dev.0",
"description": "Salute Design System / React UI kit for Caldera-online web applications",
"author": "Salute Frontend Team <[email protected]>",
"license": "MIT",
Expand All @@ -20,7 +20,7 @@
},
"dependencies": {
"@salutejs/caldera-online-themes": "0.13.0",
"@salutejs/plasma-new-hope": "0.105.0"
"@salutejs/plasma-new-hope": "0.111.0-dev.0"
},
"peerDependencies": {
"react": ">=16.13.1",
Expand All @@ -37,9 +37,9 @@
"@babel/preset-typescript": "7.24.1",
"@microsoft/api-extractor": "7.38.3",
"@salutejs/plasma-colors": "0.13.0",
"@salutejs/plasma-core": "1.162.0",
"@salutejs/plasma-cy-utils": "0.94.0",
"@salutejs/plasma-sb-utils": "0.160.0",
"@salutejs/plasma-core": "1.163.1-dev.0",
"@salutejs/plasma-cy-utils": "0.95.1-dev.0",
"@salutejs/plasma-sb-utils": "0.161.1-dev.0",
"@storybook/addon-docs": "7.6.17",
"@storybook/addon-essentials": "7.6.17",
"@storybook/addons": "7.6.17",
Expand Down Expand Up @@ -95,4 +95,4 @@
"Fanil Zubairov"
],
"sideEffects": false
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const config = {
${dropdownTokens.disabledOpacity}: 0.4;
${dropdownTokens.focusColor}: var(--surface-accent);
${dropdownTokens.background}: var(--surface-solid-card);
${dropdownTokens.boxShadow}: var(--shadow-down-soft-s);
${dropdownTokens.boxShadow}: 0px 4px 14px -4px rgba(8, 8, 8, 0.08), 0px 1px 4px -1px rgba(0, 0, 0, 0.04);
${dropdownTokens.disclosureIconColor}: var(--text-secondary);
${dropdownTokens.itemBackground}: var(--plasma-colors-transparent);
${dropdownTokens.itemBackgroundHover}: var(--surface-transparent-secondary);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import styled from 'styled-components';
import { Button } from '../Button/Button';
import { BodyM } from '../Typography';

import { Portal } from './Portal';
import { Portal } from '.';

const meta: Meta<typeof Portal> = {
title: 'Controls/Portal',
Expand Down
Loading

0 comments on commit 44ea80f

Please sign in to comment.