@max-ts/kit 1.5.0 → 1.5.1

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.
Files changed (2) hide show
  1. package/lib/styles.css +5 -5
  2. package/package.json +1 -1
package/lib/styles.css CHANGED
@@ -4275,13 +4275,13 @@ a.outline__1af895x4:hover {
4275
4275
 
4276
4276
  .style__5ilg7o2[data-size="medium"] {
4277
4277
  height: var(--spacing-8);
4278
- font-size: var(--fontSize-base);
4278
+ font-size: var(--fontSize-sm);
4279
4279
  padding: var(--spacing-2) var(--spacing-2);
4280
4280
  }
4281
4281
 
4282
4282
  .style__5ilg7o2[data-size="large"] {
4283
4283
  height: calc(var(--spacing-8) + var(--spacing-1));
4284
- font-size: var(--fontSize-base);
4284
+ font-size: var(--fontSize-sm);
4285
4285
  padding: var(--spacing-2) var(--spacing-2);
4286
4286
  }
4287
4287
 
@@ -4348,7 +4348,7 @@ a.outline__1af895x4:hover {
4348
4348
  }
4349
4349
 
4350
4350
  .style__5ilg7o7 {
4351
- padding: var(--spacing-1) var(--spacing-2) var(--spacing-1) var(--spacing-8);
4351
+ padding: var(--spacing-1) var(--spacing-2);
4352
4352
  font-size: var(--fontSize-sm);
4353
4353
  font-weight: var(--fontWeight-semibold);
4354
4354
  }
@@ -4359,7 +4359,7 @@ a.outline__1af895x4:hover {
4359
4359
  user-select: none;
4360
4360
  border-radius: var(--borderRadius-md);
4361
4361
  width: 100%;
4362
- padding: var(--spacing-1) var(--spacing-2) var(--spacing-1) var(--spacing-8);
4362
+ padding: var(--spacing-1) var(--spacing-8) var(--spacing-1) var(--spacing-2);
4363
4363
  font-size: var(--fontSize-sm);
4364
4364
  outline: none;
4365
4365
  align-items: center;
@@ -4378,7 +4378,7 @@ a.outline__1af895x4:hover {
4378
4378
  }
4379
4379
 
4380
4380
  .style__5ilg7o9 {
4381
- left: var(--spacing-2);
4381
+ right: var(--spacing-2);
4382
4382
  justify-content: center;
4383
4383
  align-items: center;
4384
4384
  width: .875rem;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@max-ts/kit",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "main": "./lib/index.js",
5
5
  "module": "./lib/index.mjs",
6
6
  "types": "./lib/index.d.ts",