@dialpad/dialtone-css 1.0.0 → 8.22.2
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/CHANGELOG.json +1 -1
- package/README.md +8 -8
- package/lib/build/less/components/avatar.less +1 -1
- package/lib/build/less/components/badge.less +1 -1
- package/lib/build/less/components/banner.less +1 -1
- package/lib/build/less/components/breadcrumbs.less +1 -2
- package/lib/build/less/components/button.less +1 -1
- package/lib/build/less/components/card.less +1 -1
- package/lib/build/less/components/chip.less +1 -1
- package/lib/build/less/components/collapsible.less +1 -1
- package/lib/build/less/components/combobox.less +1 -1
- package/lib/build/less/components/forms.less +1 -1
- package/lib/build/less/components/icon.less +1 -1
- package/lib/build/less/components/input.less +1 -1
- package/lib/build/less/components/item-layout.less +1 -1
- package/lib/build/less/components/link.less +1 -1
- package/lib/build/less/components/list-group.less +1 -1
- package/lib/build/less/components/modal.less +1 -1
- package/lib/build/less/components/notice.less +1 -1
- package/lib/build/less/components/popover.less +1 -1
- package/lib/build/less/components/presence.less +1 -1
- package/lib/build/less/components/radio-checkbox.less +1 -1
- package/lib/build/less/components/root-layout.less +1 -1
- package/lib/build/less/components/selects.less +1 -1
- package/lib/build/less/components/skeleton.less +1 -1
- package/lib/build/less/components/table.less +1 -1
- package/lib/build/less/components/tabs.less +1 -1
- package/lib/build/less/components/toast.less +1 -1
- package/lib/build/less/components/toggle.less +1 -1
- package/lib/build/less/components/tooltip.less +1 -1
- package/lib/build/less/dialtone-globals.less +1 -1
- package/lib/build/less/dialtone-variables.less +1 -1
- package/lib/build/less/dialtone.less +1 -1
- package/lib/build/less/themes/default.less +1 -1
- package/lib/build/less/themes/example.less +1 -1
- package/lib/build/less/utilities/backgrounds.less +1 -1
- package/lib/build/less/utilities/borders.less +1 -1
- package/lib/build/less/utilities/colors.less +1 -1
- package/lib/build/less/utilities/effects.less +1 -1
- package/lib/build/less/utilities/flex.less +1 -1
- package/lib/build/less/utilities/grid.less +1 -1
- package/lib/build/less/utilities/interactivity.less +1 -1
- package/lib/build/less/utilities/layout.less +1 -1
- package/lib/build/less/utilities/sizing.less +1 -1
- package/lib/build/less/utilities/spacing.less +1 -1
- package/lib/build/less/utilities/typography.less +1 -1
- package/lib/build/less/variables/typography.less +1 -1
- package/lib/build/less/variables/visual-styles.less +1 -1
- package/lib/dist/css/dialtone.css +4 -4
- package/lib/dist/css/dialtone.min.css +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
# Dialtone
|
|
1
|
+
# Dialtone CSS
|
|
2
2
|
|
|
3
|
-
This is the
|
|
4
|
-
|
|
3
|
+
This is the library for Dialtone's CSS. Any classes or styles used within Dialtone should
|
|
4
|
+
be stored here and documented on our site under `apps/dialtone-documentation`.
|
|
5
5
|
|
|
6
|
-
##
|
|
6
|
+
## Installation
|
|
7
7
|
|
|
8
|
-
### Install it via NPM
|
|
8
|
+
### Install it via NPM
|
|
9
9
|
|
|
10
10
|
```shell
|
|
11
|
-
npm install @dialpad/dialtone
|
|
11
|
+
npm install @dialpad/dialtone-css@latest
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
### Import dialtone
|
|
14
|
+
### Import dialtone
|
|
15
15
|
|
|
16
16
|
- CSS/LESS:
|
|
17
17
|
|
|
@@ -47,7 +47,7 @@ It is required to do this for Dialtone to function.
|
|
|
47
47
|
## Building Dialtone locally
|
|
48
48
|
|
|
49
49
|
To build Dialtone locally, visit
|
|
50
|
-
our [installation instructions](https://dialtone.dialpad.
|
|
50
|
+
our [installation instructions](https://dialtone.dialpad.com/guides/getting-started/#build-dialtone-locally).
|
|
51
51
|
|
|
52
52
|
## Contributing
|
|
53
53
|
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are avatars classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/avatars
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • BASE STYLE
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are badge classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/badges
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • COMPONENT CSS VARIABLES
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
// These are the styles for banners, which are a type of notice used
|
|
6
6
|
// to alert users about important information relevant to them.
|
|
7
7
|
// For further documentation of these styles, please visit:
|
|
8
|
-
// https://dialpad.
|
|
8
|
+
// https://dialtone.dialpad.com/components/banners
|
|
9
9
|
//
|
|
10
10
|
// ============================================================================
|
|
11
11
|
// $ BASE WRAPPER
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// COMPONENTS: BREADCRUMBS
|
|
4
4
|
//
|
|
5
5
|
// These are breadcrumb classes for Dialpad's design system Dialtone.
|
|
6
|
-
// For further information, visit https://dialpad.
|
|
6
|
+
// For further information, visit https://dialtone.dialpad.com/components/breadcrumbs
|
|
7
7
|
//
|
|
8
8
|
// TABLE OF CONTENTS
|
|
9
9
|
// • WRAPPER
|
|
@@ -85,4 +85,3 @@
|
|
|
85
85
|
}
|
|
86
86
|
}
|
|
87
87
|
}
|
|
88
|
-
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are button classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/buttons
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • BASE STYLE
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are card classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/card
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • BASE STYLE
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are chip classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/chip
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • BASE STYLE
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are collapsible classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/collapsible
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • BASE STYLE
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are combobox classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/combobox
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • EMPTY LIST
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are form classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/forms
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • FIELDSETS
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are icon component classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/icon.html
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • SIZE
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are input classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/inputs
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • VARIABLES
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// Custom layout to enable developer to use list-item like stack.
|
|
6
6
|
// It is used as base for `dt-list-item` component
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/item_layout
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • BASE STYLE
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are link classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/links
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • BASE STYLE
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are the list group definitions, which are used by classes or can be
|
|
6
6
|
// used within Vue components. For further documentation of these values,
|
|
7
|
-
// please visit https://dialpad.
|
|
7
|
+
// please visit https://dialtone.dialpad.com/components/list-groups
|
|
8
8
|
//
|
|
9
9
|
// ============================================================================
|
|
10
10
|
.d-list-group,
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are modal classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/modals
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • BASE STYLES
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are the styles for notices, which are used by alert users to
|
|
6
6
|
// information they might need. For further documentation of these styles,
|
|
7
|
-
// please visit https://dialpad.
|
|
7
|
+
// please visit https://dialtone.dialpad.com/components/notices
|
|
8
8
|
//
|
|
9
9
|
// ============================================================================
|
|
10
10
|
// $ BASE WRAPPER
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are popover classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/popover
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • POPOVER
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are presence classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/presence
|
|
8
8
|
|
|
9
9
|
.d-presence {
|
|
10
10
|
--presence-color-border-base: var(--dt-theme-sidebar-color-background);
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are input classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/inputs
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • SHARED STYLES
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are the styles for root layout for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/root-layout.html
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • BASE STYLE
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are select menu classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/select
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • SELECT MENUS
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
// These are the styles for skeleton component.
|
|
6
6
|
// The --placeholder-from-color and --placeholder-to-color custom properties can be set on the parent class of the
|
|
7
7
|
// placeholder to control the animation colors.
|
|
8
|
-
// For further documentation of these styles, please visit https://dialpad.
|
|
8
|
+
// For further documentation of these styles, please visit https://dialtone.dialpad.com/components/skeleton
|
|
9
9
|
//
|
|
10
10
|
//
|
|
11
11
|
// TABLE OF CONTENTS
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are table component classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/tables
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • DEFAULT STYLE
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are tab classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/tabs
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • BASE STYLE
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are the styles for toast notices, which are used by alert users to
|
|
6
6
|
// information they might need. For further documentation of these styles,
|
|
7
|
-
// please visit https://dialpad.
|
|
7
|
+
// please visit https://dialtone.dialpad.com/components/toasts
|
|
8
8
|
|
|
9
9
|
// ============================================================================
|
|
10
10
|
// @ TOAST CONTAINER
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are toggle classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/toggle
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • BASE STYLE
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are tooltip classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/components/tooltips
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • VARIABLES
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// This file provides global CSS styles for Dialtone. For more Information
|
|
6
6
|
// about Dialtone and these classes, please visit:
|
|
7
|
-
// https://dialpad.
|
|
7
|
+
// https://dialtone.dialpad.com
|
|
8
8
|
//
|
|
9
9
|
// ============================================================================
|
|
10
10
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
// This file provides the tokens and definitions for Dialtone. This file
|
|
6
6
|
// OUTPUTS NO CSS. Instead use this file as an import for your Vue app.
|
|
7
7
|
// For documentation about these tokens, definitions, and related CSS classes,
|
|
8
|
-
// please visit: https://dialpad.
|
|
8
|
+
// please visit: https://dialtone.dialpad.com
|
|
9
9
|
//
|
|
10
10
|
// ============================================================================
|
|
11
11
|
// $ VARIABLES
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
//
|
|
4
4
|
// This file provides CSS classes for Dialtone, the Dialpad design system.
|
|
5
5
|
// For further information about these classes, please visit:
|
|
6
|
-
// https://dialpad.
|
|
6
|
+
// https://dialtone.dialpad.com
|
|
7
7
|
//
|
|
8
8
|
//
|
|
9
9
|
// ============================================================================
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// This file contains all the theme-able portions of Dialtone.
|
|
6
6
|
// For further information about these classes, please visit:
|
|
7
|
-
// https://dialpad.
|
|
7
|
+
// https://dialtone.dialpad.com/themes
|
|
8
8
|
//
|
|
9
9
|
// ============================================================================
|
|
10
10
|
// THEME VARIABLES
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are border utility classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/utilities/borders
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • BACKGROUND ATTACHMENT
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are border utility classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/utilities/borders
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • BORDERS
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are all the color utility classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further information about these classes, please visit their respective
|
|
7
|
-
// documentation pages at https://dialpad.
|
|
7
|
+
// documentation pages at https://dialtone.dialpad.com
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • TEXT COLORS
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are effects utility classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/utilities/effects
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • ANIMATIONS
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are the flexbox utility classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes, visit:
|
|
7
|
-
// https://dialpad.
|
|
7
|
+
// https://dialtone.dialpad.com/utilities/layout/flex/
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • ALIGN CONTENT
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are the CSS grid utility classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/utilities/grid
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • GRID VARIABLES
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are interactivity utility classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/utilities/interactivity
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • CURSOR
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are layout utility classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/utilities/layout
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • BOX SIZING
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are sizing utility classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/utilities/sizing
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • HEIGHT
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are spacing utility classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/utilities/spacing
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • AUTO-SPACING
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
//
|
|
5
5
|
// These are utility typography classes for Dialpad's design system Dialtone.
|
|
6
6
|
// For further documentation of these and other classes,
|
|
7
|
-
// visit https://dialpad.
|
|
7
|
+
// visit https://dialtone.dialpad.com/utilties/typography
|
|
8
8
|
//
|
|
9
9
|
// TABLE OF CONTENTS
|
|
10
10
|
// • FONT FAMILY
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
//
|
|
7
7
|
// These are typography constants for Dialpad's design system Dialtone.
|
|
8
8
|
// For further documentation of these and other classes,
|
|
9
|
-
// visit https://dialpad.
|
|
9
|
+
// visit https://dialtone.dialpad.com/tokens/typography
|
|
10
10
|
//
|
|
11
11
|
// TABLE OF CONTENTS
|
|
12
12
|
// • Line heights
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
//
|
|
7
7
|
// These are various visual style tokens and mixins for Dialpad's design
|
|
8
8
|
// system Dialtone. For further documentation of these values, please visit:
|
|
9
|
-
// https://dialpad.
|
|
9
|
+
// https://dialtone.dialpad.com/tokens/visual-styles
|
|
10
10
|
//
|
|
11
11
|
// TABLE OF CONTENTS
|
|
12
12
|
// • BACKGROUND PATTERNS
|
|
@@ -7426,7 +7426,7 @@ body {
|
|
|
7426
7426
|
}
|
|
7427
7427
|
/**
|
|
7428
7428
|
* Do not edit directly
|
|
7429
|
-
* Generated on
|
|
7429
|
+
* Generated on Sat, 13 Jan 2024 01:14:28 GMT
|
|
7430
7430
|
*/
|
|
7431
7431
|
|
|
7432
7432
|
.dialtone-theme-light {
|
|
@@ -8223,7 +8223,7 @@ body {
|
|
|
8223
8223
|
|
|
8224
8224
|
/**
|
|
8225
8225
|
* Do not edit directly
|
|
8226
|
-
* Generated on
|
|
8226
|
+
* Generated on Sat, 13 Jan 2024 01:14:29 GMT
|
|
8227
8227
|
*/
|
|
8228
8228
|
|
|
8229
8229
|
.dialtone-theme-dark {
|
|
@@ -15331,7 +15331,7 @@ body {
|
|
|
15331
15331
|
--dt-shadow-extra-large: var(--dt-shadow-extra-large-1-x) var(--dt-shadow-extra-large-1-y) var(--dt-shadow-extra-large-1-blur) var(--dt-shadow-extra-large-1-spread) var(--dt-shadow-extra-large-1-color), var(--dt-shadow-extra-large-2-x) var(--dt-shadow-extra-large-2-y) var(--dt-shadow-extra-large-2-blur) var(--dt-shadow-extra-large-2-spread) var(--dt-shadow-extra-large-2-color), var(--dt-shadow-extra-large-3-x) var(--dt-shadow-extra-large-3-y) var(--dt-shadow-extra-large-3-blur) var(--dt-shadow-extra-large-3-spread) var(--dt-shadow-extra-large-3-color), var(--dt-shadow-extra-large-4-x) var(--dt-shadow-extra-large-4-y) var(--dt-shadow-extra-large-4-blur) var(--dt-shadow-extra-large-4-spread) var(--dt-shadow-extra-large-4-color), var(--dt-shadow-extra-large-5-x) var(--dt-shadow-extra-large-5-y) var(--dt-shadow-extra-large-5-blur) var(--dt-shadow-extra-large-5-spread) var(--dt-shadow-extra-large-5-color);
|
|
15332
15332
|
--dt-shadow-card: var(--dt-shadow-card-1-x) var(--dt-shadow-card-1-y) var(--dt-shadow-card-1-blur) var(--dt-shadow-card-1-spread) var(--dt-shadow-card-1-color), var(--dt-shadow-card-2-x) var(--dt-shadow-card-2-y) var(--dt-shadow-card-2-blur) var(--dt-shadow-card-2-spread) var(--dt-shadow-card-2-color), var(--dt-shadow-card-3-x) var(--dt-shadow-card-3-y) var(--dt-shadow-card-3-blur) var(--dt-shadow-card-3-spread) var(--dt-shadow-card-3-color), var(--dt-shadow-card-4-x) var(--dt-shadow-card-4-y) var(--dt-shadow-card-4-blur) var(--dt-shadow-card-4-spread) var(--dt-shadow-card-4-color), var(--dt-shadow-card-5-x) var(--dt-shadow-card-5-y) var(--dt-shadow-card-5-blur) var(--dt-shadow-card-5-spread) var(--dt-shadow-card-5-color), var(--dt-shadow-card-6-x) var(--dt-shadow-card-6-y) var(--dt-shadow-card-6-blur) var(--dt-shadow-card-6-spread) var(--dt-shadow-card-6-color), var(--dt-shadow-card-7-x) var(--dt-shadow-card-7-y) var(--dt-shadow-card-7-blur) var(--dt-shadow-card-7-spread) var(--dt-shadow-card-7-color);
|
|
15333
15333
|
--dt-shadow-focus: var(--dt-shadow-focus-1-x) var(--dt-shadow-focus-1-y) var(--dt-shadow-focus-1-blur) var(--dt-shadow-focus-1-spread) var(--dt-shadow-focus-1-color), var(--dt-shadow-focus-2-x) var(--dt-shadow-focus-2-y) var(--dt-shadow-focus-2-blur) var(--dt-shadow-focus-2-spread) var(--dt-shadow-focus-2-color);
|
|
15334
|
-
--dt-shadow-focus-inset: var(--dt-shadow-focus-inset-1-x) var(--dt-shadow-focus-inset-1-y) var(--dt-shadow-focus-inset-1-blur) var(--dt-shadow-focus-inset-1-spread) var(--dt-shadow-focus-inset-1-color);
|
|
15334
|
+
--dt-shadow-focus-inset: var(--dt-shadow-focus-inset-1-x) var(--dt-shadow-focus-inset-1-y) var(--dt-shadow-focus-inset-1-blur) var(--dt-shadow-focus-inset-1-spread) var(--dt-shadow-focus-inset-1-color) inset;
|
|
15335
15335
|
}
|
|
15336
15336
|
|
|
15337
15337
|
.dialtone-theme-light {
|
|
@@ -15767,7 +15767,7 @@ body {
|
|
|
15767
15767
|
--dt-shadow-extra-large: var(--dt-shadow-extra-large-1-x) var(--dt-shadow-extra-large-1-y) var(--dt-shadow-extra-large-1-blur) var(--dt-shadow-extra-large-1-spread) var(--dt-shadow-extra-large-1-color);
|
|
15768
15768
|
--dt-shadow-card: var(--dt-shadow-card-1-x) var(--dt-shadow-card-1-y) var(--dt-shadow-card-1-blur) var(--dt-shadow-card-1-spread) var(--dt-shadow-card-1-color), var(--dt-shadow-card-2-x) var(--dt-shadow-card-2-y) var(--dt-shadow-card-2-blur) var(--dt-shadow-card-2-spread) var(--dt-shadow-card-2-color), var(--dt-shadow-card-3-x) var(--dt-shadow-card-3-y) var(--dt-shadow-card-3-blur) var(--dt-shadow-card-3-spread) var(--dt-shadow-card-3-color);
|
|
15769
15769
|
--dt-shadow-focus: var(--dt-shadow-focus-1-x) var(--dt-shadow-focus-1-y) var(--dt-shadow-focus-1-blur) var(--dt-shadow-focus-1-spread) var(--dt-shadow-focus-1-color), var(--dt-shadow-focus-2-x) var(--dt-shadow-focus-2-y) var(--dt-shadow-focus-2-blur) var(--dt-shadow-focus-2-spread) var(--dt-shadow-focus-2-color);
|
|
15770
|
-
--dt-shadow-focus-inset: var(--dt-shadow-focus-inset-1-x) var(--dt-shadow-focus-inset-1-y) var(--dt-shadow-focus-inset-1-blur) var(--dt-shadow-focus-inset-1-spread) var(--dt-shadow-focus-inset-1-color);
|
|
15770
|
+
--dt-shadow-focus-inset: var(--dt-shadow-focus-inset-1-x) var(--dt-shadow-focus-inset-1-y) var(--dt-shadow-focus-inset-1-blur) var(--dt-shadow-focus-inset-1-spread) var(--dt-shadow-focus-inset-1-color) inset;
|
|
15771
15771
|
}
|
|
15772
15772
|
|
|
15773
15773
|
@media (max-width: 480px) {
|