@saleor/macaw-ui 1.1.2 → 1.1.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/README.md CHANGED
@@ -112,6 +112,12 @@ You can run build in watch mode (useful for real-time development with e.g Dashb
112
112
  pnpm watch
113
113
  ```
114
114
 
115
+ When you finish woking, you can add new changeset
116
+
117
+ ```sh
118
+ pnpm change:add
119
+ ```
120
+
115
121
  ## License
116
122
 
117
123
  Distributed under the Creative Common Attribution 4.0 International License
@@ -1,2 +1 @@
1
- export declare const content: string;
2
1
  export declare const arrow: string;
@@ -8,3 +8,4 @@ export declare const RightSide: Story;
8
8
  export declare const Top: Story;
9
9
  export declare const Bottom: Story;
10
10
  export declare const WithHeading: Story;
11
+ export declare const WithoutContent: Story;