@wireapp/react-ui-kit 9.25.1 → 9.26.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.
@@ -1 +1 @@
1
- {"version":3,"file":"Button.styles.d.ts","sourceRoot":"","sources":["../../src/Form/Button.styles.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAC,WAAW,EAAgB,MAAM,UAAU,CAAC;AAKpD,OAAO,EAAC,KAAK,EAAC,MAAM,gBAAgB,CAAC;AAmLrC,eAAO,MAAM,WAAW,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,KAAK,SAgErE,CAAC"}
1
+ {"version":3,"file":"Button.styles.d.ts","sourceRoot":"","sources":["../../src/Form/Button.styles.ts"],"names":[],"mappings":"AAmBA,OAAO,EAAC,SAAS,EAAC,MAAM,gBAAgB,CAAC;AAEzC,OAAO,EAAC,WAAW,EAAgB,MAAM,UAAU,CAAC;AAKpD,OAAO,EAAC,KAAK,EAAC,MAAM,gBAAgB,CAAC;AAmLrC,eAAO,MAAM,WAAW,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,KAAK,EAAE,KAAK,EAAE,WAAW,CAAC,CAAC,CAAC,KAAK,SA6DrE,CAAC"}
@@ -176,13 +176,12 @@ const buttonSendStyles = ({ backgroundColor, disabled, isActive }) => {
176
176
  }),
177
177
  };
178
178
  };
