@designcrowd/fe-shared-lib 1.0.9-ast-card-7 → 1.0.9-ast-card-8

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.0.9-ast-card-7",
3
+ "version": "1.0.9-ast-card-8",
4
4
  "scripts": {
5
5
  "start": "npm run storybook",
6
6
  "build": "npm run build:css --production",
@@ -29,7 +29,7 @@
29
29
  <Button
30
30
  label="Search"
31
31
  class="tw-flex tw-items-center tw-justify-center md:tw-ml-2 tw-mt-2 md:tw-mt-0 tw-font-sans tw-font-bold tw-transition-colors tw-duration-300 tw-text-sm tw-w-full tw-rounded tw-cursor-pointer tw-w-full md:tw-w-24"
32
- data-test-brand-page-publish-button
32
+ data-test-brand-page-search-button
33
33
  variant="primary"
34
34
  size="small-medium"
35
35
  @on-click="onClick"