tycho-components 0.0.11-SNAPSHOT-12 → 0.0.12-SNAPSHOT

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.
@@ -1,5 +1,3 @@
1
- @use 'tycho-storybook/dist/styles/main' as *;
2
-
3
1
  .modal-container {
4
2
  .header {
5
3
  display: flex;
@@ -1,4 +1,3 @@
1
- import React from 'react';
2
1
  import './style.scss';
3
2
  type Props = {
4
3
  children: React.ReactNode;
@@ -1,5 +1,5 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import './style.scss';
3
3
  export default function AppPlaceholder({ children, onClick }) {
4
- return (_jsx("div", { role: "presentation", className: "placeholder-container", onClick: () => onClick && onClick(), onKeyDown: () => onClick && onClick(), children: children }));
4
+ return (_jsx("div", { className: "placeholder-container", onClick: () => onClick && onClick(), onKeyDown: () => onClick && onClick(), children: children }));
5
5
  }
@@ -4,11 +4,7 @@
4
4
  justify-content: center;
5
5
  align-items: center;
6
6
  cursor: pointer;
7
-
8
- margin: 32px 16px;
9
7
  font-size: var(--font-size-xlarge);
10
-
11
- height: 75%;
12
8
  padding: var(--spacing-small);
13
9
  background-color: var(--opacity-black-08);
14
10
  justify-content: center;
@@ -1,5 +1,3 @@
1
- @use 'tycho-storybook/dist/styles/main' as *;
2
-
3
1
  .notifications-container {
4
2
  @keyframes shake {
5
3
  0% {
@@ -1,5 +1,3 @@
1
- @use 'tycho-storybook/dist/styles/main' as *;
2
-
3
1
  .comments-container {
4
2
  display: flex;
5
3
  flex-direction: column;
@@ -1,5 +1,3 @@
1
- @use '../styles/main' as *;
2
-
3
1
  .ds-dummy {
4
2
  display: flex;
5
3
  align-items: center;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tycho-components",
3
3
  "private": false,
4
- "version": "0.0.11-SNAPSHOT-12",
4
+ "version": "0.0.12-SNAPSHOT",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "exports": {
@@ -37,8 +37,8 @@
37
37
  "@emotion/react": "^11.13.3",
38
38
  "@emotion/styled": "^11.13.0",
39
39
  "@hookform/resolvers": "^3.1.1",
40
- "@mui/icons-material": "6.1.5",
41
- "@mui/material": "6.1.5",
40
+ "@mui/icons-material": "^7.2.0",
41
+ "@mui/material": "^7.2.0",
42
42
  "bootstrap": "^5.3.1",
43
43
  "i18next": "^23.3.0",
44
44
  "i18next-browser-languagedetector": "^7.1.0",
@@ -48,7 +48,7 @@
48
48
  "react-hook-form": "^7.45.2",
49
49
  "react-i18next": "^13.0.2",
50
50
  "react-router-dom": "^6.14.2",
51
- "tycho-storybook": "0.1.5-SNAPSHOT",
51
+ "tycho-storybook": "0.1.7-SNAPSHOT",
52
52
  "yup": "^1.2.0"
53
53
  },
54
54
  "devDependencies": {