@servicetitan/marketing-ui 1.16.0 → 1.17.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 CHANGED
@@ -1,3 +1,15 @@
1
+ # v1.17.0 (Tue Aug 09 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - MRK-6019: Export components [#144](https://github.com/servicetitan/anvil-uikit-contrib/pull/144) ([@withnorush](https://github.com/withnorush))
6
+
7
+ #### Authors: 1
8
+
9
+ - Andreev Pavel ([@withnorush](https://github.com/withnorush))
10
+
11
+ ---
12
+
1
13
  # v1.16.0 (Mon Aug 08 2022)
2
14
 
3
15
  #### 🚀 Enhancement
@@ -0,0 +1,2 @@
1
+ export * from './action-button';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/action-button/index.tsx"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './action-button';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/ui/action-button/index.tsx"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './title-popover';
2
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/title-popover/index.tsx"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export * from './title-popover';
2
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/components/ui/title-popover/index.tsx"],"names":[],"mappings":"AAAA,cAAc,iBAAiB,CAAC"}
package/dist/index.d.ts CHANGED
@@ -1,8 +1,10 @@
1
1
  export * from './components/stat/stat-card';
2
2
  export * from './components/stat/stat-extended-card';
3
3
  export * from './components/ads/ads-stat';
4
+ export * from './components/ui/action-button';
4
5
  export * from './components/ui/centered-spinner';
5
6
  export * from './components/ui/line-text';
7
+ export * from './components/ui/title-popover';
6
8
  export * from './components/image-cropper/image-cropper';
7
9
  export * from './utils/ads-texts';
8
10
  export * from './utils/formatters';
@@ -10,4 +12,5 @@ export * from './utils/string-case';
10
12
  export * from './utils/use-client-rect';
11
13
  export * from './utils/helpers';
12
14
  export * from './utils/format-big-numbers';
15
+ export * from './utils/use-target-range-store';
13
16
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0CAA0C,CAAC;AAEzD,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0CAA0C,CAAC;AAEzD,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC"}
package/dist/index.js CHANGED
@@ -1,8 +1,10 @@
1
1
  export * from './components/stat/stat-card';
2
2
  export * from './components/stat/stat-extended-card';
3
3
  export * from './components/ads/ads-stat';
4
+ export * from './components/ui/action-button';
4
5
  export * from './components/ui/centered-spinner';
5
6
  export * from './components/ui/line-text';
7
+ export * from './components/ui/title-popover';
6
8
  export * from './components/image-cropper/image-cropper';
7
9
  export * from './utils/ads-texts';
8
10
  export * from './utils/formatters';
@@ -10,4 +12,5 @@ export * from './utils/string-case';
10
12
  export * from './utils/use-client-rect';
11
13
  export * from './utils/helpers';
12
14
  export * from './utils/format-big-numbers';
15
+ export * from './utils/use-target-range-store';
13
16
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kCAAkC,CAAC;AACjD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0CAA0C,CAAC;AAEzD,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,6BAA6B,CAAC;AAC5C,cAAc,sCAAsC,CAAC;AACrD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,kCAAkC,CAAC;AACjD,cAAc,2BAA2B,CAAC;AAC1C,cAAc,+BAA+B,CAAC;AAC9C,cAAc,0CAA0C,CAAC;AAEzD,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,qBAAqB,CAAC;AACpC,cAAc,yBAAyB,CAAC;AACxC,cAAc,iBAAiB,CAAC;AAChC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,gCAAgC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/marketing-ui",
3
- "version": "1.16.0",
3
+ "version": "1.17.0",
4
4
  "description": "Marketing UI component and utils",
5
5
  "repository": {
6
6
  "type": "git",
@@ -51,5 +51,5 @@
51
51
  "less": true,
52
52
  "webpack": false
53
53
  },
54
- "gitHead": "0e562c39f2dda75c991c59cb5cc6f54a7eac04d8"
54
+ "gitHead": "7f16e97f49ef5de21150d63a93b7abbe8396b89e"
55
55
  }
@@ -0,0 +1 @@
1
+ export * from './action-button';
@@ -0,0 +1 @@
1
+ export * from './title-popover';
package/src/index.ts CHANGED
@@ -1,8 +1,10 @@
1
1
  export * from './components/stat/stat-card';
2
2
  export * from './components/stat/stat-extended-card';
3
3
  export * from './components/ads/ads-stat';
4
+ export * from './components/ui/action-button';
4
5
  export * from './components/ui/centered-spinner';
5
6
  export * from './components/ui/line-text';
7
+ export * from './components/ui/title-popover';
6
8
  export * from './components/image-cropper/image-cropper';
7
9
 
8
10
  export * from './utils/ads-texts';
@@ -11,3 +13,4 @@ export * from './utils/string-case';
11
13
  export * from './utils/use-client-rect';
12
14
  export * from './utils/helpers';
13
15
  export * from './utils/format-big-numbers';
16
+ export * from './utils/use-target-range-store';