@pinuts/bsr-uikit-relaunch 0.0.7 → 0.0.8
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 +1 -0
- package/dist/index.js +1 -1
- package/node_modules/hoist-non-react-statics/CHANGELOG.md +37 -0
- package/package.json +1 -1
- package/.idea/.name +0 -1
- package/.idea/misc.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/vcs.xml +0 -6
- package/bsr-uikit-relaunch.iml +0 -9
- package/dist/styles/_colors.scss +0 -165
- package/dist/styles/bootstrap-customized.scss +0 -815
- package/dist/styles/fonts/hbs-fonts/hbs-fonts.css +0 -67
- package/dist/styles/fonts/hbs-fonts/simple-bold/SimpleHBSTT-Bold.eot +0 -0
- package/dist/styles/fonts/hbs-fonts/simple-bold/SimpleHBSTT-Bold.svg +0 -264
- package/dist/styles/fonts/hbs-fonts/simple-bold/SimpleHBSTT-Bold.ttf +0 -0
- package/dist/styles/fonts/hbs-fonts/simple-bold/SimpleHBSTT-Bold.woff +0 -0
- package/dist/styles/fonts/hbs-fonts/univers/1449347/1f2c3faa-231e-4e71-aba4-b1adb03e0322.svg +0 -4846
- package/dist/styles/fonts/hbs-fonts/univers/1449347/51a2e8ba-97c4-47a9-af92-e8b379eeddbd.eot +0 -0
- package/dist/styles/fonts/hbs-fonts/univers/1449347/77019bfb-2faa-487f-97aa-b498678dc990.ttf +0 -0
- package/dist/styles/fonts/hbs-fonts/univers/1449347/89420d17-2c68-4bb3-b4d4-373b0d0f016b.woff2 +0 -0
- package/dist/styles/fonts/hbs-fonts/univers/1449347/e79b121c-bda4-4092-a565-1c29b272ef18.woff +0 -0
- package/dist/styles/fonts/hbs-fonts/univers/1449355/6baa7b6e-6971-4b5f-8129-8630113d8cb7.eot +0 -0
- package/dist/styles/fonts/hbs-fonts/univers/1449355/aab88c6b-6b75-42f0-aec5-74a5c4ed199d.woff2 +0 -0
- package/dist/styles/fonts/hbs-fonts/univers/1449355/ac6c8f47-2d16-43de-96c6-4526ab446296.woff +0 -0
- package/dist/styles/fonts/hbs-fonts/univers/1449355/cc2006cf-463d-41db-88b0-24bf58fdf832.ttf +0 -0
- package/dist/styles/fonts/hbs-fonts/univers/1449355/f6946e91-a2c4-4793-bcb2-b617d23b3b80.svg +0 -5216
- package/dist/styles/fonts/hbs-fonts/univers-condensed/1449383/1df6de95-3b72-4134-8e0f-f250931b1cb1.woff +0 -0
- package/dist/styles/fonts/hbs-fonts/univers-condensed/1449383/27bd8c18-1ca0-4a74-a175-108571bab2fc.eot +0 -0
- package/dist/styles/fonts/hbs-fonts/univers-condensed/1449383/5667db2e-a3c3-408f-ad82-3ca721a0e2e7.svg +0 -4807
- package/dist/styles/fonts/hbs-fonts/univers-condensed/1449383/8282dfe6-2f66-4a8e-bc65-669a3066eee8.ttf +0 -0
- package/dist/styles/fonts/hbs-fonts/univers-condensed/1449383/a92a459a-dc32-498f-b2dc-b761713792f4.woff2 +0 -0
- package/dist/styles/fonts/hbs-fonts/univers-condensed/1449391/14cd37b6-7bde-488e-bbba-17c5046ee4c3.svg +0 -4666
- package/dist/styles/fonts/hbs-fonts/univers-condensed/1449391/308dd9a4-aea8-4532-8c6d-a415a35f0015.woff2 +0 -0
- package/dist/styles/fonts/hbs-fonts/univers-condensed/1449391/4414ced7-592d-4fdc-8521-8bf095659b6e.eot +0 -0
- package/dist/styles/fonts/hbs-fonts/univers-condensed/1449391/9e1c34e4-257a-478b-9d35-84e680e8d373.ttf +0 -0
- package/dist/styles/fonts/hbs-fonts/univers-condensed/1449391/9f5abf71-fdd9-408f-b075-7a8a1b7c9a6e.woff +0 -0
- package/dist/styles/module-variables.scss +0 -13
- package/dist/styles/variables.scss +0 -75
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
# 3.3.2 (January 22, 2020)
|
|
2
|
+
- Fix `React.memo` for v16.12+ (#93)
|
|
3
|
+
|
|
4
|
+
# 3.3.1 (November 14, 2019)
|
|
5
|
+
- Fix for UMD bundle (#85)
|
|
6
|
+
- Tooling changes (#83, #84, #87)
|
|
7
|
+
|
|
8
|
+
# 3.3.0 (January 23, 2019)
|
|
9
|
+
- Prevent hoisting of React.memo statics (#73)
|
|
10
|
+
|
|
11
|
+
# 3.2.1 (December 3, 2018)
|
|
12
|
+
- Fixed `defaultProps`, `displayName` and `propTypes` being hoisted from `React.forwardRef` to `React.forwardRef`. ([#71])
|
|
13
|
+
|
|
14
|
+
# 3.2.0 (November 26, 2018)
|
|
15
|
+
- Added support for `getDerivedStateFromError`. ([#68])
|
|
16
|
+
- Added support for React versions less than 0.14. ([#69])
|
|
17
|
+
|
|
18
|
+
# 3.1.0 (October 30, 2018)
|
|
19
|
+
- Added support for `contextType`. ([#62])
|
|
20
|
+
- Reduced bundle size. ([e89c7a6])
|
|
21
|
+
- Removed TypeScript definitions. ([#61])
|
|
22
|
+
|
|
23
|
+
# 3.0.1 (July 28, 2018)
|
|
24
|
+
- Fixed prop-types warnings. ([e0846fe])
|
|
25
|
+
|
|
26
|
+
# 3.0.0 (July 27, 2018)
|
|
27
|
+
- Dropped support for React versions less than 0.14. ([#55])
|
|
28
|
+
- Added support for `React.forwardRef` components. ([#55])
|
|
29
|
+
|
|
30
|
+
[#55]: https://github.com/mridgway/hoist-non-react-statics/pull/55
|
|
31
|
+
[#61]: https://github.com/mridgway/hoist-non-react-statics/pull/61
|
|
32
|
+
[#62]: https://github.com/mridgway/hoist-non-react-statics/pull/62
|
|
33
|
+
[#68]: https://github.com/mridgway/hoist-non-react-statics/pull/68
|
|
34
|
+
[#69]: https://github.com/mridgway/hoist-non-react-statics/pull/69
|
|
35
|
+
[#71]: https://github.com/mridgway/hoist-non-react-statics/pull/71
|
|
36
|
+
[e0846fe]: https://github.com/mridgway/hoist-non-react-statics/commit/e0846feefbad8b34d300de9966ffd607aacb81a3
|
|
37
|
+
[e89c7a6]: https://github.com/mridgway/hoist-non-react-statics/commit/e89c7a6168edc19eeadb2d149e600b888e8b0446
|
package/package.json
CHANGED
package/.idea/.name
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
BSR UI-KIT Relaunch
|
package/.idea/misc.xml
DELETED
package/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/bsr-uikit-relaunch.iml" filepath="$PROJECT_DIR$/bsr-uikit-relaunch.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
package/.idea/vcs.xml
DELETED
package/bsr-uikit-relaunch.iml
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="WEB_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
4
|
-
<exclude-output />
|
|
5
|
-
<content url="file://$MODULE_DIR$" />
|
|
6
|
-
<orderEntry type="inheritedJdk" />
|
|
7
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
8
|
-
</component>
|
|
9
|
-
</module>
|
package/dist/styles/_colors.scss
DELETED
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
// All HBS Colors
|
|
2
|
-
$hbs-rot:rgba(227, 5, 19, 1);
|
|
3
|
-
$hbs-rot-50: tint-color($hbs-rot, 50%);
|
|
4
|
-
$hbs-rot-40: tint-color($hbs-rot, 60%);
|
|
5
|
-
$hbs-rot-30: tint-color($hbs-rot, 70%);
|
|
6
|
-
$hbs-rot-20: tint-color($hbs-rot, 80%);
|
|
7
|
-
$hbs-rot-10: tint-color($hbs-rot, 90%);
|
|
8
|
-
|
|
9
|
-
$hbs-orange:rgba(239, 124, 0, 1);
|
|
10
|
-
$hbs-orange-50: tint-color($hbs-orange, 50%);
|
|
11
|
-
$hbs-orange-40: tint-color($hbs-orange, 60%);
|
|
12
|
-
$hbs-orange-30: tint-color($hbs-orange, 70%);
|
|
13
|
-
$hbs-orange-20: tint-color($hbs-orange, 80%);
|
|
14
|
-
$hbs-orange-10: tint-color($hbs-orange, 90%);
|
|
15
|
-
|
|
16
|
-
$hbs-pink:rgba(214, 0, 126, 1);
|
|
17
|
-
$hbs-pink-50: tint-color($hbs-pink, 50%);
|
|
18
|
-
$hbs-pink-40: tint-color($hbs-pink, 60%);
|
|
19
|
-
$hbs-pink-30: tint-color($hbs-pink, 70%);
|
|
20
|
-
$hbs-pink-20: tint-color($hbs-pink, 80%);
|
|
21
|
-
$hbs-pink-10: tint-color($hbs-pink, 90%);
|
|
22
|
-
|
|
23
|
-
$hbs-lila:rgba(110, 53, 139, 1);
|
|
24
|
-
$hbs-lila-50: tint-color($hbs-lila, 50%);
|
|
25
|
-
$hbs-lila-40: tint-color($hbs-lila, 60%);
|
|
26
|
-
$hbs-lila-30: tint-color($hbs-lila, 70%);
|
|
27
|
-
$hbs-lila-20: tint-color($hbs-lila, 80%);
|
|
28
|
-
$hbs-lila-10: tint-color($hbs-lila, 90%);
|
|
29
|
-
|
|
30
|
-
$hbs-gruen: rgba(14, 150, 93, 1);
|
|
31
|
-
$hbs-gruen-50: tint-color($hbs-gruen, 50%);
|
|
32
|
-
$hbs-gruen-40: tint-color($hbs-gruen, 60%);
|
|
33
|
-
$hbs-gruen-30: tint-color($hbs-gruen, 70%);
|
|
34
|
-
$hbs-gruen-20: tint-color($hbs-gruen, 80%);
|
|
35
|
-
$hbs-gruen-10: tint-color($hbs-gruen, 90%);
|
|
36
|
-
|
|
37
|
-
$hbs-tuerkis:rgba(95, 187, 201, 1);
|
|
38
|
-
$hbs-tuerkis-50: tint-color($hbs-tuerkis, 50%);
|
|
39
|
-
$hbs-tuerkis-40: tint-color($hbs-tuerkis, 60%);
|
|
40
|
-
$hbs-tuerkis-30: tint-color($hbs-tuerkis, 70%);
|
|
41
|
-
$hbs-tuerkis-20: tint-color($hbs-tuerkis, 80%);
|
|
42
|
-
$hbs-tuerkis-10: tint-color($hbs-tuerkis, 90%);
|
|
43
|
-
|
|
44
|
-
$hbs-blau:rgb(0, 130, 173);
|
|
45
|
-
$hbs-blau-50: tint-color($hbs-blau, 50%);
|
|
46
|
-
$hbs-blau-40: tint-color($hbs-blau, 60%);
|
|
47
|
-
$hbs-blau-30: tint-color($hbs-blau, 70%);
|
|
48
|
-
$hbs-blau-20: tint-color($hbs-blau, 80%);
|
|
49
|
-
$hbs-blau-10: tint-color($hbs-blau, 90%);
|
|
50
|
-
|
|
51
|
-
$hbs-sand: rgba(228, 225, 205, 1);
|
|
52
|
-
$hbs-sand-50: tint-color($hbs-sand, 50%);
|
|
53
|
-
$hbs-sand-40: tint-color($hbs-sand, 60%);
|
|
54
|
-
$hbs-sand-30: tint-color($hbs-sand, 70%);
|
|
55
|
-
$hbs-sand-20: tint-color($hbs-sand, 80%);
|
|
56
|
-
$hbs-sand-10: tint-color($hbs-sand, 90%);
|
|
57
|
-
|
|
58
|
-
$hbs-schwarz: rgb(0, 0, 0);
|
|
59
|
-
$hbs-schwarz-60: tint-color($hbs-schwarz, 40%);
|
|
60
|
-
$hbs-schwarz-50: tint-color($hbs-schwarz, 50%);
|
|
61
|
-
$hbs-schwarz-40: tint-color($hbs-schwarz, 60%);
|
|
62
|
-
$hbs-schwarz-30: tint-color($hbs-schwarz, 70%);
|
|
63
|
-
$hbs-schwarz-20: tint-color($hbs-schwarz, 80%);
|
|
64
|
-
$hbs-schwarz-10: tint-color($hbs-schwarz, 90%);
|
|
65
|
-
|
|
66
|
-
$hbs-white: rgba(255, 255, 255, 1);
|
|
67
|
-
|
|
68
|
-
// for mapping
|
|
69
|
-
// use bg-tuerkis or btn-blau etc...
|
|
70
|
-
$hbs-colors: (
|
|
71
|
-
"rot": $hbs-rot,
|
|
72
|
-
"rot-50": $hbs-rot-50,
|
|
73
|
-
"rot-40": $hbs-rot-40,
|
|
74
|
-
"rot-30": $hbs-rot-30,
|
|
75
|
-
"rot-20": $hbs-rot-20,
|
|
76
|
-
"rot-10": $hbs-rot-10,
|
|
77
|
-
|
|
78
|
-
"orange": $hbs-orange,
|
|
79
|
-
"orange-50": $hbs-orange-50,
|
|
80
|
-
"orange-40": $hbs-orange-40,
|
|
81
|
-
"orange-30": $hbs-orange-30,
|
|
82
|
-
"orange-20": $hbs-orange-20,
|
|
83
|
-
"orange-10": $hbs-orange-10,
|
|
84
|
-
|
|
85
|
-
"pink": $hbs-pink,
|
|
86
|
-
"pink-50": $hbs-pink-50,
|
|
87
|
-
"pink-40": $hbs-pink-40,
|
|
88
|
-
"pink-30": $hbs-pink-30,
|
|
89
|
-
"pink-20": $hbs-pink-20,
|
|
90
|
-
"pink-10": $hbs-pink-10,
|
|
91
|
-
|
|
92
|
-
"lila": $hbs-lila,
|
|
93
|
-
"lila-50": $hbs-lila-50,
|
|
94
|
-
"lila-40": $hbs-lila-40,
|
|
95
|
-
"lila-30": $hbs-lila-30,
|
|
96
|
-
"lila-20": $hbs-lila-20,
|
|
97
|
-
"lila-10": $hbs-lila-10,
|
|
98
|
-
|
|
99
|
-
"tuerkis": $hbs-tuerkis,
|
|
100
|
-
"tuerkis-50": $hbs-tuerkis-50,
|
|
101
|
-
"tuerkis-40": $hbs-tuerkis-40,
|
|
102
|
-
"tuerkis-30": $hbs-tuerkis-30,
|
|
103
|
-
"tuerkis-20": $hbs-tuerkis-20,
|
|
104
|
-
"tuerkis-10": $hbs-tuerkis-10,
|
|
105
|
-
|
|
106
|
-
"blau": $hbs-blau,
|
|
107
|
-
"blau-50": $hbs-blau-50,
|
|
108
|
-
"blau-40": $hbs-blau-40,
|
|
109
|
-
"blau-30": $hbs-blau-30,
|
|
110
|
-
"blau-20": $hbs-blau-20,
|
|
111
|
-
"blau-10": $hbs-blau-10,
|
|
112
|
-
|
|
113
|
-
"sand": $hbs-sand,
|
|
114
|
-
"sand-50": $hbs-sand-50,
|
|
115
|
-
"sand-40": $hbs-sand-40,
|
|
116
|
-
"sand-30": $hbs-sand-30,
|
|
117
|
-
"sand-20": $hbs-sand-20,
|
|
118
|
-
"sand-10": $hbs-sand-10,
|
|
119
|
-
|
|
120
|
-
"schwarz": $hbs-schwarz,
|
|
121
|
-
"schwarz-60": $hbs-schwarz-60,
|
|
122
|
-
"schwarz-50": $hbs-schwarz-50, // a11y: not to be used as font color! contrast to white bg not enought accessible
|
|
123
|
-
"schwarz-40": $hbs-schwarz-40,
|
|
124
|
-
"schwarz-30": $hbs-schwarz-30,
|
|
125
|
-
"schwarz-20": $hbs-schwarz-20,
|
|
126
|
-
"schwarz-10": $hbs-schwarz-10,
|
|
127
|
-
|
|
128
|
-
"weiss": $hbs-white, // duplicate for consitency in naming
|
|
129
|
-
"white": $hbs-white,
|
|
130
|
-
);
|
|
131
|
-
$bsr-bg-grey: #F2F2F2;
|
|
132
|
-
$hbs-warning-bg: $hbs-orange-10;
|
|
133
|
-
$hbs-danger-bg: $hbs-pink-10;
|
|
134
|
-
|
|
135
|
-
//Theme Colors
|
|
136
|
-
$primary: $hbs-rot;
|
|
137
|
-
$secondary: $hbs-tuerkis;
|
|
138
|
-
$success: rgba(14, 150, 93, 1);
|
|
139
|
-
$info: $hbs-blau;
|
|
140
|
-
$warning: $hbs-orange;
|
|
141
|
-
$danger: $hbs-pink;
|
|
142
|
-
$blue: $hbs-blau;
|
|
143
|
-
$dark: $hbs-schwarz;
|
|
144
|
-
$gray: rgb(102, 102, 102); // $hbs-schwarz-60;
|
|
145
|
-
$white: $hbs-white;
|
|
146
|
-
$text-color: $hbs-schwarz;
|
|
147
|
-
// theme color remapping
|
|
148
|
-
$theme-colors: (
|
|
149
|
-
"primary": $hbs-rot,
|
|
150
|
-
"secondary": $secondary,
|
|
151
|
-
"success": $hbs-gruen,
|
|
152
|
-
"warning": $hbs-orange,
|
|
153
|
-
"danger": $hbs-pink,
|
|
154
|
-
"info": $hbs-blau,
|
|
155
|
-
"blue": $hbs-blau,
|
|
156
|
-
"dark": $hbs-schwarz,
|
|
157
|
-
"gray": $gray,
|
|
158
|
-
"white": $hbs-white,
|
|
159
|
-
"text-color": $hbs-schwarz,
|
|
160
|
-
);
|
|
161
|
-
|
|
162
|
-
$hbs-success-lightest: tint-color($success, 80%);
|
|
163
|
-
$hbs-danger-lightest: tint-color($danger, 80%);
|
|
164
|
-
$hbs-warning-lightest: tint-color($warning, 80%);
|
|
165
|
-
$hbs-info-lightest: tint-color($info, 80%);
|