@servicetitan/mpa-components 1.1.1 → 1.2.0-canary.558.ba65f46.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.
- package/CHANGELOG.md +2 -6
- package/lib/index.d.ts +0 -1
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +0 -1
- package/lib/index.js.map +1 -1
- package/package.json +2 -2
- package/src/index.ts +0 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/lib/components/campaign-actions/action-button/action-button-archive.d.ts +0 -7
- package/lib/components/campaign-actions/action-button/action-button-archive.d.ts.map +0 -1
- package/lib/components/campaign-actions/action-button/action-button-archive.js +0 -4
- package/lib/components/campaign-actions/action-button/action-button-archive.js.map +0 -1
- package/lib/components/campaign-actions/action-button/action-button-clone.d.ts +0 -6
- package/lib/components/campaign-actions/action-button/action-button-clone.d.ts.map +0 -1
- package/lib/components/campaign-actions/action-button/action-button-clone.js +0 -4
- package/lib/components/campaign-actions/action-button/action-button-clone.js.map +0 -1
- package/lib/components/campaign-actions/action-button/action-button-edit.d.ts +0 -7
- package/lib/components/campaign-actions/action-button/action-button-edit.d.ts.map +0 -1
- package/lib/components/campaign-actions/action-button/action-button-edit.js +0 -4
- package/lib/components/campaign-actions/action-button/action-button-edit.js.map +0 -1
- package/lib/components/campaign-actions/action-button/action-button-unarchive.d.ts +0 -6
- package/lib/components/campaign-actions/action-button/action-button-unarchive.d.ts.map +0 -1
- package/lib/components/campaign-actions/action-button/action-button-unarchive.js +0 -4
- package/lib/components/campaign-actions/action-button/action-button-unarchive.js.map +0 -1
- package/lib/components/campaign-actions/action-button/action-button.d.ts +0 -14
- package/lib/components/campaign-actions/action-button/action-button.d.ts.map +0 -1
- package/lib/components/campaign-actions/action-button/action-button.js +0 -29
- package/lib/components/campaign-actions/action-button/action-button.js.map +0 -1
- package/lib/components/campaign-actions/action-button/action-button.module.less +0 -17
- package/lib/components/campaign-actions/actions-button/actions-button.d.ts +0 -5
- package/lib/components/campaign-actions/actions-button/actions-button.d.ts.map +0 -1
- package/lib/components/campaign-actions/actions-button/actions-button.js +0 -33
- package/lib/components/campaign-actions/actions-button/actions-button.js.map +0 -1
- package/lib/components/campaign-actions/actions-button/actions-button.module.less +0 -10
- package/lib/components/campaign-actions/actions-button/campaign-actions.d.ts +0 -11
- package/lib/components/campaign-actions/actions-button/campaign-actions.d.ts.map +0 -1
- package/lib/components/campaign-actions/actions-button/campaign-actions.js +0 -15
- package/lib/components/campaign-actions/actions-button/campaign-actions.js.map +0 -1
- package/lib/components/campaign-actions/actions-button/campaign-actions.stories.d.ts +0 -9
- package/lib/components/campaign-actions/actions-button/campaign-actions.stories.d.ts.map +0 -1
- package/lib/components/campaign-actions/actions-button/campaign-actions.stories.js +0 -11
- package/lib/components/campaign-actions/actions-button/campaign-actions.stories.js.map +0 -1
- package/lib/components/campaign-actions/index.d.ts +0 -2
- package/lib/components/campaign-actions/index.d.ts.map +0 -1
- package/lib/components/campaign-actions/index.js +0 -2
- package/lib/components/campaign-actions/index.js.map +0 -1
- package/src/components/campaign-actions/action-button/action-button-archive.tsx +0 -18
- package/src/components/campaign-actions/action-button/action-button-clone.tsx +0 -13
- package/src/components/campaign-actions/action-button/action-button-edit.tsx +0 -18
- package/src/components/campaign-actions/action-button/action-button-unarchive.tsx +0 -13
- package/src/components/campaign-actions/action-button/action-button.module.less +0 -17
- package/src/components/campaign-actions/action-button/action-button.module.less.d.ts +0 -5
- package/src/components/campaign-actions/action-button/action-button.tsx +0 -78
- package/src/components/campaign-actions/actions-button/actions-button.module.less +0 -10
- package/src/components/campaign-actions/actions-button/actions-button.module.less.d.ts +0 -3
- package/src/components/campaign-actions/actions-button/actions-button.tsx +0 -76
- package/src/components/campaign-actions/actions-button/campaign-actions.stories.tsx +0 -19
- package/src/components/campaign-actions/actions-button/campaign-actions.tsx +0 -77
- package/src/components/campaign-actions/index.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,13 +3,9 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
|
|
6
|
+
# [1.2.0-canary.558.ba65f46.0](https://github.com/servicetitan/marketing/compare/@servicetitan/mpa-components@1.1.0...@servicetitan/mpa-components@1.2.0-canary.558.ba65f46.0) (2022-10-05)
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* **email-components), feat(components), fix(date-range-select:** extracted email components, marketing campaign actions component, added storybook stories ([cf50700](https://github.com/servicetitan/marketing/commit/cf507004302573b6bbd0e4b4fe1055a787a724f5))
|
|
12
|
-
* **email-components), feat(components), fix(date-range-select:** extracted email components, marketing campaign actions component, added storybook stories ([5941c5c](https://github.com/servicetitan/marketing/commit/5941c5cebb7994d98f5c888f2ed2bdc17967d29b))
|
|
8
|
+
**Note:** Version bump only for package @servicetitan/mpa-components
|
|
13
9
|
|
|
14
10
|
|
|
15
11
|
|
package/lib/index.d.ts
CHANGED
package/lib/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AAEtC,cAAc,iBAAiB,CAAC"}
|
package/lib/index.js
CHANGED
package/lib/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAC;AAEtC,cAAc,iBAAiB,CAAC"}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"repository": {
|
|
4
4
|
"url": "https://github.com/servicetitan/marketing"
|
|
5
5
|
},
|
|
6
|
-
"version": "1.
|
|
6
|
+
"version": "1.2.0-canary.558.ba65f46.0",
|
|
7
7
|
"description": "",
|
|
8
8
|
"main": "./lib/index.js",
|
|
9
9
|
"typings": "./lib/index.d.ts",
|
|
@@ -30,5 +30,5 @@
|
|
|
30
30
|
"cli": {
|
|
31
31
|
"webpack": false
|
|
32
32
|
},
|
|
33
|
-
"gitHead": "
|
|
33
|
+
"gitHead": "ba65f46fe39411803604323ca79dc3b7d6a6c868"
|
|
34
34
|
}
|
package/src/index.ts
CHANGED