@ambita/design-system 1.0.49 → 1.0.50-331.0

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.
@@ -0,0 +1,26 @@
1
+ declare const _default: import("vue").ComponentOptions<import("vue").default, import("@vue/composition-api").ShallowUnwrapRef<{
2
+ classes: import("@vue/composition-api").ComputedRef<{
3
+ [x: string]: boolean;
4
+ 'aux-tag': boolean;
5
+ }>;
6
+ }> & import("@vue/composition-api").Data, {}, {}, {
7
+ color: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ validator: (value: string) => boolean;
11
+ };
12
+ }, {
13
+ color: string;
14
+ } & {}> & import("vue").VueConstructor<import("vue").default> & (new (...args: any[]) => import("@vue/composition-api").ComponentRenderProxy<{
15
+ color: string;
16
+ } & {}, import("@vue/composition-api").ShallowUnwrapRef<{
17
+ classes: import("@vue/composition-api").ComputedRef<{
18
+ [x: string]: boolean;
19
+ 'aux-tag': boolean;
20
+ }>;
21
+ }>, import("@vue/composition-api").Data, {}, {}, {
22
+ color: string;
23
+ } & {}, {
24
+ color: string;
25
+ }, true>);
26
+ export default _default;
@@ -11,6 +11,7 @@ export { default as Banner } from './components/Banner/Banner.vue';
11
11
  export { default as Select } from './components/Select/Select.vue';
12
12
  export { default as Spinner } from './components/Spinner/Spinner.vue';
13
13
  export { default as Form } from './components/Form/Form.vue';
14
+ export { default as Tag } from './components/Tag/Tag.vue';
14
15
  export { default as Textarea } from './components/Textarea/Textarea.vue';
15
16
  export { default as Upload } from './components/Upload/Upload.vue';
16
17
  export { default as Notifications } from './components/Notification/Notifications.vue';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ambita/design-system",
3
- "version": "1.0.49",
3
+ "version": "1.0.50-331.0",
4
4
  "scripts": {
5
5
  "start": "npm run storybook:serve",
6
6
  "serve": "vue-cli-service serve",
package/CHANGELOG.md DELETED
@@ -1,6 +0,0 @@
1
- # 1.0.0 (2021-02-11)
2
-
3
-
4
- ### Bug Fixes
5
-
6
- * **bitbucket-pipelines.yml:** removed comment and commited with fix: to force new version ([257d4e2](https://bitbucket.org/ambitaas/design-system/commits/257d4e26d16146bc55ea031b4b68ab54adc52175))