@planningcenter/tapestry 3.2.1-rc.7 → 3.2.1-rc.8

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/dist/unstable.css CHANGED
@@ -4272,6 +4272,7 @@ a[class="tds-btn"]{
4272
4272
  --tds-time-field-border-color:var(--t-form-border-color-disabled);
4273
4273
  --tds-time-field-background-color:var(--t-form-background-color-disabled);
4274
4274
  --tds-time-field-color:var(--t-form-color-disabled);
4275
+ --tds-time-field-placeholder-color:var(--t-form-color-disabled);
4275
4276
  }
4276
4277
 
4277
4278
  .tds-time-field[data-disabled] .tds-time-field-label{
@@ -4324,6 +4325,22 @@ a[class="tds-btn"]{
4324
4325
  border-color:var(--tds-time-field-border-color-active);
4325
4326
  }
4326
4327
 
4328
+ .tds-time-field-input[data-readonly]{
4329
+ color:var(--t-form-color-readonly);
4330
+ background-color:var(--t-form-background-color-readonly);
4331
+ border-color:var(--t-form-border-color-readonly);
4332
+ }
4333
+
4334
+ .tds-time-field-input[data-readonly][data-hovered]{
4335
+ border-color:var(--t-form-border-color-readonly);
4336
+ }
4337
+
4338
+ .tds-time-field-input[data-readonly][data-focus-within]{
4339
+ outline-color:var(--t-focus-ring-color);
4340
+ outline-offset:var(--t-focus-ring-offset);
4341
+ border-color:var(--t-form-border-color-hover);
4342
+ }
4343
+
4327
4344
  .tds-time-field-segment{
4328
4345
  padding-inline:1px;
4329
4346
  font-variant-numeric:tabular-nums;