@meduza/ui-kit-2 0.9.408 → 0.9.601

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.
@@ -479,6 +479,11 @@
479
479
  height: 100%;
480
480
  }
481
481
 
482
+ .SvgSymbol-module_speedHalf__mvVYC, .SvgSymbol-module_speedThreeQuarters__9N7uH, .SvgSymbol-module_speedOne__sRNph, .SvgSymbol-module_speedOneQuarter__fKIT7, .SvgSymbol-module_speedOneHalf__7yXsa, .SvgSymbol-module_speedTwo__Bv8-b {
483
+ width: auto;
484
+ height: auto;
485
+ }
486
+
482
487
  .SvgSymbol-module_meduzaLogo__aVKzZ {
483
488
  width: 92px;
484
489
  height: 20px;
package/dist/ui-kit.css CHANGED
@@ -479,6 +479,11 @@
479
479
  height: 100%;
480
480
  }
481
481
 
482
+ .SvgSymbol-module_speedHalf__mvVYC, .SvgSymbol-module_speedThreeQuarters__9N7uH, .SvgSymbol-module_speedOne__sRNph, .SvgSymbol-module_speedOneQuarter__fKIT7, .SvgSymbol-module_speedOneHalf__7yXsa, .SvgSymbol-module_speedTwo__Bv8-b {
483
+ width: auto;
484
+ height: auto;
485
+ }
486
+
482
487
  .SvgSymbol-module_meduzaLogo__aVKzZ {
483
488
  width: 92px;
484
489
  height: 20px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "0.9.408",
2
+ "version": "0.9.601",
3
3
  "license": "MIT",
4
4
  "description": "UIKit for Meduza",
5
5
  "repository": "https://github.com/meduza-corp/ui-kit-2.git",
@@ -15,17 +15,6 @@
15
15
  "engines": {
16
16
  "node": ">=16"
17
17
  },
18
- "scripts": {
19
- "start": "dts watch --tsconfig ./tsconfig.build.json --mode development",
20
- "build": "dts build --tsconfig ./tsconfig.build.json --mode production && node build.sh",
21
- "generate": "plop --plopfile generators/index.js",
22
- "test": "dts test --passWithNoTests",
23
- "test:watch": "dts test --watch",
24
- "test:coverage": "dts test --coverage",
25
- "lint": "eslint src",
26
- "storybook": "storybook dev -p 6006",
27
- "build-storybook": "storybook build"
28
- },
29
18
  "peerDependencies": {
30
19
  "dayjs": "^1.10.3",
31
20
  "react": ">=16",
@@ -122,5 +111,17 @@
122
111
  "typescript": "^5.1.6",
123
112
  "typescript-plugin-css-modules": "^5.0.1",
124
113
  "utils": "^0.3.1"
114
+ },
115
+ "scripts": {
116
+ "start": "dts watch --tsconfig ./tsconfig.build.json --mode development",
117
+ "build": "dts build --tsconfig ./tsconfig.build.json --mode production && node build.sh",
118
+ "generate": "plop --plopfile generators/index.js",
119
+ "test": "dts test --passWithNoTests",
120
+ "test:watch": "dts test --watch",
121
+ "test:coverage": "dts test --coverage",
122
+ "lint": "eslint src",
123
+ "storybook": "storybook dev -p 6006",
124
+ "build-storybook": "storybook build",
125
+ "website-link-libraries": "pnpm link react && pnpm link react-dom && pnpm link react-router-dom && pnpm link react-intersection-observer && pnpm link dayjs"
125
126
  }
126
- }
127
+ }
@@ -153,6 +153,11 @@
153
153
  height: 100%;
154
154
  }
155
155
 
156
+ .speedHalf, .speedThreeQuarters, .speedOne, .speedOneQuarter, .speedOneHalf, .speedTwo {
157
+ width: auto;
158
+ height: auto;
159
+ }
160
+
156
161
  .meduzaLogo {
157
162
  width: 92px;
158
163
  height: 20px;
@@ -16,11 +16,7 @@ export const SvgSymbol: React.FC<SvgSymbolProps> = ({
16
16
  <svg
17
17
  data-testid="svg-symbol"
18
18
  xmlns="http://www.w3.org/2000/svg"
19
- xmlnsXlink={
20
- icon !== 'play' && icon !== 'pause'
21
- ? 'http://www.w3.org/1999/xlink'
22
- : ''
23
- }
19
+ xmlnsXlink="http://www.w3.org/1999/xlink"
24
20
  className={makeClassName([
25
21
  [styles.root, true],
26
22
  [styles[size], !!styles[size]],