@ni/ok-components 1.9.1 → 1.9.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.
@@ -104651,9 +104651,12 @@ focus outline in that case.
104651
104651
  :host {
104652
104652
  min-width: ${standardPadding};
104653
104653
  min-height: ${standardPadding};
104654
+ width: fit-content;
104655
+ max-width: 100%;
104654
104656
 
104655
104657
  flex-direction: row;
104656
104658
  justify-content: flex-start;
104659
+ align-self: flex-start;
104657
104660
  flex-shrink: 0;
104658
104661
  font: ${bodyFont};
104659
104662
  color: ${bodyFontColor};
@@ -104662,7 +104665,7 @@ focus outline in that case.
104662
104665
  .container {
104663
104666
  display: flex;
104664
104667
  flex-direction: column;
104665
- max-width: calc(90%);
104668
+ width: 100%;
104666
104669
  }
104667
104670
 
104668
104671
  [part='start'] {
@@ -104672,6 +104675,7 @@ focus outline in that case.
104672
104675
  .message-content {
104673
104676
  width: fit-content;
104674
104677
  height: fit-content;
104678
+ max-width: 100%;
104675
104679
  overflow-x: auto;
104676
104680
  }
104677
104681
 
@@ -104754,9 +104758,12 @@ focus outline in that case.
104754
104758
  :host {
104755
104759
  min-width: ${standardPadding};
104756
104760
  min-height: ${standardPadding};
104761
+ width: fit-content;
104762
+ max-width: 90%;
104757
104763
 
104758
104764
  flex-direction: row;
104759
104765
  justify-content: flex-end;
104766
+ align-self: flex-end;
104760
104767
  flex-shrink: 0;
104761
104768
  font: ${bodyFont};
104762
104769
  color: ${bodyFontColor};
@@ -104765,21 +104772,19 @@ focus outline in that case.
104765
104772
  .container {
104766
104773
  display: flex;
104767
104774
  flex-direction: column;
104768
- max-width: calc(90%);
104775
+ width: 100%;
104776
+ background: ${fillSelectedColor};
104777
+ border: ${borderWidth} solid ${borderHoverColor};
104778
+ border-radius: ${mediumPadding} ${mediumPadding} 0px ${mediumPadding};
104779
+ padding: ${mediumPadding};
104769
104780
  }
104770
104781
 
104771
104782
  .message-content {
104772
104783
  width: fit-content;
104773
104784
  height: fit-content;
104785
+ max-width: 100%;
104774
104786
  overflow-x: auto;
104775
104787
  }
104776
-
104777
- :host .message-content {
104778
- background: ${fillSelectedColor};
104779
- border: ${borderWidth} solid ${borderHoverColor};
104780
- border-radius: ${mediumPadding} ${mediumPadding} 0px ${mediumPadding};
104781
- padding: ${mediumPadding};
104782
- }
104783
104788
  `;
104784
104789
 
104785
104790
  const template$s = () => html `
@@ -104815,9 +104820,12 @@ focus outline in that case.
104815
104820
  :host {
104816
104821
  min-width: ${standardPadding};
104817
104822
  min-height: ${standardPadding};
104823
+ width: fit-content;
104824
+ max-width: 90%;
104818
104825
 
104819
104826
  flex-direction: row;
104820
104827
  justify-content: center;
104828
+ align-self: center;
104821
104829
  flex-shrink: 0;
104822
104830
  font: ${bodyFont};
104823
104831
  color: ${bodyFontColor};
@@ -104826,12 +104834,13 @@ focus outline in that case.
104826
104834
  .container {
104827
104835
  display: flex;
104828
104836
  flex-direction: column;
104829
- max-width: calc(90%);
104837
+ width: 100%;
104830
104838
  }
104831
104839
 
104832
104840
  .message-content {
104833
104841
  width: fit-content;
104834
104842
  height: fit-content;
104843
+ max-width: 100%;
104835
104844
  overflow-x: auto;
104836
104845
  }
104837
104846
  `;
@@ -104867,10 +104876,12 @@ focus outline in that case.
104867
104876
  :host {
104868
104877
  min-width: ${standardPadding};
104869
104878
  min-height: ${standardPadding};
104879
+ max-width: 90%;
104870
104880
 
104871
104881
  flex: 1;
104872
104882
  flex-direction: row;
104873
104883
  justify-content: center;
104884
+ align-self: center;
104874
104885
  align-items: center;
104875
104886
  font: ${bodyFont};
104876
104887
  color: ${bodyFontColor};
@@ -104880,7 +104891,6 @@ focus outline in that case.
104880
104891
  display: flex;
104881
104892
  flex-direction: column;
104882
104893
  align-items: center;
104883
- max-width: calc(90%);
104884
104894
  gap: ${mediumPadding};
104885
104895
  }
104886
104896
 
@@ -104914,6 +104924,7 @@ focus outline in that case.
104914
104924
  align-items: center;
104915
104925
  width: fit-content;
104916
104926
  height: fit-content;
104927
+ max-width: 100%;
104917
104928
  overflow-x: auto;
104918
104929
  gap: ${mediumPadding};
104919
104930
  }