179
- const buttonStyle = (theme, { variant = Button_1.ButtonVariant.PRIMARY, backgroundColor, block = false, disabled = false, noCapital = false, bold = true, center = true, color = Identity_1.COLOR.WHITE, fontSize = theme.fontSizes.base, noWrap = true, textTransform = 'none', truncate = true, ...props }) => {
179
+ const buttonStyle = (theme, { variant = Button_1.ButtonVariant.PRIMARY, block = false, noCapital = false, bold = true, center = true, color = Identity_1.COLOR.WHITE, fontSize = theme.fontSizes.base, noWrap = true, textTransform = 'none', truncate = true, ...props }) => {
180
180
  return {
181
181
  ...(0, Text_1.textStyle)(theme, {
182
182
  block,
183
183
  bold,
184
184
  center,
185
- disabled,
186
185
  fontSize,
187
186
  noWrap,
188
187
  textTransform,
@@ -190,7 +189,7 @@ const buttonStyle = (theme, { variant = Button_1.ButtonVariant.PRIMARY, backgrou
190
189
  ...props,
191
190
  }),
192
191
  border: 0,
193
- cursor: disabled ? 'default' : 'pointer',
192
+ cursor: props.disabled ? 'not-allowed' : 'pointer',
194
193
  display: 'flex',
195
194
  alignItems: 'center',
196
195
  justifyContent: 'center',
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const RaiseHandIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=RaiseHandIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RaiseHandIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/RaiseHandIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,aAAa,UAAW,YAAY,qDAQhD,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RaiseHandIcon = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ /*
6
+ * Wire
7
+ * Copyright (C) 2024 Wire Swiss GmbH
8
+ *
9
+ * This program is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see http://www.gnu.org/licenses/.
21
+ *
22
+ */
23
+ const SVGIcon_1 = require("./SVGIcon");
24
+ const RaiseHandIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M9.99.793C9.926.345 9.507 0 9 0c-.552 0-1 .41-1 .917V7a.5.5 0 0 1-1 0V1.917l-.01-.124C6.926 1.345 6.507 1 6 1c-.552 0-1 .41-1 .917V7.09A.5.5 0 0 1 4.008 7L4 6.999V3.923l-.01-.125C3.926 3.348 3.507 3 3 3c-.552 0-1 .413-1 .923v6.154l.004.055V12h.002l.003.13c.096 1.744 1.51 3.144 3.28 3.255h4.738c1.054 0 1.87-.512 2.446-1.537l3.22-4.073.094-.107a1.035 1.035 0 0 0-.093-1.363 1.051 1.051 0 0 0-1.48 0l-1.147 1.138c-.064.07-.233.254-.467.487-1.552-.033-2.592 1.307-2.6 2.398v.062c0 .337-.16.544-.5.544-.34 0-.5-.213-.5-.551 0-1.451 1-3.454 4-3.454l.004.02V7l-.005-.001L13 1.917l-.01-.124C12.926 1.345 12.507 1 12 1c-.552 0-1 .41-1 .917V7a.5.5 0 0 1-1 0V.917L9.99.793Z" }) }));
25
+ exports.RaiseHandIcon = RaiseHandIcon;
@@ -0,0 +1,3 @@
1
+ import { SVGIconProps } from './SVGIcon';
2
+ export declare const RaiseHandOffIcon: (props: SVGIconProps) => import("@emotion/react/jsx-runtime").JSX.Element;
3
+ //# sourceMappingURL=RaiseHandOffIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"RaiseHandOffIcon.d.ts","sourceRoot":"","sources":["../../src/Icon/RaiseHandOffIcon.tsx"],"names":[],"mappings":"AAmBA,OAAO,EAAU,YAAY,EAAC,MAAM,WAAW,CAAC;AAEhD,eAAO,MAAM,gBAAgB,UAAW,YAAY,qDAQnD,CAAC"}
@@ -0,0 +1,25 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.RaiseHandOffIcon = void 0;
4
+ const jsx_runtime_1 = require("@emotion/react/jsx-runtime");
5
+ /*
6
+ * Wire
7
+ * Copyright (C) 2020 Wire Swiss GmbH
8
+ *
9
+ * This program is free software: you can redistribute it and/or modify
10
+ * it under the terms of the GNU General Public License as published by
11
+ * the Free Software Foundation, either version 3 of the License, or
12
+ * (at your option) any later version.
13
+ *
14
+ * This program is distributed in the hope that it will be useful,
15
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
+ * GNU General Public License for more details.
18
+ *
19
+ * You should have received a copy of the GNU General Public License
20
+ * along with this program. If not, see http://www.gnu.org/licenses/.
21
+ *
22
+ */
23
+ const SVGIcon_1 = require("./SVGIcon");
24
+ const RaiseHandOffIcon = (props) => ((0, jsx_runtime_1.jsx)(SVGIcon_1.SVGIcon, { realWidth: 16, realHeight: 16, ...props, children: (0, jsx_runtime_1.jsx)("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M11.111 15.17 2 6.055v4.02l.004.056V12h.002l.003.13c.096 1.744 1.51 3.144 3.28 3.255h4.738a2.67 2.67 0 0 0 1.084-.216ZM9.991.792C9.925.345 9.506 0 9 0c-.552 0-1 .41-1 .917V7a.5.5 0 0 1-.446.497L7 6.944V1.917l-.01-.124C6.926 1.345 6.507 1 6 1c-.552 0-1 .41-1 .917v3.026l-1-1v-.02l-.01-.125c-.063-.433-.452-.771-.932-.796L1.056 1 0 2.056 13.944 16 15 14.944l-1.895-1.895 2.588-3.274.094-.107a1.035 1.035 0 0 0-.093-1.363 1.051 1.051 0 0 0-1.48 0l-1.21 1.2V7l-.005-.001L13 1.917l-.01-.124C12.926 1.345 12.507 1 12 1c-.552 0-1 .41-1 .917V7a.5.5 0 0 1-1 0V.917L9.99.793Z" }) }));
25
+ exports.RaiseHandOffIcon = RaiseHandOffIcon;
@@ -49,6 +49,8 @@ export * from './PingIcon';
49
49
  export * from './PlaneIcon';
50
50
  export * from './PlusIcon';
51
51
  export * from './ProfileIcon';
52
+ export * from './RaiseHandIcon';
53
+ export * from './RaiseHandOffIcon';
52
54
  export * from './RecordIcon';
53
55
  export * from './RecordBoldIcon';
54
56
  export * from './RecordPendingIcon';
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Icon/index.ts"],"names":[],"mappings":"AAmBA,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,YAAY,CAAC;AAG3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/Icon/index.ts"],"names":[],"mappings":"AAmBA,cAAc,iBAAiB,CAAC;AAChC,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,kBAAkB,CAAC;AACjC,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC;AAClC,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,oBAAoB,CAAC;AACnC,cAAc,YAAY,CAAC;AAC3B,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,oBAAoB,CAAC;AACnC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,cAAc,CAAC;AAC7B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC;AAC7B,cAAc,kBAAkB,CAAC;AACjC,cAAc,qBAAqB,CAAC;AACpC,cAAc,cAAc,CAAC;AAC7B,cAAc,mBAAmB,CAAC;AAClC,cAAc,cAAc,CAAC;AAC7B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,eAAe,CAAC;AAC9B,cAAc,YAAY,CAAC;AAC3B,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,cAAc,aAAa,CAAC;AAC5B,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,0BAA0B,CAAC;AACzC,cAAc,YAAY,CAAC;AAG3B,cAAc,qBAAqB,CAAC;AACpC,cAAc,mBAAmB,CAAC;AAClC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,sBAAsB,CAAC;AACrC,cAAc,mBAAmB,CAAC;AAClC,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AAEpC,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAC9B,cAAc,mBAAmB,CAAC"}
package/lib/Icon/index.js CHANGED
@@ -83,6 +83,8 @@ __exportStar(require("./PingIcon"), exports);
83
83
  __exportStar(require("./PlaneIcon"), exports);
84
84
  __exportStar(require("./PlusIcon"), exports);
85
85
  __exportStar(require("./ProfileIcon"), exports);
86
+ __exportStar(require("./RaiseHandIcon"), exports);
87
+ __exportStar(require("./RaiseHandOffIcon"), exports);
86
88
  __exportStar(require("./RecordIcon"), exports);
87
89
  __exportStar(require("./RecordBoldIcon"), exports);
88
90
  __exportStar(require("./RecordPendingIcon"), exports);
@@ -31,7 +31,7 @@ const menuLinkStyle = (theme, { bold = true, color = theme.general.color, fontSi
31
31
  fontWeight: 400,
32
32
  maxWidth: '480px',
33
33
  padding: '8px 24px',
34
- textTransform: 'none !important',
34
+ textTransform: 'none',
35
35
  },
36
36
  border: button ? '1px solid rgb(219, 226, 231)' : undefined,
37
37
  borderRadius: button ? '4px' : undefined,
@@ -32,7 +32,7 @@ const menuSubLinkStyle = (theme, props) => ({
32
32
  fontWeight: '400 !important',
33
33
  maxWidth: '480px',
34
34
  padding: '8px 24px',
35
- textTransform: 'none !important',
35
+ textTransform: 'none',
36
36
  },
37
37
  });
38
38
  exports.menuSubLinkStyle = menuSubLinkStyle;
@@ -3,6 +3,7 @@ export declare const WIDTH: {
3
3
  MOBILE: number;
4
4
  MOBILE_MAX: number;
5
5
  TABLET_MIN: number;
6
+ TABLET_SM_MAX: number;
6
7
  TABLET_MAX: number;
7
8
  DESKTOP_MIN: number;
8
9
  DESKTOP_MAX: number;
@@ -1 +1 @@
1
- {"version":3,"file":"sizes.d.ts","sourceRoot":"","sources":["../../src/Layout/sizes.ts"],"names":[],"mappings":"AAmBA,eAAO,MAAM,KAAK;;;;;;;;;;CAUjB,CAAC;AAEF,eAAO,MAAM,IAAI,IAAI,CAAC;AACtB,eAAO,MAAM,MAAM,QAAc,CAAC"}
1
+ {"version":3,"file":"sizes.d.ts","sourceRoot":"","sources":["../../src/Layout/sizes.ts"],"names":[],"mappings":"AAmBA,eAAO,MAAM,KAAK;;;;;;;;;;;CAWjB,CAAC;AAEF,eAAO,MAAM,IAAI,IAAI,CAAC;AACtB,eAAO,MAAM,MAAM,QAAc,CAAC"}
@@ -24,6 +24,7 @@ exports.WIDTH = {
24
24
  MOBILE: 480,
25
25
  MOBILE_MAX: 639,
26
26
  TABLET_MIN: 640,
27
+ TABLET_SM_MAX: 720,
27
28
  TABLET_MAX: 919,
28
29
  DESKTOP_MIN: 920,
29
30
  DESKTOP_MAX: 1199,
@@ -6,9 +6,10 @@ export declare enum QueryKeys {
6
6
  MOBILE_UP = "mobileUp",
7
7
  TABLET = "tablet",
8
8
  TABLET_DOWN = "tabletDown",
9
+ TABLET_SM_DOWN = "tabletSMDown",
9
10
  TABLET_UP = "tabletUp"
10
11
  }
11
12
  export type QueryMap = Record<QueryKeys, string>;
12
13
  export declare const QUERY: QueryMap;
13
- export declare const media: {} | QueryMap;
14
+ export declare const media: QueryMap;
14
15
  //# sourceMappingURL=mediaQueries.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"mediaQueries.d.ts","sourceRoot":"","sources":["../src/mediaQueries.ts"],"names":[],"mappings":"AAqBA,oBAAY,SAAS;IACnB,OAAO,YAAY;IACnB,UAAU,cAAc;IACxB,MAAM,WAAW;IACjB,WAAW,eAAe;IAC1B,SAAS,aAAa;IACtB,MAAM,WAAW;IACjB,WAAW,eAAe;IAC1B,SAAS,aAAa;CACvB;AAED,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;AAEjD,eAAO,MAAM,KAAK,EAAE,QASnB,CAAC;AAEF,eAAO,MAAM,KAAK,eAGjB,CAAC"}
1
+ {"version":3,"file":"mediaQueries.d.ts","sourceRoot":"","sources":["../src/mediaQueries.ts"],"names":[],"mappings":"AAqBA,oBAAY,SAAS;IACnB,OAAO,YAAY;IACnB,UAAU,cAAc;IACxB,MAAM,WAAW;IACjB,WAAW,eAAe;IAC1B,SAAS,aAAa;IACtB,MAAM,WAAW;IACjB,WAAW,eAAe;IAC1B,cAAc,iBAAiB;IAC/B,SAAS,aAAa;CACvB;AAED,MAAM,MAAM,QAAQ,GAAG,MAAM,CAAC,SAAS,EAAE,MAAM,CAAC,CAAC;AAEjD,eAAO,MAAM,KAAK,EAAE,QAUnB,CAAC;AAEF,eAAO,MAAM,KAAK,UAGjB,CAAC"}
@@ -29,6 +29,7 @@ var QueryKeys;
29
29
  QueryKeys["MOBILE_UP"] = "mobileUp";
30
30
  QueryKeys["TABLET"] = "tablet";
31
31
  QueryKeys["TABLET_DOWN"] = "tabletDown";
32
+ QueryKeys["TABLET_SM_DOWN"] = "tabletSMDown";
32
33
  QueryKeys["TABLET_UP"] = "tabletUp";
33
34
  })(QueryKeys || (exports.QueryKeys = QueryKeys = {}));
34
35
  exports.QUERY = {
@@ -39,6 +40,7 @@ exports.QUERY = {
39
40
  [QueryKeys.MOBILE_UP]: `min-width: ${sizes_1.WIDTH.MOBILE}px`,
40
41
  [QueryKeys.TABLET]: `min-width: ${sizes_1.WIDTH.TABLET_MIN}px) and (max-width: ${sizes_1.WIDTH.TABLET_MAX}px`,
41
42
  [QueryKeys.TABLET_DOWN]: `max-width: ${sizes_1.WIDTH.TABLET_MAX}px`,
43
+ [QueryKeys.TABLET_SM_DOWN]: `max-width: ${sizes_1.WIDTH.TABLET_SM_MAX}px`,
42
44
  [QueryKeys.TABLET_UP]: `min-width: ${sizes_1.WIDTH.TABLET_MIN}px`,
43
45
  };
44
46
  exports.media = Object.entries(exports.QUERY).reduce((accumulator, [key, value]) => ({ ...accumulator, [key]: `@media (${value})` }), {});
package/package.json CHANGED
@@ -26,7 +26,7 @@
26
26
  "@hot-loader/react-dom": "17.0.2",
27
27
  "@swc/core": "^1.3.10",
28
28
  "@swc/jest": "^0.2.23",
29
- "@testing-library/jest-dom": "6.6.2",
29
+ "@testing-library/jest-dom": "6.6.3",
30
30
  "@testing-library/react": "16.0.1",
31
31
  "@testing-library/user-event": "14.5.2",
32
32
  "@types/jest": "^29.2.0",
@@ -69,6 +69,6 @@
69
69
  "test:watch": "jest --watch",
70
70
  "test:update": "jest --updateSnapshot"
71
71
  },
72
- "version": "9.25.1",
73
- "gitHead": "9a50d86e1b864b5d4d8652d8bb8b44aad315353b"
72
+ "version": "9.26.1",
73
+ "gitHead": "c709c87e9713b96036328e905142cf79d2ebc6e7"
74
74
  }