design-system-silkhaus 3.11.0-beta.month-range-picker.1 → 3.11.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.
@@ -454,20 +454,6 @@ exports.fontSizeConfig = {
454
454
  fontWeight: 'var(--font-weight-semibold)',
455
455
  },
456
456
  ],
457
- smallBodyRegular: [
458
- '15px',
459
- {
460
- lineHeight: '24px',
461
- fontWeight: 'var(--font-weight-normal)',
462
- },
463
- ],
464
- smallBodyEmphasized: [
465
- '15px',
466
- {
467
- lineHeight: '24px',
468
- fontWeight: 'var(--font-weight-semibold)',
469
- },
470
- ],
471
457
  smallBody1Regular: [
472
458
  'var(--SmallBody-1Regular-font-size)',
473
459
  {
@@ -475,13 +461,6 @@ exports.fontSizeConfig = {
475
461
  fontWeight: 'var(--SmallBody-1Regular-font-weight)',
476
462
  },
477
463
  ],
478
- smallBody1Emphasized: [
479
- 'var(--SmallBody-1Regular-font-size)',
480
- {
481
- lineHeight: 'var(--SmallBody-1Regular-line-height)',
482
- fontWeight: 'var(--font-weight-semibold)',
483
- },
484
- ],
485
464
  smallBody2Regular: [
486
465
  'var(--SmallBody-2Regular-font-size)',
487
466
  {
@@ -489,13 +468,6 @@ exports.fontSizeConfig = {
489
468
  fontWeight: 'var(--SmallBody-2Regular-font-weight)',
490
469
  },
491
470
  ],
492
- smallBody2Emphasized: [
493
- 'var(--SmallBody-2Regular-font-size)',
494
- {
495
- lineHeight: 'var(--SmallBody-2Regular-line-height)',
496
- fontWeight: 'var(--font-weight-semibold)',
497
- },
498
- ],
499
471
  smallSubheadRegular: [
500
472
  'var(--SmallSubhead-Regular-font-size)',
501
473
  {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "design-system-silkhaus",
3
3
  "private": false,
4
- "version": "3.11.0-beta.month-range-picker.1",
4
+ "version": "3.11.0",
5
5
  "description": "Design system for Silkhaus built with Typescript, React and Tailwind",
6
6
  "author": "silkhaus",
7
7
  "license": "MIT",
@@ -113,20 +113,22 @@
113
113
  "vitest": "^2.0.4"
114
114
  },
115
115
  "peerDependencies": {
116
+ "moment": "^2.30.1",
116
117
  "react": "^18.2.0",
117
- "react-dom": "^18.2.0",
118
- "moment": "^2.30.1"
118
+ "react-dom": "^18.2.0"
119
119
  },
120
120
  "dependencies": {
121
121
  "@floating-ui/react": "^0.26.20",
122
122
  "class-variance-authority": "^0.7.0",
123
123
  "react-dates": "^21.8.0",
124
124
  "react-jss": "^10.10.0",
125
+ "react-responsive": "^10.0.1",
125
126
  "react-slick": "^0.30.3",
126
127
  "react-toastify": "^10.0.5",
127
128
  "rsuite": "^5.65.1",
128
129
  "simplebar-react": "^3.2.6",
129
- "slick-carousel": "^1.8.1"
130
+ "slick-carousel": "^1.8.1",
131
+ "yet-another-react-lightbox": "^3.23.2"
130
132
  },
131
133
  "lint-staged": {
132
134
  "*": [