@licklist/design 0.66.7-dev.8 → 0.66.7-dev.9

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.
@@ -0,0 +1,6 @@
1
+ .custom-radio {
2
+ input[type="radio"] {
3
+ width: 1.5rem;
4
+ height: 1.5rem;
5
+ }
6
+ }
@@ -1,3 +1,4 @@
1
1
  @import "./InputGroup.scss";
2
2
  @import "./Input.scss";
3
3
  @import "./CustomCheckbox.scss";
4
+ @import "./CustomRadio.scss";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@licklist/design",
3
- "version": "0.66.7-dev.8",
3
+ "version": "0.66.7-dev.9",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+ssh://git@bitbucket.org/artelogicsoft/licklist_design.git"
@@ -0,0 +1,6 @@
1
+ .custom-radio {
2
+ input[type="radio"] {
3
+ width: 1.5rem;
4
+ height: 1.5rem;
5
+ }
6
+ }
@@ -1,3 +1,4 @@
1
1
  @import "./InputGroup.scss";
2
2
  @import "./Input.scss";
3
3
  @import "./CustomCheckbox.scss";
4
+ @import "./CustomRadio.scss";
package/yarn.lock CHANGED
@@ -5566,11 +5566,11 @@ __metadata:
5566
5566
  linkType: hard
5567
5567
 
5568
5568
  "@types/node@npm:*":
5569
- version: 22.5.0
5570
- resolution: "@types/node@npm:22.5.0"
5569
+ version: 22.5.1
5570
+ resolution: "@types/node@npm:22.5.1"
5571
5571
  dependencies:
5572
5572
  undici-types: "npm:~6.19.2"
5573
- checksum: 10c0/45aa75c5e71645fac42dced4eff7f197c3fdfff6e8a9fdacd0eb2e748ff21ee70ffb73982f068a58e8d73b2c088a63613142c125236cdcf3c072ea97eada1559
5573
+ checksum: 10c0/35373176d8a1d4e16004a1ed303e68d39e4c6341024dc056f2577982df98c1a045a6b677f12ed557796f09bbf7d621f428f6874cc37ed28f7b336fa604b5f6a6
5574
5574
  languageName: node
5575
5575
  linkType: hard
5576
5576