@dialpad/dialtone 6.25.1 → 6.26.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.
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 1C13.5 1 14.24 3.65 14.24 5.8C14.24 7.86 12.89 9.53 10.83 9.53C8.76 9.53 7.2 7.86 7.2 5.8L7.23 5.44C5.21 7.84 4 10.95 4 14.33C4 18.75 7.58 22.33 12 22.33C16.42 22.33 20 18.75 20 14.33C20 8.94 17.41 4.13 13.5 1ZM11.71 19.33C9.93 19.33 8.49 17.93 8.49 16.19C8.49 14.57 9.54 13.43 11.3 13.07C13.07 12.71 14.9 11.86 15.92 10.49C16.31 11.78 16.51 13.14 16.51 14.53C16.51 17.18 14.36 19.33 11.71 19.33Z" fill="#0D0C0F"/></svg>
@@ -0,0 +1 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M21.5 17H11V14.6402L17.8549 7.51046H11V5H21.5V7.46025L14.7539 14.4895H21.5V17Z" fill="#0D0C0F"/><path d="M9.5 20H2V18.2301L6.89637 12.8828H2V11H9.5V12.8452L4.68135 18.1172H9.5V20Z" fill="#0D0C0F"/></svg>
@@ -0,0 +1,6 @@
1
+ <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 5C2 3.89543 2.89543 3 4 3H20C21.1046 3 22 3.89543 22 5V12H20V5H4V17H16.5856L14.2928 14.7072L15.707 13.293L20.4141 18.0001L15.707 22.7072L14.2928 21.293L16.5858 19H4C2.89543 19 2 18.1046 2 17V5Z" fill="black"/>
3
+ <path d="M6 9H18V7H6V9Z" fill="black"/>
4
+ <path d="M14.5 12H6V10H14.5V12Z" fill="black"/>
5
+ <path d="M6 15H11V13H6V15Z" fill="black"/>
6
+ </svg>
@@ -20862,6 +20862,39 @@ body.theme-dark {
20862
20862
  .sm\:d-g-cols12 {
20863
20863
  grid-template-columns: [full-start] repeat(12, [col-start] var(--col-width, minmax(0, 1fr)) [col-end]) [full-end] !important;
20864
20864
  }
20865
+ .sm\:d-w100p {
20866
+ width: 100% !important;
20867
+ }
20868
+ .sm\:d-w100vw {
20869
+ width: 100vw !important;
20870
+ }
20871
+ .sm\:d-jc-center {
20872
+ justify-content: center !important;
20873
+ }
20874
+ .sm\:d-jc-flex-end {
20875
+ justify-content: flex-end !important;
20876
+ }
20877
+ .sm\:d-jc-flex-start {
20878
+ justify-content: flex-start !important;
20879
+ }
20880
+ .sm\:d-jc-space-around {
20881
+ justify-content: space-around !important;
20882
+ }
20883
+ .sm\:d-jc-space-between {
20884
+ justify-content: space-between !important;
20885
+ }
20886
+ .sm\:d-jc-space-evenly {
20887
+ justify-content: space-evenly !important;
20888
+ }
20889
+ .sm\:d-jc-baseline {
20890
+ justify-content: baseline !important;
20891
+ }
20892
+ .sm\:d-jc-normal {
20893
+ justify-content: normal !important;
20894
+ }
20895
+ .sm\:d-jc-unset {
20896
+ justify-content: unset !important;
20897
+ }
20865
20898
  }
