react-gldn-kit 0.1.28 → 0.1.29

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.
@@ -48,7 +48,7 @@ var styles = __importStar(require("./BattleBanner.module.css"));
48
48
  var BattleBanner = function (props) {
49
49
  var _a;
50
50
  var imagePath = props.imagePath, name = props.name, endDate = props.endDate, names = props.names, countDownText = props.countDownText, isFinished = props.isFinished, buttonText = props.buttonText, handleClick = props.handleClick, handleClickPath = props.handleClickPath, prizePoolText = props.prizePoolText, amount = props.amount, path = props.path, subTitle = props.subTitle, classes = props.classes, titleClasses = props.titleClasses, subTitleClasses = props.subTitleClasses, prizePoolClasses = props.prizePoolClasses, nameClasses = props.nameClasses, buttonTextClasses = props.buttonTextClasses, timeBlockClasses = props.timeBlockClasses;
51
- return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperBattleBanner, classes), style: {
51
+ return ((0, jsx_runtime_1.jsxs)("div", __assign({ className: (0, classnames_1.default)(styles.wrapperBattleBannerKitComponent, classes), style: {
52
52
  backgroundImage: "url(".concat(imagePath, ")"),
53
53
  backgroundSize: 'cover',
54
54
  backgroundPosition: 'center',
@@ -10,7 +10,7 @@ type BaseButton = {
10
10
  handleClick?: (e: React.MouseEvent<HTMLDivElement>) => void;
11
11
  size: '--button-xs' | '--button-s' | '--button-m' | '--button-l' | '--button-xl' | '--button-xxl' | '--button-full';
12
12
  fontSize?: '--font-size-xs' | '--font-size-s' | '--font-size-m' | '--font-size-l' | '--font-size-xl' | '--font-size-xxl';
13
- borderR?: '--border-xs' | '--border-s' | '--border-m' | '--border-l' | '--border-xl' | '--border-xxl' | '--border-round';
13
+ borderR?: '--border-xs' | '--border-s' | '--border-m' | '--border-l' | '--border-xl' | '--border-xxl' | '--border-circle';
14
14
  color: 'primary' | 'secondary' | 'dark' | 'green' | 'transparent' | 'blue';
15
15
  centreText?: boolean;
16
16
  classes?: string;
package/dist/main.css CHANGED
@@ -195,8 +195,8 @@
195
195
  border-radius: var(--border-xxl);
196
196
  }
197
197
 
198
- .KIT__ButtonBase-module__borderRadius--border-round___P7_OP {
199
- border-radius: var(--border-round);
198
+ .KIT__ButtonBase-module__borderRadius--border-circle___OjpcQ {
199
+ border-radius: var(--border-circle);
200
200
  }
201
201
 
202
202
  .KIT__ButtonBase-module__resizedButton___Pfiil {
@@ -3088,7 +3088,7 @@
3088
3088
  max-width: var(--size);
3089
3089
  height: 38px;
3090
3090
  height: var(--size);
3091
- border-radius: var(--border-round);
3091
+ border-radius: var(--border-circle);
3092
3092
  }
3093
3093
  }
3094
3094
 
@@ -4314,19 +4314,18 @@
4314
4314
  }
4315
4315
 
4316
4316
  @media screen and (min-width: 768px) {
4317
-
4318
- .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM {
4317
+ .KIT__BattleBanner-module__wrapperBattleBannerKitComponent___ejeJD {
4319
4318
  min-height: 500px;
4320
4319
  padding: var(--indent-xxxl);
4321
4320
  }
4322
4321
 
4323
- .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__path___DguJU {
4322
+ .KIT__BattleBanner-module__wrapperBattleBannerKitComponent___ejeJD .KIT__BattleBanner-module__path___DguJU {
4324
4323
 
4325
4324
  font-size: var(--font-size-m);
4326
4325
  cursor: pointer;
4327
4326
  }
4328
4327
 
4329
- .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__time___oaNuD {
4328
+ .KIT__BattleBanner-module__wrapperBattleBannerKitComponent___ejeJD .KIT__BattleBanner-module__time___oaNuD {
4330
4329
  border-top-left-radius: var(--border-l);
4331
4330
  position: absolute;
4332
4331
  right: 0;
@@ -4338,11 +4337,11 @@
4338
4337
  min-width: fit-content;
4339
4338
  }
4340
4339
 
4341
- .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__time___oaNuD .KIT__BattleBanner-module__countDownText___Bcsrt {
4340
+ .KIT__BattleBanner-module__wrapperBattleBannerKitComponent___ejeJD .KIT__BattleBanner-module__time___oaNuD .KIT__BattleBanner-module__countDownText___Bcsrt {
4342
4341
  font-size: var(--font-size-xxl);
4343
4342
  }
4344
4343
 
4345
- .KIT__BattleBanner-module__wrapperBattleBanner___kvoNM .KIT__BattleBanner-module__button___yjczx {
4344
+ .KIT__BattleBanner-module__wrapperBattleBannerKitComponent___ejeJD .KIT__BattleBanner-module__button___yjczx {
4346
4345
  --width: 368px;
4347
4346
  --height: 52px;
4348
4347
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-gldn-kit",
3
- "version": "0.1.28",
3
+ "version": "0.1.29",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "keywords": [],