@alfalab/core-components-radio-group 2.7.1 → 3.0.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.
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -1,4 +1,4 @@
1
- /* hash: 11b2v */
1
+ /* hash: gmmv8 */
2
2
  :root {
3
3
  --color-light-text-negative: #d91d0b;
4
4
  --color-light-text-primary: #0b1f35;
File without changes
File without changes
@@ -1,4 +1,4 @@
1
- /* hash: 11b2v */
1
+ /* hash: gmmv8 */
2
2
  :root {
3
3
  --color-light-text-negative: #d91d0b;
4
4
  --color-light-text-primary: #0b1f35;
File without changes
File without changes
File without changes
File without changes
@@ -1,4 +1,4 @@
1
- /* hash: 11b2v */
1
+ /* hash: gmmv8 */
2
2
  :root {
3
3
  --color-light-text-negative: #d91d0b;
4
4
  --color-light-text-primary: #0b1f35;
File without changes
File without changes
package/package.json CHANGED
@@ -1,19 +1,17 @@
1
1
  {
2
2
  "name": "@alfalab/core-components-radio-group",
3
- "version": "2.7.1",
3
+ "version": "3.0.0",
4
4
  "description": "Radio group",
5
5
  "keywords": [],
6
6
  "license": "MIT",
7
- "main": "dist/index.js",
8
- "module": "./dist/esm/index.js",
9
- "files": [
10
- "dist"
11
- ],
7
+ "main": "index.js",
8
+ "module": "./esm/index.js",
12
9
  "scripts": {
13
- "postinstall": "node -e \"if (require('fs').existsSync('./dist/send-stats.js')){require('./dist/send-stats.js')} \""
10
+ "postinstall": "node -e \"if (require('fs').existsSync('./send-stats.js')){require('./send-stats.js')} \""
14
11
  },
15
12
  "publishConfig": {
16
- "access": "public"
13
+ "access": "public",
14
+ "directory": "dist"
17
15
  },
18
16
  "peerDependencies": {
19
17
  "react": "^16.9.0 || ^17.0.1 || ^18.0.0",
@@ -21,6 +19,5 @@
21
19
  },
22
20
  "dependencies": {
23
21
  "classnames": "^2.3.1"
24
- },
25
- "gitHead": "4d6c8965d07839e339b370bb7c92bd7f9e24b1f3"
22
+ }
26
23
  }
File without changes
package/CHANGELOG.md DELETED
@@ -1,215 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project will be documented in this file.
4
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
-
6
- ## [2.7.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@2.7.0...@alfalab/core-components-radio-group@2.7.1) (2022-08-17)
7
-
8
-
9
- ### Bug Fixes
10
-
11
- * returned dist directory ([#199](https://github.com/core-ds/core-components/issues/199)) ([fabc15e](https://github.com/core-ds/core-components/commit/fabc15effa1457ca65ec7238206f1b1fc2a2a613))
12
-
13
-
14
-
15
-
16
-
17
- # [2.7.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@2.6.4...@alfalab/core-components-radio-group@2.7.0) (2022-08-04)
18
-
19
-
20
- ### Features
21
-
22
- * react 18 support ([#159](https://github.com/core-ds/core-components/issues/159)) ([2e6693c](https://github.com/core-ds/core-components/commit/2e6693c62f534e333aadb7d3fff4ffd78ac84c63))
23
-
24
-
25
-
26
-
27
-
28
- ## [2.6.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@2.6.3...@alfalab/core-components-radio-group@2.6.4) (2022-07-18)
29
-
30
- **Note:** Version bump only for package @alfalab/core-components-radio-group
31
-
32
-
33
-
34
-
35
-
36
- ## [2.6.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@2.6.2...@alfalab/core-components-radio-group@2.6.3) (2022-07-15)
37
-
38
- **Note:** Version bump only for package @alfalab/core-components-radio-group
39
-
40
-
41
-
42
-
43
-
44
- ## [2.6.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@2.6.1...@alfalab/core-components-radio-group@2.6.2) (2022-07-15)
45
-
46
-
47
- ### Bug Fixes
48
-
49
- * bump packages version ([#153](https://github.com/core-ds/core-components/issues/153)) ([fd3e082](https://github.com/core-ds/core-components/commit/fd3e08205672129cdce04e1000c673f2cd9c10da))
50
-
51
-
52
-
53
-
54
-
55
- ## [2.6.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@2.6.0...@alfalab/core-components-radio-group@2.6.1) (2022-07-14)
56
-
57
- **Note:** Version bump only for package @alfalab/core-components-radio-group
58
-
59
-
60
-
61
-
62
-
63
- # [2.6.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@2.5.0...@alfalab/core-components-radio-group@2.6.0) (2022-06-28)
64
-
65
-
66
- ### Features
67
-
68
- * circumflexus retrieval ([#57](https://github.com/core-ds/core-components/issues/57)) ([3820da8](https://github.com/core-ds/core-components/commit/3820da818bcdcbee6904c648b3e29c3c828fe202))
69
-
70
-
71
-
72
-
73
-
74
- # [2.4.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@2.3.0...@alfalab/core-components-radio-group@2.4.0) (2022-03-22)
75
-
76
-
77
- ### Bug Fixes
78
-
79
- * **radio-group:** add missing 'value' attribute to 'input' tag ([#1033](https://github.com/core-ds/core-components/issues/1033)) ([0f9cf0e](https://github.com/core-ds/core-components/commit/0f9cf0ecd74f4764ccd0b2839ba0cdf1b96e75cb)), closes [#1031](https://github.com/core-ds/core-components/issues/1031)
80
-
81
-
82
- ### Features
83
-
84
- * Исправить импорты в сторях. ([#998](https://github.com/core-ds/core-components/issues/998)) ([e6a654a](https://github.com/core-ds/core-components/commit/e6a654a0599451c7d149484cb61d8067eed083b7))
85
-
86
-
87
-
88
-
89
-
90
- # [2.3.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@2.2.0...@alfalab/core-components-radio-group@2.3.0) (2021-10-11)
91
-
92
-
93
- ### Features
94
-
95
- * проставлен role=alert для ошибок ([#850](https://github.com/core-ds/core-components/issues/850)) ([dc634a3](https://github.com/core-ds/core-components/commit/dc634a3d008accfab10192ce234c12ef0ecc7fa9))
96
-
97
-
98
-
99
-
100
-
101
- # [2.2.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@2.1.0...@alfalab/core-components-radio-group@2.2.0) (2021-09-14)
102
-
103
-
104
- ### Features
105
-
106
- * change error type to ReactNode ([#825](https://github.com/core-ds/core-components/issues/825)) ([c6d95c1](https://github.com/core-ds/core-components/commit/c6d95c1c6239f2b2a3bf2c1639554d8500e794f3))
107
- * **tag:** add inverted colors ([#784](https://github.com/core-ds/core-components/issues/784)) ([d3681ae](https://github.com/core-ds/core-components/commit/d3681aeefe02e5f481d066013911a1877a165bb2))
108
-
109
-
110
-
111
-
112
-
113
- # [2.1.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@2.0.1...@alfalab/core-components-radio-group@2.1.0) (2021-07-23)
114
-
115
-
116
- ### Features
117
-
118
- * checkbox/radio/switch design updates (PDS-252) ([#735](https://github.com/core-ds/core-components/issues/735)) ([62f3c63](https://github.com/core-ds/core-components/commit/62f3c63279872a80ffb1c018b08addf897597b26))
119
-
120
-
121
-
122
-
123
-
124
- ## [2.0.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@2.0.0...@alfalab/core-components-radio-group@2.0.1) (2021-07-09)
125
-
126
- **Note:** Version bump only for package @alfalab/core-components-radio-group
127
-
128
-
129
-
130
-
131
-
132
- # [2.0.0](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@1.1.11...@alfalab/core-components-radio-group@2.0.0) (2021-07-08)
133
-
134
-
135
- ### Features
136
-
137
- * upgrade storybook ([#696](https://github.com/core-ds/core-components/issues/696))
138
-
139
- ## [1.1.11](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@1.1.10...@alfalab/core-components-radio-group@1.1.11) (2021-04-26)
140
-
141
- **Note:** Version bump only for package @alfalab/core-components-radio-group
142
-
143
-
144
-
145
-
146
-
147
- ## [1.1.10](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@1.1.9...@alfalab/core-components-radio-group@1.1.10) (2021-04-01)
148
-
149
- **Note:** Version bump only for package @alfalab/core-components-radio-group
150
-
151
-
152
-
153
-
154
-
155
- ## [1.1.9](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@1.1.7...@alfalab/core-components-radio-group@1.1.9) (2021-03-18)
156
-
157
-
158
- ### Bug Fixes
159
-
160
- * one more sborka bug ([#579](https://github.com/core-ds/core-components/issues/579)) ([9fbe0be](https://github.com/core-ds/core-components/commit/9fbe0beca56ec5971de78b3f6cda25305b260efc))
161
-
162
-
163
-
164
-
165
-
166
- ## [1.1.7](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@1.1.5...@alfalab/core-components-radio-group@1.1.7) (2021-03-16)
167
-
168
-
169
- ### Bug Fixes
170
-
171
- * border-radius in packages ([781749e](https://github.com/core-ds/core-components/commit/781749ef38aefd5a6707ac56d2e297dce9f3e073))
172
-
173
-
174
-
175
-
176
-
177
- ## [1.1.5](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@1.1.4...@alfalab/core-components-radio-group@1.1.5) (2021-03-14)
178
-
179
- **Note:** Version bump only for package @alfalab/core-components-radio-group
180
-
181
-
182
-
183
-
184
-
185
- ## [1.1.4](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@1.1.3...@alfalab/core-components-radio-group@1.1.4) (2021-03-04)
186
-
187
- **Note:** Version bump only for package @alfalab/core-components-radio-group
188
-
189
-
190
-
191
-
192
-
193
- ## [1.1.3](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@1.1.2...@alfalab/core-components-radio-group@1.1.3) (2021-03-03)
194
-
195
- **Note:** Version bump only for package @alfalab/core-components-radio-group
196
-
197
-
198
-
199
-
200
-
201
- ## [1.1.2](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@1.1.1...@alfalab/core-components-radio-group@1.1.2) (2021-02-20)
202
-
203
- **Note:** Version bump only for package @alfalab/core-components-radio-group
204
-
205
-
206
-
207
-
208
-
209
- ## [1.1.1](https://github.com/core-ds/core-components/compare/@alfalab/core-components-radio-group@1.1.0...@alfalab/core-components-radio-group@1.1.1) (2021-02-18)
210
-
211
-
212
- ### Bug Fixes
213
-
214
-
215
- * update versions ([#525](https://github.com/core-ds/core-components/issues/525)) ([31b2e4c](https://github.com/core-ds/core-components/commit/31b2e4c92fde6e2b63a3391a4e053cd328e93e70))