@billing-io/designs 1.1.0 → 1.2.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/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/index.ts +3 -0
package/dist/index.d.ts
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
/** Canary token — temporary, used to verify live npm imports. */
|
|
2
|
+
export declare const CANARY: "blueberries";
|
|
1
3
|
export { BRAND_SVG_VIEWBOX, BRAND_SVG_PATHS, BADGE_DIMENSIONS, buildBrandBadgeHTML, getBrandSVG, } from "./brand.js";
|
|
2
4
|
export type { BadgeSize, BadgeDimensions } from "./brand.js";
|
|
3
5
|
export { OVERLAY_Z_INDEX, EASING, MSG_PREFIX, VARIATION_ALIASES, VARIATIONS, CLOSE_BUTTON, BACKDROP, CARD, PANEL, BOTTOM_SHEET, POPUP, FULLSCREEN, SUCCESS_AUTO_CLOSE_MS, } from "./overlay/index.js";
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AASA,iEAAiE;AACjE,eAAO,MAAM,MAAM,EAAG,aAAsB,CAAC;AAG7C,OAAO,EACL,iBAAiB,EACjB,eAAe,EACf,gBAAgB,EAChB,mBAAmB,EACnB,WAAW,GACZ,MAAM,YAAY,CAAC;AAEpB,YAAY,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAG7D,OAAO,EACL,eAAe,EACf,MAAM,EACN,UAAU,EACV,iBAAiB,EACjB,UAAU,EACV,YAAY,EACZ,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,YAAY,EACZ,KAAK,EACL,UAAU,EACV,qBAAqB,GACtB,MAAM,oBAAoB,CAAC;AAE5B,YAAY,EAAE,aAAa,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -6,6 +6,8 @@
|
|
|
6
6
|
// - Canonical billing.js IIFE (checkout overlay script)
|
|
7
7
|
//
|
|
8
8
|
// Plans, pricing, and billing system constants live in main/src/lib/billing/constants.ts.
|
|
9
|
+
/** Canary token — temporary, used to verify live npm imports. */
|
|
10
|
+
export const CANARY = "blueberries";
|
|
9
11
|
// Brand assets
|
|
10
12
|
export { BRAND_SVG_VIEWBOX, BRAND_SVG_PATHS, BADGE_DIMENSIONS, buildBrandBadgeHTML, getBrandSVG, } from "./brand.js";
|
|
11
13
|
// Overlay design constants
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,iEAAiE;AACjE,EAAE;AACF,kDAAkD;AAClD,qCAAqC;AACrC,6EAA6E;AAC7E,0DAA0D;AAC1D,EAAE;AACF,0FAA0F;AAE1F,eAAe;AACf,OAAO,EACL,iBAAiB,EACjB,eAAe,EACf,gBAAgB,EAChB,mBAAmB,EACnB,WAAW,GACZ,MAAM,YAAY,CAAC;AAIpB,2BAA2B;AAC3B,OAAO,EACL,eAAe,EACf,MAAM,EACN,UAAU,EACV,iBAAiB,EACjB,UAAU,EACV,YAAY,EACZ,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,YAAY,EACZ,KAAK,EACL,UAAU,EACV,qBAAqB,GACtB,MAAM,oBAAoB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,iEAAiE;AACjE,EAAE;AACF,kDAAkD;AAClD,qCAAqC;AACrC,6EAA6E;AAC7E,0DAA0D;AAC1D,EAAE;AACF,0FAA0F;AAE1F,iEAAiE;AACjE,MAAM,CAAC,MAAM,MAAM,GAAG,aAAsB,CAAC;AAE7C,eAAe;AACf,OAAO,EACL,iBAAiB,EACjB,eAAe,EACf,gBAAgB,EAChB,mBAAmB,EACnB,WAAW,GACZ,MAAM,YAAY,CAAC;AAIpB,2BAA2B;AAC3B,OAAO,EACL,eAAe,EACf,MAAM,EACN,UAAU,EACV,iBAAiB,EACjB,UAAU,EACV,YAAY,EACZ,QAAQ,EACR,IAAI,EACJ,KAAK,EACL,YAAY,EACZ,KAAK,EACL,UAAU,EACV,qBAAqB,GACtB,MAAM,oBAAoB,CAAC"}
|
package/package.json
CHANGED
package/src/index.ts
CHANGED
|
@@ -7,6 +7,9 @@
|
|
|
7
7
|
//
|
|
8
8
|
// Plans, pricing, and billing system constants live in main/src/lib/billing/constants.ts.
|
|
9
9
|
|
|
10
|
+
/** Canary token — temporary, used to verify live npm imports. */
|
|
11
|
+
export const CANARY = "blueberries" as const;
|
|
12
|
+
|
|
10
13
|
// Brand assets
|
|
11
14
|
export {
|
|
12
15
|
BRAND_SVG_VIEWBOX,
|