RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
@sunrise-upc/mobile-prod-card
Versions diffs
1.2.5 → 1.2.6-beta.0
Page 5
@sunrise-upc/mobile-prod-card 1.2.5 → 1.2.6-beta.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (6)
hide
show
package/dist/cjs/components/lineTable/lineTable.types.d.ts
+1
-0
package/dist/cjs/index.js
+1
-1
package/dist/esm/components/lineTable/lineTable.types.d.ts
+1
-0
package/dist/esm/index.js
+1
-1
package/dist/index.d.ts
+1
-0
package/package.json
+1
-1
package/dist/index.d.ts
CHANGED
Viewed
@@ -146,6 +146,7 @@ interface ProductTableSchema {
146
146
lineCheckCallBack?: () => void;
147
147
changeAddressClicked?: any;
148
148
tabCheckCallBack?: (tabId: string) => void;
149
+
ratePlansToRemove?: string[];
149
150
}
150
151
151
152
declare const ProductTableV3: FC<ProductTableSchema>;
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "@sunrise-upc/mobile-prod-card",
3
-
"version": "1.2.
5
",
3
+
"version": "1.2.
6-beta.0
",
4
4
"description": "Starter project to create reusable functional component",
5
5
"main": "dist/cjs/index.js",
6
6
"module": "dist/esm/index.js",
« First
‹ Prev
1
2
3
4
5