@danske/sapphire-css 16.3.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.
- package/LICENSE +7 -0
- package/README.md +57 -0
- package/build/themes/cjs/default-dark.d.ts +3 -0
- package/build/themes/cjs/default-dark.js +8 -0
- package/build/themes/cjs/default.d.ts +3 -0
- package/build/themes/cjs/default.js +8 -0
- package/build/themes/cjs/index.d.ts +1 -0
- package/build/themes/cjs/index.js +16 -0
- package/build/themes/cjs/june-dark.d.ts +4 -0
- package/build/themes/cjs/june-dark.js +9 -0
- package/build/themes/cjs/june.d.ts +4 -0
- package/build/themes/cjs/june.js +9 -0
- package/build/themes/esm/default-dark.d.ts +3 -0
- package/build/themes/esm/default-dark.js +3 -0
- package/build/themes/esm/default.d.ts +3 -0
- package/build/themes/esm/default.js +3 -0
- package/build/themes/esm/index.d.ts +1 -0
- package/build/themes/esm/index.js +1 -0
- package/build/themes/esm/june-dark.d.ts +4 -0
- package/build/themes/esm/june-dark.js +4 -0
- package/build/themes/esm/june.d.ts +4 -0
- package/build/themes/esm/june.js +4 -0
- package/components/accordion/accordion.module.css.d.ts +19 -0
- package/components/avatar/avatar.module.css.d.ts +27 -0
- package/components/backdrop/backdrop.module.css +8 -0
- package/components/backdrop/backdrop.module.css.d.ts +5 -0
- package/components/badge/badge.module.css +121 -0
- package/components/badge/badge.module.css.d.ts +16 -0
- package/components/button/button.module.css +278 -0
- package/components/button/button.module.css.d.ts +23 -0
- package/components/buttonGroup/buttonGroup.module.css +24 -0
- package/components/buttonGroup/buttonGroup.module.css.d.ts +10 -0
- package/components/calendar/calendar.module.css +406 -0
- package/components/calendar/calendar.module.css.d.ts +47 -0
- package/components/checkbox/checkbox.module.css +182 -0
- package/components/checkbox/checkbox.module.css.d.ts +18 -0
- package/components/contextualHelp/contextualHelp.module.css +35 -0
- package/components/contextualHelp/contextualHelp.module.css.d.ts +7 -0
- package/components/dateField/dateField.module.css +239 -0
- package/components/dateField/dateField.module.css.d.ts +22 -0
- package/components/dialog/dialog.module.css +81 -0
- package/components/dialog/dialog.module.css.d.ts +15 -0
- package/components/feedbackMessage/feedbackMessage.module.css +42 -0
- package/components/feedbackMessage/feedbackMessage.module.css.d.ts +10 -0
- package/components/field/field.module.css.d.ts +17 -0
- package/components/fieldGroup/fieldGroup.module.css +64 -0
- package/components/fieldGroup/fieldGroup.module.css.d.ts +12 -0
- package/components/heading/heading.module.css +143 -0
- package/components/heading/heading.module.css.d.ts +12 -0
- package/components/icon/icon.module.css +14 -0
- package/components/icon/icon.module.css.d.ts +8 -0
- package/components/iconButton/iconButton.module.css +225 -0
- package/components/iconButton/iconButton.module.css.d.ts +19 -0
- package/components/label/label.module.css.d.ts +9 -0
- package/components/link/link.module.css +35 -0
- package/components/link/link.module.css.d.ts +10 -0
- package/components/list/list.module.css +160 -0
- package/components/list/list.module.css.d.ts +19 -0
- package/components/listbox/listbox.module.css +211 -0
- package/components/listbox/listbox.module.css.d.ts +21 -0
- package/components/notificationBadge/notificationBadge.module.css.d.ts +16 -0
- package/components/pagination/pagination.module.css +44 -0
- package/components/pagination/pagination.module.css.d.ts +8 -0
- package/components/panel/panel.module.css +87 -0
- package/components/panel/panel.module.css.d.ts +18 -0
- package/components/paragraph/paragraph.module.css +35 -0
- package/components/paragraph/paragraph.module.css.d.ts +8 -0
- package/components/popover/popover.module.css +39 -0
- package/components/popover/popover.module.css.d.ts +8 -0
- package/components/radio/radio.module.css +117 -0
- package/components/radio/radio.module.css.d.ts +14 -0
- package/components/searchField/searchField.module.css +148 -0
- package/components/searchField/searchField.module.css.d.ts +14 -0
- package/components/segmentedControl/segmentedControl.module.css +140 -0
- package/components/segmentedControl/segmentedControl.module.css.d.ts +16 -0
- package/components/select/select.module.css +166 -0
- package/components/select/select.module.css.d.ts +19 -0
- package/components/skeleton/skeleton.module.css +52 -0
- package/components/skeleton/skeleton.module.css.d.ts +9 -0
- package/components/spinner/spinner.module.css.d.ts +14 -0
- package/components/surface/surface.module.css +19 -0
- package/components/surface/surface.module.css.d.ts +5 -0
- package/components/switch/switch.module.css +170 -0
- package/components/switch/switch.module.css.d.ts +13 -0
- package/components/table/table.module.css +303 -0
- package/components/table/table.module.css.d.ts +37 -0
- package/components/tabs/tabs.module.css +83 -0
- package/components/tabs/tabs.module.css.d.ts +17 -0
- package/components/text/text.module.css.d.ts +21 -0
- package/components/textField/textField.module.css +208 -0
- package/components/textField/textField.module.css.d.ts +22 -0
- package/components/toast/toast.module.css.d.ts +12 -0
- package/components/tooltip/tooltip.module.css +41 -0
- package/components/tooltip/tooltip.module.css.d.ts +6 -0
- package/package.json +68 -0
- package/themes/default-dark.css +2 -0
- package/themes/default-dark.d.ts +3 -0
- package/themes/default-dark.js +8 -0
- package/themes/default.css +2 -0
- package/themes/default.d.ts +3 -0
- package/themes/default.js +8 -0
- package/themes/index.d.ts +1 -0
- package/themes/index.js +16 -0
- package/themes/june-dark.css +3 -0
- package/themes/june-dark.d.ts +4 -0
- package/themes/june-dark.js +9 -0
- package/themes/june.css +3 -0
- package/themes/june.d.ts +4 -0
- package/themes/june.js +9 -0
package/LICENSE
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
License
|
|
2
|
+
|
|
3
|
+
Copyright (c) Danske Bank A/S
|
|
4
|
+
|
|
5
|
+
The contents of this package is proprietary to Danske Bank A/S and/or its
|
|
6
|
+
licensors. You are not allowed to download and/or use any part of the contents
|
|
7
|
+
for any purpose without express, written permission from Danske Bank A/S.
|
package/README.md
ADDED
|
@@ -0,0 +1,57 @@
|
|
|
1
|
+
# @danske/sapphire-css
|
|
2
|
+
|
|
3
|
+
This is the implementation of Sapphire design system as css style rules.
|
|
4
|
+
|
|
5
|
+
## List of Styles
|
|
6
|
+
|
|
7
|
+
To view the list of available classes you can <!--visit https://sapphire.danskenet.net/ or -->run `npm run storybook` from this folder
|
|
8
|
+
|
|
9
|
+
## Use a style/class
|
|
10
|
+
|
|
11
|
+
If you haven't configured npm for `@sapphire` in your repo run:
|
|
12
|
+
`npm i @danske/sapphire-css --registry=http://artifactory.danskenet.net/artifactory/api/npm/joined-npm-build`
|
|
13
|
+
|
|
14
|
+
otherwise:
|
|
15
|
+
`npm i @danske/sapphire-css`
|
|
16
|
+
|
|
17
|
+
after this you can import css and start using it.
|
|
18
|
+
|
|
19
|
+
```js
|
|
20
|
+
import '@danske/sapphire-css/button/button.module.css';
|
|
21
|
+
|
|
22
|
+
const MyApp = () => {
|
|
23
|
+
return (
|
|
24
|
+
<button class="sapphire-button sapphire-button--primary">
|
|
25
|
+
Primary button
|
|
26
|
+
</button>
|
|
27
|
+
);
|
|
28
|
+
};
|
|
29
|
+
```
|
|
30
|
+
|
|
31
|
+
You will find more example in [storybook documentation](#list-of-components)
|
|
32
|
+
|
|
33
|
+
## Themes
|
|
34
|
+
|
|
35
|
+
Each theme is available in `.css` and `.js` format. Both of them import the corresponding css files
|
|
36
|
+
for that theme.
|
|
37
|
+
The default export of the `.js` format is the theme's css class. It also exports `tokens` object.
|
|
38
|
+
|
|
39
|
+
Themes can be imported from `@danske/sapphire-css/themes/` path:
|
|
40
|
+
|
|
41
|
+
In css:
|
|
42
|
+
|
|
43
|
+
```css
|
|
44
|
+
@import '~@danske/sapphire-css/themes/default.css';
|
|
45
|
+
```
|
|
46
|
+
|
|
47
|
+
In js/ts:
|
|
48
|
+
|
|
49
|
+
```js
|
|
50
|
+
import defaultThemeClass, { tokens } from '@danske/sapphire-css/themes/default';
|
|
51
|
+
```
|
|
52
|
+
|
|
53
|
+
## Further help
|
|
54
|
+
|
|
55
|
+
Drop a message
|
|
56
|
+
[here](https://teams.microsoft.com/l/channel/19%3a03424de3050e4e59a07de47246e264be%40thread.tacv2/General?groupId=446305d4-c81d-417a-97de-74c2759fb760&tenantId=c7d1b6e9-1447-457b-9223-ac25df4941bf)
|
|
57
|
+
in case of any issue.
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
exports.__esModule = true;
|
|
6
|
+
require("@danske/sapphire-design-tokens/build/themes/default-dark/assets/fonts/danske/fontFace.css");
|
|
7
|
+
var tokens_module_css_1 = __importDefault(require("@danske/sapphire-design-tokens/build/themes/default-dark/css/tokens.module.css"));
|
|
8
|
+
exports["default"] = tokens_module_css_1["default"]['sapphire-theme-default-dark'];
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
exports.__esModule = true;
|
|
6
|
+
require("@danske/sapphire-design-tokens/build/themes/default/assets/fonts/danske/fontFace.css");
|
|
7
|
+
var tokens_module_css_1 = __importDefault(require("@danske/sapphire-design-tokens/build/themes/default/css/tokens.module.css"));
|
|
8
|
+
exports["default"] = tokens_module_css_1["default"]['sapphire-theme-default'];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as tokens } from '@danske/sapphire-design-tokens/build/themes';
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
exports.__esModule = true;
|
|
14
|
+
exports.tokens = void 0;
|
|
15
|
+
var themes_1 = require("@danske/sapphire-design-tokens/build/themes");
|
|
16
|
+
__createBinding(exports, themes_1, "default", "tokens");
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
exports.__esModule = true;
|
|
6
|
+
require("@danske/sapphire-design-tokens/build/themes/june-dark/assets/fonts/fira/fontFace.css");
|
|
7
|
+
require("@danske/sapphire-design-tokens/build/themes/june-dark/assets/fonts/playfair/fontFace.css");
|
|
8
|
+
var tokens_module_css_1 = __importDefault(require("@danske/sapphire-design-tokens/build/themes/june-dark/css/tokens.module.css"));
|
|
9
|
+
exports["default"] = tokens_module_css_1["default"]['sapphire-theme-june-dark'];
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
+
};
|
|
5
|
+
exports.__esModule = true;
|
|
6
|
+
require("@danske/sapphire-design-tokens/build/themes/june/assets/fonts/fira/fontFace.css");
|
|
7
|
+
require("@danske/sapphire-design-tokens/build/themes/june/assets/fonts/playfair/fontFace.css");
|
|
8
|
+
var tokens_module_css_1 = __importDefault(require("@danske/sapphire-design-tokens/build/themes/june/css/tokens.module.css"));
|
|
9
|
+
exports["default"] = tokens_module_css_1["default"]['sapphire-theme-june'];
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as tokens } from '@danske/sapphire-design-tokens/build/themes';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default as tokens } from '@danske/sapphire-design-tokens/build/themes';
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import '@danske/sapphire-design-tokens/build/themes/june-dark/assets/fonts/fira/fontFace.css';
|
|
2
|
+
import '@danske/sapphire-design-tokens/build/themes/june-dark/assets/fonts/playfair/fontFace.css';
|
|
3
|
+
import styles from '@danske/sapphire-design-tokens/build/themes/june-dark/css/tokens.module.css';
|
|
4
|
+
export default styles['sapphire-theme-june-dark'];
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import '@danske/sapphire-design-tokens/build/themes/june/assets/fonts/fira/fontFace.css';
|
|
2
|
+
import '@danske/sapphire-design-tokens/build/themes/june/assets/fonts/playfair/fontFace.css';
|
|
3
|
+
import styles from '@danske/sapphire-design-tokens/build/themes/june/css/tokens.module.css';
|
|
4
|
+
export default styles['sapphire-theme-june'];
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
declare const styles: {
|
|
2
|
+
readonly "sapphire-accordion": string;
|
|
3
|
+
readonly "sapphire-accordion__item": string;
|
|
4
|
+
readonly "sapphire-accordion--without-last-divider": string;
|
|
5
|
+
readonly "is-disabled": string;
|
|
6
|
+
readonly "sapphire-accordion__item-header": string;
|
|
7
|
+
readonly "sapphire-accordion__item-content-wrapper": string;
|
|
8
|
+
readonly "is-active": string;
|
|
9
|
+
readonly "js-hover": string;
|
|
10
|
+
readonly "is-hover": string;
|
|
11
|
+
readonly "js-focus": string;
|
|
12
|
+
readonly "is-focus": string;
|
|
13
|
+
readonly "sapphire-accordion__item--open": string;
|
|
14
|
+
readonly "sapphire-accordion__item-heading": string;
|
|
15
|
+
readonly "sapphire-accordion__item-arrow": string;
|
|
16
|
+
readonly "sapphire-accordion__item-content": string;
|
|
17
|
+
};
|
|
18
|
+
export = styles;
|
|
19
|
+
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
declare const styles: {
|
|
2
|
+
readonly "sapphire-avatar": string;
|
|
3
|
+
readonly "sapphire-avatar--extra-small": string;
|
|
4
|
+
readonly "sapphire-avatar--small": string;
|
|
5
|
+
readonly "sapphire-avatar--large": string;
|
|
6
|
+
readonly "sapphire-avatar--positive": string;
|
|
7
|
+
readonly "sapphire-avatar--negative": string;
|
|
8
|
+
readonly "sapphire-avatar--warning": string;
|
|
9
|
+
readonly "sapphire-avatar--informative": string;
|
|
10
|
+
readonly "sapphire-avatar--aqua": string;
|
|
11
|
+
readonly "sapphire-avatar--copper": string;
|
|
12
|
+
readonly "sapphire-avatar--electro": string;
|
|
13
|
+
readonly "sapphire-avatar--indigo": string;
|
|
14
|
+
readonly "sapphire-avatar--lime": string;
|
|
15
|
+
readonly "sapphire-avatar--pink": string;
|
|
16
|
+
readonly "sapphire-avatar--violet": string;
|
|
17
|
+
readonly "sapphire-avatar--gold": string;
|
|
18
|
+
readonly "sapphire-avatar--beige": string;
|
|
19
|
+
readonly "sapphire-avatar--orchid": string;
|
|
20
|
+
readonly "sapphire-avatar--gray": string;
|
|
21
|
+
readonly "sapphire-avatar--cobalt": string;
|
|
22
|
+
readonly "sapphire-avatar--forestGreen": string;
|
|
23
|
+
readonly "sapphire-avatar--teal": string;
|
|
24
|
+
readonly "sapphire-avatar--orange": string;
|
|
25
|
+
};
|
|
26
|
+
export = styles;
|
|
27
|
+
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
@keyframes pop-in {
|
|
2
|
+
0% {
|
|
3
|
+
transform: scale(0) translate(50%, -50%);
|
|
4
|
+
opacity: 0;
|
|
5
|
+
}
|
|
6
|
+
|
|
7
|
+
25% {
|
|
8
|
+
opacity: 0.1;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
100% {
|
|
12
|
+
transform: scale(1) translate(50%, -50%);
|
|
13
|
+
}
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@keyframes pop-out {
|
|
17
|
+
0% {
|
|
18
|
+
transform: scale(1) translate(50%, -50%);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
75% {
|
|
22
|
+
opacity: 0.1;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
100% {
|
|
26
|
+
transform: scale(0) translate(50%, -50%);
|
|
27
|
+
opacity: 0;
|
|
28
|
+
display: none;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
.sapphire-badge {
|
|
33
|
+
display: flex;
|
|
34
|
+
flex-direction: column;
|
|
35
|
+
justify-content: center;
|
|
36
|
+
align-items: center;
|
|
37
|
+
color: var(--sapphire-badge-color-content-default);
|
|
38
|
+
font-family: var(--sapphire-badge-font-name);
|
|
39
|
+
font-weight: var(--sapphire-badge-font-weight);
|
|
40
|
+
font-style: normal;
|
|
41
|
+
/* The below is meant to address a font rendering quirk in OSX where the text
|
|
42
|
+
* looks bolder than intended due to subpixel rendering. This quirk generally
|
|
43
|
+
* occurs for bold fonts on dark backgrounds but depending on the font, it
|
|
44
|
+
* can happen in other contexts as well.
|
|
45
|
+
*
|
|
46
|
+
* These do not do anything except in webkit browsers & firefox on OSX.
|
|
47
|
+
*
|
|
48
|
+
* For more details see:
|
|
49
|
+
* - https://azuredevops/Main/WCCJ/_git/sapphire/pullRequest/212710?path=%2Fpackages%2Fcss%2Fcomponents%2Fbutton%2Fbutton.module.css&discussionId=1507702&_a=files
|
|
50
|
+
* - https://usabilitypost.com/2012/11/05/stop-fixing-font-smoothing/
|
|
51
|
+
*/
|
|
52
|
+
-webkit-font-smoothing: antialiased;
|
|
53
|
+
-moz-osx-font-smoothing: grayscale;
|
|
54
|
+
}
|
|
55
|
+
|
|
56
|
+
.sapphire-badge--pop-in {
|
|
57
|
+
animation: pop-in var(--sapphire-badge-time-transition)
|
|
58
|
+
cubic-bezier(0.55, -0.49, 0.39, 1.49);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.sapphire-badge--pop-out {
|
|
62
|
+
animation: pop-out var(--sapphire-badge-time-transition) forwards;
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
/* Sizes */
|
|
66
|
+
.sapphire-badge--large {
|
|
67
|
+
height: var(--sapphire-badge-size-height-large);
|
|
68
|
+
border-radius: var(--sapphire-badge-size-radius-large);
|
|
69
|
+
padding: var(--sapphire-badge-size-spacing-large-vertical)
|
|
70
|
+
var(--sapphire-badge-size-spacing-large-horizontal);
|
|
71
|
+
font-size: var(--sapphire-badge-size-font-primary);
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
.sapphire-badge--medium {
|
|
75
|
+
height: var(--sapphire-badge-size-height-medium);
|
|
76
|
+
border-radius: var(--sapphire-badge-size-radius-medium);
|
|
77
|
+
padding: 0 var(--sapphire-badge-size-spacing-medium-horizontal);
|
|
78
|
+
font-size: var(--sapphire-badge-size-font-secondary);
|
|
79
|
+
min-width: var(--sapphire-badge-size-width-medium);
|
|
80
|
+
box-sizing: border-box;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
.sapphire-badge--small {
|
|
84
|
+
min-width: var(--sapphire-badge-size-width-small);
|
|
85
|
+
height: var(--sapphire-badge-size-height-small);
|
|
86
|
+
border-radius: var(--sapphire-badge-size-radius-small);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/* Variants */
|
|
90
|
+
.sapphire-badge--primary {
|
|
91
|
+
background-color: var(--sapphire-badge-color-background-primary);
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
.sapphire-badge--secondary {
|
|
95
|
+
background-color: var(--sapphire-badge-color-background-secondary);
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
/* Positioned */
|
|
99
|
+
.sapphire-badge-container {
|
|
100
|
+
position: relative;
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
/* Placement in container with circular or circular-looking content */
|
|
104
|
+
.sapphire-badge-container .sapphire-badge {
|
|
105
|
+
position: absolute;
|
|
106
|
+
top: 14%;
|
|
107
|
+
right: 14%;
|
|
108
|
+
transform: scale(1) translate(50%, -50%);
|
|
109
|
+
transform-origin: 100% 0;
|
|
110
|
+
pointer-events: none;
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
/* Placement in container with rectangular content */
|
|
114
|
+
.sapphire-badge-container--rectangle .sapphire-badge {
|
|
115
|
+
position: absolute;
|
|
116
|
+
top: 0;
|
|
117
|
+
right: 0;
|
|
118
|
+
transform: scale(1) translate(50%, -50%);
|
|
119
|
+
transform-origin: 100% 0;
|
|
120
|
+
pointer-events: none;
|
|
121
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
declare const styles: {
|
|
2
|
+
readonly "sapphire-badge": string;
|
|
3
|
+
readonly "sapphire-badge--pop-in": string;
|
|
4
|
+
readonly "pop-in": string;
|
|
5
|
+
readonly "sapphire-badge--pop-out": string;
|
|
6
|
+
readonly "pop-out": string;
|
|
7
|
+
readonly "sapphire-badge--large": string;
|
|
8
|
+
readonly "sapphire-badge--medium": string;
|
|
9
|
+
readonly "sapphire-badge--small": string;
|
|
10
|
+
readonly "sapphire-badge--primary": string;
|
|
11
|
+
readonly "sapphire-badge--secondary": string;
|
|
12
|
+
readonly "sapphire-badge-container": string;
|
|
13
|
+
readonly "sapphire-badge-container--rectangle": string;
|
|
14
|
+
};
|
|
15
|
+
export = styles;
|
|
16
|
+
|