@dialpad/dialtone-css 8.50.1 → 8.50.3
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/lib/build/less/components/toast.less +1 -0
- package/lib/build/less/dialtone.less +0 -1
- package/lib/dist/dialtone-default-theme.css +1 -6
- package/lib/dist/dialtone-default-theme.min.css +1 -1
- package/lib/dist/dialtone.css +1 -6
- package/lib/dist/dialtone.min.css +1 -1
- package/package.json +1 -1
- package/lib/build/less/components/tab-panel.less +0 -19
package/package.json
CHANGED
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
//
|
|
2
|
-
// DIALTONE
|
|
3
|
-
// COMPONENTS: Tab Panel
|
|
4
|
-
//
|
|
5
|
-
// These are the styles for Tab Panel component.
|
|
6
|
-
//
|
|
7
|
-
// TABLE OF CONTENTS
|
|
8
|
-
// • BASE STYLE
|
|
9
|
-
//
|
|
10
|
-
// ============================================================================
|
|
11
|
-
// $ BASE STYLE
|
|
12
|
-
// ----------------------------------------------------------------------------
|
|
13
|
-
.d-tab-panel--hidden {
|
|
14
|
-
display: none;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
.d-tab-panel-container {
|
|
18
|
-
display: contents;
|
|
19
|
-
}
|