@sunrise-upc/sales-static-components 3.2.0 → 3.2.1-beta.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 CHANGED
@@ -1,4 +1,4 @@
1
- import { FC } from 'react';
1
+ import React, { FC } from 'react';
2
2
 
3
3
  declare interface NativeColorPicker {
4
4
  color: string;
@@ -131,6 +131,8 @@ interface LineCheckSchema {
131
131
 
132
132
  declare const LineCheckV2: FC<LineCheckSchema>;
133
133
 
134
+ declare const _default: React.NamedExoticComponent<any>;
135
+
134
136
  interface LinecheckBasicPropConfigSchema {
135
137
  baseURL: string | '';
136
138
  }
@@ -144,5 +146,5 @@ declare class LinecheckBasicPropConfig {
144
146
  static create: (p_config: LinecheckBasicPropConfigSchema) => void;
145
147
  }
146
148
 
147
- export { ButtonGroup, ImageComponent, ImageWithText, ImageWithTextWrapper, InternetAndTvCardsBenefits, LineCheckV2, LinecheckBasicPropConfig, RibbonComponent, StageTeaserComponent, TextComponent };
149
+ export { ButtonGroup, ImageComponent, ImageWithText, ImageWithTextWrapper, InternetAndTvCardsBenefits, LineCheckV2, LinecheckBasicPropConfig, RibbonComponent, StageTeaserComponent, _default as StageTeaserV3, TextComponent };
148
150
  export type { LinecheckBasicPropConfigSchema };
package/package.json CHANGED
@@ -1,70 +1,72 @@
1
- {
2
- "name": "@sunrise-upc/sales-static-components",
3
- "version": "3.2.0",
4
- "description": "Static Reusable Components Library",
5
- "main": "dist/cjs/index.js",
6
- "module": "dist/esm/index.js",
7
- "files": [
8
- "dist",
9
- "package.json"
10
- ],
11
- "typings": "dist/index.d.ts",
12
- "scripts": {
13
- "test": "echo \"Error: no test specified\" && exit 1",
14
- "clean": "rimraf dist",
15
- "build": "npm run clean && rollup -c",
16
- "prepare": "npm run build",
17
- "dev": "npm run clean && rollup -c -w",
18
- "prepatch": "npm --no-git-tag-version version prepatch",
19
- "release:major": "npm version major && npm publish --access public --tag latest",
20
- "release:minor": "npm version minor && npm publish --access public --tag latest",
21
- "release:patch": "npm version patch && npm publish --access public --tag latest",
22
- "release:prepatch": "npm version prepatch --preid=beta && npm publish --access public --tag latest",
23
- "release:prerelease": "npm version prerelease --preid=beta && npm publish --access public --tag latest"
24
- },
25
- "repository": {
26
- "type": "git",
27
- "url": "git+https://Angles_Kathirvel@bitbucket.org/sunrisedigitalbusiness/sunrise-ch-b2c-sales-static-components.git"
28
- },
29
- "author": "Angles Kathirvel",
30
- "license": "ISC",
31
- "bugs": {
32
- "url": "https://bitbucket.org/sunrisedigitalbusiness/sunrise-ch-b2c-sales-static-components/issues"
33
- },
34
- "homepage": "https://bitbucket.org/sunrisedigitalbusiness/sunrise-ch-b2c-sales-static-components#readme",
35
- "devDependencies": {
36
- "@rollup/plugin-commonjs": "^28.0.6",
37
- "@rollup/plugin-json": "^6.1.0",
38
- "@rollup/plugin-node-resolve": "^16.0.1",
39
- "@rollup/plugin-terser": "^0.4.4",
40
- "@rollup/plugin-typescript": "^12.1.2",
41
- "@types/js-cookie": "^3.0.6",
42
- "@types/node": "^24.6.0",
43
- "@types/react": "^19.1.13",
44
- "@types/react-dom": "^19.1.9",
45
- "postcss": "^8.5.3",
46
- "rimraf": "^6.0.1",
47
- "rollup": "^4.52.0",
48
- "rollup-plugin-dts": "^6.2.3",
49
- "rollup-plugin-peer-deps-external": "^2.2.4",
50
- "rollup-plugin-postcss": "^4.0.2",
51
- "sass": "^1.93.0",
52
- "tslib": "^2.8.1",
53
- "typescript": "^5.9.2"
54
- },
55
- "peerDependencies": {
56
- "react": "^19.1.0",
57
- "react-dom": "^19.1.0",
58
- "react-bootstrap": "^2.10.10",
59
- "storyblok-rich-text-react-renderer": "^3.0.1"
60
- },
61
- "dependencies": {
62
- "@sunrise-upc/ajax-lib": "^3.0.0",
63
- "axios": "^1.12.2",
64
- "cookies-next": "^6.1.0",
65
- "js-cookie": "^3.0.5",
66
- "react-loading-skeleton": "^3.5.0",
67
- "react-multi-carousel": "^2.8.5",
68
- "uuid": "^13.0.0"
69
- }
70
- }
1
+ {
2
+ "name": "@sunrise-upc/sales-static-components",
3
+ "version": "3.2.1-beta.0",
4
+ "description": "Static Reusable Components Library",
5
+ "main": "dist/cjs/index.js",
6
+ "module": "dist/esm/index.js",
7
+ "files": [
8
+ "dist",
9
+ "package.json"
10
+ ],
11
+ "typings": "dist/index.d.ts",
12
+ "scripts": {
13
+ "test": "echo \"Error: no test specified\" && exit 1",
14
+ "clean": "rimraf dist",
15
+ "build": "npm run clean && rollup -c",
16
+ "prepare": "npm run build",
17
+ "dev": "npm run clean && rollup -c -w",
18
+ "prepatch": "npm --no-git-tag-version version prepatch",
19
+ "release:major": "npm version major && npm publish --access public --tag latest",
20
+ "release:minor": "npm version minor && npm publish --access public --tag latest",
21
+ "release:patch": "npm version patch && npm publish --access public --tag latest",
22
+ "release:prepatch": "npm version prepatch --preid=beta && npm publish --access public --tag latest",
23
+ "release:prerelease": "npm version prerelease --preid=beta && npm publish --access public --tag latest"
24
+ },
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "git+https://Angles_Kathirvel@bitbucket.org/sunrisedigitalbusiness/sunrise-ch-b2c-sales-static-components.git"
28
+ },
29
+ "author": "Angles Kathirvel",
30
+ "license": "ISC",
31
+ "bugs": {
32
+ "url": "https://bitbucket.org/sunrisedigitalbusiness/sunrise-ch-b2c-sales-static-components/issues"
33
+ },
34
+ "homepage": "https://bitbucket.org/sunrisedigitalbusiness/sunrise-ch-b2c-sales-static-components#readme",
35
+ "devDependencies": {
36
+ "@rollup/plugin-commonjs": "^29.0.0",
37
+ "@rollup/plugin-json": "^6.1.0",
38
+ "@rollup/plugin-node-resolve": "^16.0.3",
39
+ "@rollup/plugin-terser": "^0.4.4",
40
+ "@rollup/plugin-typescript": "^12.3.0",
41
+ "@types/js-cookie": "^3.0.6",
42
+ "@types/node": "^24.6.0",
43
+ "@types/react": "^19.1.13",
44
+ "@types/react-dom": "^19.1.9",
45
+ "rimraf": "^6.0.1",
46
+ "rollup": "^4.56.0",
47
+ "rollup-plugin-dts": "^6.3.0",
48
+ "rollup-plugin-peer-deps-external": "^2.2.4",
49
+ "postcss": "^8.5.3",
50
+ "postcss-modules": "^6.0.0",
51
+ "sass-embedded": "^1.97.3",
52
+ "tslib": "^2.8.1",
53
+ "typescript": "^5.9.2"
54
+ },
55
+ "peerDependencies": {
56
+ "react": "^19.1.0",
57
+ "react-dom": "^19.1.0",
58
+ "react-bootstrap": "^2.10.10",
59
+ "storyblok-rich-text-react-renderer": "^3.0.1"
60
+ },
61
+ "dependencies": {
62
+ "@sunrise-upc/ajax-lib": "^3.0.0",
63
+ "axios": "^1.12.2",
64
+ "cookies-next": "^6.1.0",
65
+ "fitty": "^2.4.2",
66
+ "js-cookie": "^3.0.5",
67
+ "react-loading-skeleton": "^3.5.0",
68
+ "react-multi-carousel": "^2.8.5",
69
+ "uuid": "^13.0.0",
70
+ "swiper": "^12.0.3"
71
+ }
72
+ }