@designcrowd/fe-shared-lib 1.6.4-ast-dbc-1 → 1.6.4-ast-dbc-3

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": "@designcrowd/fe-shared-lib",
3
- "version": "1.6.4-ast-dbc-1",
3
+ "version": "1.6.4-ast-dbc-3",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -24,7 +24,9 @@
24
24
  data-test-brand-page-copy-input
25
25
  @on-click="onCopyUrlClick"
26
26
  />
27
- <div class="tw-flex tw-flex-row tw-items-center tw-justify-center tw-gap-4 tw-my-4">
27
+ <div
28
+ class="tw-flex tw-flex-col tw-flex-col-reverse sm:tw-flex-row tw-items-center tw-justify-center tw-gap-2 tw-my-4"
29
+ >
28
30
  <Button
29
31
  v-if="brandPageType === 'brandContact'"
30
32
  :label="createTeamCardsLabel"