20866
20899
  @media (max-width: 640px) {
20867
20900
  .md\:d-description {
@@ -21998,6 +22031,39 @@ body.theme-dark {
21998
22031
  .md\:d-g-cols12 {
21999
22032
  grid-template-columns: [full-start] repeat(12, [col-start] var(--col-width, minmax(0, 1fr)) [col-end]) [full-end] !important;
22000
22033
  }
22034
+ .md\:d-w100p {
22035
+ width: 100% !important;
22036
+ }
22037
+ .md\:d-w100vw {
22038
+ width: 100vw !important;
22039
+ }
22040
+ .md\:d-jc-center {
22041
+ justify-content: center !important;
22042
+ }
22043
+ .md\:d-jc-flex-end {
22044
+ justify-content: flex-end !important;
22045
+ }
22046
+ .md\:d-jc-flex-start {
22047
+ justify-content: flex-start !important;
22048
+ }
22049
+ .md\:d-jc-space-around {
22050
+ justify-content: space-around !important;
22051
+ }
22052
+ .md\:d-jc-space-between {
22053
+ justify-content: space-between !important;
22054
+ }
22055
+ .md\:d-jc-space-evenly {
22056
+ justify-content: space-evenly !important;
22057
+ }
22058
+ .md\:d-jc-baseline {
22059
+ justify-content: baseline !important;
22060
+ }
22061
+ .md\:d-jc-normal {
22062
+ justify-content: normal !important;
22063
+ }
22064
+ .md\:d-jc-unset {
22065
+ justify-content: unset !important;
22066
+ }
22001
22067
  }
22002
22068
  @media (max-width: 980px) {
22003
22069
  .lg\:d-description {
@@ -23134,6 +23200,39 @@ body.theme-dark {
23134
23200
  .lg\:d-g-cols12 {
23135
23201
  grid-template-columns: [full-start] repeat(12, [col-start] var(--col-width, minmax(0, 1fr)) [col-end]) [full-end] !important;
23136
23202
  }
23203
+ .lg\:d-w100p {
23204
+ width: 100% !important;
23205
+ }
23206
+ .lg\:d-w100vw {
23207
+ width: 100vw !important;
23208
+ }
23209
+ .lg\:d-jc-center {
23210
+ justify-content: center !important;
23211
+ }
23212
+ .lg\:d-jc-flex-end {
23213
+ justify-content: flex-end !important;
23214
+ }
23215
+ .lg\:d-jc-flex-start {
23216
+ justify-content: flex-start !important;
23217
+ }
23218
+ .lg\:d-jc-space-around {
23219
+ justify-content: space-around !important;
23220
+ }
23221
+ .lg\:d-jc-space-between {
23222
+ justify-content: space-between !important;
23223
+ }
23224
+ .lg\:d-jc-space-evenly {
23225
+ justify-content: space-evenly !important;
23226
+ }
23227
+ .lg\:d-jc-baseline {
23228
+ justify-content: baseline !important;
23229
+ }
23230
+ .lg\:d-jc-normal {
23231
+ justify-content: normal !important;
23232
+ }
23233
+ .lg\:d-jc-unset {
23234
+ justify-content: unset !important;
23235
+ }
23137
23236
  }
23138
23237
  @media (max-width: 1264px) {
23139
23238
  .xl\:d-description {
@@ -24270,4 +24369,37 @@ body.theme-dark {
24270
24369
  .xl\:d-g-cols12 {
24271
24370
  grid-template-columns: [full-start] repeat(12, [col-start] var(--col-width, minmax(0, 1fr)) [col-end]) [full-end] !important;
24272
24371
  }
24372
+ .xl\:d-w100p {
24373
+ width: 100% !important;
24374
+ }
24375
+ .xl\:d-w100vw {
24376
+ width: 100vw !important;
24377
+ }
24378
+ .xl\:d-jc-center {
24379
+ justify-content: center !important;
24380
+ }
24381
+ .xl\:d-jc-flex-end {
24382
+ justify-content: flex-end !important;
24383
+ }
24384
+ .xl\:d-jc-flex-start {
24385
+ justify-content: flex-start !important;
24386
+ }
24387
+ .xl\:d-jc-space-around {
24388
+ justify-content: space-around !important;
24389
+ }
24390
+ .xl\:d-jc-space-between {
24391
+ justify-content: space-between !important;
24392
+ }
24393
+ .xl\:d-jc-space-evenly {
24394
+ justify-content: space-evenly !important;
24395
+ }
24396
+ .xl\:d-jc-baseline {
24397
+ justify-content: baseline !important;
24398
+ }
24399
+ .xl\:d-jc-normal {
24400
+ justify-content: normal !important;
24401
+ }
24402
+ .xl\:d-jc-unset {
24403
+ justify-content: unset !important;
24404
+ }
24273
24405
  }