Skip to content

Commit

Permalink
Release by 27.11.2024 (#1597)
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanKuzmich authored Nov 28, 2024
2 parents 2428b09 + edbd210 commit 78d67c0
Show file tree
Hide file tree
Showing 614 changed files with 22,789 additions and 17,300 deletions.
17 changes: 11 additions & 6 deletions .github/workflows/documentation-deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,12 +166,17 @@ jobs:
run: |
npm run storybook:build --prefix="./packages/${{ matrix.package }}"
cp -R ./packages/${{ matrix.package }}/build-sb ./s3_build/${PR_NAME}/${{ env.SHORT_NAME }}-storybook
- name: Build storybook by draft components - "${{ matrix.package }}"
if: false
## Проверяем если в пакете скрипт отвечающий за сборку компонентов на основе черновика
- name: Build draft components storybook - "${{ matrix.package }}"
run: |
npm run storybook:build:draft --prefix="./packages/${{ matrix.package }}"
cp -R ./packages/${{ matrix.package }}/build-sb-draft ./s3_build/${PR_NAME}/${{ env.SHORT_NAME }}-draft-storybook
if grep -q '"storybook:draft"' "./packages/${{ matrix.package }}/package.json"; then
npm run storybook:build:draft --prefix="./packages/${{ matrix.package }}"
cp -R ./packages/${{ matrix.package }}/build-sb-draft ./s3_build/${PR_NAME}/${{ env.SHORT_NAME }}-draft-storybook
echo "HAS_DRAFT_COMPONENTS=true" >> $GITHUB_ENV
else
echo "Package not have draft components"
fi
- name: Install s3cmd
run: pip3 install s3cmd
Expand All @@ -193,7 +198,7 @@ jobs:
s3://${{ secrets.AWS_S3_BUCKET_2 }}/pr/${PR_NAME}/${{ env.SHORT_NAME }}/
- name: s3 upload storybook by draft components
if: false
if: ${{ env.HAS_DRAFT_COMPONENTS == 'true' }}
run: >
s3cmd
--access_key ${{ secrets.AWS_ACCESS_KEY_ID }}
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.
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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Diff not rendered.
22 changes: 22 additions & 0 deletions packages/plasma-asdk/api/plasma-asdk.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ size: {
body1: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -50,6 +51,7 @@ size: {
body2: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -60,6 +62,7 @@ size: {
l: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -70,6 +73,7 @@ size: {
m: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -80,6 +84,7 @@ size: {
s: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -90,6 +95,7 @@ size: {
xs: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -100,6 +106,7 @@ size: {
xxs: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand Down Expand Up @@ -239,6 +246,7 @@ size: {
l: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -249,6 +257,7 @@ size: {
m: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -259,6 +268,7 @@ size: {
s: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -283,6 +293,7 @@ size: {
h1: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -293,6 +304,7 @@ size: {
h2: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -303,6 +315,7 @@ size: {
h3: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -313,6 +326,7 @@ size: {
h4: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -323,6 +337,7 @@ size: {
h5: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand Down Expand Up @@ -504,6 +519,9 @@ export const Switch: FunctionComponent<PropsType< {
size: {
m: PolymorphicClassName;
};
toggleSize: {
l: PolymorphicClassName;
};
view: {
default: PolymorphicClassName;
};
Expand All @@ -526,6 +544,7 @@ size: {
l: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -536,6 +555,7 @@ size: {
m: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -546,6 +566,7 @@ size: {
s: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand All @@ -556,6 +577,7 @@ size: {
xs: PolymorphicClassName;
};
}> & {
noWrap?: boolean | undefined;
breakWord?: boolean | undefined;
color?: string | undefined;
} & SpacingProps & BoldProps & HTMLAttributes<HTMLDivElement> & RefAttributes<HTMLDivElement>>;
Expand Down
82 changes: 41 additions & 41 deletions packages/plasma-asdk/package-lock.json

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

Loading

0 comments on commit 78d67c0

Please sign in to comment.